@charset "UTF-8";
/* ====================
DESIGN SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Outfit:wght@100;300;400;500;600;700?family=Lato:wght@400;700&display=swap");
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

.l-header {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  color: #222222;
  background: #eeeeee;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    font-size: calc(12 / 375 * 100vw);
    min-width: 0;
  }
}

.l-footer,
.l-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  color: #222222;
  background: #eeeeee;
  width: 100%;
  min-width: 1350px;
  word-wrap: break-word;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  .l-footer,
  .l-main {
    width: 100%;
    font-size: calc(12 / 375 * 100vw);
    min-width: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222222;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*===================================
サイドバーメニュー　ブレークポイント
===================================*/
@media screen and (min-width: 933px) {
  .c-side-sp {
    display: none !important;
  }
}
@media screen and (max-width: 932px) {
  .c-side-pc {
    display: none !important;
  }
}
/*===================================
フォント
===================================*/
.c-gabarito {
  font-family: "Gabarito", sans-serif;
}

/*===================================
画面サイズ 
===================================*/
.c-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-full {
  width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.c-middle {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.c-small {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .c-full {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .c-middle {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  .c-outer {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .c-inner {
    width: 95%;
  }
}
@media screen and (max-width: 900px) {
  .c-small {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c-inner,
  .c-middle,
  .c-small {
    width: 90%;
  }
  .c-outer {
    width: 90%;
  }
}
/*===================================
言語設定 
===================================*/
.c-lang-jp .-jp {
  display: inline;
}
.c-lang-jp .-en {
  display: none;
}
.c-lang-en .-jp {
  display: none;
}
.c-lang-en .-en {
  display: inline;
}

/*===================================
indent
===================================*/
.c-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*===================================
蛍光ペン
===================================*/
.c-marker {
  font-weight: bold;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFD700));
  background: linear-gradient(transparent 50%, #FFD700 50%);
}

/*===================================
font weight
===================================*/
.c-fw-b {
  font-weight: bold;
}

.c-fw-m {
  font-weight: 500;
}

/*===================================
color
===================================*/
.c-col-red {
  color: #c90e69;
}

/*===================================
background color
===================================*/
/*===================================
swiper
===================================*/
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  background-image: url(../img/common/arw_bk.svg);
  border-radius: 4px;
}
@media only screen and (min-width: 769px) {
  .swiper-button-next, .swiper-button-prev {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #20aee5;
    background-image: url(../img/common/arw_wh.svg);
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    background-color: #20aee5;
    background-image: url(../img/common/arw_wh.svg);
    border-radius: 10px;
  }
}

/*===================================
ダミー画像の表示
===================================*/
.c-imgdummy {
  position: relative;
}
.c-imgdummy::after {
  content: "画像アタリ";
  font-size: 1.4rem;
  padding: 5px;
  background: #c90e69;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

/*===================================
SPスクロール
===================================*/
@media only screen and (max-width: 768px) {
  .c-sp-scroll {
    position: relative;
  }
  .c-sp-scroll__wrap {
    width: 95vw;
    padding-right: 5vw;
    overflow-x: scroll;
  }
  .c-sp-scroll::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-sp-scroll:has(.--scrolled)::after {
    opacity: 0;
  }
}
.bg-linear-gradient-bio {
  background-image: repeating-linear-gradient(135deg, #c6eff5, #c6eff5 8px, #fff 8px, #fff 16px) !important;
}

.bg-linear-gradient-m_coding {
  background: repeating-linear-gradient(135deg, #ffe7c3, #ffe7c3 10px, #fff 10px, #fff 20px) !important;
}

.bg-linear-gradient-psychology {
  background: repeating-linear-gradient(135deg, #ffd7e2, #ffd7e2 10px, #fff 10px, #fff 20px) !important;
}

.bg-linear-gradient-it {
  background: repeating-linear-gradient(135deg, #ead3ff, #ead3ff 10px, #fff 10px, #fff 20px) !important;
}

.u-inview,
.u-inview-next {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
  will-change: mask-position;
}
@media only screen and (max-width: 768px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
    will-change: mask-position;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
  will-change: mask-position;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s forwards;
          animation: animate-fadein 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
  will-change: transform opacity;
}

@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*==================================================
バウンド
===================================*/
.bound {
  -webkit-animation: bound 0.8s linear infinite;
          animation: bound 0.8s linear infinite;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0px) scaleY(0.9);
            transform: translateY(0px) scaleY(0.9);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0px) scaleY(0.9);
            transform: translateY(0px) scaleY(0.9);
  }
}
.u-bounceIn {
  opacity: 0;
  -webkit-animation: bounceIn 0.8s forwards;
          animation: bounceIn 0.8s forwards;
  will-change: transform opacity;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*==================================================
ボタンの右矢印　左右動く
===================================*/
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(45deg);
            transform: translateX(-5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(45deg);
            transform: translateX(-5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
  }
}
/*==================================================
ボタンの丸矢印　左右動く
===================================*/
@-webkit-keyframes fuwafuwa-circle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fuwafuwa-circle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.-arw::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.5em;
}

.c-btn-lftarw {
  background: #20aee5;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  max-width: 260px;
  margin: 0 auto;
  font-weight: bold;
}
.c-btn-lftarw span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.c-btn-lftarw span::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: calc(50% - 12.5px);
}
.c-btn-lftarw::after {
  content: "";
  display: block;
  width: 16px;
  height: 6px;
  -webkit-mask-image: url(../img/common/arw_wh.svg);
          mask-image: url(../img/common/arw_wh.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  .c-btn-lftarw:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media only screen and (max-width: 768px) {
  .c-btn-lftarw {
    border-radius: calc(10 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    max-width: calc(260 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.72;
  }
  .c-btn-lftarw span {
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-btn-lftarw span::after {
    width: calc(1 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    right: calc(-10 / 375 * 100vw);
    top: calc(50% - 12.5 / 375 * 100vw);
  }
  .c-btn-lftarw::after {
    width: calc(16 / 375 * 100vw);
    height: calc(6 / 375 * 100vw);
  }
}
.c-btn-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-btn-sns a {
  display: block;
  width: 40px;
}
.c-btn-sns a:not(:first-of-type) {
  margin-left: 12px;
}
.c-btn-sns a img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .c-btn-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn-sns a {
    display: block;
    width: calc(40 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
  .c-btn-sns a:not(:first-of-type) {
    margin-left: calc(15 / 375 * 100vw);
  }
}
.c-btn-bluebox {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #20aee5;
  position: relative;
  background: #20aee5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn-bluebox::after {
  content: "";
  display: block;
  width: 16px;
  height: 5px;
  -webkit-mask-image: url(../img/common/arw_wh.svg);
          mask-image: url(../img/common/arw_wh.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 8px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .c-btn-bluebox:hover {
    background: #fff;
  }
  .c-btn-bluebox:hover::after {
    background: #20aee5;
  }
}
.c-btn-bluebox.--prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .c-btn-bluebox {
    display: block;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #20aee5;
  }
  .c-btn-bluebox::after {
    content: "";
    display: block;
    width: calc(16 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    top: calc(50% - 2.5 / 375 * 100vw);
    left: calc(50% - 8 / 375 * 100vw);
  }
}
.c-txt-front__jp {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.67;
  color: #20aee5;
}

.c-txt-title-btm-underline {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.c-txt-title-btm-underline::after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background: #20aee5;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

@media only screen and (max-width: 768px) {
  .c-txt-title-btm-underline {
    font-size: calc(28 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .c-txt-title-btm-underline::after {
    width: calc(40 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    bottom: calc(-20 / 375 * 100vw);
    left: calc(50% - 20 / 375 * 100vw);
  }
}
.c-under-mv__wrap {
  max-width: 1340px;
  width: 95%;
  margin: 0 auto;
}
.c-under-mv__wrap img {
  width: 100%;
  height: auto;
}

.c-under-pagination .em-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}
.c-under-pagination .em-pagination .screen-reader-text {
  display: none;
}
.c-under-pagination .em-pagination .page-numbers {
  margin: 0 10px;
  color: #cccccc;
}
.c-under-pagination .em-pagination .page-numbers.current {
  color: #222222;
}
.c-under-pagination .em-pagination .page-numbers.prev, .c-under-pagination .em-pagination .page-numbers.next {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #20aee5;
  position: relative;
  background: #20aee5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-under-pagination .em-pagination .page-numbers.prev::after, .c-under-pagination .em-pagination .page-numbers.next::after {
  content: "";
  display: block;
  width: 16px;
  height: 5px;
  -webkit-mask-image: url(../img/common/arw_wh.svg);
          mask-image: url(../img/common/arw_wh.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background: #fff;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 8px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .c-under-pagination .em-pagination .page-numbers.prev:hover, .c-under-pagination .em-pagination .page-numbers.next:hover {
    background: #fff;
  }
  .c-under-pagination .em-pagination .page-numbers.prev:hover::after, .c-under-pagination .em-pagination .page-numbers.next:hover::after {
    background: #20aee5;
  }
}
.c-under-pagination .em-pagination .page-numbers.prev {
  margin-right: 30px;
}
.c-under-pagination .em-pagination .page-numbers.prev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-under-pagination .em-pagination .page-numbers.next {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .c-under-pagination .em-pagination {
    margin-top: ve(20);
  }
  .c-under-pagination .em-pagination .page-numbers {
    margin: 0 calc(10 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
  }
  .c-under-pagination .em-pagination .page-numbers.prev, .c-under-pagination .em-pagination .page-numbers.next {
    display: block;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #20aee5;
  }
  .c-under-pagination .em-pagination .page-numbers.prev::after, .c-under-pagination .em-pagination .page-numbers.next::after {
    content: "";
    display: block;
    width: calc(16 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    top: calc(50% - 2.5 / 375 * 100vw);
    left: calc(50% - 8 / 375 * 100vw);
  }
  .c-under-pagination .em-pagination .page-numbers.prev {
    margin-right: calc(30 / 375 * 100vw);
  }
  .c-under-pagination .em-pagination .page-numbers.next {
    margin-left: calc(30 / 375 * 100vw);
  }
}
.c-under-single-prevnext {
  margin-top: 20px;
}
.c-under-single-prevnext::after {
  content: " ";
  display: block;
  clear: both;
}
.c-under-single-prevnext__prev, .c-under-single-prevnext__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 769px) {
  .c-under-single-prevnext__prev:hover span, .c-under-single-prevnext__next:hover span {
    background: #fff;
  }
  .c-under-single-prevnext__prev:hover span::after, .c-under-single-prevnext__next:hover span::after {
    background: #20aee5;
  }
}
.c-under-single-prevnext__prev {
  float: left;
}
.c-under-single-prevnext__prev span {
  margin-right: 30px;
}
.c-under-single-prevnext__next {
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-under-single-prevnext__next span {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .c-under-single-prevnext {
    margin-top: calc(20 / 375 * 100vw);
  }
  .c-under-single-prevnext__prev, .c-under-single-prevnext__next {
    font-size: calc(16 / 375 * 100vw);
  }
  .c-under-single-prevnext__prev span {
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-under-single-prevnext__next span {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.c-under-single-contents p {
  margin-bottom: 40px;
}
.c-under-single-contents figure {
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-under-single-contents figure figcaption {
  font-size: 1.6rem;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .c-under-single-contents p {
    margin-bottom: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
  }
  .c-under-single-contents figure {
    width: 90%;
    margin: 0 auto calc(30 / 375 * 100vw);
  }
  .c-under-single-contents figure figcaption {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    line-height: 1.8;
  }
}
.l-header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  z-index: 9999;
}
.l-header__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  position: relative;
}
.l-header-logo {
  width: 31%;
  padding: 0 30px;
  max-width: 450px;
}
@media only screen and (min-width: 769px) {
  .l-header-logo a:hover {
    opacity: 0.8;
  }
}
.l-header-links {
  width: 48%;
  height: 100%;
  padding-right: 4vw;
}
.l-header-links__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: min(1vw, 1.4rem);
  height: 48%;
}
.l-header-links__top li:not(:first-of-type) {
  margin-left: 12px;
}
.l-header-links__top li a {
  display: block;
  padding: 6px 10px;
  border: 1px solid #222222;
}
.l-header-links__top li a:hover {
  background: #222222;
  color: #fff;
}
.l-header-links__top li a.--menu {
  position: relative;
  padding: 6px 30px 6px 10px;
}
.l-header-links__top li a.--menu::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
  position: absolute;
  right: 10px;
  top: 30%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header-links__top li a.--menu:hover::after {
  border-color: #fff;
}
.l-header-links__bottom {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 53%;
}
.l-header-links__bottom-item .-mainlink {
  padding: 10px 5px 0;
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #8cbb23;
  font-weight: bold;
  font-size: min(1.2vw, 1.6rem);
}
.l-header-links__bottom-item:hover .-mainlink {
  background: #8cbb23;
  color: #fff;
}
.l-header-links__bottom-item:hover > .l-header-links__bottom-sub-menu {
  display: block;
}
.l-header-links__bottom-sub-menu {
  display: none;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0;
  padding: 15px;
  background: rgba(140, 187, 35, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header-links__bottom-sub-menu .-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header-links__bottom-sub-menu .-links__item {
  padding: 0 15px;
}
.l-header-links__bottom-sub-menu .-links__item a {
  color: #fff;
  font-weight: bold;
}
.l-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  max-width: 300px;
  height: 100px;
}
.l-header-buttons__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  position: relative;
  color: #fff !important;
  line-height: 1.2;
  font-size: min(1.2vw, 1.6rem);
}
@media only screen and (min-width: 769px) {
  .l-header-buttons__item:hover {
    opacity: 0.8;
  }
  .l-header-buttons__item:hover::before {
    -webkit-animation: bound 0.8s linear infinite;
            animation: bound 0.8s linear infinite;
  }
}
.l-header-buttons__item::before {
  content: "";
  display: block;
  margin-right: 10px;
}
.l-header-buttons__item--oc {
  background: #222222;
}
.l-header-buttons__item--oc::before {
  width: min(2vw, 24px);
  height: min(4vw, 40px);
  background: url(../img/common/icon_baloon_wh.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.l-header-buttons__item--request {
  background-image: -webkit-gradient(linear, left top, right top, from(#8bba22), to(#739c18));
  background-image: linear-gradient(90deg, #8bba22, #739c18);
  border-radius: 0 20px 20px 0;
}
.l-header-buttons__item--request::before {
  width: min(2vw, 28px);
  height: min(4vw, 36px);
  background: url(../img/common/icon_note_wh.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .l-header-links__top li {
    position: relative;
  }
  .l-header-links__top li a.--menu {
    position: relative;
    padding: 6px 30px 6px 10px;
  }
  .l-header-links__top li a.--menu::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #222222;
    border-right: solid 1px #222222;
    position: absolute;
    right: 10px;
    top: 30%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-header-links__top li a.--menu:hover::after {
    border-color: #fff;
  }
  .l-header-links__top li .-sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
  }
  .l-header-links__top li .-sub-menu a {
    border: none;
    padding: 10px;
  }
  .l-header-links__top li:hover .-sub-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .l-header {
    top: 10px;
    left: 0;
    width: 95%;
    height: 65px;
    border-radius: 0 15px 15px 0;
  }
  .l-header__inr {
    height: 65px;
  }
  .l-header-logo {
    width: 73%;
    max-width: 330px;
    padding: 0 5%;
  }
  .l-header-links {
    width: 65px;
    padding-right: 0;
  }
  .l-header-links__top {
    display: block;
    height: 100%;
  }
  .l-header-links__top li:not(:first-of-type) {
    margin-left: 0;
  }
  .l-header-links__top li a.--menu {
    position: relative;
    background: #222222;
    color: #fff;
    padding: 12px 0;
    width: 100%;
    height: 65px;
    border-radius: 0 15px 15px 0;
    font-size: 1.1rem;
    text-align: center;
  }
  .l-header-links__top li a.--menu div {
    position: relative;
    width: 35%;
    height: 11px;
    display: block;
    top: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header-links__top li a.--menu div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .l-header-links__top li a.--menu div span:nth-of-type(1) {
    top: 0;
  }
  .l-header-links__top li a.--menu div span:nth-of-type(2) {
    top: 100%;
  }
  .l-header-links__top li a.--menu.--open div span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .l-header-links__top li a.--menu.--open div span:nth-of-type(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header-links__top li a.--menu.--open div span:nth-of-type(2) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-header-links__top li a.--menu::after {
    content: none;
  }
  .l-header-links__top li .-sub-menu {
    position: fixed;
    width: 90%;
    left: 5%;
    top: 90px;
    background-color: #222222;
    padding: 25px 45px;
    border-radius: 10px;
  }
  .l-header-links__top li .-sub-menu a {
    border: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding-block: 20px;
  }
}
.l-footer-main {
  background: #8cbb23;
  position: relative;
}
.l-footer-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/ft_bg_pc.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.l-footer-main-top {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.l-footer-main-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-main-top-logoarea {
  width: 40%;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .l-footer-main-top-logoarea .-logo a:hover {
    opacity: 0.8;
  }
}
.l-footer-main-top-logoarea .-address {
  font-size: 1.4rem;
  margin: 20px 0 30px;
  position: relative;
}
.l-footer-main-top-logoarea .-address::after {
  content: "";
  display: block;
  background: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.l-footer-main-top-logoarea .-telarea__title {
  font-size: 1.4rem;
}
.l-footer-main-top-logoarea .-telarea__link {
  margin: 5px 0 10px;
}
.l-footer-main-top-logoarea .-telarea__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.l-footer-main-top-logoarea .-telarea__link a img {
  width: 50px;
  margin: 5px 10px 0 0;
}
.l-footer-main-top-logoarea .-telarea__text {
  font-size: 1.2rem;
}
.l-footer-main-top-linkarea {
  width: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-main-top-linkarea .-links {
  width: 40%;
}
.l-footer-main-top-linkarea .-links a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.l-footer-main-top-linkarea .-links a:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (min-width: 769px) {
  .l-footer-main-top-linkarea .-links a:hover {
    opacity: 0.8;
  }
}
.l-footer-main-top-linkarea .-links--sub {
  width: 37%;
}
.l-footer-main-top-linkarea .-links--sub a {
  font-size: 1.4rem;
}
.l-footer-main-top-linkarea .-links--sub a.-links__mt {
  margin-top: 50px;
}
.l-footer-main-top-linkarea .-links--sub01 {
  width: 23%;
}
.l-footer-main-bottom {
  padding: 50px 0;
}
.l-footer-main-bottom .-box {
  position: relative;
  background: #fff;
  padding: 40px 30px 30px;
}
.l-footer-main-bottom .-box h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.l-footer-main-bottom .-box__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-main-bottom .-box__item {
  width: 24.5%;
}
.l-footer-main-bottom .-box__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 10px 10px 10px 40px;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
}
.l-footer-main-bottom .-box__item a img {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .l-footer-main-bottom .-box__item a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  @-webkit-keyframes bound_ft {
    0% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    50% {
      -webkit-transform: translateY(calc(-50% - 7px));
              transform: translateY(calc(-50% - 7px));
    }
    100% {
      -webkit-transform: translateY(-50%) scaleY(0.9);
              transform: translateY(-50%) scaleY(0.9);
    }
  }
  @keyframes bound_ft {
    0% {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
    50% {
      -webkit-transform: translateY(calc(-50% - 7px));
              transform: translateY(calc(-50% - 7px));
    }
    100% {
      -webkit-transform: translateY(-50%) scaleY(0.9);
              transform: translateY(-50%) scaleY(0.9);
    }
  }
  .l-footer-main-bottom .-box__item a:hover img {
    -webkit-animation: bound_ft 0.8s linear infinite;
            animation: bound_ft 0.8s linear infinite;
  }
}
.l-footer-main-bottom .-box__item--yellow a {
  background: #ffd900;
  color: #222222;
}
.l-footer-main-bottom .-box__item--pink a {
  background: #f97dbe;
}
.l-footer-main-bottom .-box__item--orange a {
  background: #f5ac3c;
}
.l-footer-main-bottom .-box__item--green a {
  background: #00b900;
}
.l-footer-copyright {
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.l-footer-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
.l-footer-nav-right {
  width: 42px;
  margin-left: auto;
  -webkit-transform: translateX(42px);
          transform: translateX(42px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: all;
}
.l-footer-nav-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 150px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.l-footer-nav-right__item:hover {
  opacity: 0.8;
}
.l-footer-nav-right__item:hover img {
  -webkit-animation: bound 0.8s linear infinite;
          animation: bound 0.8s linear infinite;
}
.l-footer-nav-right__item--oc {
  height: 200px;
  border-radius: 15px 0 0 0;
  background: #ffd900;
  color: #222222 !important;
}
.l-footer-nav-right__item--oc img {
  margin-bottom: 5px;
}
.l-footer-nav-right__item--request {
  background: #f97dbe;
  color: #fff !important;
}
.l-footer-nav-right__item--request img {
  margin-bottom: 10px;
}
.l-footer-nav-right__item--school {
  background: #f5ac3c;
  color: #fff !important;
}
.l-footer-nav-right__item--school img {
  margin-bottom: 10px;
}
.l-footer-nav-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: all;
}
.l-footer-nav-bottom__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100px;
  height: 100px;
  color: #fff !important;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 5px 0 10px;
  cursor: pointer;
}
.l-footer-nav-bottom__item:hover {
  opacity: 0.8;
}
.l-footer-nav-bottom__item:hover img {
  -webkit-animation: bound 0.8s linear infinite;
          animation: bound 0.8s linear infinite;
}
.l-footer-nav-bottom__item img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 37px;
}
.l-footer-nav-bottom__item--bio {
  background: #54b884;
  border-radius: 20px 0 0 0;
}
.l-footer-nav-bottom__item--line {
  background: #00b900;
}
.l-footer-nav.--open .l-footer-nav-right,
.l-footer-nav.--open .l-footer-nav-bottom {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.l-footer-nav__content {
  display: none;
}

@media only screen and (max-width: 768px) {
  .l-footer {
    position: relative;
  }
  .l-footer-main {
    overflow: hidden;
  }
  .l-footer-main::before {
    width: 100%;
    height: 100%;
    background: url(../img/common/ft_bg_sp.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .l-footer-main-top {
    padding: 30px 0;
  }
  .l-footer-main-top__inner {
    padding: 0 2%;
  }
  .l-footer-main-top-logoarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .l-footer-main-top-logoarea .-logo img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  .l-footer-main-top-logoarea .-address {
    font-size: 1.2rem;
    margin: 10px 0 40px;
  }
  .l-footer-main-top-logoarea .-address::after {
    width: 75px;
    height: 2px;
    bottom: -21px;
    left: calc(50% - 32.5px);
  }
  .l-footer-main-top-logoarea .-telarea__title {
    font-size: 1.5rem;
  }
  .l-footer-main-top-logoarea .-telarea__link a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2rem;
  }
  .l-footer-main-top-logoarea .-telarea__link a img {
    width: 48px;
    margin: 4px 8px 0 0;
  }
  .l-footer-main-top-linkarea {
    border-top: 1px solid #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-main-top-linkarea .-links {
    width: 100vw;
  }
  .l-footer-main-top-linkarea .-links a {
    font-size: 1.5rem;
  }
  .l-footer-main-top-linkarea .-links a:not(:first-of-type) {
    margin-top: 0;
  }
  .l-footer-main-top-linkarea .-links--sptop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-main-top-linkarea .-links--sptop a {
    width: 50%;
    padding: 5% 7%;
    border-bottom: 1px solid #fff;
  }
  .l-footer-main-top-linkarea .-links--sptop a:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  .l-footer-main-top-linkarea .-links--sub {
    width: 100vw;
  }
  .l-footer-main-top-linkarea .-links--sub a {
    font-size: 1.5rem;
  }
  .l-footer-main-top-linkarea .-links--sub a.-links__mt {
    margin-top: 0;
  }
  .l-footer-main-top-linkarea .-links--sub01 {
    width: 100vw;
  }
  .l-footer-main-top-linkarea .-links--spsub {
    padding: 30px 7%;
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-button {
    position: relative;
    border: 1px solid #fff;
    border-radius: 0 10px 10px 0;
    width: 100%;
    padding: 25px 30px 25px 110px;
    background: transparent;
    color: #fff;
    position: relative;
    font-size: 1.6rem;
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-button::before {
    content: "対象者別";
    color: #8cbb23;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.6rem;
    padding: 5px;
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-button::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 20px;
    top: 42%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-button.--open::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-box {
    display: none;
    border: 1px solid #fff;
    border-top: none;
    padding: 15px 0;
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-box .-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-main-top-linkarea .-links--spsub .-links__select-box a {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
  .l-footer-main-top-linkarea .-links--spsub01 {
    padding: 0 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-main-top-linkarea .-links--spsub01 a {
    width: 50%;
  }
  .l-footer-main-top-linkarea .-links--spsub01 a:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .l-footer-main-bottom {
    padding: 30px 0;
  }
  .l-footer-main-bottom .-box {
    padding: 20px;
  }
  .l-footer-main-bottom .-box h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .l-footer-main-bottom .-box__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  .l-footer-main-bottom .-box__item {
    width: 48%;
  }
  .l-footer-main-bottom .-box__item a {
    height: 50px;
    padding: 5px 5px 5px 20px;
    font-size: 1.2rem;
  }
  .l-footer-main-bottom .-box__item a img {
    left: 10px;
  }
  .l-footer-main-bottom .-box__item--yellow a img {
    width: 9px;
  }
  .l-footer-main-bottom .-box__item--pink a {
    background: #f97dbe;
  }
  .l-footer-main-bottom .-box__item--pink a img {
    width: 14px;
  }
  .l-footer-main-bottom .-box__item--orange a {
    background: #f5ac3c;
  }
  .l-footer-main-bottom .-box__item--orange a img {
    width: 13px;
  }
  .l-footer-main-bottom .-box__item--green a {
    background: #00b900;
  }
  .l-footer-main-bottom .-box__item--green a img {
    width: 20px;
  }
  .l-footer-copyright {
    padding: 20px 0 90px;
    text-align: center;
    font-size: 1.2rem;
  }
  .l-footer__spbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #8cbb23), color-stop(90%, transparent));
    background: linear-gradient(to top, #8cbb23 5%, transparent 90%);
  }
}
@media only screen and (max-width: 932px) {
  .l-footer {
    position: relative;
  }
  .l-footer-nav {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    z-index: 100;
  }
  .l-footer-nav-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    z-index: 1;
  }
  .l-footer-nav-bottom__item {
    width: 70px;
    height: 70px;
    font-size: min(70%, 1rem);
    padding: 5px 0 10px;
  }
  .l-footer-nav-bottom__item img {
    height: 27px;
  }
  .l-footer-nav-bottom__item--oc {
    background: #ffd900;
    border-radius: 15px 0 0 0;
    color: #222222 !important;
  }
  .l-footer-nav-bottom__item--oc img {
    height: 21px;
    margin: 3px auto;
  }
  .l-footer-nav-bottom__item--school {
    background: #f97dbe;
  }
  .l-footer-nav-bottom__item--school img {
    height: 14px;
    margin: 7px auto 10px;
  }
  .l-footer-nav-bottom__item--bio {
    background: #54b884;
    border-radius: 0;
  }
  .l-footer-nav-bottom__item--line {
    background: #00b900;
    border-radius: 0 15px 0 0;
  }
  .l-footer-nav-bottom__menu {
    width: 80px;
    height: 80px;
    border: 3px solid #8cbb23;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    background: #fff;
    color: #8cbb23 !important;
    padding: 20px 10px 0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .l-footer-nav-bottom__menu div {
    position: relative;
    display: block;
    width: 27px;
    height: 15px;
    margin: 0 auto 15px;
  }
  .l-footer-nav-bottom__menu div span {
    width: 100%;
    height: 3px;
    background: #8cbb23;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-footer-nav-bottom__menu div span:nth-of-type(1) {
    top: 0;
  }
  .l-footer-nav-bottom__menu div span:nth-of-type(2) {
    top: calc(100% - 3px);
  }
  .l-footer-nav-bottom__menu.--open div span:nth-of-type(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-footer-nav-bottom__menu.--open div span:nth-of-type(2) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-footer-nav__content {
    display: none;
    position: fixed;
    background-color: #8cbb23;
    width: 90%;
    max-height: calc(100vh - 140px);
    overflow: auto;
    bottom: 45px;
    left: 5%;
    border-radius: 10px;
    padding: 50px 25px 60px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s -webkit-transform ease-in-out;
    transition: 0.3s transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
    pointer-events: all;
  }
  .l-footer-nav__content.--open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-footer-nav__links {
    padding-left: 20px;
  }
  .l-footer-nav__links-item {
    font-weight: bold;
  }
  .l-footer-nav__links-item.nav06 .-mainlink::after {
    display: none;
  }
  .l-footer-nav__links-item.--open .-mainlink::after {
    top: 45%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-footer-nav__links-item:nth-of-type(n + 2) {
    margin-top: 13px;
  }
  .l-footer-nav__links-item .-mainlink {
    font-size: 1.8rem;
    padding: 5px 0;
    position: relative;
    display: block;
  }
  .l-footer-nav__links-item .-mainlink a {
    display: block;
  }
  .l-footer-nav__links-item .-mainlink::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 30%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    width: 8px;
  }
  .l-footer-nav__links-item .-mainlink a {
    color: #fff;
  }
  .l-footer-nav__links-sub-menu {
    display: none;
    padding-left: 16px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .l-footer-nav__links-sub-menu .-links__item {
    margin-top: 15px;
  }
  .l-footer-nav__links-sub-menu .-links__item a {
    font-size: 1.6rem;
    color: #fff;
  }
  .l-footer-nav__select {
    margin-top: 50px;
  }
  .l-footer-nav__select .-links__select-button {
    position: relative;
    border: 1px solid #fff;
    border-radius: 0 10px 10px 0;
    width: 100%;
    padding: 15px 30px 15px 110px;
    background: transparent;
    color: #fff;
    position: relative;
    font-size: 1.5rem;
    display: block;
  }
  .l-footer-nav__select .-links__select-button::before {
    content: "対象者別";
    color: #8cbb23;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.5rem;
    padding: 5px;
  }
  .l-footer-nav__select .-links__select-button::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 20px;
    top: 42%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-footer-nav__select .-links__select-button.--open::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-footer-nav__select .-links__select-box {
    display: none;
    border: 1px solid #fff;
    border-top: none;
    padding: 10px 0;
  }
  .l-footer-nav__select .-links__select-box .-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-nav__select .-links__select-box a {
    width: 50%;
    padding: 10px;
    color: #fff;
    display: block;
    font-size: 1.5rem;
  }
  .l-footer-nav__bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer-nav__bottom a {
    width: calc(50% - 4px);
    color: #8cbb23;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    letter-spacing: 0;
  }
  .l-footer-nav__bottom a:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .l-footer__totop {
    position: fixed;
    right: 5%;
    bottom: 80px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 100;
  }
  .l-footer__totop img {
    width: 25px;
  }
  .l-footer__totop.--open {
    opacity: 1;
  }
}
.l-main {
  margin: 0 auto;
  padding-bottom: 45px;
}
.l-main-section {
  padding: 70px 0;
}
.l-main-wrap {
  padding: 50px 0 80px;
}

@media only screen and (max-width: 768px) {
  .l-main {
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .l-main-bredcrumb {
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 3.09;
  }
  .l-main-bredcrumb li::before {
    width: 0.45em;
    height: 0.45em;
    -webkit-transform: translateY(-25%) rotate(45deg);
            transform: translateY(-25%) rotate(45deg);
  }
  .l-main-section {
    padding: calc(50 / 375 * 100vw) 0;
  }
  .l-main-wrap {
    padding: calc(30 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@-webkit-keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
.p-top {
  margin-top: 110px;
  padding-top: 0 !important;
}
.p-top-mv {
  position: relative;
  overflow: hidden;
  height: 55.4285714286vw;
}
.p-top-mv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: repeating-linear-gradient(129deg, transparent, transparent 4px, #f5fdfe 4px, #f5fdfe 10px);
  background-color: #cdf5c8 !important;
  z-index: 2;
}
.p-top-mv__slider {
  z-index: 1;
  overflow: hidden;
}
.p-top-mv__slider-block {
  position: relative;
}
.p-top-mv__slider-block.--01 .p-top-mv__slider-text {
  width: 59%;
  bottom: 26%;
  right: 1%;
}
.p-top-mv__slider-block.--02 .p-top-mv__slider-text {
  width: 52%;
  bottom: 26%;
  right: 4%;
}
.p-top-mv__slider-block.--03 .p-top-mv__slider-text {
  width: 52%;
  bottom: 32%;
  right: 26%;
}
.p-top-mv__slider-block.--04 .p-top-mv__slider-text {
  width: 37%;
  bottom: 13%;
  right: 5%;
  -webkit-filter: drop-shadow(0px 0px 10px rgb(20, 20, 20));
          filter: drop-shadow(0px 0px 10px rgb(20, 20, 20));
}
.p-top-mv__slider-img {
  height: 46.4285714286vw;
  overflow: hidden;
}
.p-top-mv__slider-img img {
  width: 100%;
}
.p-top-mv__slider-img img.zoom {
  -webkit-animation: zoomIn 3.5s ease forwards;
          animation: zoomIn 3.5s ease forwards;
}
.p-top-mv__slider-text {
  position: absolute;
  -webkit-filter: drop-shadow(0px 0px 10px #fff);
          filter: drop-shadow(0px 0px 10px #fff);
}
.p-top-mv__slider-text img {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  width: 100%;
}
.p-top-mv__slider-text img.text-mask-animate {
  -webkit-animation: revealMask 3.5s ease-out forwards;
          animation: revealMask 3.5s ease-out forwards;
}
.p-top-mv__pickup {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 350px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-top-mv__pickup:hover .p-top-mv__pickup-title {
    background-color: #fff;
    color: #8cbb23;
  }
  .p-top-mv__pickup:hover .p-top-mv__pickup-flex {
    background-color: #8cbb23;
  }
  .p-top-mv__pickup:hover .p-top-mv__pickup-cat span {
    background-color: #fff;
    color: #8cbb23;
  }
  .p-top-mv__pickup:hover .p-top-mv__pickup-date {
    color: #fff;
  }
  .p-top-mv__pickup:hover .p-top-mv__pickup-text {
    color: #fff;
  }
}
.p-top-mv__pickup-title {
  background-color: #8cbb23;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-mv__pickup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  font-size: 1.2rem;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-mv__pickup-left {
  width: 140px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
.p-top-mv__pickup-right {
  width: 180px;
  font-weight: 500;
}
.p-top-mv__pickup-cat span {
  background-color: #8cbb23;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 3px 3px;
  margin: 0 3px 3px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-mv__pickup-date {
  color: #8cbb23;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-mv__pickup-text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-top-mv__banner {
  padding-bottom: 1.7857142857vw;
  padding-top: 3.7857142857vw;
  margin-top: -12.8571428571vw;
}
.p-top-mv__banner::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8.5714285714vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(129deg, transparent, transparent 4px, #f5fdfe 4px, #f5fdfe 10px);
  background-color: #cdf5c8 !important;
}
.p-top-mv__banner a {
  display: block;
  width: 100%;
}
.p-top-mv__banner .splide {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-10.9285714286vw, 0);
          transform: translate(-10.9285714286vw, 0);
  height: 15.9285714286vw;
}
.p-top-mv__banner .splide__track {
  overflow: visible;
}
.p-top-mv__banner .splide__list {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-mv__banner .splide__list.--4:has(#splide01-clone05.is-next) {
  -webkit-transform: translateX(-223.057143vw) !important;
          transform: translateX(-223.057143vw) !important;
}
.p-top-mv__banner .splide__list.--5:has(#splide01-clone06.is-next) {
  -webkit-transform: translateX(-182.557143vw) !important;
          transform: translateX(-182.557143vw) !important;
}
.p-top-mv__banner .splide__list.--6:has(#splide01-clone07.is-next) {
  -webkit-transform: translateX(-223.057143vw) !important;
          transform: translateX(-223.057143vw) !important;
}
.p-top-mv__banner .splide__list.--7:has(#splide01-clone08.is-next) {
  -webkit-transform: translateX(-263.557143vw) !important;
          transform: translateX(-263.557143vw) !important;
}
.p-top-mv__banner .splide__list.--8:has(#splide01-clone09.is-next) {
  -webkit-transform: translateX(-304.157143vw) !important;
          transform: translateX(-304.157143vw) !important;
}
.p-top-mv__banner .splide__list.--9:has(#splide01-clone10.is-next) {
  -webkit-transform: translateX(-344.857143vw) !important;
          transform: translateX(-344.857143vw) !important;
}
.p-top-mv__banner .splide__list.--10:has(#splide01-clone11.is-next) {
  -webkit-transform: translateX(-385.357143vw) !important;
          transform: translateX(-385.357143vw) !important;
}
.p-top-mv__banner .splide__list.--11:has(#splide01-clone12.is-next) {
  -webkit-transform: translateX(-425.857143vw) !important;
          transform: translateX(-425.857143vw) !important;
}
.p-top-mv__banner .splide__list.--12:has(#splide01-clone13.is-next) {
  -webkit-transform: translateX(-466.457143vw) !important;
          transform: translateX(-466.457143vw) !important;
}
.p-top-mv__banner .splide__slide {
  width: 19.2857142857vw;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-right: 1vw;
  height: 15.9285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-top-mv__banner .splide__slide.is-next {
  width: 32.8571428571vw;
  -webkit-transform: translate(0vw, -3.0714285714vw);
          transform: translate(0vw, -3.0714285714vw);
}
.p-top-mv__banner .splide__slide img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .p-top-mv__banner .splide__slide img:hover {
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-top-mv__banner .splide__arrow--next,
.p-top-mv__banner .splide__arrow--prev {
  background-image: url(../img/top/mv_bnr_arw.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2.1428571429vw;
  height: 2.1428571429vw;
  background-color: transparent;
  border-radius: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
.p-top-mv__banner .splide__arrow--next svg,
.p-top-mv__banner .splide__arrow--prev svg {
  opacity: 0;
}
.p-top-mv__banner .splide__arrows {
  width: 100vw;
  position: relative;
  top: 16.0714285714vw;
}
.p-top-mv__banner .splide__arrow--prev {
  left: 20.3571428571vw;
}
.p-top-mv__banner .splide__arrow--next {
  right: 74.2857142857vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-top-mv__banner .splide__pagination {
  pointer-events: none;
  left: 26.7142857143vw;
  bottom: 0;
  width: 26.4285714286vw;
  text-align: right;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: block !important;
}
.p-top-mv__banner .splide__pagination li {
  pointer-events: none;
  background-color: #666666;
  width: 1.7142857143vw;
  height: 0.7142857143vw;
  margin: 0 0.1785714286vw;
  opacity: 1;
  border-radius: 0;
}
.p-top-mv__banner .splide__pagination li:has(.is-active) {
  background-color: #8cbb23;
}
.p-top-mv__banner .splide__pagination li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.p-top-department__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  min-height: 326px;
  margin-top: -20px;
}
.p-top-department__block {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25%;
  overflow: hidden;
  border-radius: 0 20px 0 0;
  height: 0;
  padding-top: 27%;
  margin-top: 20px;
}
.p-top-department__block.is-active {
  width: 28%;
  padding-top: calc(27% + 20px);
  margin-top: 0;
}
.p-top-department__block.not-active {
  width: 24%;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
}
.p-top-department__block::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.p-top-department__block.--01::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(136, 0, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(136, 0, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.p-top-department__block.--01 .p-top-department__block-textarea .text03 {
  color: #8800ff;
}
.p-top-department__block.--02::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(32, 174, 229)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(32, 174, 229) 0%, rgba(255, 255, 255, 0) 100%);
}
.p-top-department__block.--02 .p-top-department__block-textarea .text03 {
  color: #20aee5;
}
.p-top-department__block.--03::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 172, 60)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(245, 172, 60) 0%, rgba(255, 255, 255, 0) 100%);
}
.p-top-department__block.--03 .p-top-department__block-textarea .text03 {
  color: #f5ac3c;
}
.p-top-department__block.--04::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 122, 154)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(236, 122, 154) 0%, rgba(255, 255, 255, 0) 100%);
}
.p-top-department__block.--04 .p-top-department__block-textarea .text03 {
  color: #ec7a9a;
}
.p-top-department__block-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-department__block-img img {
  display: block;
  width: 100%;
}
.p-top-department__block-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  overflow: hidden;
  border-radius: 50px;
  z-index: 1;
}
.p-top-department__block-textarea {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.p-top-department__block-textarea .text01 {
  font-size: 1.6rem;
}
.p-top-department__block-textarea .text02 {
  font-size: 2.2rem;
  margin-top: 5px;
}
.p-top-department__block-textarea .text03 {
  font-size: 1.6rem;
  background-color: #fff;
  line-height: 1;
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
}
.p-top-department__international {
  display: block;
  max-width: 1300px;
  margin: 35px auto 0;
  position: relative;
  display: block;
}
.p-top-department__international .-circle {
  width: 50px;
  height: 50px;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  right: 20px;
  pointer-events: none;
}
.p-top-department__international .-circle span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-department__international .-circle span::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 21px;
  width: 11px;
  height: 11px;
  border-top: solid 2px #f5687b;
  border-right: solid 2px #f5687b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 769px) {
  .p-top-department__international:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-department__international:hover .-circle {
    -webkit-animation: fuwafuwa-circle 1s linear infinite;
            animation: fuwafuwa-circle 1s linear infinite;
  }
}

@media only screen and (max-width: 768px) {
  .p-top {
    margin-top: 0;
    padding-top: 44px !important;
  }
  .p-top-mv {
    height: 153.6vw;
  }
  .p-top-mv::before {
    height: 18px;
  }
  .p-top-mv__slider {
    z-index: 1;
    overflow: hidden;
  }
  .p-top-mv__slider-block {
    position: relative;
  }
  .p-top-mv__slider-block.--01 .p-top-mv__slider-text {
    width: 68%;
    bottom: 16%;
    right: 16%;
  }
  .p-top-mv__slider-block.--02 .p-top-mv__slider-text {
    width: 89%;
    bottom: 19%;
    right: 6%;
  }
  .p-top-mv__slider-block.--03 .p-top-mv__slider-text {
    width: 92%;
    bottom: 14%;
    right: 3%;
  }
  .p-top-mv__slider-block.--04 .p-top-mv__slider-text {
    width: 90%;
    bottom: 13%;
    right: 5%;
  }
  .p-top-mv__slider-img {
    height: 127.4666666667vw;
  }
  .p-top-mv__slider-text {
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
            filter: drop-shadow(0px 0px 3px #fff);
  }
  .p-top-mv__pickup {
    top: 44px;
    right: 5%;
    width: 182px;
  }
  .p-top-mv__pickup-title {
    font-size: 1.3rem;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
  }
  .p-top-mv__pickup-flex {
    font-size: 1rem;
    border-radius: 0 0 10px 10px;
    padding: 5px 5px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top-mv__pickup-left {
    width: 70px;
    border-radius: 0 10px 0 0;
  }
  .p-top-mv__pickup-right {
    width: 97px;
  }
  .p-top-mv__pickup-cat span {
    padding: 2px 3px;
  }
  .p-top-mv__banner {
    padding-bottom: 4.6666666667vw;
    overflow: hidden;
    padding-top: 10.6666666667vw;
    margin-top: -20vw;
  }
  .p-top-mv__banner::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 25.3333333333vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-top-mv__banner-slide {
    -webkit-transform: translate(-37.3333333333vw, 0);
            transform: translate(-37.3333333333vw, 0);
    -webkit-transform: unset;
            transform: unset;
    overflow: visible;
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 {
    -webkit-transform: translate(-0.1333333333vw, 0);
            transform: translate(-0.1333333333vw, 0);
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-slide.swiper-slide-next img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-pagination {
    left: 38vw;
    width: 40vw;
    bottom: -0.6666666667vw;
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-pagination .swiper-pagination-bullet {
    width: 4vw;
    height: 1.7333333333vw;
    margin: 0 0.8vw;
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-button-next,
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-button-prev {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-button-prev {
    left: 22.6666666667vw;
  }
  .p-top-mv__banner-slide.--mvbnr_slide02 .swiper-button-next {
    right: 62.6666666667vw;
  }
  .p-top-mv__banner-slide .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 28.8vw;
  }
  .p-top-mv__banner-slide .swiper-slide {
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    height: auto;
  }
  .p-top-mv__banner-slide .swiper-slide.swiper-slide-active {
    -webkit-transform: translate(0vw, -13.3333333333vw);
            transform: translate(0vw, -13.3333333333vw);
  }
  .p-top-mv__banner-slide .swiper-slide.swiper-slide-next {
    -webkit-transform: translate(0vw, 0vw);
            transform: translate(0vw, 0vw);
  }
  .p-top-mv__banner-slide .swiper-button-next,
  .p-top-mv__banner-slide .swiper-button-prev {
    width: 7.0666666667vw;
    height: 7.0666666667vw;
  }
  .p-top-mv__banner-slide .swiper-button-prev {
    left: 46vw;
  }
  .p-top-mv__banner-slide .swiper-button-next {
    right: 38.6666666667vw;
  }
  .p-top-mv__banner-slide .swiper-pagination {
    left: 66.6666666667vw;
    width: 39.7333333333vw;
  }
  .p-top-mv__banner-slide .swiper-pagination .swiper-pagination-bullet {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    margin: 0 0.4vw;
  }
  .p-top-mv__banner {
    padding-bottom: 4.6666666667vw;
    overflow: hidden;
    padding-top: 10.6666666667vw;
    margin-top: -20vw;
  }
  .p-top-mv__banner::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 25.3333333333vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p-top-mv__banner .splide {
    -webkit-transform: translate(-36vw, 0);
            transform: translate(-36vw, 0);
    height: 29.7333333333vw;
  }
  .p-top-mv__banner .splide__list {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-mv__banner .splide__list.--4:has(#splide01-clone05.is-next) {
    -webkit-transform: translateX(-265.057143vw) !important;
            transform: translateX(-265.057143vw) !important;
  }
  .p-top-mv__banner .splide__list.--5:has(#splide01-clone06.is-next) {
    -webkit-transform: translateX(-340.957143vw) !important;
            transform: translateX(-340.957143vw) !important;
  }
  .p-top-mv__banner .splide__list.--6:has(#splide01-clone07.is-next) {
    -webkit-transform: translateX(-416.857143vw) !important;
            transform: translateX(-416.857143vw) !important;
  }
  .p-top-mv__banner .splide__list.--7:has(#splide01-clone08.is-next) {
    -webkit-transform: translateX(-492.457143vw) !important;
            transform: translateX(-492.457143vw) !important;
  }
  .p-top-mv__banner .splide__list.--8:has(#splide01-clone09.is-next) {
    -webkit-transform: translateX(-568.057143vw) !important;
            transform: translateX(-568.057143vw) !important;
  }
  .p-top-mv__banner .splide__list.--9:has(#splide01-clone10.is-next) {
    -webkit-transform: translateX(-643.857143vw) !important;
            transform: translateX(-643.857143vw) !important;
  }
  .p-top-mv__banner .splide__list.--10:has(#splide01-clone11.is-next) {
    -webkit-transform: translateX(-719.557143vw) !important;
            transform: translateX(-719.557143vw) !important;
  }
  .p-top-mv__banner .splide__list.--11:has(#splide01-clone12.is-next) {
    -webkit-transform: translateX(-795.157143vw) !important;
            transform: translateX(-795.157143vw) !important;
  }
  .p-top-mv__banner .splide__list.--12:has(#splide01-clone13.is-next) {
    -webkit-transform: translateX(-871.057143vw) !important;
            transform: translateX(-871.057143vw) !important;
  }
  .p-top-mv__banner .splide__slide {
    width: 36vw;
    margin-right: 1.8666666667vw;
    height: 29.7333333333vw;
  }
  .p-top-mv__banner .splide__slide.is-next {
    width: 61.3333333333vw;
    -webkit-transform: translate(0vw, -5.7333333333vw);
            transform: translate(0vw, -5.7333333333vw);
  }
  .p-top-mv__banner .splide__arrow--next,
  .p-top-mv__banner .splide__arrow--prev {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-top-mv__banner .splide__arrows {
    top: 32vw;
  }
  .p-top-mv__banner .splide__arrow--prev {
    left: 38vw;
  }
  .p-top-mv__banner .splide__arrow--next {
    right: 46.6666666667vw;
  }
  .p-top-mv__banner .splide__pagination {
    left: 54.4vw;
    bottom: 0;
    width: 44.8vw;
    text-align: right;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-top-mv__banner .splide__pagination li {
    width: 2.9333333333vw;
    height: 1.3333333333vw;
    margin: 0 0.3333333333vw;
  }
  .p-top-department .p-top-department__inner {
    padding: 15px 15px 23px;
  }
  .p-top-department .p-top-department__title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 15px;
    max-width: unset;
  }
  .p-top-department .p-top-department__title span:nth-of-type(1) {
    width: 120px;
    text-align: left;
    white-space: nowrap;
  }
  .p-top-department .p-top-department__title span:nth-of-type(2) {
    width: auto;
    text-align: left;
    font-size: 1.2rem;
  }
  .p-top-department__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .p-top-department__block {
    width: 48%;
    border-radius: 0 10px 0 0;
    height: auto;
    padding-top: 0;
  }
  .p-top-department__block:nth-of-type(n + 3) {
    margin-top: 16px;
  }
  .p-top-department__block::before {
    height: 80%;
  }
  .p-top-department__block-img {
    position: relative;
  }
  .p-top-department__block-arrow {
    top: 5px;
    right: 5px;
    width: 25px;
  }
  .p-top-department__block-textarea {
    left: 5px;
    bottom: 10px;
  }
  .p-top-department__block-textarea .text01 {
    font-size: 1.1rem;
  }
  .p-top-department__block-textarea .text02 {
    font-size: 1.3rem;
    margin-top: 1px;
  }
  .p-top-department__block-textarea .text03 {
    font-size: 1rem;
    padding: 3px;
    margin-top: 3px;
  }
  .p-top-department__international {
    margin: 16px auto 0;
  }
  .p-top-department__international .-circle {
    display: none;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top-com-inner {
  padding: 40px 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.p-top-com-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.p-top-com-title span:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: 900;
  padding-right: 20px;
}
.p-top-com-title span:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-top-com-title--sns span:nth-of-type(1) {
  width: 80px;
}
.p-top-com-title--sns span:nth-of-type(2) {
  width: calc(100% - 380px);
}
.p-top-com-title--sns span:nth-of-type(3) {
  width: 300px;
}
.p-top-com-title--sns span:nth-of-type(3) img {
  width: 36px;
  margin-right: 13px;
}
@media only screen and (min-width: 769px) {
  .p-top-com-title--sns span:nth-of-type(3) a:hover {
    opacity: 0.8;
  }
}
.p-top-com-button {
  width: 400px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #222222;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: 900;
  position: relative;
}
.p-top-com-button::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #222222;
  border-right: solid 2px #222222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .p-top-com-button:hover {
    background: #222222;
    color: #fff;
  }
  .p-top-com-button:hover::after {
    border-color: #fff;
    -webkit-animation: fuwafuwa 1s linear infinite;
            animation: fuwafuwa 1s linear infinite;
  }
}
.p-top-oc {
  background: #8cbb23;
  color: #fff;
}
.p-top-oc__inner {
  background: url(../img/top/oc_bg.png) no-repeat;
  background-size: 1400px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
.p-top-oc-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-top-oc-tab__item {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 20px;
  border-radius: 40px;
  border: 2px solid #fff;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  color: #fff !important;
}
.p-top-oc-tab__item.--all {
  border-color: #f5ac3c;
  background: #f5ac3c;
  border-radius: 0;
}
.p-top-oc-tab__item.current.--all, .p-top-oc-tab__item:hover.--all {
  background: #fff;
  color: #f5ac3c !important;
  border-color: #fff;
}
.p-top-oc-tab__item.current.--bio, .p-top-oc-tab__item:hover.--bio {
  background: #20aee5;
}
.p-top-oc-tab__item.current.--it, .p-top-oc-tab__item:hover.--it {
  background: #8800ff;
}
.p-top-oc-tab__item.current.--psychology, .p-top-oc-tab__item:hover.--psychology {
  background: #ec7a9a;
}
.p-top-oc-tab__item.current.--medical, .p-top-oc-tab__item:hover.--medical {
  background: #f5ac3c;
}
.p-top-oc-tab__item.current.--event, .p-top-oc-tab__item:hover.--event {
  background: #CB584C;
}
.p-top-oc-tab__item.current {
  pointer-events: none;
}
.p-top-oc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333%;
}
.p-top-oc-list__item {
  width: 24%;
  position: relative;
  background: #fff;
  border-radius: 0 25px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-list__item .-allow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #517f28;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-list__item .-allow::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.p-top-oc-list__item a {
  display: block;
}
.p-top-oc-list__item .-img {
  width: 100%;
  height: 0;
  padding-bottom: 97%;
  position: relative;
  border-radius: 0 20px 0 0;
  border: 5px solid #517f28;
  overflow: hidden;
}
.p-top-oc-list__item .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-list__item .-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px 20px;
}
.p-top-oc-list__item .-textarea .-date {
  font-size: 4.8rem;
  font-weight: bold;
}
.p-top-oc-list__item .-textarea .-date span {
  font-size: 2rem;
}
.p-top-oc-list__item .-textarea .-category {
  width: calc(100% - 130px);
  font-size: 1.5rem;
  color: #fff;
  text-align: right;
}
.p-top-oc-list__item .-textarea .-category span {
  display: inline-block;
  padding: 0 5px;
  background: #517f28;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.p-top-oc-list__item .-textarea .-category span:nth-of-type(n + 1) {
  margin-top: 5px;
}
.p-top-oc-list__item .-textarea .-text {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-top-oc-list__item.--bio .-allow {
  background: #20aee5;
}
.p-top-oc-list__item.--bio .-img {
  border-color: #20aee5;
}
.p-top-oc-list__item.--bio .-textarea .-category span {
  background: #20aee5;
}
.p-top-oc-list__item.--it .-allow {
  background: #8800ff;
}
.p-top-oc-list__item.--it .-img {
  border-color: #8800ff;
}
.p-top-oc-list__item.--it .-textarea .-category span {
  background: #8800ff;
}
.p-top-oc-list__item.--psychology .-allow {
  background: #ec7a9a;
}
.p-top-oc-list__item.--psychology .-img {
  border-color: #ec7a9a;
}
.p-top-oc-list__item.--psychology .-textarea .-category span {
  background: #ec7a9a;
}
.p-top-oc-list__item.--medical .-allow {
  background: #f5ac3c;
}
.p-top-oc-list__item.--medical .-img {
  border-color: #f5ac3c;
}
.p-top-oc-list__item.--medical .-textarea .-category span {
  background: #f5ac3c;
}
.p-top-oc-list__item.--event .-allow {
  background: #CB584C;
}
.p-top-oc-list__item.--event .-img {
  border-color: #CB584C;
}
.p-top-oc-list__item.--event .-textarea .-category span {
  background: #CB584C;
}
@media only screen and (min-width: 769px) {
  .p-top-oc-list__item:hover .-allow {
    background: #fff;
  }
  .p-top-oc-list__item:hover .-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-top-oc-list__item:hover .-category span {
    background: #fff !important;
  }
  .p-top-oc-list__item:hover .-textarea {
    color: #fff;
  }
  .p-top-oc-list__item:hover.--all {
    background: #517f28;
  }
  .p-top-oc-list__item:hover.--all .-allow::after {
    border-color: #517f28;
  }
  .p-top-oc-list__item:hover.--all .-textarea .-category span {
    color: #517f28;
  }
  .p-top-oc-list__item:hover.--bio {
    background: #20aee5;
  }
  .p-top-oc-list__item:hover.--bio .-allow::after {
    border-color: #20aee5;
  }
  .p-top-oc-list__item:hover.--bio .-textarea .-category span {
    color: #20aee5;
  }
  .p-top-oc-list__item:hover.--it {
    background: #8800ff;
  }
  .p-top-oc-list__item:hover.--it .-allow::after {
    border-color: #8800ff;
  }
  .p-top-oc-list__item:hover.--it .-textarea .-category span {
    color: #8800ff;
  }
  .p-top-oc-list__item:hover.--psychology {
    background: #ec7a9a;
  }
  .p-top-oc-list__item:hover.--psychology .-allow::after {
    border-color: #ec7a9a;
  }
  .p-top-oc-list__item:hover.--psychology .-textarea .-category span {
    color: #ec7a9a;
  }
  .p-top-oc-list__item:hover.--medical {
    background: #f5ac3c;
  }
  .p-top-oc-list__item:hover.--medical .-allow::after {
    border-color: #f5ac3c;
  }
  .p-top-oc-list__item:hover.--medical .-textarea .-category span {
    color: #f5ac3c;
  }
  .p-top-oc-list__item:hover.--event {
    background: #CB584C;
  }
  .p-top-oc-list__item:hover.--event .-allow::after {
    border-color: #CB584C;
  }
  .p-top-oc-list__item:hover.--event .-textarea .-category span {
    color: #CB584C;
  }
}
.p-top-oc__button {
  margin-top: 30px;
}
.p-top-oc__button a {
  margin-left: auto;
  color: #fff;
  border-color: #fff;
}
.p-top-oc__button a::after {
  border-color: #fff;
}
.p-top-oc-banner {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-banner__block {
  width: 49.5%;
  position: relative;
}
.p-top-oc-banner__card {
  position: relative;
  display: block;
}
.p-top-oc-banner__card picture {
  display: block;
}
.p-top-oc-banner__card .-title {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -2px;
  left: 0;
  width: 400px;
  pointer-events: none;
}
.p-top-oc-banner__card .-box {
  background: #54b884;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 50px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-top-oc-banner__card .-box::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-banner__card--2nd .-box {
  width: 260px;
}
@media only screen and (min-width: 769px) {
  .p-top-oc-banner__card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.p-top-oc-banner__balloon {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  padding: 10px 15px;
  border: 2px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-banner__balloon::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #8cbb23;
  border-right: solid 3px #8cbb23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-banner__balloon-deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}
.p-top-oc-banner__balloon-text {
  color: #fff;
  background: #8cbb23;
  padding: 5px 20px;
  font-size: 2rem;
  border-radius: 20px;
  margin-right: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-oc-banner__balloon-main {
  color: #8cbb23;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .p-top-oc-banner__balloon:hover {
    border-color: #fff;
    background: #8cbb23;
  }
  .p-top-oc-banner__balloon:hover::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    width: 16px;
    height: 18px;
    background: url(../img/top/oc_check.png) no-repeat;
    background-position: center;
    background-size: contain;
    border-top: none;
    border-right: none;
    -webkit-transform: none;
            transform: none;
  }
  .p-top-oc-banner__balloon:hover .p-top-oc-banner__balloon-deco::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 12px 14px 12px;
    border-color: transparent transparent #fff;
    translate: -50% -100%;
  }
  .p-top-oc-banner__balloon:hover .p-top-oc-banner__balloon-deco::after {
    border-color: transparent transparent #8cbb23;
  }
  .p-top-oc-banner__balloon:hover .p-top-oc-banner__balloon-text {
    background: #fff;
    color: #8cbb23;
  }
  .p-top-oc-banner__balloon:hover .p-top-oc-banner__balloon-main {
    color: #fff;
  }
}
.p-top-infoarea {
  background: url(../img/top/info_bg.png) repeat;
  background-size: 1400px;
  background-position: center;
}
.p-top-infoarea__inner {
  position: relative;
}
.p-top-infoarea__title {
  margin-bottom: 40px;
}
.p-top-infoarea__button {
  position: absolute;
  top: 40px;
  right: 30px;
}
.p-top-infoarea .-allow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #222222;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-infoarea .-allow::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.p-top-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top-topics__item {
  width: 24%;
  border-radius: 0 16px 0 0;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-topics__item a {
  display: block;
}
.p-top-topics__item .-img {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.p-top-topics__item .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-topics__item .-img span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-topics__item .-img::after {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(140, 187, 35, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-topics__item .-textarea {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-topics__item .-textarea .-date {
  width: 110px;
  font-size: 2rem;
  font-weight: bold;
}
.p-top-topics__item .-textarea .-category {
  width: calc(100% - 110px);
  font-size: 1.6rem;
  color: #fff;
  text-align: right;
}
.p-top-topics__item .-textarea .-category span {
  display: inline-block;
  padding: 0 5px;
  background: #8cbb23;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.p-top-topics__item .-textarea .-category span:nth-of-type(n + 1) {
  margin-top: 5px;
}
.p-top-topics__item .-textarea .-category span.--all {
  background: #517f28;
}
.p-top-topics__item .-textarea .-category span.--bio {
  background: #20aee5;
}
.p-top-topics__item .-textarea .-category span.--it {
  background: #8800ff;
}
.p-top-topics__item .-textarea .-category span.--psychology {
  background: #ec7a9a;
}
.p-top-topics__item .-textarea .-category span.--medical {
  background: #f5ac3c;
}
.p-top-topics__item .-textarea .-category span.--event {
  background: #CB584C;
}
.p-top-topics__item .-textarea .-category span.--news {
  background: #517f28;
}
.p-top-topics__item .-textarea .-category span.--child {
  background: #517f28;
}
.p-top-topics__item .-textarea .-category span.--oc {
  background: #517f28;
}
.p-top-topics__item .-textarea .-text {
  margin-top: 20px;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 769px) {
  .p-top-topics__item:hover {
    background: #8cbb23;
  }
  .p-top-topics__item:hover .-allow {
    background: #fff;
  }
  .p-top-topics__item:hover .-allow::after {
    border-color: #8cbb23;
  }
  .p-top-topics__item:hover .-img::after {
    opacity: 1;
  }
  .p-top-topics__item:hover .-img span {
    opacity: 1;
  }
  .p-top-topics__item:hover .-textarea {
    color: #fff;
  }
  .p-top-topics__item:hover .-textarea .-category span {
    background: #fff;
  }
  .p-top-topics__item:hover .-textarea .-category span.--all {
    color: #8cbb23;
  }
  .p-top-topics__item:hover .-textarea .-category span.--bio {
    color: #20aee5;
  }
  .p-top-topics__item:hover .-textarea .-category span.--it {
    color: #8800ff;
  }
  .p-top-topics__item:hover .-textarea .-category span.--psychology {
    color: #ec7a9a;
  }
  .p-top-topics__item:hover .-textarea .-category span.--medical {
    color: #f5ac3c;
  }
  .p-top-topics__item:hover .-textarea .-category span.--event {
    color: #CB584C;
  }
  .p-top-topics__item:hover .-textarea .-category span.--news {
    color: #8cbb23;
  }
  .p-top-topics__item:hover .-textarea .-category span.--child {
    color: #8cbb23;
  }
  .p-top-topics__item:hover .-textarea .-category span.--oc {
    color: #8cbb23;
  }
}
.p-top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.p-top-info__item {
  width: 49%;
  position: relative;
  background: #fff;
  border-radius: 0 10px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-info__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px 20px 20px;
}
.p-top-info__item .-img {
  width: 30%;
}
.p-top-info__item .-img span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
  border-radius: 0 20px 0 0;
}
.p-top-info__item .-img span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-info__item .-textarea {
  width: 65%;
  font-weight: bold;
}
.p-top-info__item .-textarea .-date {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.p-top-info__item .-textarea .-text {
  width: 100%;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .p-top-info__item:hover {
    background: #8cbb23;
  }
  .p-top-info__item:hover .-allow {
    background: #fff;
  }
  .p-top-info__item:hover .-allow::after {
    border-color: #8cbb23;
  }
  .p-top-info__item:hover .-textarea {
    color: #fff;
  }
}
.p-top-num {
  background: #8cbb23;
}
.p-top-num h2 {
  color: #fff;
}
.p-top-num__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.p-top-num__item {
  width: 32%;
  background: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  text-align: center;
}
.p-top-num__item--01 {
  -webkit-box-shadow: 5px 5px 0px 0px #6c980a;
          box-shadow: 5px 5px 0px 0px #6c980a;
  text-align: center;
  padding-top: 40px;
}
.p-top-num__item--01 .-deco img {
  width: 100px;
}
.p-top-num__item--01 .-title {
  font-size: 3.8rem;
  font-weight: 900;
  margin-top: 25px;
}
.p-top-num__item--01 .-percent {
  color: #c90e69;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 10px;
}
.p-top-num__item--01 .-percent span {
  font-size: 13.8rem;
}
.p-top-num__item--01 .-percent small {
  font-size: 9.6rem;
}
.p-top-num__item--01 .-attention {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}
.p-top-num__item--graph .-title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 900;
}
.p-top-num__item--graph .-title small {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.p-top-num__item--graph .-title span {
  color: #8cbb23;
}
.p-top-num__item--04, .p-top-num__item--05, .p-top-num__item--06 {
  padding: 20px 20px 15px 30px;
}
.p-top-num__item--04 .-title, .p-top-num__item--05 .-title, .p-top-num__item--06 .-title {
  font-size: 2.8rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  height: 78px;
}
.p-top-num__item--04 .-title span, .p-top-num__item--05 .-title span, .p-top-num__item--06 .-title span {
  text-align: center;
}
.p-top-num__item--04 .-main__circle, .p-top-num__item--05 .-main__circle, .p-top-num__item--06 .-main__circle {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #c90e69;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  margin-right: 10px;
}
.p-top-num__item--04 .-main__text, .p-top-num__item--05 .-main__text, .p-top-num__item--06 .-main__text {
  color: #c90e69;
  font-size: 11.8rem;
  font-weight: 900;
  line-height: 1;
}
.p-top-num__item--04 .-main__text small, .p-top-num__item--05 .-main__text small, .p-top-num__item--06 .-main__text small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  margin-left: 10px;
}
.p-top-num__item--04 .-gakka, .p-top-num__item--05 .-gakka, .p-top-num__item--06 .-gakka {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-top-num__item--04 .-title img {
  width: 55px;
}
.p-top-num__item--04 .-title span {
  width: calc(100% - 55px);
}
.p-top-num__item--04 .-main__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-num__item--04 .-main__text small {
  font-size: 4rem;
}
.p-top-num__item--04 .-gakka {
  color: #20aee5;
}
.p-top-num__item--05 {
  padding-inline: 20px;
}
.p-top-num__item--05 .-title img {
  width: 54px;
}
.p-top-num__item--05 .-title span {
  width: calc(100% - 54px);
}
.p-top-num__item--05 .-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-num__item--05 .-main__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-num__item--05 .-main__text small {
  font-size: 6rem;
  margin-bottom: 19px;
}
.p-top-num__item--05 .-gakka {
  color: #f97dbe;
}
.p-top-num__item--06 {
  padding-inline: 20px;
}
.p-top-num__item--06 .-title img {
  width: 84px;
}
.p-top-num__item--06 .-title__text {
  width: calc(100% - 84px);
}
.p-top-num__item--06 .-title__text--small {
  font-size: 1.7rem;
  display: block;
}
.p-top-num__item--06 .-title__text--small span {
  color: #c90e69;
  font-size: 3rem;
  font-weight: 900;
}
.p-top-num__item--06 .-title__text--small span small {
  font-size: 1.7rem;
  font-weight: bold;
}
.p-top-num__item--06 .-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-num__item--06 .-main__circle {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-top-num__item--06 .-main__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-num__item--06 .-main__text small {
  font-size: 6rem;
  margin-bottom: 19px;
}
.p-top-num__item--06 .-gakka {
  color: #f5ac3c;
}
.p-top-num__graph01 {
  position: relative;
  margin-top: 35px;
  display: inline-block;
}
.p-top-num__graph01 .-graph01 {
  width: 282px;
  height: 282px;
}
.p-top-num__graph01 .-graph01 svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  background: #8cbb23;
  border-radius: 50%;
}
.p-top-num__graph01 .-graph01 svg.is-animated .pie2 {
  stroke-dasharray: 0 100;
  -webkit-animation: drawPie2 1s ease-out forwards;
          animation: drawPie2 1s ease-out forwards;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.p-top-num__graph01 .-graph01 svg.is-animated .pie3 {
  stroke-dasharray: 0 100;
  -webkit-animation: drawPie3 1s ease-out forwards;
          animation: drawPie3 1s ease-out forwards;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.p-top-num__graph01 .-graph01 circle {
  fill: none;
  stroke-width: 31.8309886184;
  /* 円グラフの太さ */
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* 開始位置を上に */
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-top-num__graph01 .-graph01 .pie1 {
  stroke: #8cbb23;
  stroke-dasharray: 70 30;
}
.p-top-num__graph01 .-graph01 .pie2 {
  stroke: #cd0963;
  stroke-dashoffset: -70;
}
.p-top-num__graph01 .-graph01 .pie3 {
  stroke: #f88acc;
  stroke-dashoffset: -85;
}
.p-top-num__graph01 .-graph01 .pie4 {
  stroke: #f0e6a0;
  stroke-dasharray: 5 95;
  stroke-dashoffset: -95;
}
@-webkit-keyframes drawPie2 {
  to {
    stroke-dasharray: 15 85;
  }
}
@keyframes drawPie2 {
  to {
    stroke-dasharray: 15 85;
  }
}
@-webkit-keyframes drawPie3 {
  to {
    stroke-dasharray: 10 90;
  }
}
@keyframes drawPie3 {
  to {
    stroke-dasharray: 10 90;
  }
}
.p-top-num__graph01 .-text {
  position: absolute;
}
.p-top-num__graph01 .-text__p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.p-top-num__graph01 .-text__num {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.p-top-num__graph01 .-text__num small {
  font-size: 70%;
}
.p-top-num__graph01 .-text__img img {
  margin-top: 5%;
  margin-left: -16%;
}
.p-top-num__graph01 .-text--01 {
  width: 164px;
  top: 28%;
  right: -16%;
  text-align: left;
}
.p-top-num__graph01 .-text--02 {
  width: 109px;
  top: 36%;
  left: -3%;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #c90e69, -2px -2px 0 #c90e69, -2px 2px 0 #c90e69, 2px -2px 0 #c90e69, 0px 2px 0 #c90e69, 0 -2px 0 #c90e69, -2px 0 0 #c90e69, 2px 0 0 #c90e69;
}
.p-top-num__graph01 .-text--02 .-text__p {
  font-size: 1.6rem;
}
.p-top-num__graph01 .-text--03 {
  width: 67px;
  top: 9%;
  left: 15%;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 0 #c90e69, -2px -2px 0 #c90e69, -2px 2px 0 #c90e69, 2px -2px 0 #c90e69, 0px 2px 0 #c90e69, 0 -2px 0 #c90e69, -2px 0 0 #c90e69, 2px 0 0 #c90e69;
}
.p-top-num__graph01 .-text--03 .-text__p {
  display: block;
  line-height: 1.1;
}
.p-top-num__graph01 .-text--03 .-text__num {
  font-size: 2.8rem;
}
.p-top-num__graph01 .-text--04 {
  width: 145px;
  top: -8%;
  left: -5%;
  text-align: left;
  font-weight: bold;
  color: #222222;
}
.p-top-num__graph01 .-text--04 .-text__bar {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: calc(100% - 65px);
  height: 30px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
}
.p-top-num__graph01 .-text--04 .-text__p {
  display: block;
  line-height: 1;
  color: #222222;
  text-align: left;
  padding-left: 8px;
}
.p-top-num__graph01 .-text--04 .-text__num {
  font-size: 2.8rem;
  color: #222222;
}
.p-top-num__graph02 {
  position: relative;
  margin-top: 35px;
  display: inline-block;
}
.p-top-num__graph02 .-graph02 {
  width: 282px;
  height: 282px;
  /* 赤紫 */
  /* ピンク */
  /* 黄緑 */
  /* クリーム */
  /* ベージュ */
  /* グレー */
  /* アニメーション */
}
.p-top-num__graph02 .-graph02 svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  background: #e0ef89;
  border-radius: 50%;
}
.p-top-num__graph02 .-graph02 svg.is-animated .pie1 {
  stroke-dasharray: 0 100;
  -webkit-animation: drawPie01-01 1s ease-out forwards;
          animation: drawPie01-01 1s ease-out forwards;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.p-top-num__graph02 .-graph02 svg.is-animated .pie2 {
  stroke-dasharray: 0 100;
  -webkit-animation: drawPie01-02 1s ease-out forwards;
          animation: drawPie01-02 1s ease-out forwards;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.p-top-num__graph02 .-graph02 circle {
  fill: none;
  stroke-width: 31.8309886184;
  /* 円グラフの太さ */
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* 開始位置を上に */
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-top-num__graph02 .-graph02 .pie1 {
  stroke: #cd0963;
  stroke-dashoffset: -29;
}
.p-top-num__graph02 .-graph02 .pie2 {
  stroke: #f88acc;
  stroke-dashoffset: -52;
}
.p-top-num__graph02 .-graph02 .pie3 {
  stroke: #e0ef89;
  stroke-dasharray: 22 78;
  stroke-dashoffset: -52;
}
.p-top-num__graph02 .-graph02 .pie4 {
  stroke: #fff8c6;
  stroke-dasharray: 16 85;
  stroke-dashoffset: -74;
}
.p-top-num__graph02 .-graph02 .pie5 {
  stroke: #eddc9c;
  stroke-dasharray: 7 92;
  stroke-dashoffset: -90;
}
.p-top-num__graph02 .-graph02 .pie6 {
  stroke: #999999;
  stroke-dasharray: 3 97;
  stroke-dashoffset: -97;
}
@-webkit-keyframes drawPie01-01 {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 29 71;
  }
}
@keyframes drawPie01-01 {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 29 71;
  }
}
@-webkit-keyframes drawPie01-02 {
  to {
    stroke-dashoffset: -29;
    stroke-dasharray: 23 77;
  }
}
@keyframes drawPie01-02 {
  to {
    stroke-dashoffset: -29;
    stroke-dasharray: 23 77;
  }
}
.p-top-num__graph02 .-text {
  position: absolute;
}
.p-top-num__graph02 .-text__p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 1.1;
}
.p-top-num__graph02 .-text__num {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}
.p-top-num__graph02 .-text__num small {
  font-size: 70%;
}
.p-top-num__graph02 .-text--01 {
  width: 110px;
  top: 15%;
  right: 8%;
}
.p-top-num__graph02 .-text--01 .-text__img {
  position: absolute;
  top: 79%;
  right: -55%;
  width: 72px;
}
.p-top-num__graph02 .-text--02 {
  width: 110px;
  top: 60%;
  right: 13%;
}
.p-top-num__graph02 .-text--03 {
  width: 110px;
  bottom: 17%;
  left: 9%;
}
.p-top-num__graph02 .-text--03 .-text__p {
  color: #222222;
}
.p-top-num__graph02 .-text--03 .-text__num {
  color: #222222;
}
.p-top-num__graph02 .-text--03 .-text__img {
  position: absolute;
  top: 10%;
  left: -45%;
  width: 52px;
}
.p-top-num__graph02 .-text--04 {
  width: 110px;
  top: 28%;
  left: 0;
}
.p-top-num__graph02 .-text--04 .-text__p {
  color: #222222;
  font-size: 1.4rem;
}
.p-top-num__graph02 .-text--04 .-text__num {
  color: #222222;
  font-size: 2.8rem;
}
.p-top-num__graph02 .-text--05 {
  width: 110px;
  top: 7%;
  left: 11%;
}
.p-top-num__graph02 .-text--05 .-text__p {
  color: #222222;
  font-size: 1.4rem;
}
.p-top-num__graph02 .-text--05 .-text__num {
  color: #222222;
  font-size: 2.8rem;
}
.p-top-sns {
  background-color: #fff;
  background-image: repeating-linear-gradient(60deg, rgb(255, 246, 222) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 246, 222, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(255, 246, 222) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(255, 246, 222, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
}
.p-top-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25%;
}
.p-top-sns ul li {
  width: 19%;
}
@media only screen and (min-width: 769px) {
  .p-top-sns ul a:hover {
    opacity: 0.8;
  }
}
.p-top-sns .spotlight-instagram-feed .FeedGridLayout__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25% !important;
}
.p-top-sns .spotlight-instagram-feed .FeedGridLayout__grid .FeedGridLayout__cell {
  width: 19%;
  padding-top: 33.5% !important;
  padding-bottom: 0 !important;
  height: 0;
}
.p-top-photo__imgs {
  position: relative;
  max-height: 800px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.p-top-photo__imgs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background: linear-gradient(to bottom, transparent, white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.p-top-photo__imgs.--open {
  max-height: 2000px;
}
.p-top-photo__imgs.--open::after {
  opacity: 0;
  display: none;
}
.p-top-photo__imgs.--open .p-top-photo__button {
  opacity: 0;
  display: none;
}
.p-top-photo__button {
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-photo__button span {
  display: block;
  color: #8cbb23;
  font-size: 2rem;
  margin-bottom: 15px;
}
.p-top-photo__button img {
  width: 44px;
}
.p-top-photo__imgswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-top-photo__block {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 400px 10px 300px 10px 290px 10px 100px 10px 252px 10px 148px 10px 10px 10px 354px 10px 252px;
  grid-template-columns: 400px 300px 290px 100px 252px 148px 10px 354px 252px;
  -ms-grid-rows: 400px 10px 400px 10px 120px 10px 280px;
  grid-template-rows: 400px 400px 120px 280px;
  margin-right: 10px;
}
.p-top-photo__block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top-photo__block > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-top-photo__block > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-top-photo__block > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.p-top-photo__block > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.p-top-photo__block > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.p-top-photo__block > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.p-top-photo__block > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.p-top-photo__block > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
}
.p-top-photo__block > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-top-photo__block > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-top-photo__block > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.p-top-photo__block > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.p-top-photo__block > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.p-top-photo__block > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.p-top-photo__block > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}
.p-top-photo__block > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}
.p-top-photo__block > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 17;
}
.p-top-photo__block > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.p-top-photo__block > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.p-top-photo__block > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.p-top-photo__block > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.p-top-photo__block > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.p-top-photo__block > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.p-top-photo__block > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}
.p-top-photo__block > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}
.p-top-photo__block > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 17;
}
.p-top-photo__block > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.p-top-photo__block > *:nth-child(29) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.p-top-photo__block > *:nth-child(30) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.p-top-photo__block > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.p-top-photo__block > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.p-top-photo__block > *:nth-child(33) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}
.p-top-photo__block > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}
.p-top-photo__block > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 15;
}
.p-top-photo__block > *:nth-child(36) {
  -ms-grid-row: 7;
  -ms-grid-column: 17;
}
.p-top-photo__block a {
  position: relative;
}
.p-top-photo__block a span {
  opacity: 0;
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 2px 3px 3px rgba(34, 34, 34, 0.4);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  width: 90%;
  text-align: center;
}
.p-top-photo__block a:before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(140, 187, 35, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) {
  .p-top-photo__block a:hover span {
    opacity: 1;
  }
  .p-top-photo__block a:hover::before {
    opacity: 1;
  }
}
.p-top-photo__block a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-photo__block a:nth-of-type(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-top-photo__block a:nth-of-type(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-top-photo__block a:nth-of-type(3) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4/8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-top-photo__block a:nth-of-type(4) {
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-column: 8/10;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.p-top-photo__block a:nth-of-type(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2/5;
}
.p-top-photo__block a:nth-of-type(6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2/5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}
.p-top-photo__block a:nth-of-type(7) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-top-photo__block a:nth-of-type(8) {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-top-photo__block a:nth-of-type(9) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.p-top-photo__block a:nth-of-type(10) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
}
.p-top-photo__block a:nth-of-type(11) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}
.p-top-photo__block a:nth-of-type(12) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/9;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}
.p-top-photo__block a:nth-of-type(13) {
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/10;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}
.p-top-photo-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.p-top-photo-modal-content {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 1500px;
  margin: 50px auto;
  padding: 40px;
}
.p-top-photo-modal-content span {
  margin-top: 5px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.8rem;
}
.p-top-photo-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.4rem;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-top-photo-modal-close:hover {
  color: #222222;
  background: #fff;
}
.p-top-photo-modal-overlay {
  position: absolute;
  inset: 0;
}
.p-top-photo-modal .slick-slider {
  height: 100%;
}
.p-top-photo-modal .slick-track {
  height: 100%;
}
.p-top-photo-modal .slick-list {
  height: 100%;
}
.p-top-photo-modal .slick-slide {
  width: 100%;
  height: 100%;
  padding: 0 10px 30px;
}
.p-top-photo-modal .slick-slide div {
  height: 100%;
  width: 100%;
}
.p-top-photo-modal .slick-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.p-top-photo-modal .slick-arrow {
  width: 30px;
  height: 30px;
}
.p-top-photo-modal .slick-arrow::before {
  content: none;
}
.p-top-photo-modal .slick-prev {
  background: url(../img/top/modal_arw_l.png) no-repeat;
  background-position: center;
  background-size: contain;
  left: -35px;
}
.p-top-photo-modal .slick-next {
  background: url(../img/top/modal_arw_r.png) no-repeat;
  background-position: center;
  background-size: contain;
  right: -35px;
}
.p-top-pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-pickup ul li {
  width: 16.6666666667%;
}
.p-top-pickup ul li .-img img {
  width: 100%;
  height: auto;
}
.p-top-pickup ul li .-text {
  font-weight: bold;
  margin-top: 5px;
}
.p-top-pickup ul li .-text__title {
  font-size: 2.3rem;
  line-height: 1.2;
}
.p-top-pickup ul li .-text__english {
  font-size: 1.2rem;
}
.p-top-pickup ul li:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .p-top-com-inner {
    padding: 35px 15px 30px;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-top-com-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .p-top-com-title span:nth-of-type(1) {
    font-size: 1.9rem;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .p-top-com-title span:nth-of-type(2) {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
  }
  .p-top-com-title--sns span:nth-of-type(1) {
    width: 40%;
    text-align: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 10px;
  }
  .p-top-com-title--sns span:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-top-com-title--sns span:nth-of-type(3) {
    width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top-com-title--sns span:nth-of-type(3) img {
    width: 18px !important;
    margin-right: 5px;
  }
  .p-top-com-button {
    width: 240px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #222222;
    padding: 0 15px;
    font-size: 1.5rem;
  }
  .p-top-com-button::after {
    top: 14px;
    right: 15px;
  }
  .p-top-oc {
    overflow-x: hidden;
  }
  .p-top-oc__inner {
    background: url(../img/top/oc_bg_sp.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center -40%;
  }
  .p-top-oc-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    position: relative;
    padding-left: 65px;
    gap: 10px 0;
  }
  .p-top-oc-tab__item {
    text-align: center;
    font-size: 1rem;
    padding: 0 5px;
    border-radius: 25px;
    border: 1px solid #fff;
    margin-right: 3px;
    margin-left: 3px;
    height: 25px;
    color: #222222 !important;
    background: #fff;
  }
  .p-top-oc-tab__item.--all {
    color: #fff !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .p-top-oc-tab__item.current.--all, .p-top-oc-tab__item:hover.--all {
    background: #fff;
    color: #f5ac3c !important;
    border-color: #f5ac3c;
  }
  .p-top-oc-tab__item.current.--bio, .p-top-oc-tab__item:hover.--bio {
    color: #fff !important;
  }
  .p-top-oc-tab__item.current.--it, .p-top-oc-tab__item:hover.--it {
    color: #fff !important;
  }
  .p-top-oc-tab__item.current.--psychology, .p-top-oc-tab__item:hover.--psychology {
    color: #fff !important;
  }
  .p-top-oc-tab__item.current.--medical, .p-top-oc-tab__item:hover.--medical {
    color: #fff !important;
  }
  .p-top-oc-tab__item.current.--event, .p-top-oc-tab__item:hover.--event {
    color: #fff !important;
  }
  .p-top-oc__spscroll {
    position: relative;
  }
  .p-top-oc__spscroll::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: -3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-top-oc__spscroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-oc__scroll-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
  }
  .p-top-oc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 200%;
    gap: 1.3333333333%;
  }
  .p-top-oc-list__item {
    width: 49%;
    border-radius: 0 15px 0 0;
  }
  .p-top-oc-list__item .-allow {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
  .p-top-oc-list__item .-allow::after {
    top: 9px;
    right: 10px;
    width: 7px;
    height: 7px;
  }
  .p-top-oc-list__item a {
    display: block;
  }
  .p-top-oc-list__item .-img {
    border-radius: 0 10px 0 0;
    border: 3px solid #8cbb23;
  }
  .p-top-oc-list__item .-img img {
    height: 100% !important;
  }
  .p-top-oc-list__item .-textarea {
    padding: 5px 10px 10px;
  }
  .p-top-oc-list__item .-textarea .-date {
    font-size: 2.4rem;
  }
  .p-top-oc-list__item .-textarea .-date span {
    font-size: 1rem;
  }
  .p-top-oc-list__item .-textarea .-category {
    width: calc(100% - 65px);
  }
  .p-top-oc-list__item .-textarea .-category span {
    padding: 2px 3px;
    font-size: 1rem;
    line-height: 1;
  }
  .p-top-oc-list__item .-textarea .-category span:nth-of-type(n + 1) {
    margin-top: 5px;
  }
  .p-top-oc-list__item .-textarea .-text {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .p-top-oc-list__item.--bio .-allow {
    background: #20aee5;
  }
  .p-top-oc-list__item.--bio .-img {
    border-color: #20aee5;
  }
  .p-top-oc-list__item.--bio .-textarea .-category span {
    background: #20aee5;
  }
  .p-top-oc-list__item.--it .-allow {
    background: #8800ff;
  }
  .p-top-oc-list__item.--it .-img {
    border-color: #8800ff;
  }
  .p-top-oc-list__item.--it .-textarea .-category span {
    background: #8800ff;
  }
  .p-top-oc-list__item.--psychology .-allow {
    background: #ec7a9a;
  }
  .p-top-oc-list__item.--psychology .-img {
    border-color: #ec7a9a;
  }
  .p-top-oc-list__item.--psychology .-textarea .-category span {
    background: #ec7a9a;
  }
  .p-top-oc-list__item.--medical .-allow {
    background: #f5ac3c;
  }
  .p-top-oc-list__item.--medical .-img {
    border-color: #f5ac3c;
  }
  .p-top-oc-list__item.--medical .-textarea .-category span {
    background: #f5ac3c;
  }
  .p-top-oc-list__item.--event .-allow {
    background: #CB584C;
  }
  .p-top-oc-list__item.--event .-img {
    border-color: #CB584C;
  }
  .p-top-oc-list__item.--event .-textarea .-category span {
    background: #CB584C;
  }
  .p-top-oc__button {
    margin-top: 15px;
  }
  .p-top-oc-banner {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    gap: 25px 0;
  }
  .p-top-oc-banner__block {
    width: 100%;
  }
  .p-top-oc-banner__card .-title {
    font-size: 3.5rem;
    top: -1px;
    width: 250px;
  }
  .p-top-oc-banner__card .-box {
    width: 110px;
    height: 25px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .p-top-oc-banner__card .-box::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 10px;
    width: 7px;
    height: 7px;
  }
  .p-top-oc-banner__card--2nd .-box {
    width: 160px;
  }
  .p-top-oc-banner__balloon {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 65px;
    border-radius: 20px;
    display: block;
    padding: 10px 15px;
  }
  .p-top-oc-banner__balloon::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #8cbb23;
    border-right: solid 3px #8cbb23;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-top-oc-banner__balloon-text {
    padding: 5px;
    font-size: 1rem;
    border-radius: 20px;
    margin-right: 0;
    width: 110px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 2px;
  }
  .p-top-oc-banner__balloon-main {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .p-top-infoarea {
    background: url(../img/top/info_bg_sp.png) repeat;
    background-size: 515px;
    background-position: center;
  }
  .p-top-infoarea__inner--2nd {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .p-top-infoarea__title {
    margin-bottom: 20px;
  }
  .p-top-infoarea__title span:nth-of-type(1) {
    text-align: left;
  }
  .p-top-infoarea__title span:nth-of-type(2) {
    text-align: left;
    margin-top: 2px;
  }
  .p-top-infoarea__button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
  }
  .p-top-infoarea__button a {
    margin-left: auto;
  }
  .p-top-infoarea__button--2nd {
    margin-top: 20px;
  }
  .p-top-infoarea .-allow {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
  .p-top-infoarea .-allow::after {
    top: 9px;
    right: 10px;
    width: 7px;
    height: 7px;
  }
  .p-top-infoarea__spscroll {
    position: relative;
  }
  .p-top-infoarea__spscroll::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/sns_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: -3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-top-infoarea__spscroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-infoarea__scroll-wrap {
    overflow-x: scroll;
    position: relative;
  }
  .p-top-topics__list {
    width: 200%;
    gap: 2%;
  }
  .p-top-topics__item {
    width: 48%;
    border-radius: 0 10px 0 0;
  }
  .p-top-topics__item .-img span {
    display: none;
  }
  .p-top-topics__item .-img::after {
    content: none;
  }
  .p-top-topics__item .-textarea {
    padding: 10px;
  }
  .p-top-topics__item .-textarea .-date {
    width: 60px;
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .p-top-topics__item .-textarea .-category {
    width: calc(100% - 60px);
    font-size: 1rem;
  }
  .p-top-topics__item .-textarea .-category span {
    padding: 0 2px;
    background: #8cbb23;
    font-size: 1rem;
  }
  .p-top-topics__item .-textarea .-category span:nth-of-type(n + 1) {
    margin-top: 3px;
  }
  .p-top-topics__item .-textarea .-text {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .p-top-topics__item:hover {
    background: #20aee5;
  }
  .p-top-topics__item:hover .-allow {
    background: #fff;
  }
  .p-top-topics__item:hover .-allow::after {
    border-color: #20aee5;
  }
  .p-top-topics__item:hover .-img::after {
    opacity: 1;
  }
  .p-top-topics__item:hover .-img span {
    opacity: 1;
  }
  .p-top-topics__item:hover .-textarea {
    color: #fff;
  }
  .p-top-topics__item:hover .-textarea .-category span {
    background: #fff;
  }
  .p-top-topics__item:hover .-textarea .-category span.--all {
    color: #8cbb23;
  }
  .p-top-topics__item:hover .-textarea .-category span.--bio {
    color: #20aee5;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-info__list {
    gap: 10px 0;
  }
  .p-top-info__item {
    width: 100%;
    border-radius: 0 10px 0 0;
  }
  .p-top-info__item:nth-of-type(n + 3) {
    display: none;
  }
  .p-top-info__item a {
    padding: 10px 15px 10px 15px;
  }
  .p-top-info__item .-allow {
    top: 10px;
    right: 10px;
  }
  .p-top-info__item .-img {
    width: 30%;
  }
  .p-top-info__item .-img span {
    border-radius: 0 15px 0 0;
  }
  .p-top-info__item .-textarea {
    width: 65%;
  }
  .p-top-info__item .-textarea .-date {
    font-size: 1.1rem;
    margin-block: 5px 10px;
  }
  .p-top-info__item .-textarea .-text {
    font-size: 1.2rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p-top-num__list {
    gap: 10px 0;
  }
  .p-top-num__item {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
  }
  .p-top-num__item--01 {
    -webkit-box-shadow: 3px 3px 0px 0px #6c980a;
            box-shadow: 3px 3px 0px 0px #6c980a;
    padding-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px calc(100% - 120px);
    grid-template-columns: 120px calc(100% - 120px);
  }
  .p-top-num__item--01 .-deco {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .p-top-num__item--01 .-deco img {
    width: 50px !important;
  }
  .p-top-num__item--01 .-title {
    font-size: 1.9rem;
    margin-top: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .p-top-num__item--01 .-percent {
    margin-top: 0;
  }
  .p-top-num__item--01 .-percent span {
    font-size: 6.9rem;
  }
  .p-top-num__item--01 .-percent small {
    font-size: 4.8rem;
  }
  .p-top-num__item--01 .-attention {
    font-size: 1rem;
    margin-top: 0;
  }
  .p-top-num__item--graph .-title {
    font-size: 1.9rem;
  }
  .p-top-num__item--graph .-title small {
    font-size: 1.6rem;
    margin-bottom: 3px;
  }
  .p-top-num__item--04, .p-top-num__item--05, .p-top-num__item--06 {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .p-top-num__item--04 .-title, .p-top-num__item--05 .-title, .p-top-num__item--06 .-title {
    width: 50%;
    font-size: 1.4rem;
    margin-bottom: 0;
    height: auto;
  }
  .p-top-num__item--04 .-title span, .p-top-num__item--05 .-title span, .p-top-num__item--06 .-title span {
    text-align: left;
  }
  .p-top-num__item--04 .-main, .p-top-num__item--05 .-main, .p-top-num__item--06 .-main {
    width: 47%;
  }
  .p-top-num__item--04 .-main__circle, .p-top-num__item--05 .-main__circle, .p-top-num__item--06 .-main__circle {
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .p-top-num__item--04 .-main__text, .p-top-num__item--05 .-main__text, .p-top-num__item--06 .-main__text {
    font-size: 5.9rem;
  }
  .p-top-num__item--04 .-main__text small, .p-top-num__item--05 .-main__text small, .p-top-num__item--06 .-main__text small {
    font-size: 2rem;
    margin-left: 5px;
  }
  .p-top-num__item--04 .-gakka, .p-top-num__item--05 .-gakka, .p-top-num__item--06 .-gakka {
    position: absolute;
    text-align: right;
    font-size: 1rem;
    bottom: 5px;
    right: 5px;
  }
  .p-top-num__item--04 .-title img {
    width: 24px !important;
    margin: 0 15px 0 6px;
  }
  .p-top-num__item--04 .-title span {
    width: calc(100% - 45px);
  }
  .p-top-num__item--04 .-main__text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-num__item--04 .-main__text small {
    font-size: 2rem;
  }
  .p-top-num__item--05 .-title img {
    width: 27px !important;
    margin: 0 14px 0 2px;
  }
  .p-top-num__item--05 .-title span {
    width: calc(100% - 45px);
  }
  .p-top-num__item--05 .-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-num__item--05 .-main__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-num__item--05 .-main__text small {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .p-top-num__item--05 .-gakka {
    color: #f97dbe;
  }
  .p-top-num__item--06 .-title img {
    width: 37px !important;
  }
  .p-top-num__item--06 .-title__text {
    width: calc(100% - 45px);
  }
  .p-top-num__item--06 .-title__text--small {
    font-size: 1rem;
    display: block;
  }
  .p-top-num__item--06 .-title__text--small span {
    color: #c90e69;
    font-size: 1.7rem;
    font-weight: 900;
  }
  .p-top-num__item--06 .-title__text--small span small {
    font-size: 1rem;
    font-weight: bold;
  }
  .p-top-num__item--06 .-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-num__item--06 .-main__circle {
    font-size: 1rem;
    font-weight: bold;
  }
  .p-top-num__item--06 .-main__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-num__item--06 .-main__text small {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .p-top-num__item--06 .-gakka {
    color: #f5ac3c;
  }
  .p-top-num__graph01 {
    margin-top: 20px;
  }
  .p-top-num__graph01 .-graph01 {
    width: 200px;
    height: 200px;
  }
  .p-top-num__graph01 .-graph01 svg.is-animated .pie2 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .p-top-num__graph01 .-graph01 svg.is-animated .pie3 {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .p-top-num__graph01 .-text__p {
    font-size: 1.2rem;
  }
  .p-top-num__graph01 .-text__num {
    font-size: 2.7rem;
  }
  .p-top-num__graph01 .-text__num small {
    font-size: 70%;
  }
  .p-top-num__graph01 .-text__img img {
    margin-top: 5%;
    margin-left: -16%;
  }
  .p-top-num__graph01 .-text--01 {
    width: 120px;
    top: 28%;
    right: -19%;
    text-align: left;
  }
  .p-top-num__graph01 .-text--02 {
    width: 78px;
    top: 36%;
    left: -12%;
  }
  .p-top-num__graph01 .-text--02 .-text__p {
    font-size: 1.1rem;
  }
  .p-top-num__graph01 .-text--03 {
    width: 47px;
    top: 9%;
    left: 13%;
  }
  .p-top-num__graph01 .-text--03 .-text__p {
    display: block;
    line-height: 1.1;
    font-size: 1rem;
  }
  .p-top-num__graph01 .-text--03 .-text__num {
    font-size: 2rem;
  }
  .p-top-num__graph01 .-text--04 {
    width: 100px;
    top: -6%;
    left: -4%;
    text-align: left;
    font-weight: bold;
    color: #222222;
  }
  .p-top-num__graph01 .-text--04 .-text__bar {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: calc(100% - 40px);
    height: 20px;
    border-top: 2px solid #222222;
    border-right: 2px solid #222222;
  }
  .p-top-num__graph01 .-text--04 .-text__p {
    display: block;
    line-height: 1;
    color: #222222;
    text-align: left;
    padding-left: 2px;
    font-size: 1rem;
  }
  .p-top-num__graph01 .-text--04 .-text__num {
    font-size: 2rem;
    color: #222222;
  }
  .p-top-num__graph02 {
    margin-top: 20px;
  }
  .p-top-num__graph02 .-graph02 {
    width: 200px;
    height: 200px;
  }
  .p-top-num__graph02 .-graph02 svg.is-animated .pie1 {
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s;
  }
  .p-top-num__graph02 .-graph02 svg.is-animated .pie2 {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .p-top-num__graph02 .-text__p {
    font-size: 1.3rem;
  }
  .p-top-num__graph02 .-text__num {
    font-size: 2.7rem;
  }
  .p-top-num__graph02 .-text__num small {
    font-size: 70%;
  }
  .p-top-num__graph02 .-text--01 {
    width: 80px;
    top: 17%;
    right: 7%;
  }
  .p-top-num__graph02 .-text--01 .-text__img {
    position: absolute;
    top: 60%;
    right: -55%;
    width: 51px;
  }
  .p-top-num__graph02 .-text--02 {
    width: 80px;
    top: 60%;
    right: 13%;
  }
  .p-top-num__graph02 .-text--03 {
    width: 80px;
    bottom: 15%;
    left: 9%;
  }
  .p-top-num__graph02 .-text--03 .-text__p {
    color: #222222;
  }
  .p-top-num__graph02 .-text--03 .-text__num {
    color: #222222;
  }
  .p-top-num__graph02 .-text--03 .-text__img {
    position: absolute;
    top: 10%;
    left: -45%;
    width: 40px;
  }
  .p-top-num__graph02 .-text--04 {
    width: 80px;
    top: 28%;
    left: 0;
  }
  .p-top-num__graph02 .-text--04 .-text__p {
    color: #222222;
    font-size: 1rem;
  }
  .p-top-num__graph02 .-text--04 .-text__num {
    color: #222222;
    font-size: 2rem;
  }
  .p-top-num__graph02 .-text--05 {
    width: 80px;
    top: 7%;
    left: 11%;
  }
  .p-top-num__graph02 .-text--05 .-text__p {
    color: #222222;
    font-size: 1rem;
  }
  .p-top-num__graph02 .-text--05 .-text__num {
    color: #222222;
    font-size: 2rem;
  }
  .p-top-sns__inner {
    padding-inline: 0;
  }
  .p-top-sns__spscroll {
    position: relative;
  }
  .p-top-sns__spscroll::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/sns_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-top-sns__spscroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-top-sns__scroll-wrap {
    overflow-x: scroll;
    position: relative;
  }
  .p-top-sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 910px;
  }
  .p-top-sns ul li {
    width: 170px;
  }
  .p-top-sns .spotlight-instagram-feed {
    width: 910px;
  }
  .p-top-sns .spotlight-instagram-feed .FeedGridLayout__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25% !important;
  }
  .p-top-sns .spotlight-instagram-feed .FeedGridLayout__grid .FeedGridLayout__cell {
    width: 19%;
    padding-top: 33.5% !important;
    padding-bottom: 0 !important;
  }
  .p-top-photo__imgs {
    max-height: 460px;
  }
  .p-top-photo__button {
    bottom: 30px;
  }
  .p-top-photo__button span {
    font-size: 2rem;
    margin-bottom: 6px;
  }
  .p-top-photo__button img {
    width: 40px !important;
  }
  .p-top-photo__block {
    gap: 5px;
    -ms-grid-columns: 200px 5px 150px 5px 145px 5px 50px 5px 126px 5px 74px 5px 5px 5px 177px 5px 146px;
    grid-template-columns: 200px 150px 145px 50px 126px 74px 5px 177px 146px;
    -ms-grid-rows: 200px 5px 200px 5px 60px 5px 140px;
    grid-template-rows: 200px 200px 60px 140px;
    margin-right: 5px;
  }
  .p-top-photo__block > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-photo__block > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-top-photo__block > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-top-photo__block > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .p-top-photo__block > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .p-top-photo__block > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .p-top-photo__block > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  .p-top-photo__block > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
  }
  .p-top-photo__block > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
  }
  .p-top-photo__block > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-top-photo__block > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-top-photo__block > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .p-top-photo__block > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .p-top-photo__block > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .p-top-photo__block > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .p-top-photo__block > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
  }
  .p-top-photo__block > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
  }
  .p-top-photo__block > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
  }
  .p-top-photo__block > *:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-top-photo__block > *:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-top-photo__block > *:nth-child(21) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .p-top-photo__block > *:nth-child(22) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .p-top-photo__block > *:nth-child(23) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .p-top-photo__block > *:nth-child(24) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
  }
  .p-top-photo__block > *:nth-child(25) {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
  }
  .p-top-photo__block > *:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-column: 15;
  }
  .p-top-photo__block > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 17;
  }
  .p-top-photo__block > *:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .p-top-photo__block > *:nth-child(29) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .p-top-photo__block > *:nth-child(30) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .p-top-photo__block > *:nth-child(31) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .p-top-photo__block > *:nth-child(32) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
  .p-top-photo__block > *:nth-child(33) {
    -ms-grid-row: 7;
    -ms-grid-column: 11;
  }
  .p-top-photo__block > *:nth-child(34) {
    -ms-grid-row: 7;
    -ms-grid-column: 13;
  }
  .p-top-photo__block > *:nth-child(35) {
    -ms-grid-row: 7;
    -ms-grid-column: 15;
  }
  .p-top-photo__block > *:nth-child(36) {
    -ms-grid-row: 7;
    -ms-grid-column: 17;
  }
  .p-top-photo__block a span {
    display: none;
  }
  .p-top-photo__block a:before {
    content: none;
  }
  .p-top-photo__block a img {
    height: 100% !important;
  }
  .p-top-photo-modal-content {
    max-width: 500px;
    margin: 25px auto;
    padding: 20px;
  }
  .p-top-photo-modal-content span {
    margin-top: 5px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.8rem;
  }
  .p-top-photo-modal-close {
    border: 2px solid #fff;
  }
  .p-top-photo-modal .slick-slide img {
    height: 90% !important;
  }
  .p-top-pickup {
    width: calc(100% - 20px);
    margin: 10px auto 0;
  }
  .p-top-pickup ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-pickup ul li {
    width: calc(50% - 5px);
  }
  .p-top-pickup ul li .-text {
    font-weight: bold;
    margin-top: 5px;
  }
  .p-top-pickup ul li .-text__title {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .p-top-pickup ul li .-text__english {
    font-size: 1.1rem;
  }
  .p-top-pickup ul li:hover {
    opacity: 0.6;
  }
}
.MediaPopupBox__modal-aligner-no-sidebar {
  max-width: 400px !important;
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 769px) {
  .p-bio {
    padding-top: 110px;
    color: #222;
    width: 100%;
    min-width: 1350px;
  }
  .p-bio .open-campus-caroucel {
    max-width: unset;
    margin: 0 auto 0px;
    padding: 0 0px;
  }
  .p-bio .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-bio-pickup li .-img {
    position: relative;
  }
  .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 174, 229, 0.2);
  }
  .p-bio-common-btn {
    color: #20aee5 !important;
    font-weight: normal;
    border: 1px solid #20aee5;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-common-btn.-hover-link:hover {
    background-color: #20aee5;
    color: #fff !important;
  }
  .p-bio-common-btn.-hover-link:hover .icon {
    background-color: #fff;
    border: 1px solid #20aee5;
  }
  .p-bio-common-btn.-hover-link:hover .icon:before {
    border-color: #20aee5;
  }
  .p-bio-common-btn.-vertical {
    letter-spacing: -0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 15px 3px 37px;
  }
  .p-bio-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-bio-common-btn .icon {
    border-radius: 100vmax;
    background-color: #20aee5;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-common-btn02 {
    border-radius: 100vmax;
    border: 3px solid #222;
    width: 404px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1rem;
    padding: 0 32px;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-bio-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-bio-common-btn02:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
  .p-bio-common-btn02:hover {
    opacity: 0.8;
  }
  .p-bio-mv {
    position: relative;
    background-image: url(../img/bio/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
  }
  .p-bio-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 80px;
    top: -66px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 5px, #fff 0, #fff 12px);
  }
  .p-bio-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 13px 10px;
  }
  .p-bio-mv__title .japanese {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2;
  }
  .p-bio-mv__title .small-text {
    font-size: 2rem;
    font-weight: bold;
  }
  .p-bio-mv__title .small-text.-center {
    display: block;
    text-align: center;
  }
  .p-bio-lead {
    overflow-x: hidden;
    background-color: #eee;
  }
  .p-bio-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 68px;
  }
  .p-bio-lead__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-bio-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .p-bio-lead__band-wrap {
    margin-top: 46px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 16px 0;
    text-align: center;
  }
  .p-bio-lead__band {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-bio-lead__band-treat01 {
    position: absolute;
    top: -70px;
    left: -130px;
    width: 105px;
  }
  .p-bio-lead__band-treat02 {
    position: absolute;
    top: -66px;
    right: -190px;
    width: 170px;
  }
  .p-bio-lead__band .bold {
    color: #20aee5;
    font-size: 5.6rem;
    line-height: 0.5;
    position: relative;
    top: 5px;
  }
  .p-bio-lead__band .percent-text {
    font-size: 3.6rem;
  }
  .p-bio-lead__scroll {
    margin-top: 30px;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .p-bio-lead__scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(50% - 300px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-bio-lead__scroll.--scrolled:before {
    opacity: 0;
  }
  .p-bio-lead__scroll-wrapper {
    min-width: 1900px;
  }
  .p-bio-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-bio-lead__scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    min-width: 855px;
  }
  .p-bio-lead__scroll-head {
    width: 50px;
    background-color: #20aee5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0;
  }
  .p-bio-lead__scroll-head-title {
    color: #20aee5;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 100vmax;
    padding: 14px 2px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-bio-lead__scroll-body {
    width: calc(100% - 50px);
    position: relative;
    overflow: hidden;
  }
  .p-bio-lead__scroll-body-img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-bio-lead__scroll-body-textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 56%;
    margin-left: auto;
    padding-right: 30px;
  }
  .p-bio-lead__scroll-body-title {
    margin-top: 31px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p-bio-lead__scroll-body-text {
    font-size: 1.4rem;
    margin-top: 11px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-bio-lead__scroll-body-data {
    margin-top: 20px;
  }
  .p-bio-lead__scroll-body-data-company .name {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .p-bio-lead__scroll-body-data-company .year {
    padding-left: 9px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .p-bio-lead__scroll-body-data-graduate .name {
    font-size: 1.4rem;
  }
  .p-bio-lead__scroll-body-data-graduate .graduate {
    font-size: 1.4rem;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-bio-lead__field {
    margin-top: 60px;
  }
  .p-bio-lead__field-box {
    background-color: #fff;
    padding: 19px 9px 32px 30px;
    border-radius: 0 0 20px 0;
    position: relative;
  }
  .p-bio-lead__field-title .title {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-bio-lead__field-title .note {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-bio-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 70px 0 20px;
  }
  .p-bio-lead__field-item {
    background-color: #8fd6f2;
    font-size: 2rem;
    border-radius: 10px;
    padding: 2px 0;
    width: calc(25% - 67.5px);
    margin-right: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-bio-lead__field-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-bio-lead__field-item:nth-of-type(n + 5) {
    margin-top: 10px;
  }
  .p-bio-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -125px;
    position: absolute;
    right: 20px;
  }
  .p-bio-interview {
    position: relative;
  }
  .p-bio-interview:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background-image: repeating-linear-gradient(135deg, #c6eff5, #c6eff5 8px, #fff 8px, #fff 16px);
  }
  .p-bio-interview__inner {
    max-width: 1050px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 0px 0 0px;
  }
  .p-bio-interview__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-bio-interview__textarea {
    margin-top: 60px;
  }
  .p-bio-interview__title .small-text {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  .p-bio-interview__title .title {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: -9px;
    letter-spacing: 0.11em;
  }
  .p-bio-interview__title .title .bold {
    color: #20aee5;
  }
  .p-bio-interview__list {
    margin-top: 4px;
  }
  .p-bio-interview__list > * + * {
    margin-top: 16px;
  }
  .p-bio-interview__block-title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    background-color: #20aee5;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .p-bio-interview__block-text {
    font-size: 1.6rem;
    line-height: 1.37;
    margin-top: 6px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .p-bio-interview__textarea {
    width: calc(100% - 348px);
  }
  .p-bio-interview__img {
    width: 348px;
    position: relative;
    top: -20px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .p-bio-interview__img .interview-btn {
    position: absolute;
    bottom: 66px;
    right: -3px;
    width: 174px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-interview__img .interview-btn:hover {
    opacity: 0.8;
  }
  .p-bio-interview__data {
    text-align: right;
    line-height: 1.3;
    margin-top: 14px;
  }
  .p-bio-interview__data .school {
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.05em;
  }
  .p-bio-interview__data .name {
    font-size: 2rem;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-bio-movie {
    margin-top: -21px;
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-bio-movie__inner {
    padding: 30px 0 20px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-bio-movie__icon01 {
    position: absolute;
    top: 30px;
    right: 98px;
    width: 87px;
  }
  .p-bio-movie__icon02 {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 165px;
  }
  .p-bio-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
  }
  .p-bio-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-bio-nav-area {
    background-color: #eee;
  }
  .p-bio-nav {
    position: sticky;
    z-index: 100;
    top: 115px;
  }
  .p-bio-nav-area {
    padding-top: 52px;
  }
  .p-bio-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1010px;
    margin-inline: auto;
  }
  .p-bio-nav__item {
    width: calc(20% - 20px);
    margin-right: 25px;
  }
  .p-bio-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-bio-nav__icon {
    width: 75px;
    margin-inline: auto;
    display: block;
  }
  .p-bio-nav__text {
    background-color: #fff;
    border: 2px solid #222;
    padding: 35px 0 16px;
    margin-top: -30px;
    font-size: 1.6rem;
    text-align: center;
    height: 84px;
    line-height: 1.3;
  }
  .p-bio-nav__text .small-text {
    font-size: 1.2rem;
    display: block;
  }
  .p-bio-reason__inner {
    padding: 77px 0 30px;
    margin-inline: auto;
    max-width: 1400px;
  }
  .p-bio-reason__area {
    position: relative;
  }
  .p-bio-reason__title {
    padding: 0px 16px 10px;
  }
  .p-bio-reason__title .small-text {
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .p-bio-reason__title .big-text {
    font-weight: bold;
    display: block;
    font-size: 7.8rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-reason__title .big-text .small-text {
    font-size: 5.8rem;
    display: inline;
  }
  .p-bio-reason__title .bold {
    color: #20aee5;
  }
  .p-bio-reason__list {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-bio-reason__item {
    position: relative;
    overflow: hidden;
    height: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 174, 229, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-bio-reason__item:hover:before {
    opacity: 1;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-number {
    opacity: 0.2;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .small-text {
    color: #fff;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .title {
    color: #fff;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .bold,
  .p-bio-reason__item:hover .p-bio-reason__item-title .bold02 {
    color: #f9f4bd;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .text {
    color: #fff;
  }
  .p-bio-reason__item:nth-of-type(1), .p-bio-reason__item:nth-of-type(2) {
    width: 50%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
  .p-bio-reason__item:nth-of-type(2), .p-bio-reason__item:nth-of-type(5) {
    border-right: 1px solid #222;
  }
  .p-bio-reason__item:nth-of-type(3), .p-bio-reason__item:nth-of-type(4), .p-bio-reason__item:nth-of-type(5) {
    width: 33.3333333333%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .p-bio-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 5px 19px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-number {
    position: absolute;
    content: "";
    width: 210px;
    height: 156px;
    top: 50%;
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22rem;
    line-height: 0.6;
    opacity: 0.8;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-bio-reason__item-number.-gray {
    color: #666;
    opacity: 0.3;
  }
  .p-bio-reason__item-title {
    position: relative;
  }
  .p-bio-reason__item-title .small-text {
    font-size: 1.7rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-title .bold {
    color: #20aee5;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-reason__item-title .bold .number {
    font-size: 3.7rem;
  }
  .p-bio-reason__item-title .bold02 {
    color: #20aee5;
    font-size: 3.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-bio-reason__item-title .title {
    font-size: 2.7rem;
    display: block;
    line-height: 1.5;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-title .text {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-btn {
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
  }
  .p-bio-reason__btn {
    position: absolute;
    top: 40px;
    right: 22px;
  }
  .p-bio-reason__banner {
    margin-top: 28px;
    margin-inline: auto;
    max-width: 1310px;
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 19px 85px 19px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__banner:hover {
    opacity: 0.8;
  }
  .p-bio-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-bio-reason__banner-title .small-text {
    font-size: 2.2rem;
    color: #fff;
  }
  .p-bio-reason__banner-title .big-text {
    font-size: 3.8rem;
  }
  .p-bio-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-bio-reason__banner-title .middle-text {
    font-size: 2.8rem;
  }
  .p-bio-reason__banner-text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 76px;
    padding-top: 0;
    letter-spacing: 0.03em;
  }
  .p-bio-reason__banner-icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-bio-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #8cbb23;
    border-right: 2px solid #8cbb23;
  }
  .p-bio-oc {
    background-color: #20aee5;
  }
  .p-bio-oc__inner {
    padding: 34px 0 47px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-oc__title {
    font-size: 6.8rem;
    padding-right: 410px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-bio-oc__title .bold {
    color: #f9f4bd;
  }
  .p-bio-oc__title .small-text {
    font-size: 5.6rem;
  }
  .p-bio-oc__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: -9px;
  }
  .p-bio-oc__btn {
    margin-left: auto;
    margin-top: -97px;
  }
  .p-bio-oc__list {
    margin-top: 43px;
  }
  .p-bio-number {
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 4px, #fff 0, #fff 8px);
  }
  .p-bio-number__inner {
    padding: 32px 0 23px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-number__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-number__title .medium-text {
    font-size: 5.8rem;
  }
  .p-bio-number__title .bold {
    color: #f9f4bd;
  }
  .p-bio-number__text {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .p-bio-number__list {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
  }
  .p-bio-number__item {
    margin-bottom: 10px;
    width: 49.4%;
    border-radius: 10px;
    position: relative;
  }
  .p-bio-number__item img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-number__item:hover img {
    position: relative;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 6px 0 #20aee5;
            box-shadow: 0 6px 0 #20aee5;
  }
  .p-bio-system__inner {
    padding: 17px 0 53px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-system__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-bio-system__banner {
    width: 49%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-system__banner:hover {
    opacity: 0.8;
  }
  .p-bio-department {
    background-color: #20aee5;
  }
  .p-bio-department__inner {
    padding: 26px 0 0px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-department__title .normal-text {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-bio-department__title .small-text {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0.06em;
  }
  .p-bio-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
  }
  .p-bio-department__anchor a {
    margin-left: 8px;
  }
  .p-bio-department__area {
    margin-top: 36px;
  }
  .p-bio-department__block {
    padding: 20px 0 55px;
  }
  .p-bio-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 46px 0 50px;
    position: relative;
  }
  .p-bio-department__block:nth-of-type(2):before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: calc(50% - 50vw);
    background-color: #1299cd;
  }
  .p-bio-department__block-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-bio-department__block-title .small-text {
    font-size: 1.8rem;
    display: block;
    line-height: 1.3;
  }
  .p-bio-department__block-subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 18px;
    background-color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #20aee5;
  }
  .p-bio-department__block-list {
    margin-top: 24px;
    margin-inline: auto;
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-department__block-list-item {
    width: 49.5%;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .p-bio-department__block-list-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .p-bio-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-bio-department__block-list-item-textarea {
    position: absolute;
    left: 20px;
    bottom: 14px;
  }
  .p-bio-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-bio-department__block-list-item-title {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #20aee5;
    margin-bottom: 5px;
  }
  .p-bio-department__block-list-item-text {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #20aee5;
  }
  .p-bio-news {
    background-image: unset;
  }
  .p-bio-news__inner {
    padding: 34px 0 68px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-news__title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 410px;
  }
  .p-bio-news__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-news__subtitle {
    font-size: 1.8rem;
    padding-left: 10px;
    letter-spacing: 0.04em;
    padding-top: 5px;
  }
  .p-bio-news__title-btn {
    margin-left: auto;
    margin-top: -76px;
  }
  .p-bio-news__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-info {
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 4px, #fff 0, #fff 8px);
  }
  .p-bio-info__inner {
    padding: 34px 0 38px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-info__btn {
    width: 49%;
    color: #20aee5 !important;
    background-color: #fff;
    height: 60px;
    position: relative;
    font-size: 2.1rem;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 27px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #20aee5;
    border-right: 2px solid #20aee5;
  }
  .p-bio-info__btn:hover {
    opacity: 0.8;
  }
  .p-bio-research-center__inner {
    padding: 51px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-research-center__btn {
    background-image: url(../img/bio/research-center_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    padding: 0 74px 0 44px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-bio-research-center__img {
    width: 470px;
  }
  .p-bio-research-center__text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 50px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-bio-research-center__icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-bio-research-center__icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 3px solid #20aee5;
    border-right: 3px solid #20aee5;
  }
  .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-bio-sns__inner {
    padding-bottom: 95px;
  }
  .p-bio-pickup {
    padding-bottom: 30px;
  }
  .p-bio-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-bio-pickup ul li .-text__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-bio {
    padding-top: 80px;
    color: #222;
  }
  .p-bio .open-campus-caroucel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .p-bio .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-bio-pickup li .-img {
    position: relative;
  }
  .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 174, 229, 0.2);
  }
  .p-bio-common-btn {
    color: #20aee5 !important;
    font-weight: normal;
    border: 1px solid #20aee5;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
  }
  .p-bio-common-btn.-vertical {
    letter-spacing: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 8px 1px 23px;
    font-size: 10px;
    line-height: 1.8;
  }
  .p-bio-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-bio-common-btn .icon {
    border-radius: 100vmax;
    background-color: #20aee5;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-bio-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-bio-common-btn02 {
    border-radius: 100vmax;
    border: 2px solid #222;
    width: 240px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
    padding: 0 16px;
    margin-inline: auto;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-bio-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-bio-common-btn02:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-bio-common-btn02:hover {
    opacity: 0.8;
  }
  .p-bio-common-scroll {
    position: relative;
  }
  .p-bio-common-scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-bio-common-scroll.--scrolled:before {
    opacity: 0;
  }
  .p-bio-mv {
    position: relative;
    background-image: url(../img/bio/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0;
    background-size: cover;
    height: 40vw;
  }
  .p-bio-mv:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 46px;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 4px, #fff 0, #fff 8px);
  }
  .p-bio-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    padding: 12px 10px;
  }
  .p-bio-mv__title .japanese {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
  }
  .p-bio-mv__title .small-text {
    font-size: 10px;
  }
  .p-bio-mv__title .small-text.-center {
    display: block;
    margin-inline: auto;
    text-align: center;
  }
  .p-bio-mv__title .english {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-bio-lead {
    overflow-x: hidden;
    background-color: #eee;
  }
  .p-bio-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 27px;
  }
  .p-bio-lead__title {
    text-align: center;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-bio-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .p-bio-lead__band-wrap {
    margin-top: 26px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 9px 0 5px;
    text-align: center;
    margin-inline: auto;
    width: calc(100% - 40px);
  }
  .p-bio-lead__band {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-bio-lead__band-treat01 {
    position: absolute;
    bottom: -5px;
    left: -65px;
    width: 54px;
  }
  .p-bio-lead__band-treat02 {
    position: absolute;
    top: -25px;
    right: -88px;
    width: 86px;
  }
  .p-bio-lead__band .bold {
    color: #20aee5;
    font-size: 28px;
    line-height: 0.5;
    position: relative;
    top: 2px;
  }
  .p-bio-lead__band .percent-text {
    font-size: 18px;
  }
  .p-bio-lead__scroll {
    overflow-x: scroll;
    margin-top: 25px;
    padding: 0 0px;
    margin-right: 0px;
    position: relative;
  }
  .p-bio-lead__scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-bio-lead__scroll.--scrolled:before {
    opacity: 0;
  }
  .p-bio-lead__scroll-wrapper {
    min-width: 680px;
  }
  .p-bio-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-lead__scroll-item {
    margin-right: 10px;
    width: 335px;
  }
  .p-bio-lead__scroll-item:last-of-type {
    margin-right: 0;
  }
  .p-bio-lead__scroll-head {
    background-color: #20aee5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 11px;
  }
  .p-bio-lead__scroll-head-title {
    color: #20aee5;
    background-color: #fff;
    border-radius: 100vmax;
    padding: 1px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .p-bio-lead__scroll-head-interview {
    width: 80px;
    padding-top: 15px;
  }
  .p-bio-lead__scroll-body {
    position: relative;
    overflow: hidden;
  }
  .p-bio-lead__scroll-body-img img {
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-bio-lead__scroll-body-textarea {
    background-color: #20aee5;
    color: #fff;
    margin-left: auto;
    padding: 12px 15px 19px;
  }
  .p-bio-lead__scroll-body-title {
    margin-top: 0;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p-bio-lead__scroll-body-text {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-bio-lead__scroll-body-data {
    margin-top: 10px;
  }
  .p-bio-lead__scroll-body-data-company {
    line-height: 1;
  }
  .p-bio-lead__scroll-body-data-company .name {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .p-bio-lead__scroll-body-data-company .year {
    padding-left: 5px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .p-bio-lead__scroll-body-data-graduate {
    line-height: 1;
    margin-top: 3px;
  }
  .p-bio-lead__scroll-body-data-graduate .name {
    font-size: 9px;
  }
  .p-bio-lead__scroll-body-data-graduate .graduate {
    font-size: 9px;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-bio-lead__field {
    margin-top: 25px;
  }
  .p-bio-lead__field-box {
    background-color: #fff;
    padding: 9px 9px 10px 14px;
    border-radius: 0 0 10px 0;
  }
  .p-bio-lead__field-title .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-bio-lead__field-title .note {
    font-size: 10px;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-bio-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 34px 0 3px;
  }
  .p-bio-lead__field-item {
    background-color: #8fd6f2;
    font-size: 15px;
    border-radius: 5px;
    padding: 2px 0;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-bio-lead__field-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-bio-lead__field-item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .p-bio-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -101px;
  }
  .p-bio-interview {
    position: relative;
    overflow: hidden;
  }
  .p-bio-interview:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background-image: repeating-linear-gradient(135deg, #c6eff5, #c6eff5 8px, #fff 8px, #fff 16px);
  }
  .p-bio-interview__inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 26px 0 30px;
  }
  .p-bio-interview__title .small-text {
    font-size: 13.5px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
  }
  .p-bio-interview__title .title {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 0;
    letter-spacing: 0.11em;
    text-align: center;
    line-height: 1.3;
  }
  .p-bio-interview__title .title .bold {
    color: #20aee5;
  }
  .p-bio-interview__list {
    margin-top: 22px;
  }
  .p-bio-interview__list > * + * {
    margin-top: 12px;
  }
  .p-bio-interview__block-title {
    font-size: 14px;
    letter-spacing: 0.08em;
    background-color: #20aee5;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .p-bio-interview__block-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .p-bio-interview__img {
    width: 170px;
    margin-left: auto;
    position: absolute;
    bottom: -150px;
    right: 50px;
  }
  .p-bio-interview__img .interview-btn {
    position: absolute;
    top: 90px;
    right: -37px;
    width: 88px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-interview__img .interview-btn:hover {
    opacity: 0.8;
  }
  .p-bio-interview__data {
    text-align: right;
    line-height: 1.3;
    margin-top: 117px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-bio-interview__data .school {
    font-size: 11px;
    display: block;
    letter-spacing: 0.05em;
  }
  .p-bio-interview__data .name {
    font-size: 15px;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-bio-movie {
    margin-top: 0;
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-bio-movie__inner {
    padding: 16px 0 10px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-bio-movie__icon01 {
    position: absolute;
    top: 30px;
    right: 98px;
    width: 87px;
    display: none;
  }
  .p-bio-movie__icon02 {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 165px;
    display: none;
  }
  .p-bio-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
  }
  .p-bio-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-bio-nav-area {
    background-color: #eee;
  }
  .p-bio-nav {
    position: relative;
    z-index: 100;
    top: 0;
  }
  .p-bio-nav-area {
    padding-top: 52px;
  }
  .p-bio-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    width: calc(100% - 15px);
  }
  .p-bio-nav__item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .p-bio-nav__item:nth-of-type(3) {
    margin-right: 0;
  }
  .p-bio-nav__item:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .p-bio-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-bio-nav__icon {
    width: 44px;
    margin-inline: auto;
    display: block;
  }
  .p-bio-nav__text {
    background-color: #fff;
    border: 1px solid #222;
    padding: 16px 0 16px;
    margin-top: -20px;
    font-size: 11px;
    text-align: center;
    height: 50px;
    line-height: 1.3;
  }
  .p-bio-nav__text .small-text {
    font-size: 8px;
    display: block;
    margin-top: 2px;
  }
  .p-bio-reason__inner {
    padding: 60px 0 30px;
    margin-inline: auto;
  }
  .p-bio-reason__area {
    position: relative;
  }
  .p-bio-reason__title {
    padding: 0px 16px 10px;
    text-align: center;
  }
  .p-bio-reason__title .small-text {
    font-size: 14.4px;
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-bio-reason__title .big-text {
    display: block;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-reason__title .big-text .small-text {
    font-size: 48px;
    display: inline;
  }
  .p-bio-reason__title .bold {
    color: #20aee5;
  }
  .p-bio-reason__list {
    margin-top: 17px;
    margin-inline: auto;
    max-width: 520px;
  }
  .p-bio-reason__item {
    position: relative;
    overflow: hidden;
    height: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #222;
    display: block;
  }
  .p-bio-reason__item:last-of-type {
    border-bottom: 1px solid #222;
  }
  .p-bio-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 174, 229, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-bio-reason__item:hover:before {
    opacity: 1;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-number {
    opacity: 0.2;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .small-text {
    color: #fff;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .title {
    color: #fff;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .bold,
  .p-bio-reason__item:hover .p-bio-reason__item-title .bold02 {
    color: #f9f4bd;
  }
  .p-bio-reason__item:hover .p-bio-reason__item-title .text {
    color: #fff;
  }
  .p-bio-reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 160px;
    width: 100%;
  }
  .p-bio-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 10px;
    display: block;
    padding: 0px 7px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-number {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    top: 50%;
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11rem;
    line-height: 0.6;
    opacity: 0.6;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-bio-reason__item-number.-gray {
    color: #666;
    opacity: 0.1;
  }
  .p-bio-reason__item-title {
    position: relative;
  }
  .p-bio-reason__item-title .small-text {
    font-size: 13.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    display: block;
  }
  .p-bio-reason__item-title .bold {
    color: #20aee5;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-reason__item-title .bold .number {
    font-size: 24.5px;
  }
  .p-bio-reason__item-title .bold02 {
    color: #20aee5;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-bio-reason__item-title .title {
    font-size: 18.5px;
    display: block;
    line-height: 1.35;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-title .text {
    font-size: 12px;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
  }
  .p-bio-reason__item-btn {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
    display: none;
  }
  .p-bio-reason__btn {
    position: relative;
    margin-top: 25px;
  }
  .p-bio-reason__banner {
    margin-top: 24px;
    margin-inline: auto;
    width: calc(100% - 30px);
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 12px 10px 13px 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-bio-reason__banner:hover {
    opacity: 0.8;
  }
  .p-bio-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-bio-reason__banner-title .small-text {
    font-size: 16.5px;
    color: #fff;
  }
  .p-bio-reason__banner-title .big-text {
    font-size: 28.5px;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }
  .p-bio-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-bio-reason__banner-title .middle-text {
    font-size: 21px;
    padding: 0 8px;
  }
  .p-bio-reason__banner-text {
    color: #fff;
    font-size: 10px;
    padding-right: 30px;
    padding-top: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-bio-reason__banner-icon {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: 9px;
    right: 10px;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-bio-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #8cbb23;
    border-right: 1px solid #8cbb23;
  }
  .p-bio-oc {
    background-color: #20aee5;
    overflow-x: hidden;
  }
  .p-bio-oc__inner {
    padding: 23px 0 27px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-bio-oc__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 34px;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-bio-oc__title .bold {
    color: #f9f4bd;
  }
  .p-bio-oc__title .small-text {
    font-size: 29px;
  }
  .p-bio-oc__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #fff;
    margin-top: -3px;
    text-align: center;
  }
  .p-bio-oc__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: auto;
    margin-top: 21px;
  }
  .p-bio-oc__list-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    overflow-x: scroll;
  }
  .p-bio-oc__list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-bio-oc__list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-bio-oc__list {
    margin-top: 12px;
  }
  .p-bio-number {
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-bio-number__inner {
    padding: 18px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-number__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-number__title .medium-text {
    font-size: 29px;
  }
  .p-bio-number__title .bold {
    color: #f9f4bd;
  }
  .p-bio-number__text {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .p-bio-number__list {
    margin-top: 13px;
    margin-inline: auto;
    width: 97%;
  }
  .p-bio-number__item {
    margin-bottom: 10px;
  }
  .p-bio-system__inner {
    padding: 20px 0 19px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-system__flex > * + * {
    margin-top: 5px;
  }
  .p-bio-system__banner {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-system__banner:hover {
    opacity: 0.8;
  }
  .p-bio-department {
    background-color: #20aee5;
  }
  .p-bio-department__inner {
    padding: 21px 0 0px;
    margin-inline: auto;
  }
  .p-bio-department__title {
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-bio-department__title .normal-text {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-bio-department__title .small-text {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0.06em;
  }
  .p-bio-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
    display: none;
  }
  .p-bio-department__anchor a {
    margin-left: 8px;
  }
  .p-bio-department__area {
    margin-top: 16px;
  }
  .p-bio-department__block {
    padding: 20px 0 25px;
  }
  .p-bio-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 23px 0 26px;
  }
  .p-bio-department__block-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-bio-department__block-title .small-text {
    font-size: 14px;
    display: block;
    line-height: 1.3;
  }
  .p-bio-department__block-subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #20aee5;
  }
  .p-bio-department__block-list {
    margin-top: 15px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-bio-department__block-list-item {
    border-radius: 0 10px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-department__block-list-item:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-bio-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-bio-department__block-list-item-textarea {
    position: absolute;
    left: 20px;
    bottom: 14px;
  }
  .p-bio-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-bio-department__block-list-item-title {
    font-size: 17px;
    letter-spacing: 0.08em;
    color: #20aee5;
    margin-bottom: 0px;
  }
  .p-bio-department__block-list-item-text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #20aee5;
  }
  .p-bio-news {
    overflow-x: hidden;
  }
  .p-bio-news__inner {
    padding: 24px 0 30px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-bio-news__title-area {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-bio-news__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-bio-news__subtitle {
    font-size: 12px;
    padding-left: 0px;
    letter-spacing: 0.04em;
    padding-top: 0px;
  }
  .p-bio-news__title-btn {
    margin-left: auto;
    margin-top: 20px;
    width: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 240px;
  }
  .p-bio-news__content-wrap {
    overflow-x: scroll;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-bio-news__content-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-bio-news__content-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-bio-news__content {
    gap: 2%;
    margin-top: 12px;
    min-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-info {
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-bio-info__inner {
    padding: 25px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-info__btn {
    color: #20aee5 !important;
    background-color: #fff;
    height: 50px;
    position: relative;
    font-size: 14px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-info__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-bio-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #20aee5;
    border-right: 2px solid #20aee5;
  }
  .p-bio-info__btn:hover {
    opacity: 0.8;
  }
  .p-bio-research-center__inner {
    padding: 26px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-research-center__btn {
    background-image: url(../img/bio/research-center_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    padding: 33px 23px 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-bio-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-bio-research-center__img {
    width: 100%;
  }
  .p-bio-research-center__text {
    color: #fff;
    font-size: 12px;
    padding: 0 0px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
  .p-bio-research-center__icon {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-bio-research-center__icon:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #20aee5;
    border-right: 2px solid #20aee5;
  }
  .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-bio-sns__inner {
    padding-bottom: 95px;
  }
  .p-bio-pickup {
    padding-bottom: 30px;
  }
  .p-bio-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-bio-pickup ul li .-text__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-bio-course {
    overflow-x: clip;
  }
  .p-bio-course__nav {
    position: sticky;
    z-index: 100;
    top: 110px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-bio-course__nav-inner {
    margin-inline: auto;
    max-width: 1110px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 19px 0;
  }
  .p-bio-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-bio-course__nav-department {
    color: #20aee5;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #20aee5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 4px 19px;
    border-radius: 100vmax;
  }
  .p-bio-course__nav-link {
    display: block;
    font-size: 1.8rem;
    margin-left: 20px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-course__nav-link:hover {
    color: #20aee5;
  }
  .p-bio-course__department {
    position: relative;
  }
  .p-bio-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: repeating-linear-gradient(135deg, #c6eff5, #c6eff5 8px, #fff 8px, #fff 16px);
  }
  .p-bio-course__department-title-area {
    padding: 37px 0 18px;
  }
  .p-bio-course__department-title .big-text {
    color: #666;
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
  }
  .p-bio-course__department-title .small-text {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -6px;
  }
  .p-bio-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 18px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-bio-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17px;
  }
  .p-bio-course__department-nav-item a {
    color: #20aee5;
    border: 1px solid #20aee5;
    border-radius: 100vmax;
    display: block;
    width: 200px;
    margin: 0 6px;
    padding: 3px 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .p-bio-course__department-nav-item a:hover {
    background-color: #20aee5;
    color: #fff;
  }
  .p-bio-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-bio-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #20aee5;
  }
  .p-bio-course__course-block {
    background: repeating-linear-gradient(135deg, #20aee5, #20aee5 4px, #fff 0, #fff 8px);
    padding-bottom: 40px;
  }
  .p-bio-course__course-block-head {
    background-color: #20aee5;
    padding: 17px 0 14px;
  }
  .p-bio-course__course-block-head-inner {
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .p-bio-course__course-block-head-title .lead-text {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
  }
  .p-bio-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
  }
  .p-bio-course__course-block-head-list-item {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-left: 27px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-bio-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-bio-course__course-block-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-inline: auto;
  }
  .p-bio-course__course-block-body-thumbnail {
    width: 750px;
  }
  .p-bio-course__course-block-body-textarea {
    width: calc(100% - 750px);
    background-color: #fff;
    border-radius: 150px 0 0 150px;
    padding: 73px 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-bio-course__course-block-body-textarea:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    top: 0;
    right: calc(50% - 50vw);
    background-color: #fff;
  }
  .p-bio-course__course-block-body-textarea-title {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
  }
  .p-bio-course__course-block-body-textarea-text {
    position: relative;
    margin-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: normal;
    max-width: 430px;
  }
  .p-bio-course__course-block-body-textarea-data {
    position: relative;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }
  .p-bio-course__course-block-card {
    position: relative;
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    margin-top: -63px;
  }
  .p-bio-course__course-block-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-bio-course__course-block-card-item {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .p-bio-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-bio-course__course-block-card-title {
    color: #fff;
    background-color: #20aee5;
    border-radius: 0 15px 0 0;
    padding: 2px 9px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-bio-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 17px;
    position: relative;
    height: 160px;
  }
  .p-bio-course__course-block-card-head {
    color: #20aee5;
    border: 1px solid #20aee5;
    border-radius: 100vmax;
    display: inline-block;
    width: 100px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .p-bio-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-bio-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-bio-course__course-block-card-list-item {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0em;
  }
  .p-bio-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-bio-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 16px;
  }
  .p-bio-course__flow {
    background-color: #f9f4bd;
    padding-bottom: 30px;
  }
  .p-bio-course__flow-inner {
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 50px 0 30px;
  }
  .p-bio-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-bio-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
    border-bottom: 1px solid #8fd6f2;
  }
  .p-bio-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-bio-course__flow-list.-column-4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-item {
    width: 24%;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #8fd6f2;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-textarea {
    height: 280px;
  }
  .p-bio-course__flow-list-item {
    position: relative;
    border-right: 1px solid #8fd6f2;
  }
  .p-bio-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-bio-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 200px;
    width: 100%;
  }
  .p-bio-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 10px 20px 10px;
  }
  .p-bio-course__flow-list-head {
    position: absolute;
    top: -14px;
    left: 23px;
    background-color: #20aee5;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-bio-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: -40px;
    right: -10px;
    width: 106px;
    height: 106px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 1.2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-bio-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    bottom: 10px;
    left: 0px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-bio-course__flow-list-title {
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-bio-course__flow-list-text {
    font-size: 1.4rem;
    margin-top: 6px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
  .p-bio-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 4px;
    left: -3px;
    color: #8fd6f2;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-bio-course__flow-list-year .number {
    font-size: 18rem;
    line-height: 0.8;
    position: relative;
    top: 10px;
  }
  .p-bio-course__flow-list-year .text {
    font-size: 11rem;
    line-height: 1;
  }
  .p-bio-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .p-bio-course__nav {
    position: sticky;
    z-index: 100;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-bio-course__nav-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 9px 0;
  }
  .p-bio-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-bio-course__nav-block:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-bio-course__nav-department {
    color: #20aee5;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    border: 1px solid #20aee5;
    width: 120px;
    display: block;
    padding: 0px 5px;
    border-radius: 100vmax;
  }
  .p-bio-course__nav-link {
    display: block;
    font-size: 10px;
    margin-left: 9px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-bio-course__nav-link:hover {
    color: #20aee5;
  }
  .p-bio-course__department {
    position: relative;
  }
  .p-bio-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: repeating-linear-gradient(135deg, #c6eff5, #c6eff5 8px, #fff 8px, #fff 16px);
  }
  .p-bio-course__department-title-area {
    padding: 24px 0 24px;
  }
  .p-bio-course__department-title .big-text {
    color: #666;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
  .p-bio-course__department-title .small-text {
    color: #666;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -2px;
    letter-spacing: 0.1em;
  }
  .p-bio-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 9px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-bio-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-bio-course__department-nav-item a {
    color: #20aee5;
    border: 1px solid #20aee5;
    border-radius: 100vmax;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 108px;
    margin: 0 6px;
    padding: 3px 28px 3px 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .p-bio-course__department-nav-item a:hover {
    background-color: #20aee5;
    color: #fff;
  }
  .p-bio-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-bio-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #20aee5;
  }
  .p-bio-course__course-block {
    background: repeating-linear-gradient(135deg, #20aee5, #20aee5 4px, #fff 0, #fff 8px);
    padding-bottom: 34px;
  }
  .p-bio-course__course-block.-environmental-science .p-bio-course__course-block-card-wrap {
    min-width: 600px;
  }
  .p-bio-course__course-block.-pharmaceutical-safety-testing .p-bio-course__course-block-card-wrap {
    min-width: 600px;
  }
  .p-bio-course__course-block.-cell-engineering .p-bio-course__course-block-card-wrap {
    min-width: 810px;
  }
  .p-bio-course__course-block-head {
    background-color: #20aee5;
    padding: 31px 0 14px;
  }
  .p-bio-course__course-block-head-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-bio-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 19px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .p-bio-course__course-block-head-title .lead-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
  }
  .p-bio-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-bio-course__course-block-head-list-item {
    font-size: 10px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-bio-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-bio-course__course-block-body-textarea {
    background-color: #fff;
    border-radius: 90px 0 0 90px;
    padding: 32px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-bio-course__course-block-body-textarea-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
  }
  .p-bio-course__course-block-body-textarea-text {
    margin-top: 7px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 11px;
  }
  .p-bio-course__course-block-body-textarea-data {
    margin-top: 8px;
    letter-spacing: 0.08em;
    font-size: 10px;
  }
  .p-bio-course__course-block-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    margin-top: -10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: scroll;
    position: relative;
  }
  .p-bio-course__course-block-card-wrap {
    min-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-bio-course__course-block-card-item {
    width: 180px;
    margin-right: 30px;
  }
  .p-bio-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-bio-course__course-block-card-title {
    color: #fff;
    background-color: #20aee5;
    border-radius: 0 10px 0 0;
    padding: 3px 9px;
    font-size: 13.5px;
    letter-spacing: 0.1em;
  }
  .p-bio-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 15px;
    position: relative;
    height: 130px;
  }
  .p-bio-course__course-block-card-head {
    color: #20aee5;
    border: 1px solid #20aee5;
    border-radius: 7px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    font-size: 10px;
  }
  .p-bio-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-bio-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-bio-course__course-block-card-list-item {
    font-size: 10px;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-bio-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-bio-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 9px;
    font-size: 10px;
  }
  .p-bio-course__flow {
    background-color: #f9f4bd;
    padding-bottom: 30px;
  }
  .p-bio-course__flow-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 36px 0 30px;
  }
  .p-bio-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-bio-course__flow-title {
    font-size: 16px;
    background-color: #fff;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 10px 0 0;
    text-align: center;
    border: 1px solid #222;
  }
  .p-bio-course__flow-list {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .p-bio-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 840px;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-wrap {
    min-width: 970px;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-item {
    width: 330px;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #8fd6f2;
  }
  .p-bio-course__flow-list.-column-4 .p-bio-course__flow-list-textarea {
    height: 180px;
  }
  .p-bio-course__flow-list-item {
    position: relative;
    border-right: 1px solid #8fd6f2;
    width: 280px;
  }
  .p-bio-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-bio-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 150px;
    width: 100%;
  }
  .p-bio-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 7px 17px 10px;
    height: 160px;
  }
  .p-bio-course__flow-list-head {
    position: absolute;
    top: -11px;
    left: 17px;
    background-color: #20aee5;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-bio-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: -10px;
    width: 76px;
    height: 76px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 9px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-bio-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 24px;
    height: 13px;
    bottom: 10px;
    left: -2px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-bio-course__flow-list-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-bio-course__flow-list-text {
    font-size: 10px;
    margin-top: 1px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
  }
  .p-bio-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 7px;
    left: -3px;
    color: #8fd6f2;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-bio-course__flow-list-year .number {
    font-size: 14rem;
    line-height: 0.7;
    position: relative;
    top: 4px;
    display: inline-block;
  }
  .p-bio-course__flow-list-year .text {
    font-size: 9rem;
    line-height: 0.6;
    display: inline-block;
  }
  .p-bio-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 1001px) {
  .p-blog {
    padding-top: 100px;
  }
  .p-blog-mv {
    position: relative;
    background-image: url(../img/blog/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
  }
  .p-blog-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 46px;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #8cbb23, #8cbb23 2px, #fff 0, #fff 4px);
  }
  .p-blog-mv__title {
    position: absolute;
    top: 59%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 13px 10px;
  }
  .p-blog-mv__title .japanese {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-blog-mv__title .english {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-blog-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-blog-area__side {
    position: relative;
    width: 290px;
    background-color: #8cbb23;
    padding: 35px 0px 30px;
  }
  .p-blog-area__side.-cat-it {
    background-color: #8800ff;
  }
  .p-blog-area__side.-cat05 {
    background-color: #20aee5;
  }
  .p-blog-area__side.-cat09 {
    background-color: #f5ac3c;
  }
  .p-blog-area__side.-cat04 {
    background-color: #ec7a9a;
  }
  .p-blog-area__side > * + * {
    margin-top: 52px;
  }
  .p-blog-area__side #CALENDAR {
    padding-top: 120px;
    margin-top: -68px;
  }
  .p-blog-area__side-title {
    color: #fff;
  }
  .p-blog-area__side-title .english {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
  .p-blog-area__side-title .japanese {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .p-blog-area__side-list {
    margin-top: 15px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-blog-area__side-list > * + * {
    margin-top: 10px;
  }
  .p-blog-area__side-list a {
    display: block;
    background-color: #fff;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 19px;
    position: relative;
    height: 44px;
  }
  .p-blog-area__side-list a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-blog-area__side-calendar {
    margin-top: 15px;
    background-color: #fff;
    width: 90%;
    margin-inline: auto;
    border-radius: 10px;
    padding: 10px 10px;
    position: relative;
  }
  .p-blog-area__side-calendar table {
    margin-inline: auto;
    width: 100%;
  }
  .p-blog-area__side-calendar table caption {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 11px;
  }
  .p-blog-area__side-calendar table thead {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .p-blog-area__side-calendar table thead tr th {
    font-size: 0.7rem;
  }
  .p-blog-area__side-calendar table thead tr th:first-of-type {
    color: #ef8aa6;
  }
  .p-blog-area__side-calendar table thead tr th:last-of-type {
    color: #25b1e6;
  }
  .p-blog-area__side-calendar table tbody tr:not(:first-of-type) {
    border-top: 1px solid #fff;
  }
  .p-blog-area__side-calendar table tbody tr td {
    text-align: center;
    background-color: #f6f6f6;
  }
  .p-blog-area__side-calendar table tbody tr td:first-of-type {
    color: #fff;
    background-color: #f5bccc;
  }
  .p-blog-area__side-calendar table tbody tr td:last-of-type {
    background-color: #d5f0fa;
  }
  .p-blog-area__side-calendar table tbody tr td a {
    color: #82b610;
    display: block;
  }
  .p-blog-area__side-calendar table tbody tr td.pad {
    background-color: #f6f6f6;
  }
  .p-blog-area__side-calendar nav {
    position: absolute;
    top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-prev,
  .p-blog-area__side-calendar .wp-calendar-nav-next {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 6px;
    overflow: hidden;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-prev a span,
  .p-blog-area__side-calendar .wp-calendar-nav-next a span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-prev a span:before,
  .p-blog-area__side-calendar .wp-calendar-nav-next a span:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 2px solid #222;
    border-left: 2px solid #222;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-next a span:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .p-blog-area__main {
    width: calc(100% - 290px);
    margin-inline: auto;
    background-color: #eee;
    position: relative;
  }
  .p-blog-area__main:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    background-color: #fff;
  }
  .p-blog-area__main-inner {
    position: relative;
    background-color: #fff;
    max-width: 965px;
    padding: 80px 0 100px;
    height: 100%;
  }
  .p-blog-area__main-list {
    max-width: 805px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-blog-area__main-list > * + * {
    margin-top: 36px;
  }
  .p-blog-area__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-blog-area__main-item:hover {
    opacity: 0.8;
  }
  .p-blog-area__main-thumbnail {
    width: 31%;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    position: relative;
  }
  .p-blog-area__main-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 180px;
  }
  .p-blog-area__main-thumbnail .icon {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-color: #222;
    border-radius: 100vmax;
  }
  .p-blog-area__main-thumbnail .icon:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-68%, -50%) rotate(45deg);
            transform: translate(-68%, -50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-blog-area__main-textarea {
    width: 69%;
    padding-left: 36px;
  }
  .p-blog-area__main-category {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: -6px;
    letter-spacing: 0;
    color: #8cbb23;
  }
  .p-blog-area__main-category.cat-it {
    color: #8800ff;
  }
  .p-blog-area__main-category.cat05 {
    color: #20aee5;
  }
  .p-blog-area__main-category.cat09 {
    color: #f5ac3c;
  }
  .p-blog-area__main-category.cat04 {
    color: #ec7a9a;
  }
  .p-blog-area__main-title {
    font-size: 2rem;
    margin-top: 7px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-blog-area__main-text {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 10px;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    max-width: 340px;
  }
  .p-blog-area__main-date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 6px;
    font-size: 1.3rem;
  }
  .p-blog-area__main-pagination {
    margin-top: 100px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-blog-area__main-pagination .page-numbers {
    display: none;
    margin: 20px 0;
  }
  .p-blog-area__main-pagination .page-numbers.prev, .p-blog-area__main-pagination .page-numbers.next {
    display: block;
    width: 46%;
    height: 65px;
    border: 3px solid #222;
    border-radius: 100vmax;
    margin-inline: auto;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    font-size: 2.1rem;
  }
  .p-blog-area__main-pagination .page-numbers.prev:hover, .p-blog-area__main-pagination .page-numbers.next:hover {
    opacity: 0.8;
  }
  .p-blog-area__main-pagination .page-numbers.prev:before, .p-blog-area__main-pagination .page-numbers.next:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
  .p-blog-area__main-pagination .page-numbers.prev {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-blog-area__main-pagination .page-numbers.prev:before {
    right: unset;
    left: 32px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .p-blog.-single .p-blog-area__side {
    background-color: #8cbb23;
  }
  .p-blog.-single .p-blog-area__side.-cat-it {
    background-color: #8800ff;
  }
  .p-blog.-single .p-blog-area__side.-cat05 {
    background-color: #20aee5;
  }
  .p-blog.-single .p-blog-area__side.-cat09 {
    background-color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__side.-cat04 {
    background-color: #ec7a9a;
  }
  .p-blog.-single .p-blog-area__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-blog.-single .p-blog-area__main-single-new-post {
    width: 300px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    border-left: 10px solid #eee;
    padding: 34px 10px 10px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-title .english {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-title .japanese {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-list {
    margin-top: 30px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-list > * + * {
    border-top: 1px solid #eee;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-thumbnail {
    width: 100px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-textarea {
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-top: -6px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category {
    font-size: 1.2rem;
    color: #8cbb23;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat-it {
    color: #8800ff;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat05 {
    color: #20aee5;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat09 {
    color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat04 {
    color: #ec7a9a;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-date {
    text-align: right;
    font-size: 1.1rem;
  }
  .p-blog.-single .p-blog-area__main-inner {
    width: calc(100% - 300px);
    padding: 37px 75px 100px;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-date {
    font-size: 2rem;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-title {
    font-size: 2.2rem;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6px;
    color: #fff;
    padding: 0 10px;
    background-color: #8cbb23;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat-it {
    background-color: #8800ff;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat05 {
    background-color: #20aee5;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat09 {
    background-color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat04 {
    background-color: #ec7a9a;
  }
  .p-blog.-single .p-blog-area__main-single-content {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .p-blog.-single .p-blog-area__main-single-content p {
    font-size: 1.6rem;
  }
  .p-blog.-single .p-blog-area__main-single-content .has-text-align-center {
    text-align: center;
  }
  .p-blog.-single .p-blog-area__main-single-content .has-text-align-right {
    text-align: right;
  }
  .p-blog.-single .p-blog-area__main-single-content .alignright {
    text-align: right;
  }
  .p-blog.-single .p-blog-area__main-single-content .aligncenter {
    text-align: center;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image {
    margin: 30px 0;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image.is-style-rounded img {
    border-radius: 100vh;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image.is-style-rounded-small img {
    border-radius: 5px;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image.is-style-rounded-large img {
    border-radius: 20px;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-list {
    list-style: auto !important;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-list li {
    list-style: auto !important;
  }
  .p-blog.-single .p-blog-area__main-single-content h1 {
    font-size: 3.6rem;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h2 {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h3 {
    font-size: 2.1rem;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-btn {
    display: block;
    width: 400px;
    height: 65px;
    border: 3px solid #222;
    border-radius: 100vmax;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    font-size: 2.1rem;
    margin-top: 12px;
    position: relative;
  }
  .p-blog.-single .p-blog-area__main-single-btn:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
}
@media screen and (max-width: 1000px) {
  .p-blog {
    padding-top: 70px;
  }
  .p-blog-mv {
    position: relative;
    background-image: url(../img/blog/mv_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 128px;
  }
  .p-blog-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 54px;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #8cbb23, #8cbb23 2px, #fff 0, #fff 4px);
  }
  .p-blog-mv__title {
    position: absolute;
    top: 74%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    padding: 5px 10px;
  }
  .p-blog-mv__title .japanese {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-blog-mv__title .english {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-blog-area__side {
    position: relative;
    background-color: #8cbb23;
    padding: 27px 0px 30px;
  }
  .p-blog-area__side.-cat-it {
    background-color: #8800ff;
  }
  .p-blog-area__side.-cat05 {
    background-color: #20aee5;
  }
  .p-blog-area__side.-cat09 {
    background-color: #f5ac3c;
  }
  .p-blog-area__side.-cat04 {
    background-color: #ec7a9a;
  }
  .p-blog-area__side > * + * {
    margin-top: 41px;
  }
  .p-blog-area__side #CALENDAR {
    padding-top: 110px;
    margin-top: -69px;
  }
  .p-blog-area__side-title {
    color: #fff;
  }
  .p-blog-area__side-title .english {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
  .p-blog-area__side-title .japanese {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .p-blog-area__side-list {
    margin-top: 11px;
    margin-inline: auto;
    width: calc(100% - 50px);
  }
  .p-blog-area__side-list > * + * {
    margin-top: 10px;
  }
  .p-blog-area__side-list a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 19px;
    position: relative;
    height: 44px;
  }
  .p-blog-area__side-list a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 19px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-blog-area__side-calendar {
    margin-top: 20px;
    background-color: #fff;
    width: 92%;
    margin-inline: auto;
    border-radius: 10px;
    padding: 16px 15px;
    position: relative;
  }
  .p-blog-area__side-calendar table {
    margin-inline: auto;
    width: 100%;
  }
  .p-blog-area__side-calendar table caption {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .p-blog-area__side-calendar table thead {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .p-blog-area__side-calendar table thead tr th {
    font-size: 8px;
  }
  .p-blog-area__side-calendar table thead tr th:first-of-type {
    color: #ef8aa6;
  }
  .p-blog-area__side-calendar table thead tr th:last-of-type {
    color: #25b1e6;
  }
  .p-blog-area__side-calendar table tbody tr:not(:first-of-type) {
    border-top: 1px solid #fff;
  }
  .p-blog-area__side-calendar table tbody tr td {
    text-align: center;
    background-color: #f6f6f6;
    font-size: 20px;
  }
  .p-blog-area__side-calendar table tbody tr td:first-of-type {
    color: #fff;
    background-color: #f5bccc;
  }
  .p-blog-area__side-calendar table tbody tr td:last-of-type {
    background-color: #d5f0fa;
  }
  .p-blog-area__side-calendar table tbody tr td a {
    color: #82b610;
  }
  .p-blog-area__side-calendar table tbody tr td.pad {
    background-color: #f6f6f6;
  }
  .p-blog-area__side-calendar nav {
    position: absolute;
    top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-prev,
  .p-blog-area__side-calendar .wp-calendar-nav-next {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    overflow: hidden;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-prev a span,
  .p-blog-area__side-calendar .wp-calendar-nav-next a span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-prev a span:before,
  .p-blog-area__side-calendar .wp-calendar-nav-next a span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 2px solid #222;
    border-left: 2px solid #222;
  }
  .p-blog-area__side-calendar .wp-calendar-nav-next a span:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  .p-blog-area__main {
    margin-inline: auto;
    background-color: #eee;
    position: relative;
  }
  .p-blog-area__main:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: calc(50% - 50vw);
    background-color: #fff;
    display: none;
  }
  .p-blog-area__main-anchor {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 310px;
    padding-top: 13px;
  }
  .p-blog-area__main-anchor-btn {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 150px;
    height: 40px;
    letter-spacing: 0;
    border: 1px solid #222;
    border-radius: 100vmax;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-blog-area__main-inner {
    position: relative;
    background-color: #fff;
    padding: 17px 0 0;
    margin-top: 14px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-blog-area__main-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
    display: none;
  }
  .p-blog-area__main-list {
    max-width: 805px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-blog-area__main-list > * + * {
    margin-top: 10px;
  }
  .p-blog-area__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-blog-area__main-item:last-of-type {
    margin-bottom: 20px;
  }
  .p-blog-area__main-thumbnail {
    width: 150px;
    border-radius: 0 10px 0 0;
    position: relative;
    overflow: hidden;
  }
  .p-blog-area__main-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 120px;
  }
  .p-blog-area__main-thumbnail .icon {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 5px;
    right: 5px;
    background-color: #222;
    border-radius: 100vmax;
  }
  .p-blog-area__main-thumbnail .icon:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-68%, -50%) rotate(45deg);
            transform: translate(-68%, -50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-blog-area__main-textarea {
    width: calc(100% - 150px);
    padding-left: 8px;
  }
  .p-blog-area__main-category {
    font-size: 10px;
    font-weight: bold;
    margin-top: -4px;
    letter-spacing: 0;
    color: #8cbb23;
  }
  .p-blog-area__main-category.cat-it {
    color: #8800ff;
  }
  .p-blog-area__main-category.cat05 {
    color: #20aee5;
  }
  .p-blog-area__main-category.cat09 {
    color: #f5ac3c;
  }
  .p-blog-area__main-category.cat04 {
    color: #ec7a9a;
  }
  .p-blog-area__main-title {
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-blog-area__main-text {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 2px;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    max-width: 340px;
    font-weight: normal;
  }
  .p-blog-area__main-date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 3px;
    font-size: 10px;
  }
  .p-blog-area__main-pagination {
    margin-top: 0px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #eee;
    margin-inline: calc(50% - 50vw);
    padding: 40px 15px;
  }
  .p-blog-area__main-pagination .page-numbers {
    display: none;
  }
  .p-blog-area__main-pagination .page-numbers.prev, .p-blog-area__main-pagination .page-numbers.next {
    display: block;
    width: 150px;
    height: 40px;
    border: 2px solid #222;
    border-radius: 100vmax;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    font-size: 13px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-blog-area__main-pagination .page-numbers.prev:hover, .p-blog-area__main-pagination .page-numbers.next:hover {
    opacity: 0.8;
  }
  .p-blog-area__main-pagination .page-numbers.prev:before, .p-blog-area__main-pagination .page-numbers.next:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 32px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    display: none;
  }
  .p-blog-area__main-pagination .page-numbers.prev {
    margin-left: 0;
  }
  .p-blog-area__main-pagination .page-numbers.prev:before {
    right: unset;
    left: 32px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .p-blog.-single .p-blog-area__side {
    background-color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__side.-cat-it {
    background-color: #8800ff;
  }
  .p-blog.-single .p-blog-area__side.-cat05 {
    background-color: #20aee5;
  }
  .p-blog.-single .p-blog-area__side.-cat09 {
    background-color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__side.-cat04 {
    background-color: #ec7a9a;
  }
  .p-blog.-single .p-blog-area__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post {
    width: calc(100% - 30px);
    margin-inline: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    padding: 34px 10px 10px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-title .english {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-title .japanese {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-list {
    margin-top: 30px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-list > * + * {
    border-top: 1px solid #eee;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-thumbnail {
    width: 100px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-textarea {
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-top: -6px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category {
    font-size: 1.2rem;
    color: #8cbb23;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat-it {
    color: #8800ff;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat05 {
    color: #20aee5;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat09 {
    color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-category.-cat04 {
    color: #ec7a9a;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 1px;
  }
  .p-blog.-single .p-blog-area__main-single-new-post-item-date {
    text-align: right;
    font-size: 1.1rem;
  }
  .p-blog.-single .p-blog-area__main-inner {
    margin-top: 0;
    padding: 25px 15px 20px;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-date {
    font-size: 10px;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-title {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 6px;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 9px;
    color: #fff;
    padding: 0 8px;
    font-size: 12px;
    background-color: #8cbb23;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat-it {
    background-color: #8800ff;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat05 {
    background-color: #20aee5;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat09 {
    background-color: #f5ac3c;
  }
  .p-blog.-single .p-blog-area__main-single-title-area-category.-cat04 {
    background-color: #ec7a9a;
  }
  .p-blog.-single .p-blog-area__main-single-content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .p-blog.-single .p-blog-area__main-single-content p {
    font-size: 1.6rem;
  }
  .p-blog.-single .p-blog-area__main-single-content .has-text-align-center {
    text-align: center;
  }
  .p-blog.-single .p-blog-area__main-single-content .has-text-align-right {
    text-align: right;
  }
  .p-blog.-single .p-blog-area__main-single-content .alignright {
    text-align: right;
  }
  .p-blog.-single .p-blog-area__main-single-content .aligncenter {
    text-align: center;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image {
    margin: 30px 0;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image.is-style-rounded img {
    border-radius: 100vh;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image.is-style-rounded-small img {
    border-radius: 5px;
  }
  .p-blog.-single .p-blog-area__main-single-content .wp-block-image.is-style-rounded-large img {
    border-radius: 20px;
  }
  .p-blog.-single .p-blog-area__main-single-content h1 {
    font-size: 36px;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h2 {
    font-size: 27px;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h3 {
    font-size: 21px;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h4 {
    font-size: 18px;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-content h5 {
    font-size: 15px;
    font-weight: bold;
  }
  .p-blog.-single .p-blog-area__main-single-btn-wrap {
    background-color: #eee;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 0 30px;
  }
  .p-blog.-single .p-blog-area__main-single-btn {
    display: block;
    width: 240px;
    height: 45px;
    border: 2px solid #222;
    border-radius: 100vmax;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 17px;
    font-size: 15px;
    position: relative;
    letter-spacing: 0.1em;
    background-color: #fff;
  }
  .p-blog.-single .p-blog-area__main-single-btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
}
@media screen and (min-width: 1401px) {
  .p-blog {
    padding-top: 100px;
  }
  .p-blog-mv {
    position: relative;
    background-image: url(../img/blog/mv_bg.jpg);
    background-size: 1400px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    background-color: #e8f1d4;
  }
  .p-blog-mv__title {
    position: absolute;
    top: 59%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 13px 10px;
  }
  .p-blog-mv__title .ja {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-blog-mv__title .en {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-blog-area__main-inner {
    margin-inline: auto;
  }
  .p-blog-area__main-list {
    margin: 0;
  }
}
@media screen and (min-width: 1551px) {
  .p-blog.-single .p-blog-area__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-blog.-single .p-blog-area__main-inner {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-blog {
    padding-top: 36px;
  }
}
.modaal-close {
  top: -60px;
  border: none !important;
  background: none !important;
}
.modaal-close::before, .modaal-close::after {
  background: #fff !important;
}

.p-strengths-comwrap {
  max-width: 1110px;
  width: 95%;
  margin: 0 auto;
}
.p-strengths-com-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #222222;
  margin-bottom: 15px;
}
.p-strengths-com-title small {
  display: block;
  color: #20aee5;
  font-size: 1.8rem;
  margin-top: 10px;
}
.p-strengths-com-special {
  margin-bottom: 15px;
}
.p-strengths-com-special span {
  display: inline-block;
  font-size: 2.2rem;
  background: #20aee5;
  color: #fff;
  font-weight: bold;
  padding: 1px 20px 4px 10px;
  line-height: 1;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 50%, 100% 100%, 0% 100%);
}
.p-strengths-com-special span::after {
  content: none;
}
.p-strengths-wrap {
  background: #eeeeee;
}
.p-strengths-nav {
  position: sticky;
  top: 110px;
  z-index: 10;
  background: #fff;
  padding: 20px 0;
}
.p-strengths-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
}
.p-strengths-nav a {
  font-weight: bold;
  display: block;
  margin: 0 20px;
}
@media only screen and (min-width: 769px) {
  .p-strengths-nav a:hover {
    color: #20aee5;
  }
}
.p-strengths-reason {
  position: relative;
}
.p-strengths-reason__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: auto;
  z-index: 0;
  max-width: 1000px;
}
.p-strengths-reason__inner {
  position: relative;
  padding-top: 230px;
}
.p-strengths-reason__num {
  position: absolute;
  top: 60px;
  left: -100px;
  width: 200px;
  height: 30px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #20aee5;
  color: #20aee5;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.p-strengths-reason__num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #20aee5;
}
.p-strengths-reason__title {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.p-strengths-reason__title--main {
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-strengths-reason__title--main span {
  color: #20aee5;
}
.p-strengths-reason__title--sub {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin: 10px 0 15px;
}
.p-strengths-reason__title--bottom {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, #20aee5));
  background: linear-gradient(transparent 5%, #20aee5 5%);
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 5px;
}
.p-strengths-reason__title--bottom.--psychology {
  background: #ec7a9a;
}
.p-strengths-reason__title--num {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-strengths-reason__under-title {
  position: relative;
  z-index: 2;
}
.p-strengths-reason__under-title h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #20aee5;
  display: block;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-radius: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  height: 55px;
}
.p-strengths-reason__under-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #222222;
}
.p-strengths-reason__under-title-list li {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px;
}
.p-strengths-reason__under-title-list li:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-strengths-reason01 {
  position: relative;
  z-index: 2;
}
.p-strengths-reason01__under-title-list li h4 {
  width: 95px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #20aee5;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-strengths-reason01__under-title-list li h5 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-strengths-reason01__under-title-list li h5 small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.p-strengths-reason01__under-title-list li h5 span {
  color: #20aee5;
  background: #f9f4bd;
}
.p-strengths-reason01__under-title-list li p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason01__under-title-list li p strong {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.p-strengths-reason01__under-title-list li p img {
  max-width: 324px;
  display: block;
  margin: 0 auto;
}
.p-strengths-reason01__under-title-list li p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0;
  width: 230px;
  height: 50px;
  border: 2px solid #222222;
  border-radius: 50px;
  color: #222222;
  padding: 0 30px 0 25px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-strengths-reason01__under-title-list li p a::after {
  content: "";
  background: url(../img/bio/strengths/reason01_search.png);
  background-size: contain;
  background-position: center;
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: calc(50% - 11.5px);
  right: 20px;
}
@media only screen and (min-width: 769px) {
  .p-strengths-reason01__under-title-list li p a:hover {
    opacity: 0.8;
  }
}
.p-strengths-reason01-modal {
  display: none;
}
.p-strengths-reason01-modal__inner table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
}
.p-strengths-reason01-modal__inner table th,
.p-strengths-reason01-modal__inner table td {
  width: 16.6666666667%;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-strengths-reason01-modal__inner table th {
  background: #20aee5;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-strengths-reason01-modal__inner table th span {
  display: block;
  font-size: 1.3rem;
}
.p-strengths-reason01-modal__inner table td {
  background: #eeeeee;
  border: 1px solid #fff;
}
.p-strengths-reason01-modal__inner table td.--practice {
  background: #e3f4fa;
  color: #20aee5;
}
.p-strengths-reason01-modal__inner table thead th {
  height: 60px;
}
.p-strengths-reason01-modal__inner table thead th:not(:first-child) {
  background: #fff;
  color: #222222;
  font-weight: bold;
  border: 1px solid #eeeeee;
}
.p-strengths-reason01-modal__inner p {
  color: #fff;
  text-align: right;
}
.p-strengths-reason01-training {
  margin-top: 40px;
  border-bottom: 1px solid #222222;
}
.p-strengths-reason01-training__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #20aee5;
  display: block;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-radius: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  height: 55px;
  padding: 0 25px;
}
.p-strengths-reason01-training__title span {
  background: #fff;
  color: #20aee5;
  font-size: 1.8rem;
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.p-strengths-reason01-training__block {
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  background: #fff;
}
.p-strengths-reason01-training__button {
  background: #9dd9dc;
  padding: 0 25px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 900;
  border-top: 1px solid #222222;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-strengths-reason01-training__button div {
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 20px;
}
.p-strengths-reason01-training__button div span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #222222;
}
.p-strengths-reason01-training__button div span:last-child {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 2px;
  height: 100%;
  top: calc(50% - 2px);
}
.p-strengths-reason01-training__button.--active {
  border-bottom: 1px solid #222222;
}
.p-strengths-reason01-training__button.--active div span:last-child {
  opacity: 0;
}
.p-strengths-reason01-training__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-strengths-reason01-training__card--image {
  width: 45%;
  border-right: 1px solid #222222;
}
.p-strengths-reason01-training__card--text {
  width: 55%;
  padding: 20px;
}
.p-strengths-reason01-training__card--text h4 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.p-strengths-reason01-training__card--text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason02 {
  position: relative;
  z-index: 1;
  margin-top: -25px;
}
.p-strengths-reason02 sup {
  font-size: 80%;
  vertical-align: bottom;
}
.p-strengths-reason02__under-title-list li {
  padding: 0;
}
.p-strengths-reason02__under-title-list li .-textarea {
  padding: 20px;
}
.p-strengths-reason02__under-title-list li .-textarea h4 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
  color: #20aee5;
  letter-spacing: 0.1em;
}
.p-strengths-reason02__under-title-list li .-textarea p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .p-strengths-reason02__sp-button {
    display: none !important;
  }
}
.p-strengths-reason02-img-block {
  background: #fff;
  border: 1px solid #222222;
  padding: 5px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.p-strengths-reason02-img-block__text {
  width: 44%;
  padding-top: 10px;
}
.p-strengths-reason02-img-block__text p {
  font-size: 1.4rem;
}
.p-strengths-reason02-img-block__img {
  width: 53%;
}
.p-strengths-reason02-4block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  margin-top: 10px;
  border: 1px solid #222222;
}
.p-strengths-reason02-4block__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #222222;
}
.p-strengths-reason02-4block__text {
  width: 50%;
  padding: 20px;
}
.p-strengths-reason02-4block__text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason02-4block__img {
  width: 50%;
  border-left: 1px solid #222222;
}
.p-strengths-reason02-4block__block {
  width: 25%;
}
.p-strengths-reason02-4block__block:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-strengths-reason02-4block__block .-text {
  padding: 20px;
}
.p-strengths-reason02-4block__block .-text__title {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.p-strengths-reason02-4block__block .-text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason02-2block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.p-strengths-reason02-2block__block {
  width: calc((100% - 10px) / 2);
  background: #fff;
  border: 1px solid #222222;
}
.p-strengths-reason02-2block__block .-text {
  padding: 20px;
}
.p-strengths-reason02-2block__block p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason03 {
  margin-top: -25px;
  padding-bottom: 50px;
}
.p-strengths-reason03__under-title {
  margin-bottom: 70px;
}
.p-strengths-reason03__under-title-list li {
  padding: 0;
}
.p-strengths-reason03__under-title-list li .-img {
  width: 100%;
}
.p-strengths-reason03__under-title-list li .-textarea {
  padding: 10px 20px 20px;
}
.p-strengths-reason03__under-title-list li .-textarea h4 {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.p-strengths-reason03__under-title-list li .-textarea h4 small {
  width: 100%;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 2px;
}
.p-strengths-reason03__under-title-list li .-textarea p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason03__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-strengths-reason03__main .-textarea {
  width: 46%;
  padding-left: 50px;
}
.p-strengths-reason03__main .-textarea h4 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.p-strengths-reason03__main .-textarea p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason03__main .-img {
  width: 50%;
}
.p-strengths-reason04 {
  padding-bottom: 80px;
}
.p-strengths-reason04__inner {
  padding-top: 160px;
}
.p-strengths-reason04__lead {
  margin: 15px 0 20px;
  text-align: center;
}
.p-strengths-reason04__lead h3 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
}
.p-strengths-reason04__lead p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason04__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-strengths-reason04__block:last-child {
  margin-top: 30px;
}
.p-strengths-reason04__block .-textarea {
  width: 46%;
  padding-left: 50px;
}
.p-strengths-reason04__block .-textarea h4 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.p-strengths-reason04__block .-textarea h4 small {
  display: block;
  font-size: 2.2rem;
}
.p-strengths-reason04__block .-textarea h5 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-strengths-reason04__block .-textarea p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason04__block .-textarea p a {
  text-decoration: underline;
}
.p-strengths-reason04__block .-textarea p .-attention {
  display: block;
  font-size: 1.2rem;
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-strengths-reason04__block .-img {
  width: 50%;
}
.p-strengths-reason05 {
  padding-bottom: 55px;
}
.p-strengths-reason05__inner {
  padding-top: 130px;
}
.p-strengths-reason05__title {
  margin-bottom: 20px;
}
.p-strengths-reason05__title--sub {
  margin-bottom: 0;
}
.p-strengths-reason05__graph {
  margin-bottom: 40px;
}
.p-strengths-reason05-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #222222;
}
.p-strengths-reason05-point__block {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.p-strengths-reason05-point__block:not(:last-child) {
  border-right: 1px solid #666666;
}
.p-strengths-reason05-point__block h3 {
  width: 93px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  background: #20aee5;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-strengths-reason05-point__block h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-strengths-reason05-point__block h4 span {
  color: #20aee5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #f9f4bd));
  background: linear-gradient(transparent 15%, #f9f4bd 15%);
}
.p-strengths-reason05-point__block h4 small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.p-strengths-reason05-point__block h4 small.--small {
  font-size: 1.4rem;
}
.p-strengths-reason05-point__block .-text {
  font-size: 1.4rem;
  line-height: 1.8;
  min-height: 165px;
}
.p-strengths-reason05-point__block h5 {
  text-align: center;
  margin: 10px 0;
}
.p-strengths-reason05-point__block h5 span {
  display: inline-block;
  height: 35px;
  line-height: 31px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #003755;
  border: 2px solid #003755;
  border-radius: 35px;
  padding: 0 20px;
}
.p-strengths-reason05-point__block .-img {
  text-align: center;
}
.p-strengths-reason05-point__block .reason05_img03_deco {
  position: absolute;
  top: 61px;
  right: -63px;
}
.p-strengths-reason05-voice__title {
  font-size: 2.2rem;
  background: #20aee5;
  color: #fff;
  width: 300px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin: 50px auto 20px;
  border-radius: 20px;
}
.p-strengths-reason05-voice__arrow {
  position: relative;
}
.p-strengths-reason05-voice__arrow::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/bio/strengths/voice_scroll_arw.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 21px);
  right: -20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-strengths-reason05-voice__arrow:has(.--scrolled)::after {
  opacity: 0;
}
.p-strengths-reason05-voice__wrap {
  overflow-x: scroll;
  width: calc(100% + 50vw - 555px);
}
.p-strengths-reason05-voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #222222;
  width: 3321px;
  margin-right: 50px;
}
.p-strengths-reason05-voice ul li {
  width: 11.1111111111%;
  background: #fff;
  position: relative;
}
.p-strengths-reason05-voice ul li:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-strengths-reason05-voice ul li .-img {
  position: relative;
}
.p-strengths-reason05-voice ul li .-img span {
  background: #fff;
  color: #20aee5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 130px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-strengths-reason05-voice ul li .-textarea {
  padding: 20px 20px 140px;
}
.p-strengths-reason05-voice ul li .-textarea h4 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #20aee5;
  margin-bottom: 10px;
}
.p-strengths-reason05-voice ul li .-textarea__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-strengths-reason05-voice ul li .-textarea__person {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  font-weight: bold;
}
.p-strengths-reason05-voice ul li .-textarea__person--company {
  font-size: 2.2rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.p-strengths-reason05-voice ul li .-textarea__person--name {
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-strengths .p-strengths-bio-reason {
  font-weight: 700;
}
.p-strengths .p-strengths-bio-reason__none {
  display: none !important;
}
.p-strengths .p-strengths-bio-reason__list {
  margin-top: 0;
}
.p-strengths .p-strengths-bio-reason-inner {
  padding: 0;
  max-width: unset;
}
.p-strengths .p-bio-reason__item-number {
  width: auto;
  height: auto;
}

@media only screen and (min-width: 769px) {
  #Page {
    overflow: unset;
  }
  .p-strengths-reason05-point__sp-button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-strengths-comwrap {
    width: 90%;
  }
  .p-strengths-com-title {
    margin-bottom: 7px;
  }
  .p-strengths-com-title small {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .p-strengths-com-special {
    margin-bottom: 10px;
  }
  .p-strengths-com-special span {
    font-size: 1.8rem;
    padding: 1px 15px 4px 5px;
  }
  .p-strengths-com-special span::after {
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 10px solid #eeeeee;
    border-left: 0;
  }
  .p-strengths-mv::before {
    z-index: 0;
  }
  .p-strengths-bio-reason .p-bio-reason__item {
    border-top: none !important;
  }
  .p-strengths-reason__bg {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    max-width: unset;
  }
  .p-strengths-reason__inner {
    position: unset;
    padding-top: 15px;
  }
  .p-strengths-reason__num {
    top: 15px;
    left: 5%;
    width: 150px;
    height: 23px;
    font-size: 1rem;
    border-radius: 23px;
    padding: 0 15px;
  }
  .p-strengths-reason__num::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
  .p-strengths-reason__title {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-strengths-reason__title--main {
    font-size: 2.4rem;
  }
  .p-strengths-reason__title--sub {
    font-size: 1.3rem;
    margin: 5px 0;
  }
  .p-strengths-reason__title--bottom {
    font-size: 1.2rem;
    padding: 0 5px;
    margin-top: 10px;
  }
  .p-strengths-reason__title--bottom.--psychology {
    font-size: 1.8rem;
  }
  .p-strengths-reason__title--num {
    height: 78px !important;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .p-strengths-reason__under-title {
    position: relative;
    z-index: 2;
  }
  .p-strengths-reason__under-title h3 {
    font-size: 1.6rem;
    border-radius: 0 10px 0 0;
    height: 40px;
  }
  .p-strengths-reason__under-title-spwrap {
    width: 105%;
    padding-right: 5%;
    overflow: scroll;
  }
  .p-strengths-reason__under-title-spwrap::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-strengths-reason__under-title-spwrap.--scrolled::after {
    opacity: 0;
  }
  .p-strengths-reason__under-title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    border: 1px solid #222222;
    width: 840px;
  }
  .p-strengths-reason__under-title-list li {
    width: 33.3333333333%;
    background: #fff;
    padding: 15px;
  }
  .p-strengths-reason__under-title-list li:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-strengths-reason01 {
    padding-bottom: 50px;
  }
  .p-strengths-reason01__under-title-list li h4 {
    width: 75px;
    height: 22px;
    font-size: 1rem;
    border-radius: 7px;
    margin-bottom: 15px;
  }
  .p-strengths-reason01__under-title-list li h5 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .p-strengths-reason01__under-title-list li h5 small {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason01__under-title-list li h5 span {
    color: #20aee5;
    background: #f9f4bd;
  }
  .p-strengths-reason01__under-title-list li p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-strengths-reason01__under-title-list li p strong {
    margin-bottom: 10px;
  }
  .p-strengths-reason01__under-title-list li p img {
    max-width: 250px;
  }
  .p-strengths-reason01__under-title-list li p a {
    margin: 10px auto 0;
    width: 170px;
    height: 37px;
    border-radius: 37px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
  .p-strengths-reason01__under-title-list li p a::after {
    width: 17px;
    height: 17px;
    top: calc(50% - 8.5px);
    right: 15px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .p-strengths-reason01__under-title-list li p a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .p-strengths-reason01-modal__inner table th,
  .p-strengths-reason01-modal__inner table td {
    padding: 5px;
    font-size: 8px;
  }
  .p-strengths-reason01-modal__inner table th {
    font-size: 9px;
  }
  .p-strengths-reason01-modal__inner table th span {
    font-size: 6px;
  }
  .p-strengths-reason01-modal__inner table thead th {
    height: 30px;
  }
  .p-strengths-reason01-modal__inner p {
    font-size: 8px;
  }
  .p-strengths-reason01-training {
    width: 100%;
    margin-top: 25px;
  }
  .p-strengths-reason01-training__title {
    font-size: 1.6rem;
    border-radius: 0 10px 0 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
  }
  .p-strengths-reason01-training__title span {
    font-size: 1.4rem;
    padding: 5px 15px;
    border-radius: 20px;
    margin-right: 10px;
  }
  .p-strengths-reason01-training__button {
    padding: 0 15px;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
  }
  .p-strengths-reason01-training__button div {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    right: 15px;
  }
  .p-strengths-reason01-training__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-strengths-reason01-training__card--image {
    width: 100%;
    border-bottom: 1px solid #222222;
  }
  .p-strengths-reason01-training__card--text {
    width: 100%;
    padding: 15px;
  }
  .p-strengths-reason01-training__card--text h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason01-training__card--text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason02 {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .p-strengths-reason02__inner {
    border-bottom: 1px solid #222222;
  }
  .p-strengths-reason02__under-title-list li {
    padding: 0;
  }
  .p-strengths-reason02__under-title-list li .-textarea {
    padding: 15px;
  }
  .p-strengths-reason02__under-title-list li .-textarea h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason02__under-title-list li .-textarea p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason02__under-title {
    margin-bottom: 25px;
  }
  .p-strengths-reason02__sp-button {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
  }
  .p-strengths-reason02__sp-button.--child {
    background: #e1fafb;
  }
  .p-strengths-reason02-img-block {
    border-top: none;
    border-bottom: none;
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .p-strengths-reason02-img-block__text {
    width: 100%;
    padding-top: 0;
  }
  .p-strengths-reason02-img-block__text p {
    font-size: 1.2rem;
  }
  .p-strengths-reason02-img-block__img {
    width: 100%;
    margin-top: 20px;
  }
  .p-strengths-reason02 .--spnone {
    display: none;
  }
  .p-strengths-reason02-4block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
    margin-top: 0;
    border: none;
  }
  .p-strengths-reason02-4block__top {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: none;
  }
  .p-strengths-reason02-4block__text {
    width: 100%;
    padding: 10px;
  }
  .p-strengths-reason02-4block__text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason02-4block__img {
    width: 100%;
    border-left: none;
  }
  .p-strengths-reason02-4block__block {
    width: 100%;
    display: none;
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
  }
  .p-strengths-reason02-4block__block-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-strengths-reason02-4block__block .-img {
    width: 40%;
  }
  .p-strengths-reason02-4block__block .-text {
    width: 60%;
    padding: 10px;
  }
  .p-strengths-reason02-4block__block .-text p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason02-2block {
    margin-top: 0;
  }
  .p-strengths-reason02-2block__block {
    width: 100%;
    background: #fff;
    border-top: none;
    border-bottom: none;
  }
  .p-strengths-reason02-2block__block-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-strengths-reason02-2block__block .-img {
    width: 100%;
  }
  .p-strengths-reason02-2block__block .-text {
    width: 100%;
    padding: 10px;
  }
  .p-strengths-reason02-2block__block p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason03 {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .p-strengths-reason03__under-title {
    margin-bottom: 30px;
  }
  .p-strengths-reason03__under-title-list li {
    padding: 0;
  }
  .p-strengths-reason03__under-title-list li .-textarea {
    padding: 10px 15px 15px;
  }
  .p-strengths-reason03__under-title-list li .-textarea h4 {
    height: 60px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason03__under-title-list li .-textarea h4 small {
    font-size: 1.2rem;
  }
  .p-strengths-reason03__under-title-list li .-textarea p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason03__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-strengths-reason03__main .-textarea {
    margin-top: -10px;
    width: 100%;
    padding-left: 0;
  }
  .p-strengths-reason03__main .-textarea h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason03__main .-textarea p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason03__main .-img {
    width: 100%;
  }
  .p-strengths-reason04 {
    padding-bottom: 40px;
  }
  .p-strengths-reason04__lead {
    margin: 10px 0 35px;
    text-align: center;
  }
  .p-strengths-reason04__lead h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason04__lead p {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: justify;
  }
  .p-strengths-reason04__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-strengths-reason04__block:last-child {
    margin-top: 20px;
  }
  .p-strengths-reason04__block .-textarea {
    width: 100%;
    padding-left: 0;
    margin-top: -11px;
  }
  .p-strengths-reason04__block .-textarea h4 {
    font-size: 2.4rem;
  }
  .p-strengths-reason04__block .-textarea h4 small {
    font-size: 1.7rem;
  }
  .p-strengths-reason04__block .-textarea h5 {
    font-size: 1.7rem;
  }
  .p-strengths-reason04__block .-textarea p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason04__block .-textarea p span {
    font-size: 1.1rem;
  }
  .p-strengths-reason04__block .-textarea p .-attention {
    font-size: 1rem;
    margin-top: 10px;
  }
  .p-strengths-reason04__block .-img {
    width: 100%;
  }
  .p-strengths-reason05 {
    padding-bottom: 40px;
  }
  .p-strengths-reason05__title {
    margin-bottom: 15px;
  }
  .p-strengths-reason05__title--sub {
    margin-bottom: 0;
  }
  .p-strengths-reason05__graph {
    margin-bottom: 25px;
  }
  .p-strengths-reason05-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  .p-strengths-reason05-point__sp-button {
    width: 100%;
    height: auto;
    display: block;
    background: #20aee5;
    padding: 10px 15px 15px;
    line-height: 1.4;
  }
  .p-strengths-reason05-point__sp-button small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    width: 70px;
    height: 22px;
    background: #fff;
    color: #20aee5;
    font-size: 9px;
    border-radius: 22px;
    margin-bottom: 7px;
  }
  .p-strengths-reason05-point__block {
    width: 100%;
    display: none;
    padding: 15px;
  }
  .p-strengths-reason05-point__block:not(:last-child) {
    border-right: none;
  }
  .p-strengths-reason05-point__block.--show {
    display: block;
  }
  .p-strengths-reason05-point__block h3 {
    display: none;
  }
  .p-strengths-reason05-point__block h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason05-point__block h4 span {
    color: #20aee5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #f9f4bd));
    background: linear-gradient(transparent 15%, #f9f4bd 15%);
  }
  .p-strengths-reason05-point__block h4 small {
    font-size: 1.3rem;
  }
  .p-strengths-reason05-point__block h4 small.--small {
    font-size: 1.2rem;
  }
  .p-strengths-reason05-point__block .-text {
    font-size: 1.2rem;
    line-height: 1.6;
    min-height: auto;
  }
  .p-strengths-reason05-point__block h5 {
    text-align: center;
    margin: 10px 0;
  }
  .p-strengths-reason05-point__block h5 span {
    display: inline-block;
    height: 25px;
    line-height: 20px;
    font-size: 1.2rem;
    border-radius: 23px;
    padding: 0 20px;
  }
  .p-strengths-reason05-point__block .-img {
    text-align: center;
  }
  .p-strengths-reason05-point__block .-img img {
    max-width: 230px;
    width: 75% !important;
    margin: 0 auto;
    display: block;
  }
  .p-strengths-reason05-point__block .reason05_img03_deco {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 100px !important;
  }
  .p-strengths-reason05-voice__title {
    margin: 25px auto 15px;
    border-radius: 55px;
  }
  .p-strengths-reason05-voice__arrow {
    position: relative;
  }
  .p-strengths-reason05-voice__arrow::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(50% - 30px);
    right: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-strengths-reason05-voice__arrow:has(.--scrolled)::after {
    opacity: 0;
  }
  .p-strengths-reason05-voice__wrap {
    width: 105%;
  }
  .p-strengths-reason05-voice ul {
    width: 2475px;
    margin-right: 5%;
  }
  .p-strengths-reason05-voice ul li {
    width: 11.1111111111%;
    background: #fff;
    position: relative;
  }
  .p-strengths-reason05-voice ul li:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-strengths-reason05-voice ul li .-img {
    position: relative;
  }
  .p-strengths-reason05-voice ul li .-img span {
    top: 15px;
    left: 15px;
    width: 23px;
    height: 100px;
    border-radius: 10px;
    font-size: 1rem;
  }
  .p-strengths-reason05-voice ul li .-textarea {
    padding: 15px 15px 100px;
  }
  .p-strengths-reason05-voice ul li .-textarea h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-strengths-reason05-voice ul li .-textarea__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-strengths-reason05-voice ul li .-textarea__person {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .p-strengths-reason05-voice ul li .-textarea__person--company {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .p-strengths-reason05-voice ul li .-textarea__person--name {
    font-size: 1.2rem;
  }
}
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4\/3;
  --wp--preset--aspect-ratio--3-4: 3\/4;
  --wp--preset--aspect-ratio--3-2: 3\/2;
  --wp--preset--aspect-ratio--2-3: 2\/3;
  --wp--preset--aspect-ratio--16-9: 16\/9;
  --wp--preset--aspect-ratio--9-16: 9\/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
      135deg,
      rgba(6, 147, 227, 1) 0%,
      rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
      135deg,
      rgb(122, 220, 180) 0%,
      rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
      135deg,
      rgba(252, 185, 0, 1) 0%,
      rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
      135deg,
      rgba(255, 105, 0, 1) 0%,
      rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
      135deg,
      rgb(238, 238, 238) 0%,
      rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
      135deg,
      rgb(74, 234, 220) 0%,
      rgb(151, 120, 209) 20%,
      rgb(207, 42, 186) 40%,
      rgb(238, 44, 130) 60%,
      rgb(251, 105, 98) 80%,
      rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
      135deg,
      rgb(254, 205, 165) 0%,
      rgb(254, 45, 45) 50%,
      rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
      135deg,
      rgb(255, 203, 112) 0%,
      rgb(199, 81, 192) 50%,
      rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
      135deg,
      rgb(255, 245, 203) 0%,
      rgb(182, 227, 212) 50%,
      rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 769px) {
  .p-it {
    padding-top: 110px;
    color: #222;
    width: 100%;
    min-width: 1350px;
  }
  .p-it .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #f1e0ff 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #f1e0ff 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-it .p-bio-pickup li .-img {
    position: relative;
  }
  .p-it .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(203, 155, 255, 0.2);
  }
  .p-it .open-campus-caroucel {
    max-width: unset;
    margin: 0 auto 0px;
    padding: 0 0px;
  }
  .p-it .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-it-common-btn {
    color: #8800ff !important;
    font-weight: normal;
    border: 1px solid #8800ff;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-common-btn.-hover-link:hover {
    background-color: #8800ff;
    color: #fff !important;
  }
  .p-it-common-btn.-hover-link:hover .icon {
    background-color: #fff;
    border: 1px solid #8800ff;
  }
  .p-it-common-btn.-hover-link:hover .icon:before {
    border-color: #8800ff;
  }
  .p-it-common-btn.-vertical {
    letter-spacing: -0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 15px 3px 37px;
  }
  .p-it-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-it-common-btn .icon {
    border-radius: 100vmax;
    background-color: #8800ff;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-common-btn02 {
    border-radius: 100vmax;
    border: 3px solid #222;
    width: 404px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1rem;
    padding: 0 32px;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-it-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-it-common-btn02:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
  .p-it-common-btn02:hover {
    opacity: 0.8;
  }
  .p-it-mv {
    position: relative;
    background-image: url(../img/it/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
  }
  .p-it-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 80px;
    top: -66px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 5px, #fff 0, #fff 12px);
  }
  .p-it-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 24px 10px;
  }
  .p-it-mv__title .japanese {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.7;
  }
  .p-it-mv__title .small-text {
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }
  .p-it-mv__title .small-text.-center {
    display: block;
    text-align: center;
  }
  .p-it-lead {
    overflow-x: hidden;
    background-color: #eee;
    padding-top: 20px;
    background-image: url(../img/it/lead_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .p-it-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 68px;
  }
  .p-it-lead__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-it-lead__text-en {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 8px;
    letter-spacing: 0.1em;
  }
  .p-it-lead__text {
    text-align: center;
    margin-top: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .p-it-lead__img {
    margin-inline: auto;
    width: 438px;
    margin-top: 25px;
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
  .p-it-lead__band-wrap {
    margin-top: 46px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 16px 0;
    text-align: center;
    margin-inline: auto;
    width: calc(100% - 40px);
  }
  .p-it-lead__band {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-it-lead__band-treat01 {
    position: absolute;
    top: -70px;
    left: -214px;
    width: 185px;
  }
  .p-it-lead__band-treat02 {
    position: absolute;
    top: -66px;
    right: -166px;
    width: 142px;
  }
  .p-it-lead__band .bold {
    color: #bb6dff;
    font-size: 5.6rem;
    line-height: 0.5;
    position: relative;
    top: 5px;
  }
  .p-it-lead__band .percent-text {
    font-size: 3.6rem;
  }
  .p-it-lead__scroll {
    margin-top: 30px;
  }
  .p-it-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-lead__scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    min-width: 855px;
  }
  .p-it-lead__scroll-head {
    width: 50px;
    background-color: #bb6dff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0;
  }
  .p-it-lead__scroll-head-title {
    color: #bb6dff;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 100vmax;
    padding: 14px 2px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-it-lead__scroll-body {
    width: calc(100% - 50px);
    position: relative;
    overflow: hidden;
  }
  .p-it-lead__scroll-body-img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-it-lead__scroll-body-textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 56%;
    margin-left: auto;
    padding-right: 30px;
  }
  .p-it-lead__scroll-body-title {
    margin-top: 31px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .p-it-lead__scroll-body-text {
    font-size: 1.4rem;
    margin-top: 11px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-it-lead__scroll-body-data {
    margin-top: 20px;
    line-height: 1.4;
  }
  .p-it-lead__scroll-body-data-company .name {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .p-it-lead__scroll-body-data-company .year {
    padding-left: 9px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .p-it-lead__scroll-body-data-graduate .name {
    font-size: 1.4rem;
  }
  .p-it-lead__scroll-body-data-graduate .graduate {
    font-size: 1.4rem;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-it-lead__field {
    margin-top: 60px;
  }
  .p-it-lead__field-box {
    background-color: #fff;
    padding: 19px 9px 28px 30px;
    border-radius: 0 0 20px 0;
    position: relative;
  }
  .p-it-lead__field-title .title {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-it-lead__field-title .note {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-it-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 100px 0 20px;
  }
  .p-it-lead__field-item {
    background-color: #bb6dff;
    color: #fff;
    font-size: 2rem;
    border-radius: 10px;
    padding: 2px 0;
    width: 260px;
    margin-right: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-it-lead__field-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-it-lead__field-item:nth-of-type(n + 4) {
    margin-top: 10px;
  }
  .p-it-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -128px;
    position: absolute;
    right: 9px;
  }
  .p-it-interview {
    position: relative;
  }
  .p-it-interview:before {
    position: absolute;
    z-index: 10;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(135deg, #ead3ff, #ead3ff 10px, #fff 10px, #fff 20px) !important;
  }
  .p-it-interview.on .p-it-interview__inner {
    padding-bottom: 30px;
  }
  .p-it-interview.on .p-it-interview__sticky-area {
    padding-bottom: 0px;
  }
  .p-it-interview.on .p-it-interview__textarea {
    height: auto;
    padding-bottom: 100px;
  }
  .p-it-interview.on .p-it-interview__textarea:before {
    opacity: 0;
    visibility: hidden;
  }
  .p-it-interview.on .p-it-interview__btn {
    opacity: 0;
    visibility: hidden;
  }
  .p-it-interview__inner {
    width: 1050px;
    margin-inline: auto;
  }
  .p-it-interview__thumbnail-area {
    position: sticky;
    top: 110px;
    right: 0;
    margin-right: calc(50% - 50vw);
    width: 530px;
    margin-left: auto;
    text-align: right;
  }
  .p-it-interview__thumbnail-area-text {
    position: absolute;
    bottom: 10px;
    right: 145px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-shadow: 0 0 5px #000;
  }
  .p-it-interview__thumbnail-area-name {
    font-size: 2rem;
  }
  .p-it-interview__textarea {
    margin-top: -430px;
    max-width: 660px;
    width: 46vw;
    position: relative;
    height: 415px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-interview__textarea:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .p-it-interview__head {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 23px;
  }
  .p-it-interview__head-title {
    font-size: 3.8rem;
    font-weight: bold;
    display: block;
    margin-top: -11px;
    letter-spacing: 0.05em;
  }
  .p-it-interview__lead {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #bb6dff;
  }
  .p-it-interview__block {
    margin-top: 22px;
  }
  .p-it-interview__block-title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .p-it-interview__block-text {
    font-size: 1.6rem;
    margin-top: 6px;
    line-height: 1.38;
    font-weight: normal;
    letter-spacing: 0em;
  }
  .p-it-interview__btn {
    position: absolute;
    bottom: 20px;
    left: 33%;
    -webkit-transform: translateX(-38%);
            transform: translateX(-38%);
    background-color: #8800ff;
    color: #fff;
    width: 230px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 27px;
    letter-spacing: 0.1em;
    border-radius: 100vmax;
    cursor: pointer;
  }
  .p-it-interview__btn:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 44%;
    right: 24px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .p-it-movie {
    margin-top: 15px;
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 2px, #fff 0, #fff 4px);
  }
  .p-it-movie__title {
    text-align: center;
    color: #fff;
    font-size: 4.8rem;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-movie__inner {
    padding: 9px 0 48px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-it-movie__icon01 {
    position: absolute;
    top: 240px;
    right: 63px;
    width: 125px;
  }
  .p-it-movie__icon02 {
    position: absolute;
    bottom: 42px;
    left: 63px;
    width: 119px;
  }
  .p-it-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
  }
  .p-it-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-it-nav-area {
    background-color: #eee;
  }
  .p-it-nav {
    position: sticky;
    z-index: 100;
    top: 115px;
  }
  .p-it-nav-area {
    padding-top: 73px;
  }
  .p-it-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1010px;
    margin-inline: auto;
  }
  .p-it-nav__item {
    width: calc(20% - 20px);
    margin-right: 25px;
  }
  .p-it-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-it-nav__icon {
    width: 75px;
    margin-inline: auto;
    display: block;
  }
  .p-it-nav__text {
    background-color: #fff;
    border: 2px solid #222;
    padding: 35px 0 16px;
    margin-top: -30px;
    font-size: 1.6rem;
    text-align: center;
    height: 84px;
    line-height: 1.3;
  }
  .p-it-nav__text .small-text {
    font-size: 1.2rem;
    display: block;
  }
  .p-it-reason__inner {
    padding: 77px 0 30px;
    margin-inline: auto;
    max-width: 1400px;
  }
  .p-it-reason__area {
    position: relative;
  }
  .p-it-reason__title {
    padding: 0px 16px 10px;
  }
  .p-it-reason__title .small-text {
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .p-it-reason__title .big-text {
    font-weight: bold;
    display: block;
    font-size: 7.8rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason__title .big-text .small-text {
    font-size: 5.8rem;
    display: inline;
  }
  .p-it-reason__title .bold {
    color: #bb6dff;
  }
  .p-it-reason__list {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-it-reason__item {
    position: relative;
    overflow: hidden;
    height: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 33.3333333333%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .p-it-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 109, 255, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-it-reason__item:hover:before {
    opacity: 1;
  }
  .p-it-reason__item:hover .p-it-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-it-reason__item:hover .p-it-reason__item-number {
    opacity: 0.2;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .small-text {
    color: #fff;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .title {
    color: #fff;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .bold,
  .p-it-reason__item:hover .p-it-reason__item-title .bold02 {
    color: #f9f4bd;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .text {
    color: #fff;
  }
  .p-it-reason__item:nth-of-type(3n) {
    border-right: 1px solid #222;
  }
  .p-it-reason__item:nth-of-type(n + 4) {
    border-bottom: 1px solid #222;
  }
  .p-it-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 5px 19px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 28px;
    left: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-number {
    position: absolute;
    content: "";
    width: 210px;
    height: 156px;
    bottom: -110px;
    left: 24%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22rem;
    line-height: 0.6;
    opacity: 0.8;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-it-reason__item-number.-gray {
    color: #666;
    opacity: 0.3;
  }
  .p-it-reason__item-title {
    position: relative;
    line-height: 1.3;
  }
  .p-it-reason__item-title .small-text {
    font-size: 1.7rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-title .bold {
    color: #bb6dff;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason__item-title .bold .number {
    font-size: 3.7rem;
  }
  .p-it-reason__item-title .bold02 {
    color: #bb6dff;
    font-size: 3.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-it-reason__item-title .title {
    font-size: 2.7rem;
    display: block;
    line-height: 1.2;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .p-it-reason__item-title .big-text {
    font-size: 3.7rem;
  }
  .p-it-reason__item-title .medium-text {
    font-size: 2.2rem;
  }
  .p-it-reason__item-title .text {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-btn {
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
  }
  .p-it-reason__btn {
    position: absolute;
    top: 40px;
    right: 22px;
  }
  .p-it-reason__banner {
    margin-top: 28px;
    margin-inline: auto;
    max-width: 1310px;
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 19px 85px 19px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__banner:hover {
    opacity: 0.8;
  }
  .p-it-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-it-reason__banner-title .small-text {
    font-size: 2.2rem;
    color: #fff;
  }
  .p-it-reason__banner-title .big-text {
    font-size: 3.8rem;
  }
  .p-it-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-it-reason__banner-title .middle-text {
    font-size: 2.8rem;
  }
  .p-it-reason__banner-text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 76px;
    padding-top: 0;
    letter-spacing: 0.03em;
  }
  .p-it-reason__banner-icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-it-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #8cbb23;
    border-right: 2px solid #8cbb23;
  }
  .p-it-oc {
    background-color: #bb6dff;
  }
  .p-it-oc__inner {
    padding: 34px 0 47px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-oc__title {
    font-size: 6.8rem;
    padding-right: 410px;
    font-weight: bold;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-it-oc__title .bold {
    color: #f9f4bd;
  }
  .p-it-oc__title .small-text {
    font-size: 2.8rem;
  }
  .p-it-oc__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: -9px;
  }
  .p-it-oc__btn {
    margin-left: auto;
    margin-top: -97px;
  }
  .p-it-oc__list {
    margin-top: 43px;
  }
  .p-it-number {
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 2px, #fff 0, #fff 4px);
  }
  .p-it-number__inner {
    padding: 32px 0 23px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-number__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-number__title .medium-text {
    font-size: 5.8rem;
  }
  .p-it-number__title .bold {
    color: #f9f4bd;
  }
  .p-it-number__text {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .p-it-number__list {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-it-number__list .p-top-num__item--01 {
    -webkit-box-shadow: 5px 5px 0px 0px #bb6dff;
            box-shadow: 5px 5px 0px 0px #bb6dff;
  }
  .p-it-number__item {
    margin-bottom: 10px;
    width: 49.4%;
    border-radius: 10px;
    position: relative;
  }
  .p-it-number__item img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-number__item:hover img {
    position: relative;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 6px 0 #8800ff;
            box-shadow: 0 6px 0 #8800ff;
  }
  .p-it-system__inner {
    padding: 17px 0 53px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-system__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-it-system__banner {
    width: 49%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-system__banner:hover {
    opacity: 0.8;
  }
  .p-it-flow {
    background-color: #d994c5;
  }
  .p-it-flow__inner {
    padding: 14px 0 50px;
    margin-inline: auto;
    max-width: 1360px;
  }
  .p-it-flow__title .medium-text {
    font-size: 6.8rem;
    padding-right: 410px;
    font-weight: bold;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-it-flow__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 2px;
  }
  .p-it-flow__btn {
    margin-left: auto;
    margin-top: -110px;
  }
  .p-it-flow__contents {
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-it-flow__contents-title {
    margin-top: 68px;
    width: 260px;
    background-color: #fff;
    color: #0052a6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  .p-it-flow__contents-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 267px);
  }
  .p-it-flow__contents-block {
    width: 360px;
  }
  .p-it-flow__contents-block.-third .p-it-flow__contents-block-textarea-body-textarea {
    width: 100%;
  }
  .p-it-flow__contents-block.-third .p-it-flow__contents-block-textarea-body-textarea:before {
    display: none;
  }
  .p-it-flow__contents-block-year {
    font-size: 2.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #b64896;
    height: 60px;
    color: #fff;
  }
  .p-it-flow__contents-block-textarea {
    margin-top: 8px;
    padding-bottom: 6px;
    background-color: #fff;
  }
  .p-it-flow__contents-block-textarea-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 83px;
  }
  .p-it-flow__contents-block-textarea-head-title {
    width: 50%;
    line-height: 1.2;
    text-align: center;
  }
  .p-it-flow__contents-block-textarea-head-title .title {
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-it-flow__contents-block-textarea-head-title .apply {
    font-size: 1.6rem;
    display: block;
    color: #0052a6;
    letter-spacing: 0.06em;
  }
  .p-it-flow__contents-block-textarea-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: 96%;
  }
  .p-it-flow__contents-block-textarea-body-textarea {
    width: 49%;
    height: 242px;
    background-color: #c0d9f3;
    position: relative;
  }
  .p-it-flow__contents-block-textarea-body-textarea:before {
    position: absolute;
    z-index: 10;
    content: "";
    width: 18px;
    height: 32px;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #0052a6;
  }
  .p-it-flow__contents-block-textarea-body-textarea:nth-of-type(2):before {
    right: -22px;
  }
  .p-it-flow__contents-block-textarea-body-textarea-title {
    font-size: 1.6rem;
    text-align: center;
    color: #0052a6;
    font-weight: bold;
    height: 103px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-it-flow__contents-block-textarea-body-textarea-text {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    padding: 0 11px;
  }
  .p-it-department {
    background-color: #bb6dff;
  }
  .p-it-department__inner {
    padding: 26px 0 0px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-department__title .normal-text {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-it-department__title .small-text {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0.06em;
  }
  .p-it-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
  }
  .p-it-department__anchor a {
    margin-left: 8px;
  }
  .p-it-department__area {
    margin-top: 36px;
  }
  .p-it-department__block {
    padding: 20px 0 55px;
  }
  .p-it-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 46px 0 50px;
    position: relative;
  }
  .p-it-department__block:nth-of-type(2):before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: calc(50% - 50vw);
    background-color: #1299cd;
  }
  .p-it-department__block-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-it-department__block-title .small-text {
    font-size: 1.8rem;
    display: block;
    line-height: 1.3;
  }
  .p-it-department__block-subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 18px;
    background-color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #bb6dff;
  }
  .p-it-department__block-list {
    margin-top: 24px;
    margin-inline: auto;
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-it-department__block-list-item {
    width: 49.5%;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-it-department__block-list-item-textarea {
    position: absolute;
    left: 20px;
    bottom: 14px;
  }
  .p-it-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-it-department__block-list-item-title {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #bb6dff;
    margin-bottom: 5px;
  }
  .p-it-department__block-list-item-text {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #bb6dff;
  }
  .p-it-news {
    background-image: unset;
  }
  .p-it-news__inner {
    padding: 34px 0 68px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-news__title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 410px;
  }
  .p-it-news__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-news__subtitle {
    font-size: 1.8rem;
    padding-left: 10px;
    letter-spacing: 0.04em;
    padding-top: 5px;
  }
  .p-it-news__title-btn {
    margin-left: auto;
    margin-top: -76px;
  }
  .p-it-news__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-it-info {
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 4px, #fff 0, #fff 8px);
  }
  .p-it-info__inner {
    padding: 34px 0 38px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-it-info__btn {
    width: 49%;
    color: #bb6dff !important;
    background-color: #fff;
    height: 60px;
    position: relative;
    font-size: 2.1rem;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 27px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #bb6dff;
    border-right: 2px solid #bb6dff;
  }
  .p-it-info__btn:hover {
    opacity: 0.8;
  }
  .p-it-research-center__inner {
    padding: 51px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-research-center__btn {
    background-image: url(../img/it/research-center_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    padding: 0 74px 0 44px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-it-research-center__img {
    width: 470px;
  }
  .p-it-research-center__text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 50px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-it-research-center__icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-it-research-center__icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 3px solid #bb6dff;
    border-right: 3px solid #bb6dff;
  }
  .p-it-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-it-sns__inner {
    padding-bottom: 95px;
  }
  .p-it-pickup {
    padding-bottom: 30px;
  }
  .p-it-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-it-pickup ul li .-text__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-it {
    padding-top: 80px;
    color: #222;
  }
  .p-it .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #f1e0ff 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #f1e0ff 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-it .p-bio-pickup li .-img {
    position: relative;
  }
  .p-it .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(203, 155, 255, 0.2);
  }
  .p-it .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-it .open-campus-caroucel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .p-it .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-it-common-btn {
    color: #8800ff !important;
    font-weight: normal;
    border: 1px solid #8800ff;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
  }
  .p-it-common-btn.-vertical {
    letter-spacing: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 8px 1px 23px;
    font-size: 10px;
  }
  .p-it-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-it-common-btn .icon {
    border-radius: 100vmax;
    background-color: #8800ff;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-it-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-it-common-btn02 {
    border-radius: 100vmax;
    border: 2px solid #222;
    width: 240px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
    padding: 0 16px;
    margin-inline: auto;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-it-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-it-common-btn02:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-it-common-btn02:hover {
    opacity: 0.8;
  }
  .p-it-mv {
    position: relative;
    background-image: url(../img/it/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: 43% center;
    margin-top: 0;
    background-size: cover;
    height: 40vw;
  }
  .p-it-mv:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 46px;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 4px, #fff 0, #fff 8px);
  }
  .p-it-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    padding: 12px 10px;
  }
  .p-it-mv__title .japanese {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
  }
  .p-it-mv__title .small-text {
    font-size: 10px;
  }
  .p-it-mv__title .small-text.-center {
    display: block;
    margin-inline: auto;
    text-align: center;
  }
  .p-it-mv__title .english {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-it-lead {
    overflow-x: hidden;
    background-color: #eee;
    background-image: url(../img/it/lead_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-it-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 27px;
  }
  .p-it-lead__title {
    text-align: center;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-it-lead__text-en {
    font-size: 10px;
    text-align: center;
    margin-top: 8px;
  }
  .p-it-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .p-it-lead__img {
    margin-top: 41px;
    margin-inline: auto;
    width: 63%;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .p-it-lead__band-wrap {
    margin-top: 26px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 9px 0 5px;
    text-align: center;
  }
  .p-it-lead__band {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-it-lead__band-treat01 {
    position: absolute;
    bottom: -5px;
    left: -89px;
    width: 88px;
  }
  .p-it-lead__band-treat02 {
    position: absolute;
    top: -25px;
    right: -75px;
    width: 71px;
  }
  .p-it-lead__band .bold {
    color: #bb6dff;
    font-size: 28px;
    line-height: 0.5;
    position: relative;
    top: 2px;
  }
  .p-it-lead__band .percent-text {
    font-size: 18px;
  }
  .p-it-lead__scroll {
    margin-top: 25px;
    padding: 0 20px;
    margin-right: 40px;
  }
  .p-it-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-lead__scroll-item {
    margin-right: 20px;
  }
  .p-it-lead__scroll-head {
    background-color: #bb6dff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 11px;
  }
  .p-it-lead__scroll-head-title {
    color: #bb6dff;
    background-color: #fff;
    border-radius: 100vmax;
    padding: 1px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .p-it-lead__scroll-head-interview {
    width: 80px;
    padding-top: 15px;
  }
  .p-it-lead__scroll-body {
    position: relative;
    overflow: hidden;
  }
  .p-it-lead__scroll-body-img img {
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-it-lead__scroll-body-textarea {
    background-color: #bb6dff;
    color: #fff;
    margin-left: auto;
    padding: 12px 15px 19px;
  }
  .p-it-lead__scroll-body-title {
    margin-top: 0;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p-it-lead__scroll-body-text {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-it-lead__scroll-body-data {
    margin-top: 10px;
  }
  .p-it-lead__scroll-body-data-company {
    line-height: 1;
  }
  .p-it-lead__scroll-body-data-company .name {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .p-it-lead__scroll-body-data-company .year {
    padding-left: 5px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .p-it-lead__scroll-body-data-graduate {
    line-height: 1;
    margin-top: 3px;
  }
  .p-it-lead__scroll-body-data-graduate .name {
    font-size: 9px;
  }
  .p-it-lead__scroll-body-data-graduate .graduate {
    font-size: 9px;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-it-lead__field {
    margin-top: 53px;
    width: 100%;
    margin-left: 0px;
  }
  .p-it-lead__field-box {
    background-color: #fff;
    padding: 9px 9px 10px 14px;
    border-radius: 0 0 10px 0;
  }
  .p-it-lead__field-title .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-it-lead__field-title .note {
    font-size: 10px;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-it-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 34px 0 3px;
  }
  .p-it-lead__field-item {
    background-color: #bb6dff;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 4px 0;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-it-lead__field-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-it-lead__field-item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .p-it-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -101px;
  }
  .p-it-interview {
    position: relative;
  }
  .p-it-interview:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(135deg, #ead3ff, #ead3ff 10px, #fff 10px, #fff 20px);
  }
  .p-it-interview.on .p-it-interview__sticky-area {
    padding-bottom: 10px;
  }
  .p-it-interview.on .p-it-interview__textarea {
    height: auto;
    padding-bottom: 0;
  }
  .p-it-interview.on .p-it-interview__textarea:before {
    opacity: 0;
    visibility: hidden;
  }
  .p-it-interview.on .p-it-interview__btn {
    opacity: 0;
    visibility: hidden;
  }
  .p-it-interview__inner {
    margin-inline: auto;
    padding: 43px 0 20px;
    width: calc(100% - 30px);
  }
  .p-it-interview__thumbnail-area {
    text-align: right;
  }
  .p-it-interview__thumbnail-area-text {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-top: 9px;
  }
  .p-it-interview__thumbnail-area-name {
    font-size: 1.5rem;
    margin-top: 4px;
  }
  .p-it-interview__thumbnail-area-thumbnail img {
    width: 100%;
  }
  .p-it-interview__textarea {
    position: relative;
    overflow: hidden;
    height: 630px;
  }
  .p-it-interview__textarea:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  }
  .p-it-interview__head {
    font-size: 1.35rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-align: center;
  }
  .p-it-interview__head-title {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    margin-top: -10px;
    letter-spacing: 0.05em;
  }
  .p-it-interview__lead {
    font-size: 1.66rem;
    line-height: 1.4;
    color: #bb6dff;
    margin-top: 8px;
    letter-spacing: 0.04em;
  }
  .p-it-interview__block {
    margin-top: 16px;
  }
  .p-it-interview__block-title {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .p-it-interview__block-text {
    font-size: 1.2rem;
    margin-top: 4px;
    line-height: 1.45;
    font-weight: normal;
    letter-spacing: 0em;
  }
  .p-it-interview__btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #8800ff;
    color: #fff;
    width: 230px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 27px;
    letter-spacing: 0.1em;
    border-radius: 100vmax;
  }
  .p-it-interview__btn:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 44%;
    right: 24px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .p-it-movie {
    margin-top: 15px;
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 1px, #fff 0, #fff 2px);
  }
  .p-it-movie__title {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-movie__inner {
    padding: 12px 0 12px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-it-movie__icon01 {
    position: absolute;
    top: 240px;
    right: 63px;
    width: 125px;
    display: none;
  }
  .p-it-movie__icon02 {
    position: absolute;
    bottom: 42px;
    left: 63px;
    width: 119px;
    display: none;
  }
  .p-it-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
    margin-top: 8px;
  }
  .p-it-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-it-nav-area {
    background-color: #eee;
  }
  .p-it-nav {
    position: relative;
    z-index: 100;
    top: 0;
  }
  .p-it-nav-area {
    padding-top: 37px;
  }
  .p-it-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    width: calc(100% - 15px);
  }
  .p-it-nav__item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .p-it-nav__item:nth-of-type(3) {
    margin-right: 0;
  }
  .p-it-nav__item:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .p-it-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-it-nav__icon {
    width: 44px;
    margin-inline: auto;
    display: block;
  }
  .p-it-nav__text {
    background-color: #fff;
    border: 1px solid #222;
    padding: 16px 0 16px;
    margin-top: -20px;
    font-size: 11px;
    text-align: center;
    height: 50px;
    line-height: 1.3;
  }
  .p-it-nav__text .small-text {
    font-size: 8px;
    display: block;
    margin-top: 2px;
  }
  .p-it-reason__inner {
    padding: 60px 0 30px;
    margin-inline: auto;
  }
  .p-it-reason__area {
    position: relative;
  }
  .p-it-reason__title {
    padding: 0px 16px 10px;
    text-align: center;
  }
  .p-it-reason__title .small-text {
    font-size: 14.4px;
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-it-reason__title .big-text {
    display: block;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason__title .big-text .small-text {
    font-size: 48px;
    display: inline;
  }
  .p-it-reason__title .bold {
    color: #8800ff;
  }
  .p-it-reason__list {
    margin-top: 17px;
    margin-inline: auto;
    max-width: 520px;
  }
  .p-it-reason__item {
    position: relative;
    overflow: hidden;
    height: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    display: block;
  }
  .p-it-reason__item:last-of-type {
    border-bottom: 1px solid #222;
  }
  .p-it-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 109, 255, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-it-reason__item:hover:before {
    opacity: 1;
  }
  .p-it-reason__item:hover .p-it-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-it-reason__item:hover .p-it-reason__item-number {
    opacity: 0.2;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .small-text {
    color: #fff;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .title {
    color: #fff;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .bold,
  .p-it-reason__item:hover .p-it-reason__item-title .bold02 {
    color: #f9f4bd;
  }
  .p-it-reason__item:hover .p-it-reason__item-title .text {
    color: #fff;
  }
  .p-it-reason__item-img {
    position: relative;
  }
  .p-it-reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 160px;
    width: 100%;
  }
  .p-it-reason__item-img .treat {
    position: absolute;
    top: -50px;
    right: 12px;
    width: 114px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-it-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 10px;
    display: block;
    padding: 0px 7px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-number {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    bottom: -30px;
    left: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11rem;
    line-height: 0.6;
    opacity: 0.6;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-it-reason__item-number.-gray {
    color: #666;
    opacity: 0.1;
  }
  .p-it-reason__item-title {
    position: relative;
  }
  .p-it-reason__item-title .small-text {
    font-size: 13.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    display: block;
  }
  .p-it-reason__item-title .bold {
    color: #bb6dff;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason__item-title .bold .number {
    font-size: 24.5px;
  }
  .p-it-reason__item-title .bold02 {
    color: #bb6dff;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-it-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-it-reason__item-title .title {
    font-size: 18.5px;
    display: block;
    line-height: 1.25;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-title .text {
    font-size: 12px;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
  }
  .p-it-reason__item-btn {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
    display: none;
  }
  .p-it-reason__btn {
    position: relative;
    margin-top: 25px;
  }
  .p-it-reason__banner {
    margin-top: 24px;
    margin-inline: auto;
    width: calc(100% - 30px);
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 12px 10px 13px 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-it-reason__banner:hover {
    opacity: 0.8;
  }
  .p-it-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-it-reason__banner-title .small-text {
    font-size: 16.5px;
    color: #fff;
  }
  .p-it-reason__banner-title .big-text {
    font-size: 28.5px;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }
  .p-it-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-it-reason__banner-title .middle-text {
    font-size: 21px;
    padding: 0 8px;
  }
  .p-it-reason__banner-text {
    color: #fff;
    font-size: 10px;
    padding-right: 30px;
    padding-top: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-it-reason__banner-icon {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: 9px;
    right: 10px;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-it-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #8cbb23;
    border-right: 1px solid #8cbb23;
  }
  .p-it-oc {
    background-color: #bb6dff;
    overflow-x: hidden;
  }
  .p-it-oc__inner {
    padding: 23px 0 27px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-it-oc__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 34px;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-it-oc__title .bold {
    color: #f9f4bd;
  }
  .p-it-oc__title .small-text {
    font-size: 29px;
  }
  .p-it-oc__title .sp-big-text {
    font-size: 34px;
  }
  .p-it-oc__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #fff;
    margin-top: -3px;
    text-align: center;
  }
  .p-it-oc__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: auto;
    margin-top: 21px;
  }
  .p-it-oc__list-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    overflow-x: scroll;
  }
  .p-it-oc__list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-oc__list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-it-oc__list {
    margin-top: 12px;
  }
  .p-it-number {
    background: repeating-linear-gradient(135deg, #ddb6ff, #bb6dff 2px, #fff 0, #fff 4px);
  }
  .p-it-number__inner {
    padding: 18px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-number__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-number__title .medium-text {
    font-size: 29px;
  }
  .p-it-number__title .bold {
    color: #f9f4bd;
  }
  .p-it-number__text {
    font-size: 11px;
    letter-spacing: 0.04em;
    margin-top: 7px;
  }
  .p-it-number__list {
    margin-top: 13px;
    margin-inline: auto;
    width: 97%;
  }
  .p-it-number__list .p-top-num__item--01 {
    -webkit-box-shadow: 5px 5px 0px 0px #bb6dff;
            box-shadow: 5px 5px 0px 0px #bb6dff;
  }
  .p-it-number__item {
    margin-bottom: 10px;
    text-align: center;
  }
  .p-it-flow {
    background-color: #d994c5;
  }
  .p-it-flow__inner {
    padding: 20px 0 33px;
    margin-inline: auto;
    max-width: 1360px;
  }
  .p-it-flow__title {
    text-align: center;
  }
  .p-it-flow__title .medium-text {
    font-size: 3.4rem;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-it-flow__text {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .p-it-flow__btn {
    margin-left: auto;
    margin-top: 25px;
  }
  .p-it-flow__btn.sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .p-it-flow__contents {
    margin-top: 17px;
    margin-inline: auto;
    width: 91%;
  }
  .p-it-flow__contents-title {
    background-color: #fff;
    color: #0052a6;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-it-flow__contents-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
  }
  .p-it-flow__contents-block.-third .p-it-flow__contents-block-textarea-body-textarea {
    width: 100%;
  }
  .p-it-flow__contents-block.-third .p-it-flow__contents-block-textarea-body-textarea:before {
    display: none;
  }
  .p-it-flow__contents-block-year {
    font-size: 1.8rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #b64896;
    /* height: 60px; */
    color: #fff;
    width: 50px;
  }
  .p-it-flow__contents-block-year .number {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    padding-left: 20px;
  }
  .p-it-flow__contents-block-textarea {
    margin-top: 0;
    padding-bottom: 7px;
    background-color: #fff;
    width: calc(100% - 57px);
    margin-left: auto;
  }
  .p-it-flow__contents-block-textarea-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }
  .p-it-flow__contents-block-textarea-head-title {
    width: 50%;
    line-height: 1.2;
    text-align: center;
  }
  .p-it-flow__contents-block-textarea-head-title .title {
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-it-flow__contents-block-textarea-head-title .apply {
    font-size: 1.25rem;
    display: block;
    color: #0052a6;
    letter-spacing: 0.06em;
  }
  .p-it-flow__contents-block-textarea-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: 96%;
  }
  .p-it-flow__contents-block-textarea-body-textarea {
    width: 49%;
    background-color: #c0d9f3;
    position: relative;
    padding-bottom: 33px;
  }
  .p-it-flow__contents-block-textarea-body-textarea:before {
    position: absolute;
    z-index: 10;
    content: "";
    width: 16px;
    height: 30px;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #0052a6;
  }
  .p-it-flow__contents-block-textarea-body-textarea:nth-of-type(2):before {
    right: -20px;
    display: none;
  }
  .p-it-flow__contents-block-textarea-body-textarea-title {
    font-size: 1.25rem;
    text-align: center;
    color: #0052a6;
    font-weight: bold;
    height: 82px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-it-flow__contents-block-textarea-body-textarea-text {
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    padding: 0 5px;
  }
  .p-it-system__inner {
    padding: 20px 0 34px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-system__flex > * + * {
    margin-top: 5px;
  }
  .p-it-system__banner {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-system__banner:hover {
    opacity: 0.8;
  }
  .p-it-department {
    background-color: #bb6dff;
  }
  .p-it-department__inner {
    padding: 21px 0 0px;
    margin-inline: auto;
  }
  .p-it-department__title {
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-it-department__title .normal-text {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-it-department__title .small-text {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0;
  }
  .p-it-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
    display: none;
  }
  .p-it-department__anchor a {
    margin-left: 8px;
  }
  .p-it-department__area {
    margin-top: 16px;
  }
  .p-it-department__block {
    padding: 20px 0 25px;
  }
  .p-it-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 23px 0 26px;
  }
  .p-it-department__block-title {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-it-department__block-title .small-text {
    font-size: 10px;
    display: block;
    line-height: 1.3;
  }
  .p-it-department__block-subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #bb6dff;
  }
  .p-it-department__block-list {
    margin-top: 15px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-it-department__block-list-item {
    border-radius: 0 10px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-department__block-list-item:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-it-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-it-department__block-list-item-textarea {
    position: absolute;
    left: 20px;
    bottom: 14px;
  }
  .p-it-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-it-department__block-list-item-title {
    font-size: 17px;
    letter-spacing: 0.08em;
    color: #bb6dff;
    margin-bottom: 0px;
  }
  .p-it-department__block-list-item-text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #bb6dff;
  }
  .p-it-news {
    overflow-x: hidden;
  }
  .p-it-news__inner {
    padding: 24px 0 30px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-it-news__title-area {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-it-news__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-news__subtitle {
    font-size: 12px;
    padding-left: 0px;
    letter-spacing: 0.04em;
    padding-top: 0px;
  }
  .p-it-news__title-btn {
    margin-left: auto;
    margin-top: 20px;
    width: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 240px;
  }
  .p-it-news__content-wrap {
    overflow-x: scroll;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-it-news__content-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-news__content-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-it-news__content {
    gap: 2%;
    margin-top: 12px;
    min-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-it-info {
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 2px, #fff 0, #fff 4px);
  }
  .p-it-info__inner {
    padding: 25px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-info__btn {
    color: #bb6dff !important;
    background-color: #fff;
    height: 50px;
    position: relative;
    font-size: 14px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-info__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-it-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #bb6dff;
    border-right: 2px solid #bb6dff;
  }
  .p-it-info__btn:hover {
    opacity: 0.8;
  }
  .p-it-research-center__inner {
    padding: 26px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-research-center__btn {
    background-image: url(../img/it/research-center_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    padding: 33px 23px 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-it-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-it-research-center__img {
    width: 100%;
  }
  .p-it-research-center__text {
    color: #fff;
    font-size: 12px;
    padding: 0 0px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
  .p-it-research-center__icon {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-it-research-center__icon:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #bb6dff;
    border-right: 2px solid #bb6dff;
  }
  .p-it-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-it-sns__inner {
    padding-bottom: 95px;
  }
  .p-it-pickup {
    padding-bottom: 30px;
  }
  .p-it-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-it-pickup ul li .-text__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1401px) {
  .p-it-interview__textarea {
    height: 40vw;
    margin-top: -33vw;
  }
  .p-it-interview__thumbnail-area {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .p-it-interview__textarea {
    height: 830px;
  }
}
@media screen and (min-width: 769px) {
  .p-it-course__nav {
    position: sticky;
    z-index: 100;
    top: 110px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-it-course__nav-inner {
    margin-inline: auto;
    max-width: 1110px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 19px 0;
  }
  .p-it-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-course__nav-department {
    color: #bb6dff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bb6dff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 4px 19px;
    border-radius: 100vmax;
  }
  .p-it-course__nav-link {
    display: block;
    font-size: 1.8rem;
    margin-left: 20px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-course__nav-link:hover {
    color: #bb6dff;
  }
  .p-it-course__department {
    position: relative;
  }
  .p-it-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 2px, #fff 0, #fff 4px);
  }
  .p-it-course__department-title-area {
    padding: 37px 0 18px;
  }
  .p-it-course__department-title .big-text {
    color: #666;
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
  }
  .p-it-course__department-title .small-text {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -6px;
  }
  .p-it-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 18px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-it-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17px;
  }
  .p-it-course__department-nav-item a {
    color: #bb6dff;
    border: 1px solid #bb6dff;
    border-radius: 100vmax;
    display: block;
    width: 200px;
    margin: 0 6px;
    padding: 3px 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .p-it-course__department-nav-item a:hover {
    background-color: #bb6dff;
    color: #fff;
  }
  .p-it-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-it-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #bb6dff;
  }
  .p-it-course__course-block {
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 4px, #fff 0, #fff 8px);
    padding-bottom: 40px;
  }
  .p-it-course__course-block-head {
    background-color: #bb6dff;
    padding: 17px 0 14px;
  }
  .p-it-course__course-block-head-inner {
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-it-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .p-it-course__course-block-head-title .lead-text {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
  }
  .p-it-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
  }
  .p-it-course__course-block-head-list-item {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-left: 27px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-it-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-it-course__course-block-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-inline: auto;
  }
  .p-it-course__course-block-body-thumbnail {
    width: 750px;
  }
  .p-it-course__course-block-body-textarea {
    width: calc(100% - 750px);
    background-color: #fff;
    border-radius: 150px 0 0 150px;
    padding: 73px 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-it-course__course-block-body-textarea:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    top: 0;
    right: calc(50% - 50vw);
    background-color: #fff;
  }
  .p-it-course__course-block-body-textarea-title {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
  }
  .p-it-course__course-block-body-textarea-text {
    position: relative;
    margin-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: normal;
    max-width: 430px;
  }
  .p-it-course__course-block-body-textarea-data {
    position: relative;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }
  .p-it-course__course-block-card {
    position: relative;
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    margin-top: -63px;
  }
  .p-it-course__course-block-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-it-course__course-block-card-item {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .p-it-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-it-course__course-block-card-title {
    color: #fff;
    background-color: #bb6dff;
    border-radius: 0 15px 0 0;
    padding: 2px 9px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-it-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 17px;
    position: relative;
    height: 160px;
  }
  .p-it-course__course-block-card-head {
    color: #bb6dff;
    border: 1px solid #bb6dff;
    border-radius: 100vmax;
    display: inline-block;
    width: 100px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .p-it-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-it-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-it-course__course-block-card-list-item {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-it-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-it-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 16px;
  }
  .p-it-course__flow {
    background-color: #f9f4bd;
    padding-bottom: 30px;
  }
  .p-it-course__flow-inner {
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 50px 0 30px;
  }
  .p-it-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-it-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
    border-bottom: 1px solid #bb6dff;
  }
  .p-it-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-course__flow-list.-column-4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-item {
    width: 24%;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #bb6dff;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-textarea {
    height: 280px;
  }
  .p-it-course__flow-list-item {
    position: relative;
    border-right: 1px solid #bb6dff;
  }
  .p-it-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-it-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 200px;
    width: 100%;
  }
  .p-it-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 10px 20px 10px;
  }
  .p-it-course__flow-list-head {
    position: absolute;
    top: -14px;
    left: 23px;
    background-color: #bb6dff;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-it-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: -40px;
    right: -10px;
    width: 106px;
    height: 106px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 1.2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-it-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    bottom: 10px;
    left: 0px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-it-course__flow-list-title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-it-course__flow-list-text {
    font-size: 1.4rem;
    margin-top: 6px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
  .p-it-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 4px;
    left: -3px;
    color: #bb6dff;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-it-course__flow-list-year .number {
    font-size: 18rem;
    line-height: 0.8;
    position: relative;
    top: 10px;
  }
  .p-it-course__flow-list-year .text {
    font-size: 11rem;
    line-height: 1;
  }
  .p-it-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .p-it-course__nav {
    position: sticky;
    z-index: 100;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-it-course__nav-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 9px 0;
  }
  .p-it-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-course__nav-block:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-it-course__nav-department {
    color: #bb6dff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    border: 1px solid #bb6dff;
    width: 120px;
    display: block;
    padding: 0px 5px;
    border-radius: 100vmax;
  }
  .p-it-course__nav-link {
    display: block;
    font-size: 10px;
    margin-left: 9px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-course__nav-link:hover {
    color: #bb6dff;
  }
  .p-it-course__department {
    position: relative;
  }
  .p-it-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 2px, #fff 0, #fff 4px);
  }
  .p-it-course__department-title-area {
    padding: 24px 0 24px;
  }
  .p-it-course__department-title .big-text {
    color: #666;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
  .p-it-course__department-title .small-text {
    color: #666;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -2px;
    letter-spacing: 0.1em;
  }
  .p-it-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 9px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-it-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-it-course__department-nav-item a {
    color: #bb6dff;
    border: 1px solid #bb6dff;
    border-radius: 100vmax;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 108px;
    margin: 0 6px;
    padding: 3px 28px 3px 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .p-it-course__department-nav-item a:hover {
    background-color: #bb6dff;
    color: #fff;
  }
  .p-it-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-it-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #bb6dff;
  }
  .p-it-course__course-block {
    background: repeating-linear-gradient(135deg, #bb6dff, #bb6dff 4px, #fff 0, #fff 8px);
    padding-bottom: 34px;
  }
  .p-it-course__course-block-head {
    background-color: #bb6dff;
    padding: 31px 0 14px;
  }
  .p-it-course__course-block-head-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-it-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 19px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .p-it-course__course-block-head-title .lead-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
  }
  .p-it-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-it-course__course-block-head-list-item {
    font-size: 10px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-it-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-it-course__course-block-body-textarea {
    background-color: #fff;
    border-radius: 90px 0 0 90px;
    padding: 32px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-it-course__course-block-body-textarea-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
  }
  .p-it-course__course-block-body-textarea-text {
    margin-top: 7px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 11px;
  }
  .p-it-course__course-block-body-textarea-data {
    margin-top: 8px;
    letter-spacing: 0.08em;
    font-size: 10px;
  }
  .p-it-course__course-block-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    margin-top: -10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: scroll;
  }
  .p-it-course__course-block-card-wrap {
    min-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-course__course-block-card-item {
    width: 180px;
    margin-right: 30px;
  }
  .p-it-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-it-course__course-block-card-title {
    color: #fff;
    background-color: #bb6dff;
    border-radius: 0 10px 0 0;
    padding: 3px 9px;
    font-size: 13.5px;
    letter-spacing: 0.1em;
  }
  .p-it-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 15px;
    position: relative;
    height: 130px;
  }
  .p-it-course__course-block-card-head {
    color: #bb6dff;
    border: 1px solid #bb6dff;
    border-radius: 7px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    font-size: 10px;
  }
  .p-it-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-it-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-it-course__course-block-card-list-item {
    font-size: 10px;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-it-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-it-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 9px;
    font-size: 10px;
  }
  .p-it-course__flow {
    background-color: #f9f4bd;
    padding-bottom: 30px;
  }
  .p-it-course__flow-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 36px 0 30px;
  }
  .p-it-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-it-course__flow-title {
    font-size: 16px;
    background-color: #fff;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 10px 0 0;
    text-align: center;
    border: 1px solid #222;
  }
  .p-it-course__flow-list {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .p-it-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 950px;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-wrap {
    min-width: 970px;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-item {
    width: 330px;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #bb6dff;
  }
  .p-it-course__flow-list.-column-4 .p-it-course__flow-list-textarea {
    height: 180px;
  }
  .p-it-course__flow-list-item {
    position: relative;
    border-right: 1px solid #bb6dff;
    width: 280px;
  }
  .p-it-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-it-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 150px;
    width: 100%;
  }
  .p-it-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 7px 17px 10px;
    height: 160px;
  }
  .p-it-course__flow-list-head {
    position: absolute;
    top: -11px;
    left: 17px;
    background-color: #bb6dff;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-it-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: -10px;
    width: 76px;
    height: 76px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 9px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-it-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 24px;
    height: 13px;
    bottom: 10px;
    left: -2px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-it-course__flow-list-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-it-course__flow-list-text {
    font-size: 10px;
    margin-top: 1px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
  }
  .p-it-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 7px;
    left: -3px;
    color: #bb6dff;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-it-course__flow-list-year .number {
    font-size: 14rem;
    line-height: 0.7;
    position: relative;
    top: 4px;
    display: inline-block;
  }
  .p-it-course__flow-list-year .text {
    font-size: 9rem;
    line-height: 0.6;
    display: inline-block;
  }
  .p-it-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
}
@media screen and (min-width: 769px) {
  .p-it-flow .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #f1e0ff 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #f1e0ff 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-it-flow .p-bio-pickup li .-img {
    position: relative;
  }
  .p-it-flow .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(203, 155, 255, 0.2);
  }
  .p-it-flow__content {
    background-color: #eeeeee;
  }
  .p-it-flow__table {
    padding-top: 55px;
    margin: 0 auto;
    max-width: 1360px;
  }
  .p-it-flow__table-title {
    max-width: 1027px;
    width: 100%;
    margin: 0 auto;
  }
  .p-it-flow__table-scroll {
    margin-top: 39px;
  }
  .p-it-flow__work {
    margin: 85px auto 0;
    max-width: 1117px;
  }
  .p-it-flow__work-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 38px auto 0;
    max-width: 1110px;
  }
  .p-it-flow__work-blk {
    border: 1px solid #000;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px 29px 27px;
    letter-spacing: 0.04em;
    background-color: #fff;
  }
  .p-it-flow__work-blk:nth-of-type(2) {
    border-left: none;
    border-radius: 0 20px 0 0;
  }
  .p-it-flow__work-blk-title {
    font-weight: 900;
    font-size: 2.7rem;
    color: #b64896;
  }
  .p-it-flow__work-blk-text {
    margin-top: 0px;
  }
  .p-it-flow__support {
    margin: 30px auto 0;
    max-width: 1110px;
  }
  .p-it-flow__support-title {
    border-radius: 0 20px 0 0;
    font-weight: 900;
    font-size: 2.2rem;
    color: #fff;
    background-color: #b64896;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 6px 10px 6px;
    letter-spacing: 0.1em;
  }
  .p-it-flow__support-scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-it-flow__support-scroll-blk {
    width: 33.3333333333%;
    border: 1px solid #000;
    background-color: #fff;
  }
  .p-it-flow__support-scroll-blk:nth-of-type(n + 2) {
    border-left: none;
  }
  .p-it-flow__support-scroll-blk .--thum img {
    display: block;
    width: 100%;
  }
  .p-it-flow__support-scroll-blk .--textArea {
    padding: 14px 20px 18px;
    letter-spacing: 0.03em;
  }
  .p-it-flow__support-scroll-blk .--title {
    color: #b64896;
    font-weight: 900;
    font-size: 2rem;
  }
  .p-it-flow__support-scroll-blk .--text {
    margin-top: 5px;
  }
  .p-it-flow__project {
    margin: 20px auto 0;
    max-width: 1110px;
  }
  .p-it-flow__project-main {
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 33px;
  }
  .p-it-flow__project-main-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-it-flow__project-main-flex-thum {
    width: 555px;
    position: relative;
    top: -1px;
    right: -1px;
  }
  .p-it-flow__project-main-flex-textArea {
    width: calc(100% - 555px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 22px 22px 0;
  }
  .p-it-flow__project-main-flex-textArea .--lead {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-it-flow__project-main-flex-textArea .--title {
    line-height: 1.65;
    font-size: 2.2rem;
    color: #fff;
    margin-top: 6px;
  }
  .p-it-flow__project-main-flex-textArea .--title span {
    background-color: #8800ff;
  }
  .p-it-flow__project-main-flex-textArea .--text {
    margin-top: 5px;
  }
  .p-it-flow__project-main-scroll {
    max-width: 1064px;
    width: calc(100% - 20px);
    margin: -25px auto 0;
    position: relative;
  }
  .p-it-flow__app {
    margin: 20px auto 0;
    max-width: 1110px;
  }
  .p-it-flow__app-main-title {
    border-radius: 0 20px 0 0;
    font-weight: 900;
    font-size: 2.2rem;
    color: #fff;
    background-color: #0068b7;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 6px 10px 6px;
    letter-spacing: 0.05em;
  }
  .p-it-flow__app-main-textArea {
    border: 1px solid #000;
    background-color: #fff;
    padding: 10px 0 21px;
  }
  .p-it-flow__app-main-lead {
    font-weight: 900;
    font-size: 2.2rem;
    color: #0068b7;
    text-align: center;
  }
  .p-it-flow__app-main-scroll {
    max-width: 1059px;
    width: calc(100% - 40px);
    position: relative;
    margin: 30px auto 0;
  }
  .p-it-flow__app-main-text {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    font-weight: 400;
  }
  .p-it-flow__calender {
    margin-top: 54px;
    background: repeating-linear-gradient(135deg, #f9f4bd, #f9f4bd 6px, #fff 0, #fff 14px);
    overflow-x: hidden;
  }
  .p-it-flow__calender-main {
    padding: 55px 0 55px;
    position: relative;
  }
  .p-it-flow__calender-main:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-it-flow__calender-main-title {
    border-radius: 0 20px 0 0;
    font-weight: 900;
    font-size: 2.2rem;
    background-color: #f9f4bd;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 6px 10px 6px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 1110px;
  }
  .p-it-flow__calender-main-scroll {
    margin: 0 auto;
    max-width: 1110px;
  }
  .p-it-flow__calender-main-scroll-wrapper {
    position: relative;
  }
  .p-it-flow__calender-main-scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: scroll;
  }
  .p-it-flow__calender-main-scroll-container.--scrolled::after {
    opacity: 0;
  }
  .p-it-flow__calender-main-scroll-container::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% + 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-it-flow__calender-main-scroll-li {
    width: 100%;
    min-width: 277.5px;
    border: 1px solid #000;
    background-color: #fff;
    padding-bottom: 15px;
  }
  .p-it-flow__calender-main-scroll-li:nth-of-type(n + 2) {
    border-left: none;
  }
  .p-it-flow__calender-main-scroll-li .--thum img {
    display: block;
    width: 100%;
  }
  .p-it-flow__calender-main-scroll-li .--title {
    color: #f9f4bd;
    font-weight: 900;
    font-size: 2.2rem;
    -webkit-text-stroke: 3px black;
    text-stroke: 3px black;
    paint-order: stroke;
    padding-top: 10px;
    margin: 0 auto;
    width: calc(100% - 40px);
    letter-spacing: 0.2em;
  }
  .p-it-flow__calender-main-scroll-li .--text {
    margin: -4px auto 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .p-it-flow .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #f1e0ff 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #f1e0ff 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-it-flow .p-bio-pickup li .-img {
    position: relative;
  }
  .p-it-flow .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(203, 155, 255, 0.2);
  }
  .p-it-flow__content {
    background-color: #eeeeee;
  }
  .p-it-flow__table {
    padding-top: 30px;
    margin: 0 auto;
    overflow: hidden;
  }
  .p-it-flow__table-title {
    max-width: 306px;
    width: 100%;
    margin: 0 auto;
  }
  .p-it-flow__table-scroll {
    margin-top: 21px;
    padding: 0 15px;
    position: relative;
  }
  .p-it-flow__table-scroll::after {
    content: "";
    display: block;
    width: 29px;
    height: 31px;
    background: url(../img/it/flow/arw_scroll.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-flow__table-scroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-it-flow__table-scroll-item {
    overflow: scroll;
  }
  .p-it-flow__table-scroll img {
    min-width: 680px;
  }
  .p-it-flow__work {
    margin: 49px auto 0;
    max-width: 346px;
  }
  .p-it-flow__work-box {
    display: block;
    margin: 27px auto 0;
    max-width: 1110px;
  }
  .p-it-flow__work-blk {
    border: 1px solid #000;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 11px 17px 10px;
    letter-spacing: 0.04em;
    background-color: #fff;
    border-radius: 0 10px 0 0;
  }
  .p-it-flow__work-blk:nth-of-type(2) {
    margin-top: 12px;
  }
  .p-it-flow__work-blk-title {
    font-weight: 900;
    font-size: 1.65rem;
    color: #b64896;
  }
  .p-it-flow__work-blk-text {
    margin-top: 0px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .p-it-flow__support {
    margin: 45px auto 0;
    max-width: 1110px;
    overflow: hidden;
  }
  .p-it-flow__support-title {
    border-radius: 0 15px 0 0;
    font-weight: 900;
    font-size: 1.6rem;
    color: #fff;
    background-color: #b64896;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 4px 10px 5px;
    letter-spacing: 0.1em;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .p-it-flow__support-scroll {
    padding: 0 15px;
    position: relative;
  }
  .p-it-flow__support-scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }
  .p-it-flow__support-scroll-item.--scrolled::after {
    opacity: 0;
  }
  .p-it-flow__support-scroll-item::after {
    content: "";
    display: block;
    width: 29px;
    height: 31px;
    background: url(../img/it/flow/arw_scroll.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-flow__support-scroll-blk {
    width: auto;
    min-width: 277px;
    border: 1px solid #000;
    background-color: #fff;
  }
  .p-it-flow__support-scroll-blk:nth-of-type(n + 2) {
    border-left: none;
  }
  .p-it-flow__support-scroll-blk .--thum img {
    display: block;
    width: 100%;
  }
  .p-it-flow__support-scroll-blk .--textArea {
    padding: 11px 14px 11px;
    letter-spacing: 0.03em;
  }
  .p-it-flow__support-scroll-blk .--title {
    color: #b64896;
    font-weight: 900;
    font-size: 1.6rem;
  }
  .p-it-flow__support-scroll-blk .--text {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .p-it-flow__project {
    margin: 30px auto 0;
    overflow-x: hidden;
  }
  .p-it-flow__project-main {
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 19px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .p-it-flow__project-main-flex {
    display: block;
  }
  .p-it-flow__project-main-flex-thum {
    width: 100%;
    position: relative;
  }
  .p-it-flow__project-main-flex-thum img {
    width: 100%;
  }
  .p-it-flow__project-main-flex-textArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 18px 0;
  }
  .p-it-flow__project-main-flex-textArea .--lead {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .p-it-flow__project-main-flex-textArea .--title {
    line-height: 1.65;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 6px;
  }
  .p-it-flow__project-main-flex-textArea .--title span {
    background-color: #8800ff;
  }
  .p-it-flow__project-main-flex-textArea .--text {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-flow__project-main-scroll {
    padding: 0 18px;
    margin: 12px auto 0;
    position: relative;
  }
  .p-it-flow__project-main-scroll::after {
    content: "";
    display: block;
    width: 29px;
    height: 31px;
    background: url(../img/it/flow/arw_scroll.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(1% - 5px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-flow__project-main-scroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-it-flow__project-main-scroll-item {
    overflow: scroll;
    min-width: calc(106% + 28px);
  }
  .p-it-flow__project-main-scroll-item img {
    min-width: 611px;
  }
  .p-it-flow__app {
    margin: 26px auto 0;
    max-width: 1110px;
    overflow-x: hidden;
  }
  .p-it-flow__app-main {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .p-it-flow__app-main-title {
    border-radius: 0 20px 0 0;
    font-weight: 900;
    font-size: 1.6rem;
    color: #fff;
    background-color: #0068b7;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 5px 10px 5px;
    letter-spacing: 0.05em;
  }
  .p-it-flow__app-main-textArea {
    border: 1px solid #000;
    background-color: #fff;
    padding: 13px 0 13px;
  }
  .p-it-flow__app-main-lead {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #0068b7;
    text-align: center;
  }
  .p-it-flow__app-main-scroll {
    position: relative;
    margin: 19px auto 0;
    padding: 0 14px;
    position: relative;
  }
  .p-it-flow__app-main-scroll::after {
    content: "";
    display: block;
    width: 29px;
    height: 31px;
    background: url(../img/it/flow/arw_scroll02.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-flow__app-main-scroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-it-flow__app-main-scroll-item {
    overflow: scroll;
    min-width: calc(106% + 34px);
  }
  .p-it-flow__app-main-scroll-item img {
    min-width: 794px;
  }
  .p-it-flow__app-main-text {
    width: calc(100% - 25px);
    margin: 15px auto 0;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .p-it-flow__calender {
    margin-top: 42px;
    background: repeating-linear-gradient(135deg, #f9f4bd, #f9f4bd 3px, #fff 0, #fff 7px);
    overflow-x: hidden;
  }
  .p-it-flow__calender-main {
    margin: 0 auto;
    max-width: 1110px;
    padding: 35px 0 35px;
  }
  .p-it-flow__calender-main-title {
    border-radius: 0 10px 0 0;
    font-weight: 900;
    font-size: 1.6rem;
    background-color: #f9f4bd;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 5px 10px 5px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .p-it-flow__calender-main-scroll {
    padding: 0 15px;
    position: relative;
  }
  .p-it-flow__calender-main-scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }
  .p-it-flow__calender-main-scroll-container.--scrolled::after {
    opacity: 0;
  }
  .p-it-flow__calender-main-scroll-container::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% + 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-it-flow__calender-main-scroll-li {
    width: 100%;
    min-width: 208px;
    border: 1px solid #000;
    background-color: #fff;
    padding-bottom: 11px;
  }
  .p-it-flow__calender-main-scroll-li:nth-of-type(n + 2) {
    border-left: none;
  }
  .p-it-flow__calender-main-scroll-li .--thum img {
    display: block;
    width: 100%;
  }
  .p-it-flow__calender-main-scroll-li .--title {
    color: #f9f4bd;
    font-weight: 900;
    font-size: 1.6rem;
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
    paint-order: stroke;
    padding-top: 7px;
    margin: 0 auto;
    width: calc(100% - 25px);
    letter-spacing: 0.2em;
  }
  .p-it-flow__calender-main-scroll-li .--text {
    margin: 0 auto 0;
    width: calc(100% - 25px);
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) and (min-width: 700px) {
  .p-it-flow__table-scroll-item {
    overflow: auto;
  }
  .p-it-flow__table-scroll img {
    min-width: unset;
  }
  .p-it-flow__table-scroll::after {
    display: none;
  }
  .p-it-flow__project-main-scroll::after {
    display: none;
  }
  .p-it-flow__project-main-scroll-item {
    min-width: unset;
  }
  .p-it-flow__project-main-scroll-item img {
    min-width: unset;
  }
  .p-it-flow__app-main-scroll::after {
    display: none;
  }
  .p-it-flow__app-main-scroll-item {
    min-width: unset;
  }
  .p-it-flow__app-main-scroll-item img {
    min-width: unset;
  }
}
.p-it-reason .p-bio-sns {
  background-image: repeating-linear-gradient(60deg, #f1e0ff 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #f1e0ff 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(221, 187, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
}
.p-it-reason .p-bio-pickup li .-img {
  position: relative;
}
.p-it-reason .p-bio-pickup li .-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(203, 155, 255, 0.2);
}
.p-it-reason-comwrap {
  max-width: 1110px;
  width: 95%;
  margin: 0 auto;
}
.p-it-reason-com-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #222222;
  margin-bottom: 15px;
}
.p-it-reason-com-title small {
  display: block;
  color: #8800ff;
  font-size: 1.8rem;
  margin-top: 10px;
}
.p-it-reason-com-special {
  margin-bottom: 15px;
}
.p-it-reason-com-special span {
  display: inline-block;
  font-size: 2.2rem;
  background: #8800ff;
  color: #fff;
  font-weight: bold;
  padding: 1px 20px 4px 10px;
  line-height: 1;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 50%, 100% 100%, 0% 100%);
}
.p-it-reason-com-special span::after {
  content: none;
}
.p-it-reason-wrap {
  background: #eeeeee;
}
.p-it-reason-nav {
  position: sticky;
  top: 110px;
  z-index: 10;
  background: #fff;
  padding: 20px 0;
}
.p-it-reason-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
}
.p-it-reason-nav a {
  font-weight: bold;
  display: block;
  margin: 0 20px;
}
@media only screen and (min-width: 769px) {
  .p-it-reason-nav a:hover {
    color: #8800ff;
  }
}
.p-it-reason-3reason__inner {
  padding: 0 0 0;
  margin-inline: auto;
}
.p-it-reason-3reason__area {
  position: relative;
}
.p-it-reason-3reason__title {
  padding: 0px 16px 10px;
}
.p-it-reason-3reason__title .small-text {
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-it-reason-3reason__title .big-text {
  font-weight: bold;
  display: block;
  font-size: 7.8rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.p-it-reason-3reason__title .big-text .small-text {
  font-size: 5.8rem;
  display: inline;
}
.p-it-reason-3reason__title .bold {
  color: #8800ff;
}
.p-it-reason-3reason__list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-it-reason-3reason__item {
  position: relative;
  overflow: hidden;
  height: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item:before {
  position: absolute;
  content: "";
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(187, 109, 255, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.p-it-reason-3reason__item:hover:before {
  opacity: 1;
}
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-head {
  color: #fff;
  border-color: #fff;
}
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-number {
  opacity: 0.2;
}
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-title .small-text {
  color: #fff;
}
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-title .title {
  color: #fff;
}
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-title .bold,
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-title .bold02 {
  color: #f9f4bd;
}
.p-it-reason-3reason__item:hover .p-it-reason-3reason__item-title .text {
  color: #fff;
}
.p-it-reason-3reason__item:nth-of-type(2) {
  border-left: 1px solid #000;
}
.p-it-reason-3reason__item:nth-of-type(2) .p-it-reason-3reason__item-img {
  width: 200px;
  position: absolute;
  right: -2px;
  top: 3px;
}
.p-it-reason-3reason__item:nth-of-type(3) {
  border-left: 1px solid #000;
}
.p-it-reason-3reason__item:nth-of-type(1), .p-it-reason-3reason__item:nth-of-type(2), .p-it-reason-3reason__item:nth-of-type(3) {
  width: 33.3333333333%;
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
}
.p-it-reason-3reason__item-img img {
  width: 100%;
}
.p-it-reason-3reason__item-head {
  position: absolute;
  z-index: 11;
  top: 20px;
  left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #222;
  border-radius: 100vmax;
  text-align: center;
  font-size: 1.2rem;
  display: block;
  padding: 5px 19px;
  letter-spacing: 0.07em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-textarea {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-number {
  position: absolute;
  content: "";
  width: 240px;
  height: 156px;
  top: 50%;
  left: 34%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22rem;
  line-height: 0.6;
  opacity: 0.8;
  color: #eee;
  font-family: "Gabarito", sans-serif;
}
.p-it-reason-3reason__item-number.-gray {
  color: #666;
  opacity: 0.3;
}
.p-it-reason-3reason__item-title {
  position: relative;
  font-weight: bold;
}
.p-it-reason-3reason__item-title .small-text {
  font-size: 1.7rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-title .bold {
  color: #bb6dff;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.p-it-reason-3reason__item-title .bold .number {
  font-size: 3.7rem;
}
.p-it-reason-3reason__item-title .bold02 {
  color: #bb6dff;
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.p-it-reason-3reason__item-title .bold02 .number {
  font-size: 3.7rem;
}
.p-it-reason-3reason__item-title .bold-black {
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-title .bold-mid {
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-title .title {
  font-size: 2.7rem;
  display: block;
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-title .text {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-btn {
  bottom: 20px;
  right: 20px;
  position: absolute;
  z-index: 11;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__item-treat02_01 {
  position: absolute;
  z-index: 20;
  right: 50px;
  top: 145px;
  width: 187px;
}
.p-it-reason-3reason__btn {
  position: absolute;
  top: 40px;
  right: 22px;
}
.p-it-reason-3reason__banner {
  margin-top: 28px;
  margin-inline: auto;
  max-width: 1310px;
  background-color: #8cbb23;
  border-radius: 15px;
  padding: 19px 85px 19px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-it-reason-3reason__banner:hover {
  opacity: 0.8;
}
.p-it-reason-3reason__banner-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-it-reason-3reason__banner-title .small-text {
  font-size: 2.2rem;
  color: #fff;
}
.p-it-reason-3reason__banner-title .big-text {
  font-size: 3.8rem;
}
.p-it-reason-3reason__banner-title .bold {
  color: #ffd900;
}
.p-it-reason-3reason__banner-title .middle-text {
  font-size: 2.8rem;
}
.p-it-reason-3reason__banner-text {
  color: #fff;
  font-size: 1.6rem;
  padding-left: 76px;
  padding-top: 0;
  letter-spacing: 0.03em;
}
.p-it-reason-3reason__banner-icon {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100vmax;
}
.p-it-reason-3reason__banner-icon:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #8cbb23;
  border-right: 2px solid #8cbb23;
}
.p-it-reason-reason {
  position: relative;
}
.p-it-reason-reason__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: auto;
  z-index: 0;
  max-width: 1000px;
}
.p-it-reason-reason__inner {
  position: relative;
  padding-top: 230px;
}
.p-it-reason-reason__num {
  position: absolute;
  top: 60px;
  left: -100px;
  width: 200px;
  height: 30px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #8800ff;
  color: #8800ff;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.p-it-reason-reason__num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8800ff;
}
.p-it-reason-reason__title {
  position: relative;
  display: inline-block;
  margin-bottom: 115px;
}
.p-it-reason-reason__title--main {
  position: relative;
  z-index: 2;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-it-reason-reason__title--main span {
  color: #8800ff;
}
.p-it-reason-reason__title--sub {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin: 10px 0 15px;
  text-align: left;
}
.p-it-reason-reason__title--bottom {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, #8800ff));
  background: linear-gradient(transparent 5%, #8800ff 5%);
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 5px;
}
.p-it-reason-reason__title--num {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-it-reason-reason__under-title {
  position: relative;
  z-index: 2;
}
.p-it-reason-reason__under-title h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #8800ff;
  display: block;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-radius: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  width: 100%;
  height: 55px;
}
.p-it-reason-reason__under-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  border: 1px solid #222222;
}
.p-it-reason-reason__under-title-list li {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px;
}
.p-it-reason-reason__under-title-list li:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-it-reason-reason01 {
  position: relative;
  z-index: 2;
}
.p-it-reason-reason01__under-title-list {
  border: none;
  display: block;
}
.p-it-reason-reason01__under-title-list .reason01Blk {
  width: 100%;
  border: 1px solid #222222;
}
.p-it-reason-reason01__under-title-list .reason01Blk:nth-of-type(n + 2) {
  margin-top: 10px;
}
.p-it-reason-reason01__under-title-list .reason01Blk.--02 {
  padding-bottom: 42px;
}
.p-it-reason-reason01__under-title-list .reason01Blk.--02 .reason01Blk-mainArea {
  display: block;
}
.p-it-reason-reason01__under-title-list .reason01Blk h4 {
  width: 95px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #8800ff;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left {
  width: calc(100% - 560px);
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text01 {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text02 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 5px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #8800ff;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 5px;
  margin-top: 5px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text04 {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-right {
  width: 452px;
  position: relative;
  margin-right: 40px;
  margin-top: -43px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea01 {
  margin-top: 18px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea01 .text01 {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea01 .text02 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 {
  text-align: right;
  position: relative;
  right: -20px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 span {
  display: inline-block;
  background-color: #8800ff;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 30px 0 15px;
  letter-spacing: 0.1em;
  line-height: 28px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 span:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box {
  width: 47%;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content01 dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #8800ff;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content01 dd {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
  min-height: 100px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content02 {
  margin-top: 20px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content02 dt {
  font-weight: bold;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content02 dd {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 5px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 48px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 .title {
  width: 118px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 30px;
  margin-right: 24px;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 .text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #8800ff;
  width: calc(100% - 142px);
  letter-spacing: 0.1em;
}
.p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 .text span {
  display: inline-block;
  margin-right: 14px;
}
.p-it-reason-reason01__column {
  background: repeating-linear-gradient(135deg, #d4adf7, #d4adf7 5px, #fff 0, #fff 12px);
  margin: 60px auto 0;
  padding: 50px 0 50px;
}
.p-it-reason-reason01__column .columnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-it-reason-reason01__column .columnBox-left {
  width: 50%;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: 30px 55px 30px 35px;
}
.p-it-reason-reason01__column .columnBox-left .text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 10px;
}
.p-it-reason-reason01__column .columnBox-right {
  width: 50%;
  background-color: #fff;
  border: 3px solid #8800ff;
  position: relative;
  padding: 55px 52px;
}
.p-it-reason-reason01__column .columnBox-right::before, .p-it-reason-reason01__column .columnBox-right::after {
  content: "";
  display: inline-block;
  top: calc(50% - 13px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 0;
  position: absolute;
}
.p-it-reason-reason01__column .columnBox-right::before {
  left: -25px;
  border-right: 25px solid #8800ff;
}
.p-it-reason-reason01__column .columnBox-right::after {
  left: -19px;
  border-right: 25px solid #fff;
}
.p-it-reason-reason01__column .columnBox-right .title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-it-reason-reason01__column .columnBox-right .text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 13px;
}
.p-it-reason-reason02 {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.p-it-reason-reason02 .p-it-reason-reason__title {
  margin-bottom: 36px;
}
.p-it-reason-reason02 sup {
  font-size: 80%;
  vertical-align: bottom;
}
.p-it-reason-reason02__curriculum-main {
  background-color: #fff;
  border: 1px solid #000;
  padding: 27px 20px;
}
.p-it-reason-reason02__curriculum-main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-it-reason-reason02__curriculum-main-flex-textArea {
  width: calc(100% - 575px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-it-reason-reason02__curriculum-main-flex-textArea .--lead {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-it-reason-reason02__curriculum-main-flex-textArea .--title {
  line-height: 1.55;
  font-size: 2.2rem;
  color: #fff;
  margin-top: 6px;
  font-weight: bold;
}
.p-it-reason-reason02__curriculum-main-flex-textArea .--title span {
  background-color: #8800ff;
}
.p-it-reason-reason02__curriculum-main-flex-textArea .--text {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-it-reason-reason02__curriculum-main-flex-thum {
  width: 528px;
}
.p-it-reason-reason02__curriculum-main-flex-thum .--text {
  margin-top: 33px;
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: 482px;
}
.p-it-reason-reason02__curriculum-main-scroll {
  max-width: 1064px;
  width: calc(100% - 20px);
  margin: -25px auto 0;
  position: relative;
}
.p-it-reason-reason02__project-main {
  background-color: #fff;
  border: 1px solid #000;
  padding-bottom: 33px;
  margin-top: 20px;
}
.p-it-reason-reason02__project-main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-it-reason-reason02__project-main-flex-thum {
  width: 555px;
  position: relative;
  top: -1px;
  right: -1px;
}
.p-it-reason-reason02__project-main-flex-textArea {
  width: calc(100% - 555px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 22px 0;
}
.p-it-reason-reason02__project-main-flex-textArea .--lead {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-it-reason-reason02__project-main-flex-textArea .--title {
  line-height: 1.55;
  font-size: 2.2rem;
  color: #fff;
  margin-top: 6px;
  font-weight: bold;
}
.p-it-reason-reason02__project-main-flex-textArea .--title span {
  background-color: #8800ff;
}
.p-it-reason-reason02__project-main-flex-textArea .--text {
  margin-top: 5px;
}
.p-it-reason-reason02__project-main-scroll {
  max-width: 1064px;
  width: calc(100% - 20px);
  margin: -25px auto 0;
  position: relative;
}
.p-it-reason-reason02__app {
  margin: 20px auto 0;
  max-width: 1110px;
}
.p-it-reason-reason02__app-main-title {
  border-radius: 0 20px 0 0;
  font-weight: 900;
  font-size: 2.2rem;
  color: #fff;
  background-color: #0068b7;
  border: 1px solid #000;
  border-bottom: none;
  text-align: center;
  padding: 6px 10px 6px;
  letter-spacing: 0.05em;
}
.p-it-reason-reason02__app-main-textArea {
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 0 21px;
}
.p-it-reason-reason02__app-main-lead {
  font-weight: 900;
  font-size: 2.2rem;
  color: #0068b7;
  text-align: center;
}
.p-it-reason-reason02__app-main-scroll {
  max-width: 1059px;
  width: calc(100% - 40px);
  position: relative;
  margin: 30px auto 0;
}
.p-it-reason-reason02__app-main-text {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
.p-it-reason-reason03 {
  margin-top: 90px;
  padding-bottom: 50px;
}
.p-it-reason-reason03 .p-it-reason-reason__title {
  margin-bottom: 194px;
}
.p-it-reason-reason03__lead {
  text-align: center;
}
.p-it-reason-reason03__lead .title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.p-it-reason-reason03__lead .text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 22px;
}
.p-it-reason-reason03__hours {
  margin-top: 48px;
}
.p-it-reason-reason03__hours-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-it-reason-reason03__hours-thum {
  width: 580px;
}
.p-it-reason-reason03__hours-textArea {
  width: calc(100% - 663px);
  margin-left: 53px;
}
.p-it-reason-reason03__hours-textArea .title {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-it-reason-reason03__hours-textArea .text {
  font-size: 1.4rem;
  margin-top: 10px;
}
.p-it-reason-reason03__under-title {
  margin-top: 52px;
}
.p-it-reason-reason03__under-title-list li {
  padding: 0;
}
.p-it-reason-reason03__under-title-list li .-img {
  width: 100%;
}
.p-it-reason-reason03__under-title-list li .-textarea {
  padding: 29px 20px 37px;
}
.p-it-reason-reason03__under-title-list li .-textarea b {
  font-size: 2.4rem;
  display: inline-block;
  background-color: #b64896;
  color: #fff;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 20px 0 20px;
  letter-spacing: 0.1em;
  line-height: 28px;
  left: -20px;
}
.p-it-reason-reason03__under-title-list li .-textarea b::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 8px solid #fff;
  border-left: 0;
}
.p-it-reason-reason03__under-title-list li .-textarea h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 15px;
  letter-spacing: 0.1em;
}
.p-it-reason-reason03__under-title-list li .-textarea p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
.p-it-reason-reason03__exam {
  margin-top: 24px;
}
.p-it-reason-reason03__exam-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-it-reason-reason03__exam-block {
  width: 33.3333333333%;
  padding: 0 20px;
}
.p-it-reason-reason03__exam-block h4 {
  font-size: 2.2rem;
  color: #8800ff;
  font-weight: bold;
  min-height: 62px;
}
.p-it-reason-reason03__exam-block p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 10px;
}
.p-it-reason-reason03__license {
  background-color: #fff;
  border-radius: 0 0 20px 0;
  padding: 23px 20px 50px;
  margin-top: 24px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  position: relative;
}
.p-it-reason-reason03__license-title {
  font-size: 2.8rem;
  font-weight: bold;
}
.p-it-reason-reason03__license-list {
  margin-top: 18px;
  padding-left: 32px;
  line-height: 1.7;
}
.p-it-reason-reason03__license-other {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

@media only screen and (max-width: 768px) {
  .p-it-reason {
    padding-top: 35px;
  }
  .p-it-reason-comwrap {
    width: 92%;
  }
  .p-it-reason-com-title {
    margin-bottom: 7px;
  }
  .p-it-reason-com-title small {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .p-it-reason-com-special {
    margin-bottom: 10px;
  }
  .p-it-reason-com-special span {
    font-size: 1.8rem;
    padding: 1px 15px 4px 5px;
  }
  .p-it-reason-com-special span::after {
    border-style: solid;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 10px solid #eeeeee;
    border-left: 0;
  }
  .p-it-reason-mv::before {
    z-index: 0;
  }
  .p-it-reason-3reason__inner {
    padding: 0 0 0;
    margin-inline: auto;
  }
  .p-it-reason-3reason__area {
    position: relative;
  }
  .p-it-reason-3reason__title {
    padding: 0px 16px 10px;
    text-align: center;
  }
  .p-it-reason-3reason__title .small-text {
    font-size: 14.4px;
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-it-reason-3reason__title .big-text {
    display: block;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason-3reason__title .big-text .small-text {
    font-size: 48px;
    display: inline;
  }
  .p-it-reason-3reason__list {
    margin-top: 0;
    display: block;
  }
  .p-it-reason-3reason__item {
    position: relative;
    overflow: hidden;
    height: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #222;
    display: block;
    width: 100%;
  }
  .p-it-reason-3reason__item:nth-of-type(2) {
    border-left: 1px solid #000;
    overflow: visible;
  }
  .p-it-reason-3reason__item:nth-of-type(2) .p-it-reason-3reason__item-img {
    width: 130px;
    right: 12px;
    top: -12px;
  }
  .p-it-reason-3reason__item:nth-of-type(3) {
    border-left: none;
  }
  .p-it-reason-3reason__item:nth-of-type(1), .p-it-reason-3reason__item:nth-of-type(2), .p-it-reason-3reason__item:nth-of-type(3) {
    width: 100%;
    border-bottom: 1px solid #222;
    border-top: none;
    border-left: none;
  }
  .p-it-reason-3reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-it-reason-3reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 160px;
    width: 100%;
  }
  .p-it-reason-3reason__item-head {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 10px;
    display: block;
    padding: 0px 7px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason-3reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason-3reason__item-number {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    top: 50%;
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11rem;
    line-height: 0.6;
    opacity: 0.6;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-it-reason-3reason__item-number.-gray {
    color: #666;
    opacity: 0.1;
  }
  .p-it-reason-3reason__item-title {
    position: relative;
  }
  .p-it-reason-3reason__item-title .small-text {
    font-size: 13.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    display: block;
  }
  .p-it-reason-3reason__item-title .bold {
    color: #bb6dff;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason-3reason__item-title .bold .number {
    font-size: 24.5px;
  }
  .p-it-reason-3reason__item-title .bold02 {
    color: #bb6dff;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-it-reason-3reason__item-title .bold02 .number {
    font-size: 18.5px;
  }
  .p-it-reason-3reason__item-title .bold-black {
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason-3reason__item-title .bold-mid {
    font-size: 18.5px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason-3reason__item-title .title {
    font-size: 18.5px;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason-3reason__item-title .text {
    font-size: 12px;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
  }
  .p-it-reason-3reason__item-btn {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-it-reason-3reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
    display: none;
  }
  .p-it-reason-3reason__btn {
    position: relative;
    margin-top: 25px;
  }
  .p-it-reason-3reason__banner {
    margin-top: 24px;
    margin-inline: auto;
    width: calc(100% - 30px);
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 12px 10px 13px 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-it-reason-3reason__banner:hover {
    opacity: 0.8;
  }
  .p-it-reason-3reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-it-reason-3reason__banner-title .small-text {
    font-size: 16.5px;
    color: #fff;
  }
  .p-it-reason-3reason__banner-title .big-text {
    font-size: 28.5px;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }
  .p-it-reason-3reason__banner-title .bold {
    color: #ffd900;
  }
  .p-it-reason-3reason__banner-title .middle-text {
    font-size: 21px;
    padding: 0 8px;
  }
  .p-it-reason-3reason__banner-text {
    color: #fff;
    font-size: 10px;
    padding-right: 30px;
    padding-top: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-it-reason-3reason__banner-icon {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: 9px;
    right: 10px;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-it-reason-3reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #8cbb23;
    border-right: 1px solid #8cbb23;
  }
  .p-it-reason-reason__bg {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    max-width: unset;
  }
  .p-it-reason-reason__inner {
    position: unset;
    padding-top: 15px;
  }
  .p-it-reason-reason__num {
    top: 15px;
    left: 5%;
    width: 150px;
    height: 23px;
    font-size: 1rem;
    border-radius: 23px;
    padding: 0 15px;
  }
  .p-it-reason-reason__num::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
  .p-it-reason-reason__title {
    margin-bottom: 25px;
    width: 100%;
  }
  .p-it-reason-reason__title--main {
    font-size: 2.4rem;
  }
  .p-it-reason-reason__title--sub {
    font-size: 1.3rem;
    margin: 5px 0;
  }
  .p-it-reason-reason__title--bottom {
    font-size: 1.2rem;
    padding: 0 5px;
    margin-top: 10px;
  }
  .p-it-reason-reason__title--num {
    height: 78px !important;
    width: auto !important;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .p-it-reason-reason__under-title {
    position: relative;
    z-index: 2;
  }
  .p-it-reason-reason__under-title h3 {
    font-size: 1.6rem;
    border-radius: 0 10px 0 0;
    height: 40px;
  }
  .p-it-reason-reason__under-title-spwrap {
    width: 100%;
  }
  .p-it-reason-reason__under-title-spwrap::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-it-reason-reason__under-title-spwrap.--scrolled::after {
    opacity: 0;
  }
  .p-it-reason-reason__under-title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    border: 1px solid #222222;
    width: 840px;
  }
  .p-it-reason-reason__under-title-list li {
    width: 33.3333333333%;
    background: #fff;
    padding: 15px;
  }
  .p-it-reason-reason__under-title-list li:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-it-reason-reason01 {
    padding-bottom: 0;
  }
  .p-it-reason-reason01__under-title-list {
    border: none;
    width: auto;
    display: block;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk {
    width: 100%;
    border: 1px solid #222222;
    padding: 0;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk.--02 {
    padding-bottom: 0;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk.--02 .reason01Blk-mainArea {
    display: none;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea {
    background-color: #8800ff;
    padding: 10px 15px;
    position: relative;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea.is-active::before {
    opacity: 0;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea.is-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea h4 {
    width: 71px;
    height: 21px;
    font-size: 1.1rem;
    margin-bottom: 4px;
    background-color: #fff;
    color: #8800ff;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-titleArea p {
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea {
    display: block;
    padding: 21px 18px;
    display: none;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left {
    width: 100%;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text01 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text02 {
    font-size: 1.65rem;
    font-weight: bold;
    margin-top: 5px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text03 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #8800ff;
    color: #fff;
    font-size: 1.65rem;
    font-weight: bold;
    padding: 0 5px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-left .text04 {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-right {
    width: 100%;
    margin-right: 0;
    margin-top: 8px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 {
    display: block;
    margin-top: 0;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea01 {
    margin-top: 0;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea01 .text01 {
    font-size: 1.3rem;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea01 .text02 {
    font-size: 1.65rem;
    margin-top: 5px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 {
    right: -18px;
    margin-top: 15px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 span {
    font-size: 1.65rem;
    padding: 0 10px 0 15px;
    line-height: 25px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 span:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block01 .textArea02 span::after {
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 8px solid #fff;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 {
    display: block;
    margin-top: 15px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box {
    width: 100%;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content01 dt {
    font-size: 1.65rem;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content01 dd {
    font-size: 1.1rem;
    margin-top: 2px;
    line-height: 1.6;
    min-height: unset;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content02 {
    margin-top: 9px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content02 dt {
    font-size: 1.3rem;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block02 .block02Box .content02 dd {
    font-size: 1.1rem;
    margin-top: 2px;
    line-height: 1.6;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 22px;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 .title {
    width: 110px;
    height: 25px;
    font-size: 1.2rem;
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 .text {
    font-size: 1.1rem;
    width: 100%;
    letter-spacing: 0em;
    line-height: 1;
    text-align: left;
    width: calc(100% + 18px);
  }
  .p-it-reason-reason01__under-title-list .reason01Blk-mainArea-block03 .text span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .p-it-reason-reason01__column {
    background: repeating-linear-gradient(135deg, #d4adf7, #d4adf7 2.55px, #fff 0, #fff 6px);
    margin: 30px auto 0;
    padding: 25px 0 30px;
  }
  .p-it-reason-reason01__column .columnBox {
    display: block;
  }
  .p-it-reason-reason01__column .columnBox-left {
    width: 100%;
    border-radius: 15px;
    padding: 24px 20px 45px 20px;
  }
  .p-it-reason-reason01__column .columnBox-left .title {
    margin: 0 auto;
    width: 150px;
  }
  .p-it-reason-reason01__column .columnBox-left .text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 19px;
  }
  .p-it-reason-reason01__column .columnBox-right {
    width: calc(100% - 34px);
    background-color: #fff;
    border: 1px solid #8800ff;
    position: relative;
    padding: 22px 18px;
    margin: -20px auto 0;
  }
  .p-it-reason-reason01__column .columnBox-right::before, .p-it-reason-reason01__column .columnBox-right::after {
    content: "";
    display: inline-block;
    left: calc(50% - 14px);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 0;
    position: absolute;
  }
  .p-it-reason-reason01__column .columnBox-right::before {
    top: -11px;
    border-bottom: 11px solid #8800ff;
  }
  .p-it-reason-reason01__column .columnBox-right::after {
    top: -10px;
    border-bottom: 11px solid #fff;
  }
  .p-it-reason-reason01__column .columnBox-right .title {
    margin: 0 auto;
    width: 173px;
  }
  .p-it-reason-reason01__column .columnBox-right .text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 8px;
  }
  .p-it-reason-reason02 {
    margin-top: 0;
    padding-bottom: 13px;
  }
  .p-it-reason-reason02 .p-it-reason-reason__title {
    margin-bottom: 19px;
  }
  .p-it-reason-reason02__curriculum-main {
    padding: 13px 13px;
  }
  .p-it-reason-reason02__curriculum-main-flex {
    display: block;
  }
  .p-it-reason-reason02__curriculum-main-flex-textArea {
    width: 100%;
  }
  .p-it-reason-reason02__curriculum-main-flex-textArea .--lead {
    font-size: 1.2rem;
  }
  .p-it-reason-reason02__curriculum-main-flex-textArea .--title {
    line-height: 1.65;
    font-size: 1.65rem;
    margin-top: 6px;
  }
  .p-it-reason-reason02__curriculum-main-flex-textArea .--title span {
    padding: 0 4px;
  }
  .p-it-reason-reason02__curriculum-main-flex-textArea .--text {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-reason-reason02__curriculum-main-flex-thum {
    width: 100%;
    margin-top: 14px;
  }
  .p-it-reason-reason02__curriculum-main-flex-thum .--text {
    margin-top: 17px;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: unset;
  }
  .p-it-reason-reason02__curriculum-main-scroll {
    max-width: 1064px;
    width: calc(100% - 20px);
    margin: -25px auto 0;
    position: relative;
  }
  .p-it-reason-reason02__project-main {
    background-color: #fff;
    border: 1px solid #000;
    padding-bottom: 19px;
    max-width: 100%;
    margin: 10px auto 0;
  }
  .p-it-reason-reason02__project-main-flex {
    display: block;
  }
  .p-it-reason-reason02__project-main-flex-thum {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .p-it-reason-reason02__project-main-flex-textArea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 18px 0;
  }
  .p-it-reason-reason02__project-main-flex-textArea .--lead {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .p-it-reason-reason02__project-main-flex-textArea .--title {
    line-height: 1.65;
    font-size: 1.6rem;
    color: #fff;
    margin-top: 6px;
  }
  .p-it-reason-reason02__project-main-flex-textArea .--title span {
    background-color: #8800ff;
  }
  .p-it-reason-reason02__project-main-flex-textArea .--text {
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-reason-reason02__project-main-scroll {
    padding: 0 18px;
    margin: 12px auto 0;
    position: relative;
  }
  .p-it-reason-reason02__project-main-scroll::after {
    content: "";
    display: block;
    width: 29px;
    height: 31px;
    background: url(../img/it/flow/arw_scroll.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(1% - 5px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-reason-reason02__project-main-scroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-it-reason-reason02__project-main-scroll-item {
    overflow: scroll;
    min-width: calc(106% + 28px);
  }
  .p-it-reason-reason02__project-main-scroll-item img {
    min-width: 611px;
  }
  .p-it-reason-reason02__app {
    margin: 10px auto 0;
    max-width: 1110px;
  }
  .p-it-reason-reason02__app-main {
    margin: 0 auto;
    width: 100%;
  }
  .p-it-reason-reason02__app-main-title {
    border-radius: 0 20px 0 0;
    font-weight: 900;
    font-size: 1.6rem;
    color: #fff;
    background-color: #0068b7;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    padding: 5px 10px 5px;
    letter-spacing: 0.05em;
  }
  .p-it-reason-reason02__app-main-textArea {
    border: 1px solid #000;
    background-color: #fff;
    padding: 13px 0 13px;
  }
  .p-it-reason-reason02__app-main-lead {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #0068b7;
    text-align: center;
  }
  .p-it-reason-reason02__app-main-scroll {
    position: relative;
    margin: 19px auto 0;
    padding: 0 14px;
    position: relative;
  }
  .p-it-reason-reason02__app-main-scroll::after {
    content: "";
    display: block;
    width: 29px;
    height: 31px;
    background: url(../img/it/flow/arw_scroll02.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-it-reason-reason02__app-main-scroll:has(.--scrolled)::after {
    opacity: 0;
    pointer-events: none;
  }
  .p-it-reason-reason02__app-main-scroll-item {
    overflow: scroll;
    min-width: calc(106% + 34px);
  }
  .p-it-reason-reason02__app-main-scroll-item img {
    min-width: 794px;
  }
  .p-it-reason-reason02__app-main-text {
    width: calc(100% - 25px);
    margin: 15px auto 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-reason-reason03 {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .p-it-reason-reason03 .p-it-reason-reason__title {
    margin-bottom: 34px;
  }
  .p-it-reason-reason03__lead .title {
    font-size: 1.65rem;
  }
  .p-it-reason-reason03__lead .text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.65;
    margin-top: 9px;
  }
  .p-it-reason-reason03__hours {
    margin-top: 37px;
  }
  .p-it-reason-reason03__hours-flex {
    display: block;
  }
  .p-it-reason-reason03__hours-thum {
    width: 100%;
  }
  .p-it-reason-reason03__hours-textArea {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
  .p-it-reason-reason03__hours-textArea .title {
    font-size: 1.65rem;
    font-weight: bold;
  }
  .p-it-reason-reason03__hours-textArea .title span {
    font-size: 2.4rem;
  }
  .p-it-reason-reason03__hours-textArea .text {
    font-size: 1.1rem;
    line-height: 1.65;
    margin-top: 4px;
  }
  .p-it-reason-reason03__under-title {
    margin-bottom: 30px;
    margin-top: 55px;
  }
  .p-it-reason-reason03 .p-it-reason-reason__under-title-spwrap {
    overflow: scroll;
    min-width: 104%;
  }
  .p-it-reason-reason03__under-title-list li {
    padding: 0;
  }
  .p-it-reason-reason03__under-title-list li .-textarea {
    padding: 21px 12px 16px;
  }
  .p-it-reason-reason03__under-title-list li .-textarea b {
    display: inline-block;
    background-color: #b64896;
    color: #fff;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 17px 0 15px;
    letter-spacing: 0.1em;
    line-height: 22px;
    left: -12px;
  }
  .p-it-reason-reason03__under-title-list li .-textarea b::after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .p-it-reason-reason03__under-title-list li .-textarea h4 {
    font-size: 1.65rem;
    margin-top: 12px;
  }
  .p-it-reason-reason03__under-title-list li .-textarea p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-reason-reason03__exam {
    margin-top: 34px;
  }
  .p-it-reason-reason03__exam-main {
    display: block;
  }
  .p-it-reason-reason03__exam-block {
    width: 100%;
    padding: 0 0;
  }
  .p-it-reason-reason03__exam-block:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .p-it-reason-reason03__exam-block h4 {
    font-size: 1.65rem;
    min-height: unset;
  }
  .p-it-reason-reason03__exam-block p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .p-it-reason-reason03__license {
    border-radius: 0 0 15px 0;
    padding: 23px 20px 30px;
    margin-top: 24px;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
  .p-it-reason-reason03__license-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .p-it-reason-reason03__license-list {
    margin-top: 8px;
    padding-left: 0;
    line-height: 1.7;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-it-reason-reason03__license-other {
    right: 14px;
    bottom: 13px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 700px) {
  .p-it-reason-3reason__item:nth-of-type(2) .p-it-reason-3reason__item-img {
    width: 230px;
    right: 62px;
    top: -12px;
  }
  .p-it-reason-reason02__project-main-scroll::after,
  .p-it-reason-reason02__app-main-scroll::after {
    display: none;
  }
  .p-it-reason-reason02__project-main-scroll-item,
  .p-it-reason-reason02__app-main-scroll-item {
    min-width: unset;
  }
  .p-it-reason-reason02__project-main-scroll-item img,
  .p-it-reason-reason02__app-main-scroll-item img {
    min-width: unset;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 769px) {
  .p-m-cording {
    padding-top: 110px;
    color: #222;
    width: 100%;
    min-width: 1350px;
  }
  .p-m-cording .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #ffefd7 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 221, 187, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffefd7 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 221, 187, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-m-cording .open-campus-caroucel {
    max-width: unset;
    margin: 0 auto 0px;
    padding: 0 0px;
  }
  .p-m-cording .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-m-cording .p-bio-pickup li .-img {
    position: relative;
  }
  .p-m-cording .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 195, 82, 0.2);
  }
  .p-m-cording-common-btn {
    color: #f5ac3c !important;
    font-weight: normal;
    border: 1px solid #f5ac3c;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-common-btn.-hover-link:hover {
    background-color: #f5ac3c;
    color: #fff !important;
  }
  .p-m-cording-common-btn.-hover-link:hover .icon {
    background-color: #fff;
    border: 1px solid #f5ac3c;
  }
  .p-m-cording-common-btn.-hover-link:hover .icon:before {
    border-color: #f5ac3c;
  }
  .p-m-cording-common-btn.-vertical {
    letter-spacing: -0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 15px 3px 37px;
  }
  .p-m-cording-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-m-cording-common-btn .icon {
    border-radius: 100vmax;
    background-color: #f5ac3c;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-common-btn02 {
    border-radius: 100vmax;
    border: 3px solid #222;
    width: 404px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1rem;
    padding: 0 32px;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-m-cording-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-m-cording-common-btn02:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
  .p-m-cording-common-btn02:hover {
    opacity: 0.8;
  }
  .p-m-cording-mv {
    position: relative;
    background-image: url(../img/m-cording/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
  }
  .p-m-cording-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 80px;
    top: -66px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 5px, #fff 0, #fff 12px);
  }
  .p-m-cording-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 13px 10px;
  }
  .p-m-cording-mv__title .japanese {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2;
  }
  .p-m-cording-mv__title .small-text {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-top: 4px;
  }
  .p-m-cording-mv__title .small-text.-center {
    display: block;
    text-align: center;
  }
  .p-m-cording-lead {
    overflow-x: hidden;
    background-color: #eee;
    position: relative;
  }
  .p-m-cording-lead:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(135deg, #ffe7c3, #ffe7c3 10px, #fff 10px, #fff 20px);
  }
  .p-m-cording-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 68px;
  }
  .p-m-cording-lead__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-m-cording-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .p-m-cording-lead__band-wrap {
    margin-top: 46px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 16px 0;
    text-align: center;
  }
  .p-m-cording-lead__band {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-m-cording-lead__band-treat01 {
    position: absolute;
    top: -68px;
    left: -170px;
    width: 145px;
  }
  .p-m-cording-lead__band-treat02 {
    position: absolute;
    top: -89px;
    right: -183px;
    width: 166px;
  }
  .p-m-cording-lead__band .bold {
    color: #eb8e00;
    font-size: 5.6rem;
    line-height: 0.5;
    position: relative;
    top: 5px;
  }
  .p-m-cording-lead__band .percent-text {
    font-size: 3.6rem;
  }
  .p-m-cording-lead__scroll {
    margin-top: 30px;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .p-m-cording-lead__scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(50% - 300px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-m-cording-lead__scroll.--scrolled:before {
    opacity: 0;
  }
  .p-m-cording-lead__scroll-wrapper {
    min-width: 1900px;
  }
  .p-m-cording-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-m-cording-lead__scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    min-width: 855px;
  }
  .p-m-cording-lead__scroll-head {
    width: 50px;
    background-color: #f5ac3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0;
  }
  .p-m-cording-lead__scroll-head-title {
    color: #f5ac3c;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 100vmax;
    padding: 14px 2px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-m-cording-lead__scroll-body {
    width: calc(100% - 50px);
    position: relative;
    overflow: hidden;
  }
  .p-m-cording-lead__scroll-body-img img {
    height: 464px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-m-cording-lead__scroll-body-textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 56%;
    margin-left: auto;
    padding-right: 30px;
  }
  .p-m-cording-lead__scroll-body-title {
    margin-top: 31px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p-m-cording-lead__scroll-body-text {
    font-size: 1.4rem;
    margin-top: 11px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-m-cording-lead__scroll-body-data {
    margin-top: 19px;
  }
  .p-m-cording-lead__scroll-body-data-company .name {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-m-cording-lead__scroll-body-data-company .year {
    padding-left: 9px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .p-m-cording-lead__scroll-body-data-graduate .name {
    font-size: 1.4rem;
  }
  .p-m-cording-lead__scroll-body-data-graduate .graduate {
    font-size: 1.4rem;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-m-cording-lead__field {
    margin-top: 60px;
  }
  .p-m-cording-lead__field-box {
    background-color: #fff;
    padding: 19px 9px 32px 30px;
    border-radius: 0 0 20px 0;
    position: relative;
  }
  .p-m-cording-lead__field-title .title {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-m-cording-lead__field-title .note {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-m-cording-lead__field-list {
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 70px 0 20px;
  }
  .p-m-cording-lead__field-item {
    background-color: #f5ac3c;
    font-size: 2rem;
    border-radius: 10px;
    padding: 2px 0;
    width: calc(25% - 67.5px);
    margin-right: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-m-cording-lead__field-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-m-cording-lead__field-item:nth-of-type(n + 5) {
    margin-top: 10px;
  }
  .p-m-cording-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -121px;
    position: absolute;
    right: 20px;
  }
  .p-m-cording > div > div.p-bio-pickup {
    display: none;
  }
  .p-m-cording-sns {
    background-color: #eee;
    background-image: unset;
  }
  .p-m-cording-nav-area {
    background-color: #eee;
  }
  .p-m-cording-nav {
    position: sticky;
    z-index: 100;
    top: 115px;
  }
  .p-m-cording-nav-area {
    padding-top: 52px;
  }
  .p-m-cording-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1010px;
    margin-inline: auto;
  }
  .p-m-cording-nav__item {
    width: calc(20% - 20px);
    margin-right: 25px;
  }
  .p-m-cording-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-m-cording-nav__icon {
    width: 75px;
    margin-inline: auto;
    display: block;
  }
  .p-m-cording-nav__text {
    background-color: #fff;
    border: 2px solid #222;
    padding: 35px 0 16px;
    margin-top: -30px;
    font-size: 1.6rem;
    text-align: center;
    height: 84px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-m-cording-nav__text .small-text {
    font-size: 1.2rem;
    display: block;
  }
  .p-m-cording-reason__inner {
    padding: 77px 0 0;
    margin-inline: auto;
    max-width: 1400px;
  }
  .p-m-cording-reason__area {
    position: relative;
  }
  .p-m-cording-reason__title {
    padding: 0px 16px 10px;
  }
  .p-m-cording-reason__title .small-text {
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .p-m-cording-reason__title .big-text {
    font-weight: bold;
    display: block;
    font-size: 7.8rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-reason__title .big-text .small-text {
    font-size: 5.8rem;
    display: inline;
  }
  .p-m-cording-reason__title .bold {
    color: #f5ac3c;
  }
  .p-m-cording-reason__list {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-m-cording-reason__item {
    position: relative;
    overflow: hidden;
    height: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 172, 60, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-m-cording-reason__item:hover:before {
    opacity: 1;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-number {
    opacity: 0.2;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .small-text {
    color: #fff;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .title {
    color: #fff;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .bold,
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .bold02 {
    color: #cef772;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .text {
    color: #fff;
  }
  .p-m-cording-reason__item:nth-of-type(1) .p-m-cording-reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10% center;
       object-position: 10% center;
    height: 440px;
  }
  .p-m-cording-reason__item:nth-of-type(1), .p-m-cording-reason__item:nth-of-type(2) {
    width: 50%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
  .p-m-cording-reason__item:nth-of-type(2), .p-m-cording-reason__item:nth-of-type(5) {
    border-right: 1px solid #222;
  }
  .p-m-cording-reason__item:nth-of-type(3), .p-m-cording-reason__item:nth-of-type(4), .p-m-cording-reason__item:nth-of-type(5) {
    width: 33.3333333333%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .p-m-cording-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 5px 19px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-number {
    position: absolute;
    content: "";
    width: 210px;
    height: 156px;
    bottom: -100px;
    left: 90px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22rem;
    line-height: 0.6;
    opacity: 0.8;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-m-cording-reason__item-number.-gray {
    color: #666;
    opacity: 0.3;
  }
  .p-m-cording-reason__item-title {
    position: relative;
  }
  .p-m-cording-reason__item-title .small-text {
    font-size: 1.7rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-title .bold {
    color: #f5ac3c;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-reason__item-title .bold .number {
    font-size: 3.7rem;
  }
  .p-m-cording-reason__item-title .bold02 {
    color: #f5ac3c;
    font-size: 3.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-m-cording-reason__item-title .title {
    font-size: 2.7rem;
    display: block;
    line-height: 1.5;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-title .text {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-btn {
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
  }
  .p-m-cording-reason__btn {
    position: absolute;
    top: 40px;
    right: 22px;
  }
  .p-m-cording-reason__banner {
    margin-top: 28px;
    margin-inline: auto;
    max-width: 1310px;
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 19px 85px 19px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__banner:hover {
    opacity: 0.8;
  }
  .p-m-cording-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-m-cording-reason__banner-title .small-text {
    font-size: 2.2rem;
    color: #fff;
  }
  .p-m-cording-reason__banner-title .big-text {
    font-size: 3.8rem;
  }
  .p-m-cording-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-m-cording-reason__banner-title .middle-text {
    font-size: 2.8rem;
  }
  .p-m-cording-reason__banner-text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 76px;
    padding-top: 0;
    letter-spacing: 0.03em;
  }
  .p-m-cording-reason__banner-icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-m-cording-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #8cbb23;
    border-right: 2px solid #8cbb23;
  }
  .p-m-cording-oc {
    background-color: #f5ac3c;
  }
  .p-m-cording-oc__inner {
    padding: 45px 0 47px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-oc__title {
    font-size: 6.8rem;
    padding-right: 410px;
    font-weight: bold;
    line-height: 1.1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-m-cording-oc__title .bold {
    color: #cef772;
  }
  .p-m-cording-oc__title .small-text {
    font-size: 5.6rem;
  }
  .p-m-cording-oc__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 0;
  }
  .p-m-cording-oc__btn {
    margin-left: auto;
    margin-top: -173px;
  }
  .p-m-cording-oc__list {
    margin-top: 123px;
  }
  .p-m-cording-number {
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 4px, #fff 0, #fff 8px);
  }
  .p-m-cording-number__inner {
    padding: 32px 0 23px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-number__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-number__title .medium-text {
    font-size: 5.8rem;
  }
  .p-m-cording-number__title .bold {
    color: #cef772;
  }
  .p-m-cording-number__text {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .p-m-cording-number__list {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-m-cording-number__list .p-top-num__item--01 {
    -webkit-box-shadow: 5px 5px 0px 0px #bb6dff;
            box-shadow: 5px 5px 0px 0px #bb6dff;
  }
  .p-m-cording-number__item {
    margin-bottom: 10px;
    width: 49.4%;
    border-radius: 10px;
    position: relative;
  }
  .p-m-cording-number__item img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-number__item:hover img {
    position: relative;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 6px 0 #f5ac3c;
            box-shadow: 0 6px 0 #f5ac3c;
  }
  .p-m-cording-system__inner {
    padding: 17px 0 53px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-system__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-m-cording-system__banner {
    width: 49%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-system__banner:hover {
    opacity: 0.8;
  }
  .p-m-cording-department {
    background-color: #f5ac3c;
    background-image: url(../img/m-cording/department_bg.png);
    background-size: 8px;
    background-repeat: repeat;
  }
  .p-m-cording-department__inner {
    padding: 26px 0 0px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-department__title .normal-text {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-m-cording-department__title .small-text {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0.06em;
  }
  .p-m-cording-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
  }
  .p-m-cording-department__anchor a {
    margin-left: 8px;
  }
  .p-m-cording-department__area {
    margin-top: 36px;
  }
  .p-m-cording-department__block {
    padding: 20px 0 55px;
  }
  .p-m-cording-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 46px 0 50px;
    position: relative;
  }
  .p-m-cording-department__block:nth-of-type(2):before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: calc(50% - 50vw);
    background-color: #1299cd;
  }
  .p-m-cording-department__block-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-m-cording-department__block-title .small-text {
    font-size: 1.8rem;
    display: block;
    line-height: 1.3;
  }
  .p-m-cording-department__block-subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 18px;
    background-color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #f5ac3c;
  }
  .p-m-cording-department__block-list {
    margin-top: 54px;
    margin-inline: auto;
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-m-cording-department__block-list-item {
    width: 33.3333333333%;
    border-radius: 0 0 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .p-m-cording-department__block-list-item:nth-of-type(3n) {
    border-right: 1px solid #000;
  }
  .p-m-cording-department__block-list-item:nth-of-type(n + 4) {
    border-bottom: 1px solid #000;
  }
  .p-m-cording-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-m-cording-department__block-list-item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 268px;
  }
  .p-m-cording-department__block-list-item-textarea {
    position: relative;
    background-color: #fff;
    padding: 9px 18px 53px;
  }
  .p-m-cording-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-m-cording-department__block-list-item-title {
    font-size: 2.2rem;
    letter-spacing: 0;
    color: #f5ac3c;
    margin-bottom: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-m-cording-department__block-list-item-title .small-text {
    font-size: 1.8rem;
  }
  .p-m-cording-department__block-list-item-text {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #222;
  }
  .p-m-cording-department__btn {
    margin-top: 49px;
    margin-inline: auto;
  }
  .p-m-cording-news {
    background-image: unset;
  }
  .p-m-cording-news__inner {
    padding: 34px 0 68px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-news__title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 410px;
  }
  .p-m-cording-news__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-news__subtitle {
    font-size: 1.8rem;
    padding-left: 10px;
    letter-spacing: 0.04em;
    padding-top: 5px;
  }
  .p-m-cording-news__title-btn {
    margin-left: auto;
    margin-top: -76px;
  }
  .p-m-cording-news__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-m-cording-info {
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 4px, #fff 0, #fff 8px);
  }
  .p-m-cording-info__inner {
    padding: 34px 0 38px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-m-cording-info__btn {
    width: 51%;
    color: #f5ac3c !important;
    background-color: #fff;
    height: 60px;
    position: relative;
    font-size: 2.1rem;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 27px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #f5ac3c;
    border-right: 2px solid #f5ac3c;
  }
  .p-m-cording-info__btn:hover {
    opacity: 0.8;
  }
  .p-m-cording-research-center__inner {
    padding: 51px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-research-center__btn {
    background-image: url(../img/m-cording/research-center_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    padding: 0 74px 0 44px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-m-cording-research-center__img {
    width: 470px;
  }
  .p-m-cording-research-center__text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 50px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-m-cording-research-center__icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-m-cording-research-center__icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 3px solid #f5ac3c;
    border-right: 3px solid #f5ac3c;
  }
  .p-m-cording-pickup {
    padding-bottom: 30px;
  }
  .p-m-cording-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-m-cording-pickup ul li .-text__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-m-cording {
    padding-top: 80px;
    color: #222;
  }
  .p-m-cording .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #ffefd7 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 221, 187, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffefd7 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 221, 187, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-m-cording .open-campus-caroucel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .p-m-cording .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-m-cording .p-bio-pickup li .-img {
    position: relative;
  }
  .p-m-cording .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 195, 82, 0.2);
  }
  .p-m-cording-common-btn {
    color: #f5ac3c !important;
    font-weight: normal;
    border: 1px solid #f5ac3c;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
  }
  .p-m-cording-common-btn.-vertical {
    letter-spacing: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 8px 1px 23px;
    font-size: 10px;
  }
  .p-m-cording-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-m-cording-common-btn .icon {
    border-radius: 100vmax;
    background-color: #f5ac3c;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-m-cording-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-m-cording-common-btn02 {
    border-radius: 100vmax;
    border: 2px solid #222;
    width: 240px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
    padding: 0 16px;
    margin-inline: auto;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-m-cording-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-m-cording-common-btn02:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-m-cording-common-btn02:hover {
    opacity: 0.8;
  }
  .p-m-cording-mv {
    position: relative;
    background-image: url(../img/m-cording/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: 54% center;
    margin-top: 0;
    background-size: cover;
    height: 40vw;
  }
  .p-m-cording-mv:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 46px;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 4px, #fff 0, #fff 8px);
  }
  .p-m-cording-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    padding: 12px 10px;
  }
  .p-m-cording-mv__title .japanese {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
  }
  .p-m-cording-mv__title .small-text {
    font-size: 10px;
    display: block;
  }
  .p-m-cording-mv__title .small-text.-center {
    display: block;
    margin-inline: auto;
    text-align: center;
  }
  .p-m-cording-mv__title .english {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-m-cording-lead {
    overflow-x: hidden;
    background-color: #eee;
  }
  .p-m-cording-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 27px;
  }
  .p-m-cording-lead__title {
    text-align: center;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-m-cording-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .p-m-cording-lead__band-wrap {
    margin-top: 26px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 9px 0 5px;
    text-align: center;
    margin-inline: auto;
    width: calc(100% - 40px);
  }
  .p-m-cording-lead__band {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-m-cording-lead__band-treat01 {
    position: absolute;
    bottom: -5px;
    left: -83px;
    width: 72px;
  }
  .p-m-cording-lead__band-treat02 {
    position: absolute;
    top: -38px;
    right: -83px;
    width: 82px;
  }
  .p-m-cording-lead__band .bold {
    color: #eb8e00;
    font-size: 28px;
    line-height: 0.5;
    position: relative;
    top: 2px;
  }
  .p-m-cording-lead__band .percent-text {
    font-size: 18px;
  }
  .p-m-cording-lead__scroll {
    overflow-x: scroll;
    margin-top: 25px;
    padding: 0 0px;
    margin-right: 0px;
    position: relative;
  }
  .p-m-cording-lead__scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-m-cording-lead__scroll.--scrolled:before {
    opacity: 0;
  }
  .p-m-cording-lead__scroll-wrapper {
    min-width: 680px;
  }
  .p-m-cording-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-m-cording-lead__scroll-item {
    margin-right: 10px;
    width: 335px;
  }
  .p-m-cording-lead__scroll-item:last-of-type {
    margin-right: 0;
  }
  .p-m-cording-lead__scroll-head {
    background-color: #f5ac3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 11px;
  }
  .p-m-cording-lead__scroll-head-title {
    color: #f5ac3c;
    background-color: #fff;
    border-radius: 100vmax;
    padding: 1px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .p-m-cording-lead__scroll-head-interview {
    width: 80px;
    padding-top: 4px;
    height: 20px;
    margin-left: auto;
  }
  .p-m-cording-lead__scroll-body {
    position: relative;
    overflow: hidden;
  }
  .p-m-cording-lead__scroll-body-img img {
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-m-cording-lead__scroll-body-textarea {
    background-color: #f5ac3c;
    color: #fff;
    margin-left: auto;
    padding: 12px 15px 19px;
    min-height: 310px;
  }
  .p-m-cording-lead__scroll-body-title {
    margin-top: 0;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p-m-cording-lead__scroll-body-text {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-m-cording-lead__scroll-body-data {
    margin-top: 10px;
  }
  .p-m-cording-lead__scroll-body-data-company {
    line-height: 1;
  }
  .p-m-cording-lead__scroll-body-data-company .name {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .p-m-cording-lead__scroll-body-data-company .year {
    padding-left: 5px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .p-m-cording-lead__scroll-body-data-graduate {
    line-height: 1;
    margin-top: 3px;
  }
  .p-m-cording-lead__scroll-body-data-graduate .name {
    font-size: 9px;
  }
  .p-m-cording-lead__scroll-body-data-graduate .graduate {
    font-size: 9px;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-m-cording-lead__field {
    margin-top: 25px;
  }
  .p-m-cording-lead__field-box {
    background-color: #fff;
    padding: 9px 9px 10px 14px;
    border-radius: 0 0 10px 0;
  }
  .p-m-cording-lead__field-title .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-m-cording-lead__field-title .note {
    font-size: 10px;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-m-cording-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 34px 0 3px;
  }
  .p-m-cording-lead__field-item {
    background-color: #f5ac3c;
    font-size: 15px;
    border-radius: 5px;
    padding: 2px 0;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-m-cording-lead__field-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-m-cording-lead__field-item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .p-m-cording-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -101px;
  }
  .p-m-cording-interview {
    position: relative;
    overflow: hidden;
  }
  .p-m-cording-interview:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 1px, #fff 0, #fff 2px);
  }
  .p-m-cording-interview__inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 26px 0 30px;
  }
  .p-m-cording-interview__title .small-text {
    font-size: 13.5px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
  }
  .p-m-cording-interview__title .title {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 0;
    letter-spacing: 0.11em;
    text-align: center;
    line-height: 1.3;
  }
  .p-m-cording-interview__title .title .bold {
    color: #f5ac3c;
  }
  .p-m-cording-interview__list {
    margin-top: 22px;
  }
  .p-m-cording-interview__list > * + * {
    margin-top: 12px;
  }
  .p-m-cording-interview__block-title {
    font-size: 14px;
    letter-spacing: 0.08em;
    background-color: #f5ac3c;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .p-m-cording-interview__block-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .p-m-cording-interview__img {
    width: 170px;
    margin-left: auto;
    position: absolute;
    bottom: -150px;
    right: 50px;
  }
  .p-m-cording-interview__img .interview-btn {
    position: absolute;
    top: 90px;
    right: -37px;
    width: 88px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-interview__img .interview-btn:hover {
    opacity: 0.8;
  }
  .p-m-cording-interview__data {
    text-align: right;
    line-height: 1.3;
    margin-top: 117px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-m-cording-interview__data .school {
    font-size: 11px;
    display: block;
    letter-spacing: 0.05em;
  }
  .p-m-cording-interview__data .name {
    font-size: 15px;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-m-cording-movie {
    margin-top: 0;
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 2px, #fff 0, #fff 4px);
  }
  .p-m-cording-movie__inner {
    padding: 16px 0 10px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-m-cording-movie__icon01 {
    position: absolute;
    top: 30px;
    right: 98px;
    width: 87px;
    display: none;
  }
  .p-m-cording-movie__icon02 {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 165px;
    display: none;
  }
  .p-m-cording-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
  }
  .p-m-cording-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-m-cording-nav-area {
    background-color: #eee;
  }
  .p-m-cording-nav {
    position: relative;
    z-index: 100;
    top: 0;
  }
  .p-m-cording-nav-area {
    padding-top: 52px;
  }
  .p-m-cording-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    width: calc(100% - 15px);
  }
  .p-m-cording-nav__item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .p-m-cording-nav__item:nth-of-type(3) {
    margin-right: 0;
  }
  .p-m-cording-nav__item:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .p-m-cording-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-m-cording-nav__icon {
    width: 44px;
    margin-inline: auto;
    display: block;
  }
  .p-m-cording-nav__text {
    background-color: #fff;
    border: 1px solid #222;
    padding: 16px 0 16px;
    margin-top: -20px;
    font-size: 11px;
    text-align: center;
    height: 50px;
    line-height: 1.3;
  }
  .p-m-cording-nav__text .small-text {
    font-size: 8px;
    display: block;
    margin-top: 2px;
  }
  .p-m-cording > div .p-bio-sns__inner {
    padding-bottom: 75px;
  }
  .p-m-cording > div > div.p-bio-pickup {
    display: none;
  }
  .p-m-cording-reason__inner {
    padding: 60px 0 30px;
    margin-inline: auto;
  }
  .p-m-cording-reason__area {
    position: relative;
  }
  .p-m-cording-reason__title {
    padding: 0px 16px 10px;
    text-align: center;
  }
  .p-m-cording-reason__title .small-text {
    font-size: 14.4px;
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-m-cording-reason__title .big-text {
    display: block;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-reason__title .big-text .small-text {
    font-size: 48px;
    display: inline;
  }
  .p-m-cording-reason__title .bold {
    color: #f5ac3c;
  }
  .p-m-cording-reason__list {
    margin-top: 17px;
    margin-inline: auto;
    max-width: 520px;
  }
  .p-m-cording-reason__item {
    position: relative;
    overflow: hidden;
    height: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #222;
    display: block;
  }
  .p-m-cording-reason__item:last-of-type {
    border-bottom: 1px solid #222;
  }
  .p-m-cording-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 172, 60, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-m-cording-reason__item:hover:before {
    opacity: 1;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-number {
    opacity: 0.2;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .small-text {
    color: #fff;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .title {
    color: #fff;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .bold,
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .bold02 {
    color: #cef772;
  }
  .p-m-cording-reason__item:hover .p-m-cording-reason__item-title .text {
    color: #fff;
  }
  .p-m-cording-reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 160px;
    width: 100%;
  }
  .p-m-cording-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 10px;
    display: block;
    padding: 0px 7px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-number {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    bottom: -30px;
    left: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11rem;
    line-height: 0.6;
    opacity: 0.6;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-m-cording-reason__item-number.-gray {
    color: #666;
    opacity: 0.1;
  }
  .p-m-cording-reason__item-title {
    position: relative;
    text-shadow: 0 0 6px #fff;
  }
  .p-m-cording-reason__item-title .small-text {
    font-size: 13.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    display: block;
  }
  .p-m-cording-reason__item-title .bold {
    color: #f5ac3c;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-reason__item-title .bold .number {
    font-size: 24.5px;
  }
  .p-m-cording-reason__item-title .bold02 {
    color: #f5ac3c;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-reason__item-title .bold02 .number {
    font-size: 2.8rem;
  }
  .p-m-cording-reason__item-title .title {
    font-size: 13.5px;
    display: block;
    line-height: 1.35;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-title .text {
    font-size: 12px;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
  }
  .p-m-cording-reason__item.-fourth .p-m-cording-reason__item-title .small-text {
    display: inline;
  }
  .p-m-cording-reason__item.-fourth .p-m-cording-reason__item-title .title {
    display: inline;
  }
  .p-m-cording-reason__item-btn {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
    display: none;
  }
  .p-m-cording-reason__btn {
    position: relative;
    margin-top: 25px;
  }
  .p-m-cording-reason__banner {
    margin-top: 24px;
    margin-inline: auto;
    width: calc(100% - 30px);
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 12px 10px 13px 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-m-cording-reason__banner:hover {
    opacity: 0.8;
  }
  .p-m-cording-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-m-cording-reason__banner-title .small-text {
    font-size: 16.5px;
    color: #fff;
  }
  .p-m-cording-reason__banner-title .big-text {
    font-size: 28.5px;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }
  .p-m-cording-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-m-cording-reason__banner-title .middle-text {
    font-size: 21px;
    padding: 0 8px;
  }
  .p-m-cording-reason__banner-text {
    color: #fff;
    font-size: 10px;
    padding-right: 30px;
    padding-top: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-m-cording-reason__banner-icon {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: 9px;
    right: 10px;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-m-cording-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #8cbb23;
    border-right: 1px solid #8cbb23;
  }
  .p-m-cording-oc {
    background-color: #f5ac3c;
    overflow-x: hidden;
  }
  .p-m-cording-oc__list {
    width: 100%;
    min-width: 710px;
  }
  .p-m-cording-oc__inner {
    padding: 23px 0 27px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-m-cording-oc__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 34px;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-m-cording-oc__title .bold {
    color: #cef772;
  }
  .p-m-cording-oc__title .small-text {
    font-size: 29px;
  }
  .p-m-cording-oc__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #fff;
    margin-top: -3px;
    text-align: center;
  }
  .p-m-cording-oc__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: auto;
    margin-top: 21px;
  }
  .p-m-cording-oc__list-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    overflow-x: scroll;
  }
  .p-m-cording-oc__list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-m-cording-oc__list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-m-cording-oc__list {
    margin-top: 12px;
  }
  .p-m-cording-number {
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 2px, #fff 0, #fff 4px);
  }
  .p-m-cording-number__inner {
    padding: 18px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-number__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-number__title .medium-text {
    font-size: 29px;
  }
  .p-m-cording-number__title .bold {
    color: #cef772;
  }
  .p-m-cording-number__text {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .p-m-cording-number__list {
    margin-top: 13px;
    margin-inline: auto;
    width: 97%;
  }
  .p-m-cording-number__list .p-top-num__item--01 {
    -webkit-box-shadow: 5px 5px 0px 0px #bb6dff;
            box-shadow: 5px 5px 0px 0px #bb6dff;
  }
  .p-m-cording-number__item {
    margin-bottom: 10px;
  }
  .p-m-cording-system__inner {
    padding: 20px 0 19px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-system__flex > * + * {
    margin-top: 5px;
  }
  .p-m-cording-system__banner {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-system__banner:hover {
    opacity: 0.8;
  }
  .p-m-cording-department {
    background-color: #f5ac3c;
    background-image: url(../img/m-cording/department_bg.png);
    background-size: 8px;
    background-repeat: repeat;
  }
  .p-m-cording-department__inner {
    padding: 21px 0 0px;
    margin-inline: auto;
  }
  .p-m-cording-department__title {
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-m-cording-department__title .normal-text {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-m-cording-department__title .small-text {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
  }
  .p-m-cording-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
    display: none;
  }
  .p-m-cording-department__anchor a {
    margin-left: 8px;
  }
  .p-m-cording-department__area {
    margin-top: 16px;
  }
  .p-m-cording-department__block {
    padding: 0px 0 25px;
  }
  .p-m-cording-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 23px 0 26px;
  }
  .p-m-cording-department__block-title {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-m-cording-department__block-title .small-text {
    font-size: 10px;
    display: block;
    line-height: 1.3;
  }
  .p-m-cording-department__block-subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #f5ac3c;
  }
  .p-m-cording-department__block-list-wrap {
    position: relative;
    overflow-x: scroll;
  }
  .p-m-cording-department__block-list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-m-cording-department__block-list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-m-cording-department__block-list {
    min-width: 1690px;
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
  }
  .p-m-cording-department__block-list-item {
    width: 277px;
    border-radius: 0 0 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #000;
    border-right: none;
    background-color: #fff;
  }
  .p-m-cording-department__block-list-item:last-of-type {
    border-right: 1px solid #000;
  }
  .p-m-cording-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-m-cording-department__block-list-item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 153px;
    width: 100%;
  }
  .p-m-cording-department__block-list-item-textarea {
    position: relative;
    background-color: #fff;
    padding: 9px 18px;
  }
  .p-m-cording-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-m-cording-department__block-list-item-title {
    font-size: 14px;
    letter-spacing: 0;
    color: #f5ac3c;
    margin-bottom: 10px;
  }
  .p-m-cording-department__block-list-item-title .small-text {
    font-size: 1.1rem;
  }
  .p-m-cording-department__block-list-item-text {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #222;
  }
  .p-m-cording-department__btn {
    margin-top: 20px;
  }
  .p-m-cording-news {
    overflow-x: hidden;
  }
  .p-m-cording-news__inner {
    padding: 24px 0 30px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-m-cording-news__title-area {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-m-cording-news__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-m-cording-news__subtitle {
    font-size: 12px;
    padding-left: 0px;
    letter-spacing: 0.04em;
    padding-top: 0px;
  }
  .p-m-cording-news__title-btn {
    margin-left: auto;
    margin-top: 20px;
    width: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 240px;
  }
  .p-m-cording-news__content-wrap {
    overflow-x: scroll;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-m-cording-news__content-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-m-cording-news__content-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-m-cording-news__content {
    gap: 2%;
    margin-top: 12px;
    min-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-m-cording-info {
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 2px, #fff 0, #fff 4px);
  }
  .p-m-cording-info__inner {
    padding: 25px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-info__btn {
    color: #f5ac3c !important;
    background-color: #fff;
    height: 50px;
    position: relative;
    font-size: 14px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 14px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-info__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-m-cording-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #f5ac3c;
    border-right: 2px solid #f5ac3c;
  }
  .p-m-cording-info__btn:hover {
    opacity: 0.8;
  }
  .p-m-cording-research-center__inner {
    padding: 26px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-research-center__btn {
    background-image: url(../img/m-cording/research-center_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    padding: 33px 23px 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-m-cording-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-m-cording-research-center__img {
    width: 100%;
  }
  .p-m-cording-research-center__text {
    color: #fff;
    font-size: 12px;
    padding: 0 0px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
  .p-m-cording-research-center__icon {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-m-cording-research-center__icon:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #f5ac3c;
    border-right: 2px solid #f5ac3c;
  }
  .p-m-cording-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-m-cording-sns__inner {
    padding-bottom: 95px;
  }
  .p-m-cording-pickup {
    padding-bottom: 30px;
  }
  .p-m-cording-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-m-cording-pickup ul li .-text__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-m-cording-course > div > div.p-bio-pickup {
    display: block;
  }
  .p-m-cording-course-wrapper {
    overflow-x: clip;
  }
  .p-m-cording-course__nav {
    position: sticky;
    z-index: 100;
    top: 110px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-m-cording-course__nav-inner {
    margin-inline: auto;
    max-width: 1110px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px 0;
  }
  .p-m-cording-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-m-cording-course__nav-department {
    color: #f5ac3c;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #f5ac3c;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 4px 19px;
    border-radius: 100vmax;
  }
  .p-m-cording-course__nav-link {
    display: block;
    font-size: 1.8rem;
    margin-inline: 10px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-course__nav-link:hover {
    color: #f5ac3c;
  }
  .p-m-cording-course__department {
    position: relative;
  }
  .p-m-cording-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #f8c372, #f8c372 2px, #fff 0, #fff 4px);
  }
  .p-m-cording-course__department.-second .p-m-cording-course__department-year {
    top: 64px;
  }
  .p-m-cording-course__department-title-area {
    padding: 37px 153px 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-m-cording-course__department-title .big-text {
    color: #666;
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2;
  }
  .p-m-cording-course__department-title .small-text {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -6px;
  }
  .p-m-cording-course__department-year {
    position: absolute;
    top: 26px;
    left: 0;
    width: 140px;
    height: 140px;
    background-color: #eb9818;
    border-radius: 100vmax;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4rem;
    /* transform: translateY(-50%); */
  }
  .p-m-cording-course__department-lead {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0.05em;
    color: #666;
  }
  .p-m-cording-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 18px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-m-cording-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 13px;
    margin-bottom: 19px;
  }
  .p-m-cording-course__department-nav-item a {
    color: #f5ac3c;
    border: 1px solid #f5ac3c;
    border-radius: 100vmax;
    display: block;
    width: 200px;
    margin: 0 6px;
    padding: 3px 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-m-cording-course__department-nav-item a:hover {
    background-color: #f5ac3c;
    color: #fff;
  }
  .p-m-cording-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-m-cording-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #f5ac3c;
  }
  .p-m-cording-course__department-nav-item a .small-text {
    font-size: 1rem;
  }
  .p-m-cording-course__department-mv {
    margin-top: 7px;
    text-align: center;
  }
  .p-m-cording-course__course-block {
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 4px, #fff 0, #fff 8px);
    padding-bottom: 0px;
    margin-top: 0;
  }
  .p-m-cording-course__course-block:nth-of-type(even) .p-m-cording-course__course-block-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-m-cording-course__course-block:nth-of-type(even) .p-m-cording-course__course-block-body-textarea {
    border-radius: 0 150px 150px 0;
  }
  .p-m-cording-course__course-block:nth-of-type(even) .p-m-cording-course__course-block-body-textarea:before {
    left: calc(50% - 50vw);
  }
  .p-m-cording-course__course-block-card-bg {
    background: repeating-linear-gradient(135deg, #f8bd4a, #f8bd4a 4px, #fcd65e 0, #fcd65e 8px);
  }
  .p-m-cording-course__course-block-head {
    background-color: #f5ac3c;
    padding: 21px 0 25px;
  }
  .p-m-cording-course__course-block-head-inner {
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-m-cording-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .p-m-cording-course__course-block-head-title .lead-text {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
  }
  .p-m-cording-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
  }
  .p-m-cording-course__course-block-head-list-item {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-left: 27px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-m-cording-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-m-cording-course__course-block-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-inline: auto;
  }
  .p-m-cording-course__course-block-body-thumbnail {
    width: 750px;
  }
  .p-m-cording-course__course-block-body-textarea {
    width: calc(100% - 750px);
    background-color: #fff;
    border-radius: 150px 0 0 150px;
    padding: 73px 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-m-cording-course__course-block-body-textarea:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    top: 0;
    right: calc(50% - 50vw);
    background-color: #fff;
  }
  .p-m-cording-course__course-block-body-textarea-title {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
    white-space: nowrap;
  }
  .p-m-cording-course__course-block-body-textarea-text {
    position: relative;
    margin-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: normal;
    max-width: 430px;
  }
  .p-m-cording-course__course-block-body-textarea-data {
    position: relative;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }
  .p-m-cording-course__course-block-body-textarea-list-title {
    color: #fff;
    background-color: #f5ac3c;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    width: 192px;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    height: 30px;
    position: relative;
  }
  .p-m-cording-course__course-block-body-textarea-list {
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    max-width: 420px;
    font-weight: normal;
  }
  .p-m-cording-course__course-block-body-textarea-list-item {
    margin-bottom: 3px;
    margin-right: 18px;
    font-size: 1.6rem;
    position: relative;
    padding-left: 17px;
    font-weight: normal;
  }
  .p-m-cording-course__course-block-body-textarea-list-item::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 9px;
    left: 0;
    background-color: #000;
    border-radius: 100vmax;
  }
  .p-m-cording-course__course-block-body-textarea-list .etc {
    margin-top: 2px;
  }
  .p-m-cording-course__course-block-card {
    position: relative;
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    margin-top: -63px;
    padding-bottom: 16px;
  }
  .p-m-cording-course__course-block-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
    max-width: 1040px;
  }
  .p-m-cording-course__course-block-card-item {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .p-m-cording-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-m-cording-course__course-block-card-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-m-cording-course__course-block-card-item:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .p-m-cording-course__course-block-card-title {
    color: #fff;
    background-color: #f5ac3c;
    border-radius: 0 15px 0 0;
    padding: 2px 9px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-m-cording-course__course-block-card-textarea {
    background-color: #fff;
    padding: 17px 17px;
    position: relative;
  }
  .p-m-cording-course__course-block-card-head {
    color: #f5ac3c;
    border: 1px solid #f5ac3c;
    border-radius: 100vmax;
    display: inline-block;
    width: 100px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .p-m-cording-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-m-cording-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-m-cording-course__course-block-card-list-item {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-m-cording-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-m-cording-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 16px;
  }
  .p-m-cording-course__flow {
    background-color: #cef772;
    padding-bottom: 30px;
  }
  .p-m-cording-course__flow-inner {
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 50px 0 30px;
  }
  .p-m-cording-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-m-cording-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
    border-bottom: 1px solid #f5ac3c;
  }
  .p-m-cording-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-m-cording-course__flow-list.-column-4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-item {
    width: 24%;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #f5ac3c;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-textarea {
    height: 280px;
  }
  .p-m-cording-course__flow-list-item {
    position: relative;
    border-right: 1px solid #f5ac3c;
  }
  .p-m-cording-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-m-cording-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 200px;
    width: 100%;
  }
  .p-m-cording-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 10px 20px 10px;
  }
  .p-m-cording-course__flow-list-head {
    position: absolute;
    top: -14px;
    left: 23px;
    background-color: #f5ac3c;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-m-cording-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: -40px;
    right: -10px;
    width: 106px;
    height: 106px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 1.2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-m-cording-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    bottom: 10px;
    left: 0px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-m-cording-course__flow-list-title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-m-cording-course__flow-list-text {
    font-size: 1.4rem;
    margin-top: 6px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
  .p-m-cording-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 4px;
    left: -3px;
    color: #f5ac3c;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-m-cording-course__flow-list-year .number {
    font-size: 18rem;
    line-height: 0.8;
    position: relative;
    top: 10px;
  }
  .p-m-cording-course__flow-list-year .text {
    font-size: 11rem;
    line-height: 1;
  }
  .p-m-cording-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .p-m-cording-course > div > div.p-bio-pickup {
    display: block;
  }
  .p-m-cording-course__nav {
    position: sticky;
    z-index: 100;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-m-cording-course__nav-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 9px 0;
  }
  .p-m-cording-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-m-cording-course__nav-block:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-m-cording-course__nav-department {
    color: #f5ac3c;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    border: 1px solid #f5ac3c;
    width: 120px;
    display: block;
    padding: 0px 5px;
    border-radius: 100vmax;
  }
  .p-m-cording-course__nav-link {
    display: block;
    font-size: 10px;
    margin-left: 9px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-m-cording-course__nav-link:hover {
    color: #f5ac3c;
  }
  .p-m-cording-course__department {
    position: relative;
  }
  .p-m-cording-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #ffe7c3, #ffe7c3 10px, #fff 10px, #fff 20px);
  }
  .p-m-cording-course__department-title-area {
    padding: 24px 0 24px;
  }
  .p-m-cording-course__department-title {
    margin-top: 6px;
  }
  .p-m-cording-course__department-title .big-text {
    color: #666;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-m-cording-course__department-title .small-text {
    color: #666;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -2px;
    letter-spacing: 0.1em;
  }
  .p-m-cording-course__department-year {
    width: 100px;
    background-color: #eb9818;
    border-radius: 100vmax;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    margin-inline: auto;
  }
  .p-m-cording-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 9px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-m-cording-course__department-lead {
    font-size: 1rem;
    margin-inline: auto;
    max-width: 320px;
    margin-top: 3px;
    line-height: 1.5;
    color: #666;
    text-align: center;
  }
  .p-m-cording-course__department-lead.-text-left {
    text-align: left;
  }
  .p-m-cording-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-m-cording-course__department-nav-item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-m-cording-course__department-nav-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-m-cording-course__department-nav-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-m-cording-course__department-nav-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-m-cording-course__department-nav-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-m-cording-course__department-nav-item:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .p-m-cording-course__department-nav-item a {
    color: #f5ac3c;
    border: 1px solid #f5ac3c;
    border-radius: 100vmax;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 108px;
    margin: 0 6px;
    padding: 3px 28px 3px 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .p-m-cording-course__department-nav-item a:hover {
    background-color: #f5ac3c;
    color: #fff;
  }
  .p-m-cording-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-m-cording-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #f5ac3c;
  }
  .p-m-cording-course__department-nav-item a .small-text {
    font-size: 9px;
  }
  .p-m-cording-course__course-block-wrap {
    margin-top: 20px;
  }
  .p-m-cording-course__course-block {
    background: repeating-linear-gradient(135deg, #f5ac3c, #f5ac3c 2px, #fff 0, #fff 4px);
    padding-bottom: 0;
  }
  .p-m-cording-course__course-block-head {
    background-color: #f5ac3c;
    padding: 19px 0 15px;
  }
  .p-m-cording-course__course-block-head-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-m-cording-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 19px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-m-cording-course__course-block-head-title .lead-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
  }
  .p-m-cording-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-m-cording-course__course-block-head-list-item {
    font-size: 10px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-m-cording-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-m-cording-course__course-block-body-textarea {
    background-color: #fff;
    border-radius: 80px 0 0 80px;
    padding: 32px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-m-cording-course__course-block-body-textarea-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
  }
  .p-m-cording-course__course-block-body-textarea-list-title {
    color: #fff;
    background-color: #f5ac3c;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 14px;
    width: 145px;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.35rem;
    height: 23px;
    position: relative;
  }
  .p-m-cording-course__course-block-body-textarea-list {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    max-width: 420px;
    font-weight: normal;
  }
  .p-m-cording-course__course-block-body-textarea-list-item {
    margin-bottom: 3px;
    margin-right: 16px;
    font-size: 1.2rem;
    position: relative;
    padding-left: 15px;
    font-weight: normal;
  }
  .p-m-cording-course__course-block-body-textarea-list-item::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0;
    background-color: #000;
    border-radius: 100vmax;
  }
  .p-m-cording-course__course-block-body-textarea-list .etc {
    margin-top: 0px;
    font-size: 1.2rem;
  }
  .p-m-cording-course__course-block-body-textarea-text {
    margin-top: 7px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 11px;
  }
  .p-m-cording-course__course-block-body-textarea-data {
    margin-top: 8px;
    letter-spacing: 0.08em;
    font-size: 10px;
  }
  .p-m-cording-course__course-block-card-bg {
    background: repeating-linear-gradient(135deg, #f8bd4a, #f8bd4a 2px, #fcd65e 0, #fcd65e 4px);
    padding: 15px 0;
  }
  .p-m-cording-course__course-block-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    margin-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .p-m-cording-course__course-block-card-wrap {
    min-width: 1580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-m-cording-course__course-block-card-item {
    width: 180px;
    margin-right: 20px;
  }
  .p-m-cording-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-m-cording-course__course-block-card-title {
    color: #fff;
    background-color: #f5ac3c;
    border-radius: 0 10px 0 0;
    padding: 3px 9px;
    font-size: 13.5px;
    letter-spacing: 0;
  }
  .p-m-cording-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 15px;
    position: relative;
  }
  .p-m-cording-course__course-block-card-text {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-m-cording-course__course-block-card-head {
    color: #f5ac3c;
    border: 1px solid #f5ac3c;
    border-radius: 7px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    font-size: 10px;
  }
  .p-m-cording-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-m-cording-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-m-cording-course__course-block-card-list-item {
    font-size: 10px;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-m-cording-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-m-cording-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 9px;
    font-size: 10px;
  }
  .p-m-cording-course__flow {
    background-color: #cef772;
    padding-bottom: 30px;
  }
  .p-m-cording-course__flow-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 36px 0 30px;
  }
  .p-m-cording-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-m-cording-course__flow-title {
    font-size: 16px;
    background-color: #fff;
    padding: 5px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 10px 0 0;
    text-align: center;
    border: 1px solid #222;
  }
  .p-m-cording-course__flow-list {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .p-m-cording-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 950px;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-wrap {
    min-width: 970px;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-item {
    width: 330px;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #f5ac3c;
  }
  .p-m-cording-course__flow-list.-column-4 .p-m-cording-course__flow-list-textarea {
    height: 180px;
  }
  .p-m-cording-course__flow-list-item {
    position: relative;
    border-right: 1px solid #f5ac3c;
    width: 280px;
  }
  .p-m-cording-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-m-cording-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 150px;
    width: 100%;
  }
  .p-m-cording-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 7px 17px 10px;
    height: 160px;
  }
  .p-m-cording-course__flow-list-head {
    position: absolute;
    top: -11px;
    left: 17px;
    background-color: #f5ac3c;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-m-cording-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: -10px;
    width: 76px;
    height: 76px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 9px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-m-cording-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 24px;
    height: 13px;
    bottom: 10px;
    left: -2px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-m-cording-course__flow-list-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-m-cording-course__flow-list-text {
    font-size: 10px;
    margin-top: 1px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
  }
  .p-m-cording-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 7px;
    left: -3px;
    color: #f5ac3c;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-m-cording-course__flow-list-year .number {
    font-size: 14rem;
    line-height: 0.7;
    position: relative;
    top: 4px;
    display: inline-block;
  }
  .p-m-cording-course__flow-list-year .text {
    font-size: 9rem;
    line-height: 0.6;
    display: inline-block;
  }
  .p-m-cording-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
}
.p-m-cording .p-top-sns__scroll-m_coding,
.p-jimu-strengths .p-top-sns__scroll-m_coding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25% !important;
}
.p-m-cording .p-top-sns__scroll-m_coding-block,
.p-jimu-strengths .p-top-sns__scroll-m_coding-block {
  width: 19%;
}
.p-m-cording .p-top-sns__scroll-m_coding-block .instagram-media,
.p-jimu-strengths .p-top-sns__scroll-m_coding-block .instagram-media {
  width: 100% !important;
  max-width: unset !important;
  min-width: unset !important;
}

@media screen and (max-width: 768px) {
  .p-m-cording .p-top-sns__scroll-m_coding,
  .p-jimu-strengths .p-top-sns__scroll-m_coding {
    width: 910px;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 769px) {
  .p-psychology {
    padding-top: 110px;
    color: #222;
    width: 100%;
    min-width: 1350px;
  }
  .p-psychology .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #ffe4ec 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffe4ec 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-psychology .open-campus-caroucel {
    max-width: unset;
    margin: 0 auto 0px;
    padding: 0 0px;
  }
  .p-psychology .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-psychology .p-bio-pickup li .-img {
    position: relative;
  }
  .p-psychology .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 141, 152, 0.2);
  }
  .p-psychology-common-btn {
    color: #ec7a9a !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-common-btn.-hover-link:hover {
    background-color: #ec7a9a;
    color: #fff !important;
  }
  .p-psychology-common-btn.-hover-link:hover .icon {
    background-color: #fff;
    border: 1px solid #ec7a9a;
  }
  .p-psychology-common-btn.-hover-link:hover .icon:before {
    border-color: #ec7a9a;
  }
  .p-psychology-common-btn.-vertical {
    letter-spacing: -0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 15px 3px 37px;
  }
  .p-psychology-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-psychology-common-btn .icon {
    border-radius: 100vmax;
    background-color: #ec7a9a;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-common-btn02 {
    border-radius: 100vmax;
    border: 3px solid #222;
    width: 404px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1rem;
    padding: 0 32px;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-psychology-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-psychology-common-btn02:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
  .p-psychology-common-btn02:hover {
    opacity: 0.8;
  }
  .p-psychology-mv {
    position: relative;
    background-image: url(../img/psychology/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
  }
  .p-psychology-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 80px;
    top: -66px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 5px, #fff 0, #fff 12px);
  }
  .p-psychology-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 13px 10px;
  }
  .p-psychology-mv__title .japanese {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2;
  }
  .p-psychology-mv__title .small-text {
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }
  .p-psychology-mv__title .small-text.-center {
    display: block;
    text-align: center;
  }
  .p-psychology-lead {
    overflow-x: hidden;
    background-color: #eee;
  }
  .p-psychology-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 68px;
  }
  .p-psychology-lead__title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-psychology-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .p-psychology-lead__band-wrap {
    margin-top: 46px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 16px 0;
    text-align: center;
  }
  .p-psychology-lead__band {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-psychology-lead__band-treat01 {
    position: absolute;
    top: -70px;
    left: -214px;
    width: 185px;
  }
  .p-psychology-lead__band-treat02 {
    position: absolute;
    top: -66px;
    right: -166px;
    width: 142px;
  }
  .p-psychology-lead__band .bold {
    color: #ec7a9a;
    font-size: 5.6rem;
    line-height: 0.5;
    position: relative;
    top: 5px;
  }
  .p-psychology-lead__band .percent-text {
    font-size: 3.6rem;
  }
  .p-psychology-lead__scroll {
    margin-top: 30px;
    overflow-x: scroll;
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .p-psychology-lead__scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: calc(50% - 300px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-lead__scroll.--scrolled:before {
    opacity: 0;
  }
  .p-psychology-lead__scroll-wrapper {
    min-width: 1900px;
  }
  .p-psychology-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-lead__scroll-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    min-width: 855px;
  }
  .p-psychology-lead__scroll-head {
    width: 50px;
    background-color: #ec7a9a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 0;
  }
  .p-psychology-lead__scroll-head-title {
    color: #ec7a9a;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 100vmax;
    padding: 14px 2px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .p-psychology-lead__scroll-body {
    width: calc(100% - 50px);
    position: relative;
    overflow: hidden;
  }
  .p-psychology-lead__scroll-body-img img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-psychology-lead__scroll-body-textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 56%;
    margin-left: auto;
    padding-right: 30px;
  }
  .p-psychology-lead__scroll-body-title {
    margin-top: 31px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
  .p-psychology-lead__scroll-body-text {
    font-size: 1.4rem;
    margin-top: 11px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-psychology-lead__scroll-body-data {
    margin-top: 20px;
    line-height: 1.4;
  }
  .p-psychology-lead__scroll-body-data-company .name {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .p-psychology-lead__scroll-body-data-company .year {
    padding-left: 9px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .p-psychology-lead__scroll-body-data-graduate .name {
    font-size: 1.4rem;
  }
  .p-psychology-lead__scroll-body-data-graduate .graduate {
    font-size: 1.4rem;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-psychology-lead__field {
    margin-top: 60px;
  }
  .p-psychology-lead__field-box {
    background-color: #fff;
    padding: 19px 9px 66px 30px;
    border-radius: 0 0 20px 0;
    position: relative;
  }
  .p-psychology-lead__field-title .title {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-psychology-lead__field-title .note {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-psychology-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 70px 0 20px;
  }
  .p-psychology-lead__field-item {
    background-color: #ec7a9a;
    color: #fff;
    font-size: 2rem;
    border-radius: 10px;
    padding: 2px 0;
    width: 220px;
    margin-right: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-psychology-lead__field-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .p-psychology-lead__field-item:nth-of-type(n + 5) {
    margin-top: 10px;
  }
  .p-psychology-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -98px;
    position: absolute;
    right: 9px;
  }
  .p-psychology-interview {
    position: relative;
  }
  .p-psychology-interview:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-psychology-interview__inner {
    max-width: 1050px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 0px 0 0px;
  }
  .p-psychology-interview__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-psychology-interview__textarea {
    margin-top: 60px;
  }
  .p-psychology-interview__title .small-text {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  .p-psychology-interview__title .title {
    display: block;
    font-size: 3.7rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: -9px;
    letter-spacing: 0.11em;
  }
  .p-psychology-interview__title .title .bold {
    color: #ec7a9a;
  }
  .p-psychology-interview__list {
    margin-top: 4px;
  }
  .p-psychology-interview__list > * + * {
    margin-top: 16px;
  }
  .p-psychology-interview__block-title {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    background-color: #ec7a9a;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .p-psychology-interview__block-text {
    font-size: 1.6rem;
    line-height: 1.37;
    margin-top: 6px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .p-psychology-interview__textarea {
    width: calc(100% - 348px);
  }
  .p-psychology-interview__img {
    width: 348px;
    position: relative;
    top: -20px;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .p-psychology-interview__img .interview-btn {
    position: absolute;
    bottom: 66px;
    right: -3px;
    width: 174px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-interview__img .interview-btn:hover {
    opacity: 0.8;
  }
  .p-psychology-interview__data {
    text-align: right;
    line-height: 1.3;
    margin-top: 14px;
  }
  .p-psychology-interview__data .school {
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.05em;
  }
  .p-psychology-interview__data .name {
    font-size: 2rem;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-psychology-movie {
    margin-top: -21px;
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-psychology-movie__inner {
    padding: 30px 0 20px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-psychology-movie__icon01 {
    position: absolute;
    top: 30px;
    right: 98px;
    width: 87px;
  }
  .p-psychology-movie__icon02 {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 165px;
  }
  .p-psychology-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
  }
  .p-psychology-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-psychology-nav-area {
    background-color: #eee;
  }
  .p-psychology-nav {
    position: sticky;
    z-index: 100;
    top: 115px;
  }
  .p-psychology-nav-area {
    padding-top: 11px;
  }
  .p-psychology-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1010px;
    margin-inline: auto;
  }
  .p-psychology-nav__item {
    width: calc(20% - 20px);
    margin-right: 25px;
  }
  .p-psychology-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-psychology-nav__icon {
    width: 75px;
    margin-inline: auto;
    display: block;
  }
  .p-psychology-nav__text {
    background-color: #fff;
    border: 2px solid #222;
    padding: 35px 0 16px;
    margin-top: -30px;
    font-size: 1.6rem;
    text-align: center;
    height: 84px;
    line-height: 1.3;
  }
  .p-psychology-nav__text .small-text {
    font-size: 1.2rem;
    display: block;
  }
  .p-psychology-reason__inner {
    padding: 77px 0 30px;
    margin-inline: auto;
    max-width: 1400px;
  }
  .p-psychology-reason__area {
    position: relative;
  }
  .p-psychology-reason__title {
    padding: 0px 16px 10px;
  }
  .p-psychology-reason__title .small-text {
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .p-psychology-reason__title .big-text {
    font-weight: bold;
    display: block;
    font-size: 7.8rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-reason__title .big-text .small-text {
    font-size: 5.8rem;
    display: inline;
  }
  .p-psychology-reason__title .bold {
    color: #ec7a9a;
  }
  .p-psychology-reason__list {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-psychology-reason__item {
    position: relative;
    overflow: hidden;
    height: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 33.3333333333%;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
  }
  .p-psychology-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236, 122, 154, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-psychology-reason__item:hover:before {
    opacity: 1;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-number {
    opacity: 0.2;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .small-text {
    color: #fff;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .title {
    color: #fff;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .bold,
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .bold02 {
    color: #f9f4bd;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .text {
    color: #fff;
  }
  .p-psychology-reason__item:nth-of-type(3n) {
    border-right: 1px solid #222;
  }
  .p-psychology-reason__item:nth-of-type(n + 4) {
    border-bottom: 1px solid #222;
  }
  .p-psychology-reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 300px;
  }
  .p-psychology-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    padding: 5px 19px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 14px;
    left: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-number {
    position: absolute;
    content: "";
    width: 210px;
    height: 156px;
    bottom: -90px;
    left: 90px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 22rem;
    line-height: 0.6;
    opacity: 0.8;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-psychology-reason__item-number.-gray {
    color: #666;
    opacity: 0.3;
  }
  .p-psychology-reason__item-title {
    position: relative;
  }
  .p-psychology-reason__item-title .small-text {
    font-size: 1.7rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-title .bold {
    color: #ec7a9a;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-reason__item-title .bold .number {
    font-size: 3.7rem;
  }
  .p-psychology-reason__item-title .bold02 {
    color: #ec7a9a;
    font-size: 3.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-psychology-reason__item-title .title {
    font-size: 2.7rem;
    display: block;
    line-height: 1.5;
    margin-bottom: 6px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-title .text {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-btn {
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
  }
  .p-psychology-reason__btn {
    position: absolute;
    top: 40px;
    right: 22px;
  }
  .p-psychology-reason__banner {
    margin-top: 28px;
    margin-inline: auto;
    max-width: 1310px;
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 19px 85px 19px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__banner:hover {
    opacity: 0.8;
  }
  .p-psychology-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-psychology-reason__banner-title .small-text {
    font-size: 2.2rem;
    color: #fff;
  }
  .p-psychology-reason__banner-title .big-text {
    font-size: 3.8rem;
  }
  .p-psychology-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-psychology-reason__banner-title .middle-text {
    font-size: 2.8rem;
  }
  .p-psychology-reason__banner-text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 76px;
    padding-top: 0;
    letter-spacing: 0.03em;
  }
  .p-psychology-reason__banner-icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-psychology-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #8cbb23;
    border-right: 2px solid #8cbb23;
  }
  .p-psychology-oc {
    background-color: #ec7a9a;
  }
  .p-psychology-oc__inner {
    padding: 34px 0 47px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-oc__title {
    font-size: 6.8rem;
    padding-right: 410px;
    font-weight: bold;
    line-height: 1.4;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-psychology-oc__title .bold {
    color: #f9f4bd;
  }
  .p-psychology-oc__title .small-text {
    font-size: 4.8rem;
  }
  .p-psychology-oc__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: -9px;
  }
  .p-psychology-oc__btn {
    margin-left: auto;
    margin-top: -97px;
  }
  .p-psychology-oc__list {
    margin-top: 43px;
  }
  .p-psychology-number {
    background: repeating-linear-gradient(135deg, #ec7a9a, #ec7a9a 2px, #fff 0, #fff 4px);
  }
  .p-psychology-number__inner {
    padding: 32px 0 23px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-number__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-number__title .medium-text {
    font-size: 5.8rem;
  }
  .p-psychology-number__title .bold {
    color: #f9f4bd;
  }
  .p-psychology-number__text {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .p-psychology-number__list {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-inline: auto;
  }
  .p-psychology-number__item {
    margin-bottom: 10px;
    width: 49.4%;
    border-radius: 10px;
    position: relative;
  }
  .p-psychology-number__item img {
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-number__item:hover img {
    position: relative;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 6px 0 #ec7a9a;
            box-shadow: 0 6px 0 #ec7a9a;
  }
  .p-psychology-system__inner {
    padding: 17px 0 53px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-system__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-psychology-system__banner {
    width: 49%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-system__banner:hover {
    opacity: 0.8;
  }
  .p-psychology-department {
    background-color: #ec7a9a;
  }
  .p-psychology-department__inner {
    padding: 26px 0 0px;
    max-width: 1370px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-department__title .normal-text {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-psychology-department__title .small-text {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0.06em;
  }
  .p-psychology-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
  }
  .p-psychology-department__anchor a {
    margin-left: 8px;
  }
  .p-psychology-department__area {
    margin-top: 36px;
  }
  .p-psychology-department__block {
    padding: 20px 0 55px;
  }
  .p-psychology-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 46px 0 50px;
    position: relative;
  }
  .p-psychology-department__block:nth-of-type(2):before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-inline: calc(50% - 50vw);
    background-color: #1299cd;
  }
  .p-psychology-department__block-title {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-psychology-department__block-title .small-text {
    font-size: 1.8rem;
    display: block;
    line-height: 1.3;
  }
  .p-psychology-department__block-subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 18px;
    background-color: #fff;
    font-size: 2.8rem;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #ec7a9a;
  }
  .p-psychology-department__block-list {
    margin-top: 24px;
    margin-inline: auto;
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-department__block-list-item {
    width: 49.5%;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-psychology-department__block-list-item-textarea {
    position: absolute;
    left: 20px;
    bottom: 14px;
  }
  .p-psychology-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-psychology-department__block-list-item-title {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    color: #ec7a9a;
    margin-bottom: 5px;
  }
  .p-psychology-department__block-list-item-text {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #ec7a9a;
  }
  .p-psychology-news {
    background-image: unset;
  }
  .p-psychology-news__inner {
    padding: 34px 0 68px;
    max-width: 1360px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-news__title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 410px;
  }
  .p-psychology-news__title {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-news__subtitle {
    font-size: 1.8rem;
    padding-left: 10px;
    letter-spacing: 0.04em;
    padding-top: 5px;
  }
  .p-psychology-news__title-btn {
    margin-left: auto;
    margin-top: -76px;
  }
  .p-psychology-news__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-info {
    background: repeating-linear-gradient(135deg, #ec7a9a, #ec7a9a 4px, #fff 0, #fff 8px);
  }
  .p-psychology-info__inner {
    padding: 34px 0 38px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-psychology-info__btn {
    width: 49%;
    color: #ec7a9a !important;
    background-color: #fff;
    height: 60px;
    position: relative;
    font-size: 2.1rem;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 27px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #ec7a9a;
    border-right: 2px solid #ec7a9a;
  }
  .p-psychology-info__btn:hover {
    opacity: 0.8;
  }
  .p-psychology-research-center__inner {
    padding: 51px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-research-center__btn {
    background-image: url(../img/psychology/research-center_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px;
    padding: 0 74px 0 44px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-psychology-research-center__img {
    width: 470px;
  }
  .p-psychology-research-center__text {
    color: #fff;
    font-size: 1.6rem;
    padding-left: 50px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .p-psychology-research-center__icon {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-psychology-research-center__icon:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 3px solid #ec7a9a;
    border-right: 3px solid #ec7a9a;
  }
  .p-psychology-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-psychology-sns__inner {
    padding-bottom: 95px;
  }
  .p-psychology-pickup {
    padding-bottom: 30px;
  }
  .p-psychology-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-psychology-pickup ul li .-text__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-psychology {
    padding-top: 80px;
    color: #222;
  }
  .p-psychology .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #ffe4ec 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffe4ec 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-psychology .open-campus-caroucel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .p-psychology .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-psychology .p-bio-pickup li .-img {
    position: relative;
  }
  .p-psychology .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 141, 152, 0.2);
  }
  .p-psychology-common-btn {
    color: #ec7a9a !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
  }
  .p-psychology-common-btn.-vertical {
    letter-spacing: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 8px 1px 23px;
    font-size: 10px;
  }
  .p-psychology-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-psychology-common-btn .icon {
    border-radius: 100vmax;
    background-color: #ec7a9a;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-psychology-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-psychology-common-btn02 {
    border-radius: 100vmax;
    border: 2px solid #222;
    width: 240px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
    padding: 0 16px;
    margin-inline: auto;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-psychology-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-psychology-common-btn02:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-psychology-common-btn02:hover {
    opacity: 0.8;
  }
  .p-psychology-mv {
    position: relative;
    background-image: url(../img/psychology/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: 57% center;
    margin-top: 0;
    background-size: cover;
    height: 40vw;
  }
  .p-psychology-mv:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 46px;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 4px, #fff 0, #fff 8px);
  }
  .p-psychology-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    padding: 12px 10px;
  }
  .p-psychology-mv__title .japanese {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
  }
  .p-psychology-mv__title .small-text {
    font-size: 10px;
  }
  .p-psychology-mv__title .small-text.-center {
    display: block;
    margin-inline: auto;
    text-align: center;
  }
  .p-psychology-mv__title .english {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-psychology-lead {
    overflow-x: hidden;
    background-color: #eee;
  }
  .p-psychology-lead__inner {
    max-width: 1110px;
    width: calc(100% - 30px);
    margin-inline: auto;
    padding: 34px 0 27px;
  }
  .p-psychology-lead__title {
    text-align: center;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-psychology-lead__text {
    text-align: center;
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
  .p-psychology-lead__band-wrap {
    margin-top: 26px;
    background-color: #ffd900;
    letter-spacing: 0.08em;
    padding: 9px 0 5px;
    text-align: center;
    margin-inline: auto;
    width: calc(100% - 40px);
  }
  .p-psychology-lead__band {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    position: relative;
  }
  .p-psychology-lead__band-treat01 {
    position: absolute;
    bottom: -5px;
    left: -89px;
    width: 88px;
  }
  .p-psychology-lead__band-treat02 {
    position: absolute;
    top: -25px;
    right: -75px;
    width: 71px;
  }
  .p-psychology-lead__band .bold {
    color: #ec7a9a;
    font-size: 28px;
    line-height: 0.5;
    position: relative;
    top: 2px;
  }
  .p-psychology-lead__band .percent-text {
    font-size: 18px;
  }
  .p-psychology-lead__scroll {
    overflow-x: scroll;
    margin-top: 25px;
    padding: 0 0px;
    margin-right: 0px;
    position: relative;
  }
  .p-psychology-lead__scroll:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-lead__scroll.--scrolled:before {
    opacity: 0;
  }
  .p-psychology-lead__scroll-wrapper {
    min-width: 680px;
  }
  .p-psychology-lead__scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-lead__scroll-item {
    margin-right: 10px;
    width: 335px;
  }
  .p-psychology-lead__scroll-item:last-of-type {
    margin-right: 0;
  }
  .p-psychology-lead__scroll-head {
    background-color: #ec7a9a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 11px;
  }
  .p-psychology-lead__scroll-head-title {
    color: #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    padding: 1px 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .p-psychology-lead__scroll-head-interview {
    width: 80px;
    padding-top: 15px;
  }
  .p-psychology-lead__scroll-body {
    position: relative;
    overflow: hidden;
  }
  .p-psychology-lead__scroll-body-img img {
    height: 198px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
  }
  .p-psychology-lead__scroll-body-textarea {
    background-color: #ec7a9a;
    color: #fff;
    margin-left: auto;
    padding: 12px 15px 19px;
  }
  .p-psychology-lead__scroll-body-title {
    margin-top: 0;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p-psychology-lead__scroll-body-text {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-weight: normal;
  }
  .p-psychology-lead__scroll-body-data {
    margin-top: 10px;
  }
  .p-psychology-lead__scroll-body-data-company {
    line-height: 1;
  }
  .p-psychology-lead__scroll-body-data-company .name {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  .p-psychology-lead__scroll-body-data-company .year {
    padding-left: 5px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .p-psychology-lead__scroll-body-data-graduate {
    line-height: 1;
    margin-top: 3px;
  }
  .p-psychology-lead__scroll-body-data-graduate .name {
    font-size: 9px;
  }
  .p-psychology-lead__scroll-body-data-graduate .graduate {
    font-size: 9px;
    padding-left: 12px;
    letter-spacing: 0.08em;
  }
  .p-psychology-lead__field {
    margin-top: 25px;
  }
  .p-psychology-lead__field-box {
    background-color: #fff;
    padding: 9px 9px 10px 14px;
    border-radius: 0 0 10px 0;
  }
  .p-psychology-lead__field-title .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-psychology-lead__field-title .note {
    font-size: 10px;
    font-weight: bold;
    padding-left: 6px;
    letter-spacing: 0.08em;
  }
  .p-psychology-lead__field-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 34px 0 3px;
  }
  .p-psychology-lead__field-item {
    background-color: #ec7a9a;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 2px 0;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-psychology-lead__field-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-psychology-lead__field-item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
  .p-psychology-lead__field-btn {
    margin-left: auto;
    display: block;
    margin-top: -101px;
  }
  .p-psychology-interview {
    position: relative;
    overflow: hidden;
  }
  .p-psychology-interview:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 1px, #fff 0, #fff 2px);
  }
  .p-psychology-interview__inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 26px 0 30px;
  }
  .p-psychology-interview__title .small-text {
    font-size: 13.5px;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
  }
  .p-psychology-interview__title .title {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 0;
    letter-spacing: 0.11em;
    text-align: center;
    line-height: 1.3;
  }
  .p-psychology-interview__title .title .bold {
    color: #ec7a9a;
  }
  .p-psychology-interview__list {
    margin-top: 22px;
  }
  .p-psychology-interview__list > * + * {
    margin-top: 12px;
  }
  .p-psychology-interview__block-title {
    font-size: 14px;
    letter-spacing: 0.08em;
    background-color: #ec7a9a;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.2;
  }
  .p-psychology-interview__block-text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    font-weight: normal;
    letter-spacing: 0.04em;
  }
  .p-psychology-interview__img {
    width: 170px;
    margin-left: auto;
    position: absolute;
    bottom: -150px;
    right: 50px;
  }
  .p-psychology-interview__img .interview-btn {
    position: absolute;
    top: 90px;
    right: -37px;
    width: 88px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-interview__img .interview-btn:hover {
    opacity: 0.8;
  }
  .p-psychology-interview__data {
    text-align: right;
    line-height: 1.3;
    margin-top: 117px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-psychology-interview__data .school {
    font-size: 11px;
    display: block;
    letter-spacing: 0.05em;
  }
  .p-psychology-interview__data .name {
    font-size: 15px;
    display: block;
    letter-spacing: 0.1em;
  }
  .p-psychology-movie {
    margin-top: 0;
    background: repeating-linear-gradient(135deg, #8fd6f2, #8fd6f2 2px, #fff 0, #fff 4px);
  }
  .p-psychology-movie__inner {
    padding: 16px 0 10px;
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    position: relative;
  }
  .p-psychology-movie__icon01 {
    position: absolute;
    top: 30px;
    right: 98px;
    width: 87px;
    display: none;
  }
  .p-psychology-movie__icon02 {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 165px;
    display: none;
  }
  .p-psychology-movie__wrap {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 700px;
    margin-inline: auto;
  }
  .p-psychology-movie__wrap iframe {
    width: 100%;
    height: 100%;
  }
  .p-psychology-nav-area {
    background-color: #eee;
  }
  .p-psychology-nav {
    position: relative;
    z-index: 100;
    top: 0;
  }
  .p-psychology-nav-area {
    padding-top: 52px;
  }
  .p-psychology-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: auto;
    width: calc(100% - 15px);
  }
  .p-psychology-nav__item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-right: 20px;
  }
  .p-psychology-nav__item:nth-of-type(3) {
    margin-right: 0;
  }
  .p-psychology-nav__item:nth-of-type(n + 4) {
    margin-top: 24px;
  }
  .p-psychology-nav__item:nth-of-type(5) {
    margin-right: 0;
  }
  .p-psychology-nav__icon {
    width: 44px;
    margin-inline: auto;
    display: block;
  }
  .p-psychology-nav__text {
    background-color: #fff;
    border: 1px solid #222;
    padding: 16px 0 16px;
    margin-top: -20px;
    font-size: 11px;
    text-align: center;
    height: 50px;
    line-height: 1.3;
  }
  .p-psychology-nav__text .small-text {
    font-size: 8px;
    display: block;
    margin-top: 2px;
  }
  .p-psychology-reason__inner {
    padding: 60px 0 30px;
    margin-inline: auto;
  }
  .p-psychology-reason__area {
    position: relative;
  }
  .p-psychology-reason__title {
    padding: 0px 16px 10px;
    text-align: center;
  }
  .p-psychology-reason__title .small-text {
    font-size: 14.4px;
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .p-psychology-reason__title .big-text {
    display: block;
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-reason__title .big-text .small-text {
    font-size: 48px;
    display: inline;
  }
  .p-psychology-reason__title .bold {
    color: #ec7a9a;
  }
  .p-psychology-reason__list {
    margin-top: 17px;
    margin-inline: auto;
    max-width: 520px;
  }
  .p-psychology-reason__item {
    position: relative;
    overflow: hidden;
    height: 160px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    display: block;
  }
  .p-psychology-reason__item:last-of-type {
    border-bottom: 1px solid #222;
  }
  .p-psychology-reason__item:before {
    position: absolute;
    content: "";
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236, 122, 154, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .p-psychology-reason__item:hover:before {
    opacity: 1;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-head {
    color: #fff;
    border-color: #fff;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-number {
    opacity: 0.2;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .small-text {
    color: #fff;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .title {
    color: #fff;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .bold,
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .bold02 {
    color: #f9f4bd;
  }
  .p-psychology-reason__item:hover .p-psychology-reason__item-title .text {
    color: #fff;
  }
  .p-psychology-reason__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 160px;
    width: 100%;
  }
  .p-psychology-reason__item-head {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #222;
    border-radius: 100vmax;
    text-align: center;
    font-size: 10px;
    display: block;
    padding: 0px 7px;
    letter-spacing: 0.07em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-textarea {
    position: absolute;
    z-index: 10;
    bottom: 11px;
    left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-number {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    top: 50%;
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11rem;
    line-height: 0.6;
    opacity: 0.6;
    color: #eee;
    font-family: "Gabarito", sans-serif;
  }
  .p-psychology-reason__item-number.-gray {
    color: #666;
    opacity: 0.1;
  }
  .p-psychology-reason__item-title {
    position: relative;
  }
  .p-psychology-reason__item-title .small-text {
    font-size: 13.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    display: block;
  }
  .p-psychology-reason__item-title .bold {
    color: #ec7a9a;
    font-size: 18.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-reason__item-title .bold .number {
    font-size: 24.5px;
  }
  .p-psychology-reason__item-title .bold02 {
    color: #ec7a9a;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-reason__item-title .bold02 .number {
    font-size: 3.7rem;
  }
  .p-psychology-reason__item-title .title {
    font-size: 18.5px;
    display: block;
    line-height: 1.35;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-title .text {
    font-size: 12px;
    display: block;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
  }
  .p-psychology-reason__item-btn {
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-reason__item-treat02_01 {
    position: absolute;
    z-index: 20;
    right: 50px;
    top: 145px;
    width: 187px;
    display: none;
  }
  .p-psychology-reason__btn {
    position: relative;
    margin-top: 25px;
  }
  .p-psychology-reason__banner {
    margin-top: 24px;
    margin-inline: auto;
    width: calc(100% - 30px);
    background-color: #8cbb23;
    border-radius: 15px;
    padding: 12px 10px 13px 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-psychology-reason__banner:hover {
    opacity: 0.8;
  }
  .p-psychology-reason__banner-title {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-psychology-reason__banner-title .small-text {
    font-size: 16.5px;
    color: #fff;
  }
  .p-psychology-reason__banner-title .big-text {
    font-size: 28.5px;
    color: #fff;
    display: block;
    letter-spacing: 0;
  }
  .p-psychology-reason__banner-title .bold {
    color: #ffd900;
  }
  .p-psychology-reason__banner-title .middle-text {
    font-size: 21px;
    padding: 0 8px;
  }
  .p-psychology-reason__banner-text {
    color: #fff;
    font-size: 10px;
    padding-right: 30px;
    padding-top: 11px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-psychology-reason__banner-icon {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: 9px;
    right: 10px;
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-psychology-reason__banner-icon:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid #8cbb23;
    border-right: 1px solid #8cbb23;
  }
  .p-psychology-oc {
    background-color: #ec7a9a;
    overflow-x: hidden;
  }
  .p-psychology-oc__inner {
    padding: 23px 0 27px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-psychology-oc__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 34px;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
    color: #fff;
  }
  .p-psychology-oc__title .bold {
    color: #f9f4bd;
  }
  .p-psychology-oc__title .small-text {
    font-size: 29px;
  }
  .p-psychology-oc__title .sp-big-text {
    font-size: 34px;
  }
  .p-psychology-oc__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    color: #fff;
    margin-top: -3px;
    text-align: center;
  }
  .p-psychology-oc__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: auto;
    margin-top: 21px;
  }
  .p-psychology-oc__list-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    overflow-x: scroll;
  }
  .p-psychology-oc__list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-oc__list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-psychology-oc__list {
    margin-top: 12px;
  }
  .p-psychology-number {
    background: repeating-linear-gradient(135deg, #ec7a9a, #ec7a9a 2px, #fff 0, #fff 4px);
  }
  .p-psychology-number__inner {
    padding: 18px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-number__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-number__title .medium-text {
    font-size: 29px;
  }
  .p-psychology-number__title .bold {
    color: #f9f4bd;
  }
  .p-psychology-number__text {
    font-size: 11px;
    letter-spacing: 0.04em;
  }
  .p-psychology-number__list {
    margin-top: 13px;
    margin-inline: auto;
    width: 97%;
  }
  .p-psychology-number__item {
    margin-bottom: 10px;
    text-align: center;
  }
  .p-psychology-system__inner {
    padding: 20px 0 19px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-system__flex > * + * {
    margin-top: 5px;
  }
  .p-psychology-system__banner {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-system__banner:hover {
    opacity: 0.8;
  }
  .p-psychology-department {
    background-color: #ec7a9a;
  }
  .p-psychology-department__inner {
    padding: 21px 0 0px;
    margin-inline: auto;
  }
  .p-psychology-department__title {
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-psychology-department__title .normal-text {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .p-psychology-department__title .small-text {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-left: 21px;
    letter-spacing: 0;
  }
  .p-psychology-department__anchor {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -42px;
    padding-right: 14px;
    display: none;
  }
  .p-psychology-department__anchor a {
    margin-left: 8px;
  }
  .p-psychology-department__area {
    margin-top: 16px;
  }
  .p-psychology-department__block {
    padding: 20px 0 25px;
  }
  .p-psychology-department__block:nth-of-type(2) {
    background-color: #1299cd;
    padding: 23px 0 26px;
  }
  .p-psychology-department__block-title {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .p-psychology-department__block-title .small-text {
    font-size: 10px;
    display: block;
    line-height: 1.3;
  }
  .p-psychology-department__block-subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 2px;
    letter-spacing: 0.05em;
    color: #ec7a9a;
  }
  .p-psychology-department__block-list {
    margin-top: 15px;
    width: calc(100% - 30px);
    margin-inline: auto;
  }
  .p-psychology-department__block-list-item {
    border-radius: 0 10px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-department__block-list-item:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-psychology-department__block-list-item:hover {
    opacity: 0.8;
  }
  .p-psychology-department__block-list-item-img img {
    width: 100%;
  }
  .p-psychology-department__block-list-item-textarea {
    position: absolute;
    left: 20px;
    bottom: 14px;
  }
  .p-psychology-department__block-list-item-btn {
    position: absolute;
    top: 10px;
    right: 9px;
  }
  .p-psychology-department__block-list-item-title {
    font-size: 17px;
    letter-spacing: 0.08em;
    color: #ec7a9a;
    margin-bottom: 0px;
  }
  .p-psychology-department__block-list-item-text {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ec7a9a;
  }
  .p-psychology-news {
    overflow-x: hidden;
  }
  .p-psychology-news__inner {
    padding: 24px 0 30px;
    margin-inline: auto;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-psychology-news__title-area {
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-psychology-news__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
  }
  .p-psychology-news__subtitle {
    font-size: 12px;
    padding-left: 0px;
    letter-spacing: 0.04em;
    padding-top: 0px;
  }
  .p-psychology-news__title-btn {
    margin-left: auto;
    margin-top: 20px;
    width: 100px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 240px;
  }
  .p-psychology-news__content-wrap {
    overflow-x: scroll;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-psychology-news__content-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-news__content-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-psychology-news__content {
    gap: 2%;
    margin-top: 12px;
    min-width: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-info {
    background: repeating-linear-gradient(135deg, #ec7a9a, #ec7a9a 2px, #fff 0, #fff 4px);
  }
  .p-psychology-info__inner {
    padding: 25px 0 23px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-info__btn {
    color: #ec7a9a !important;
    background-color: #fff;
    height: 50px;
    position: relative;
    font-size: 14px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-info__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-psychology-info__btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 11px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #ec7a9a;
    border-right: 2px solid #ec7a9a;
  }
  .p-psychology-info__btn:hover {
    opacity: 0.8;
  }
  .p-psychology-research-center__inner {
    padding: 26px 0 38px;
    max-width: 1300px;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-research-center__btn {
    background-image: url(../img/psychology/research-center_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
    padding: 33px 23px 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .p-psychology-research-center__btn:hover {
    opacity: 0.8;
  }
  .p-psychology-research-center__img {
    width: 100%;
  }
  .p-psychology-research-center__text {
    color: #fff;
    font-size: 12px;
    padding: 0 0px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 9px;
  }
  .p-psychology-research-center__icon {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vmax;
  }
  .p-psychology-research-center__icon:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid #ec7a9a;
    border-right: 2px solid #ec7a9a;
  }
  .p-psychology-sns {
    background-image: repeating-linear-gradient(60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(220, 245, 255, 0.2) 21px 61px, rgba(250, 250, 250, 0.2) 61px 81px), repeating-linear-gradient(-60deg, rgb(220, 245, 255) 0px 1px, rgba(250, 250, 250, 0.3) 1px 21px, rgba(220, 245, 255, 0.3) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-psychology-sns__inner {
    padding-bottom: 95px;
  }
  .p-psychology-pickup {
    padding-bottom: 30px;
  }
  .p-psychology-pickup ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-pickup ul li a:hover {
    opacity: 0.8;
  }
  .p-psychology-pickup ul li .-text__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-psychology-course .p-psychology-wrapper {
    overflow-x: clip;
  }
  .p-psychology-course__nav {
    position: sticky;
    z-index: 100;
    top: 110px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-psychology-course__nav-inner {
    margin-inline: auto;
    max-width: 1110px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 19px 0;
  }
  .p-psychology-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-course__nav-department {
    color: #ec7a9a;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ec7a9a;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 4px 19px;
    border-radius: 100vmax;
  }
  .p-psychology-course__nav-link {
    display: block;
    font-size: 1.8rem;
    margin-left: 20px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-course__nav-link:hover {
    color: #ec7a9a;
  }
  .p-psychology-course__department {
    position: relative;
  }
  .p-psychology-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #ec7a9a, #ec7a9a 2px, #fff 0, #fff 4px);
  }
  .p-psychology-course__department-title-area {
    padding: 37px 0 18px;
  }
  .p-psychology-course__department-title .big-text {
    color: #666;
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
  }
  .p-psychology-course__department-title .small-text {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -6px;
  }
  .p-psychology-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 18px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-psychology-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17px;
  }
  .p-psychology-course__department-nav-item a {
    color: #ec7a9a;
    border: 1px solid #ec7a9a;
    border-radius: 100vmax;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 6px;
    padding: 3px 57px 3px 17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .p-psychology-course__department-nav-item a:hover {
    background-color: #ec7a9a;
    color: #fff;
  }
  .p-psychology-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-psychology-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #ec7a9a;
  }
  .p-psychology-course__course-block {
    background: repeating-linear-gradient(135deg, #f5bccc, #f5bccc 4px, #fff 0, #fff 8px);
    padding-bottom: 40px;
  }
  .p-psychology-course__course-block-head {
    background-color: #ec7a9a;
    padding: 17px 0 14px;
  }
  .p-psychology-course__course-block-head-inner {
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .p-psychology-course__course-block-head-title .lead-text {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
  }
  .p-psychology-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
  }
  .p-psychology-course__course-block-head-list-item {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-left: 27px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-psychology-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-psychology-course__course-block-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin-inline: auto;
  }
  .p-psychology-course__course-block-body-thumbnail {
    width: 750px;
    position: relative;
  }
  .p-psychology-course__course-block-body-thumbnail-aim {
    position: absolute;
    left: 50px;
    bottom: 33px;
    width: 452px;
  }
  .p-psychology-course__course-block-body-thumbnail-aim.-first .p-psychology-course__course-block-body-thumbnail-aim-title {
    color: #fff07f;
  }
  .p-psychology-course__course-block-body-thumbnail-aim.-first .p-psychology-course__course-block-body-thumbnail-aim-list {
    background-color: #f55a7b;
  }
  .p-psychology-course__course-block-body-thumbnail-aim-title {
    background-color: #54000a;
  }
  .p-psychology-course__course-block-body-thumbnail-aim-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 2px solid #54000a;
    border-radius: 3px;
  }
  .p-psychology-course__course-block-body-thumbnail-aim-list-item {
    color: #fff;
  }
  .p-psychology-course__course-block-body-textarea {
    width: calc(100% - 750px);
    background-color: #fff;
    border-radius: 150px 0 0 150px;
    padding: 73px 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-psychology-course__course-block-body-textarea:before {
    position: absolute;
    content: "";
    width: 50vw;
    height: 100%;
    top: 0;
    right: calc(50% - 50vw);
    background-color: #fff;
  }
  .p-psychology-course__course-block-body-textarea-treat {
    position: absolute;
    top: 57%;
    left: -159px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 243px;
  }
  .p-psychology-course__course-block-body-textarea-treat.-second {
    position: absolute;
    top: 49%;
    left: -153px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 230px;
  }
  .p-psychology-course__course-block-body-textarea-title {
    position: relative;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
  }
  .p-psychology-course__course-block-body-textarea-text {
    position: relative;
    margin-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: normal;
    max-width: 380px;
  }
  .p-psychology-course__course-block-body-textarea-data {
    position: relative;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }
  .p-psychology-course__course-block-table {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 800px;
    position: relative;
  }
  .p-psychology-course__course-block-table-note {
    display: block;
    text-align: right;
    margin-top: 6px;
    font-size: 1.5rem;
  }
  .p-psychology-course__course-block-card {
    position: relative;
    margin-inline: auto;
    max-width: 1300px;
    width: calc(100% - 30px);
    margin-top: -63px;
  }
  .p-psychology-course__course-block-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-psychology-course__course-block-card-item {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .p-psychology-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-psychology-course__course-block-card-title {
    color: #fff;
    background-color: #ec7a9a;
    border-radius: 0 15px 0 0;
    padding: 2px 9px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 17px;
    position: relative;
    height: 160px;
  }
  .p-psychology-course__course-block-card-head {
    color: #ec7a9a;
    border: 1px solid #ec7a9a;
    border-radius: 100vmax;
    display: inline-block;
    width: 100px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .p-psychology-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-psychology-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-psychology-course__course-block-card-list-item {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-psychology-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 16px;
  }
  .p-psychology-course__flow {
    background-color: #f9f4bd;
    padding-bottom: 30px;
  }
  .p-psychology-course__flow-inner {
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 50px 0 30px;
  }
  .p-psychology-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-psychology-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 8px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
    border: 1px solid #222;
  }
  .p-psychology-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .p-psychology-course__flow-list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% + 60px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-course__flow-list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-psychology-course__flow-list.-column-4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-course__flow-list.-column-4 .p-psychology-course__flow-list-item {
    width: 24%;
  }
  .p-psychology-course__flow-list.-column-4 .p-psychology-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #8fd6f2;
  }
  .p-psychology-course__flow-list.-column-4 .p-psychology-course__flow-list-textarea {
    height: 280px;
  }
  .p-psychology-course__flow-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-course__flow-list-item {
    position: relative;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 370px;
  }
  .p-psychology-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-psychology-course__flow-list-item.-omission {
    background-color: #f9f4bd;
    width: 80px;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 0;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title .number {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title .subtitle {
    display: block;
    padding-top: 20px;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title .point {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .p-psychology-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 200px;
    width: 100%;
  }
  .p-psychology-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 10px 20px 10px;
    height: 172px;
  }
  .p-psychology-course__flow-list-head {
    position: absolute;
    top: -14px;
    left: 23px;
    background-color: #ec7a9a;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-psychology-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: -40px;
    right: -10px;
    width: 106px;
    height: 106px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 1.2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-psychology-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    bottom: 10px;
    left: 0px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-psychology-course__flow-list-title {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-psychology-course__flow-list-text {
    font-size: 1.4rem;
    margin-top: 6px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
  .p-psychology-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 4px;
    left: -3px;
    color: #ec7a9a;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-psychology-course__flow-list-year .number {
    font-size: 18rem;
    line-height: 0.8;
    position: relative;
    top: 10px;
  }
  .p-psychology-course__flow-list-year .text {
    font-size: 11rem;
    line-height: 1;
  }
  .p-psychology-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
  .p-psychology-course__flow-list-group.-first .p-psychology-course__flow-list-group-title {
    background-color: #ec7a9a;
  }
  .p-psychology-course__flow-list-group.-second .p-psychology-course__flow-list-group-title {
    background-color: #eb93ac;
  }
  .p-psychology-course__flow-list-group.-third {
    border-right: 1px solid #000;
  }
  .p-psychology-course__flow-list-group.-third .p-psychology-course__flow-list-group-title {
    background-color: #f2b1c3;
  }
  .p-psychology-course__flow-list-group-title {
    color: #fff;
    padding: 3px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    left: 0;
  }
  .p-psychology-course__flow-list-group-title .sticky {
    position: sticky;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 11px;
  }
  .p-psychology-course__flow-list-group-title .year {
    background-color: #fff;
    color: #ec7a9a;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 0px 7px;
    display: block;
    line-height: 1.4;
    margin-right: 11px;
  }
  .p-psychology-course__flow-list-group-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-psychology-course__nav {
    position: sticky;
    z-index: 100;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .p-psychology-course__nav-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 9px 0;
  }
  .p-psychology-course__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-course__nav-block:not(:first-of-type) {
    margin-top: 5px;
  }
  .p-psychology-course__nav-department {
    color: #ec7a9a;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    border: 1px solid #ec7a9a;
    width: 120px;
    display: block;
    padding: 0px 5px;
    border-radius: 100vmax;
  }
  .p-psychology-course__nav-link {
    display: block;
    font-size: 10px;
    margin-left: 9px;
    color: rgba(34, 34, 34, 0.1333333333);
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-course__nav-link:hover {
    color: #ec7a9a;
  }
  .p-psychology-course__department {
    position: relative;
  }
  .p-psychology-course__department.-top-border:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #ec7a9a, #ec7a9a 2px, #fff 0, #fff 4px);
  }
  .p-psychology-course__department-title-area {
    padding: 24px 0 24px;
  }
  .p-psychology-course__department-title .big-text {
    color: #666;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
  .p-psychology-course__department-title .small-text {
    color: #666;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.4;
    margin-top: -2px;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__department-head {
    color: #fff;
    background-color: #666;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 1px;
    margin-top: 9px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .p-psychology-course__department-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-psychology-course__department-nav-item a {
    color: #ec7a9a;
    border: 1px solid #ec7a9a;
    border-radius: 100vmax;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 108px;
    margin: 0 6px;
    padding: 3px 28px 3px 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .p-psychology-course__department-nav-item a:hover {
    background-color: #ec7a9a;
    color: #fff;
  }
  .p-psychology-course__department-nav-item a:hover:before {
    background-color: #fff;
  }
  .p-psychology-course__department-nav-item a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vmax;
    background-color: #ec7a9a;
  }
  .p-psychology-course__course-block {
    background: repeating-linear-gradient(135deg, #f5bccc, #f5bccc 2px, #fff 0, #fff 4px);
    padding-bottom: 14px;
  }
  .p-psychology-course__course-block-head {
    background-color: #ec7a9a;
    padding: 23px 0 20px;
  }
  .p-psychology-course__course-block-head-inner {
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .p-psychology-course__course-block-head-title .big-text {
    color: #fff;
    display: block;
    font-size: 19px;
    letter-spacing: 0.08em;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .p-psychology-course__course-block-head-title .lead-text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.06em;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
  }
  .p-psychology-course__course-block-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-psychology-course__course-block-head-list-item {
    font-size: 10px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 18px;
    letter-spacing: 0.06em;
  }
  .p-psychology-course__course-block-head-list-item:before {
    position: absolute;
    content: "◆";
    width: 15px;
    height: 15px;
    top: 7px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-psychology-course__course-block-body-thumbnail {
    position: relative;
  }
  .p-psychology-course__course-block-body-thumbnail-aim {
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 325px;
  }
  .p-psychology-course__course-block-body-textarea {
    background-color: #fff;
    border-radius: 90px 0 0 90px;
    padding: 44px 10px 32px 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .p-psychology-course__course-block-body-textarea-treat {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 142px;
  }
  .p-psychology-course__course-block-body-textarea-treat.-second {
    left: -21px;
  }
  .p-psychology-course__course-block-body-textarea-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: 0.2rem;
    position: relative;
    z-index: 10;
  }
  .p-psychology-course__course-block-body-textarea-text {
    margin-top: 7px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-size: 11px;
    position: relative;
    z-index: 10;
  }
  .p-psychology-course__course-block-body-textarea-data {
    margin-top: 8px;
    letter-spacing: 0.08em;
    font-size: 10px;
    position: relative;
    z-index: 10;
  }
  .p-psychology-course__course-block-table {
    margin-top: 23px;
    margin-inline: auto;
    width: 86%;
    position: relative;
  }
  .p-psychology-course__course-block-table-note {
    display: block;
    text-align: right;
    font-size: 10px;
  }
  .p-psychology-course__course-block-table-icon {
    position: absolute;
    bottom: 17px;
    right: -12px;
    width: 40px;
  }
  .p-psychology-course__course-block-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    margin-top: -10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: scroll;
  }
  .p-psychology-course__course-block-card-wrap {
    min-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-course__course-block-card-item {
    width: 180px;
    margin-right: 30px;
  }
  .p-psychology-course__course-block-card-item:last-of-type {
    margin-right: 0;
  }
  .p-psychology-course__course-block-card-title {
    color: #fff;
    background-color: #ec7a9a;
    border-radius: 0 10px 0 0;
    padding: 3px 9px;
    font-size: 13.5px;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__course-block-card-textarea {
    background-color: #fff;
    padding: 8px 15px;
    position: relative;
    height: 130px;
  }
  .p-psychology-course__course-block-card-head {
    color: #ec7a9a;
    border: 1px solid #ec7a9a;
    border-radius: 7px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    font-size: 10px;
  }
  .p-psychology-course__course-block-card-list {
    margin-top: 6px;
  }
  .p-psychology-course__course-block-card-list > * + * {
    margin-top: 2px;
  }
  .p-psychology-course__course-block-card-list-item {
    font-size: 10px;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__course-block-card-list-item:before {
    position: absolute;
    content: "◆";
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url();
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-psychology-course__course-block-card-etc {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 11px;
    right: 9px;
    font-size: 10px;
  }
  .p-psychology-course__flow {
    background-color: #f9f4bd;
    padding-bottom: 30px;
  }
  .p-psychology-course__flow-inner {
    max-width: 1110px;
    margin-inline: auto;
    width: calc(100% - 30px);
    padding: 35px 0 30px;
  }
  .p-psychology-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 11px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 20px 0 0;
  }
  .p-psychology-course__flow-title {
    font-size: 1.8rem;
    background-color: #fff;
    padding: 3px 20px;
    letter-spacing: 0.1em;
    border-radius: 0 10px 0 0;
    border: 1px solid #222;
    text-align: center;
  }
  .p-psychology-course__flow-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .p-psychology-course__flow-list-wrap:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/top/oc_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% + 60px);
    right: 0%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-course__flow-list-wrap.--scrolled:before {
    opacity: 0;
  }
  .p-psychology-course__flow-list.-column-4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-course__flow-list.-column-4 .p-psychology-course__flow-list-item {
    width: 24%;
  }
  .p-psychology-course__flow-list.-column-4 .p-psychology-course__flow-list-item.-middle {
    width: 46px;
    background-color: #ffd900;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #8fd6f2;
  }
  .p-psychology-course__flow-list.-column-4 .p-psychology-course__flow-list-textarea {
    height: 280px;
  }
  .p-psychology-course__flow-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-course__flow-list-item {
    position: relative;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 277px;
  }
  .p-psychology-course__flow-list-item:last-of-type {
    border-right: none;
  }
  .p-psychology-course__flow-list-item.-omission {
    background-color: #f9f4bd;
    width: 60px;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 30px 0 0;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title .number {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title .subtitle {
    display: block;
    padding-top: 20px;
    letter-spacing: 0.1em;
  }
  .p-psychology-course__flow-list-item.-omission .p-psychology-course__flow-list-title .point {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .p-psychology-course__flow-list-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 147px;
    width: 100%;
  }
  .p-psychology-course__flow-list-textarea {
    background-color: #fff;
    position: relative;
    padding: 10px 16px 10px;
    height: 125px;
  }
  .p-psychology-course__flow-list-head {
    position: absolute;
    top: -9px;
    left: 18px;
    background-color: #ec7a9a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1px 1px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .p-psychology-course__flow-list-bubble {
    position: absolute;
    z-index: 10;
    top: -40px;
    right: -10px;
    width: 106px;
    height: 106px;
    background-color: #ffd900;
    border-radius: 100vmax;
    font-size: 1.2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.2;
  }
  .p-psychology-course__flow-list-bubble:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 20px;
    bottom: 10px;
    left: 0px;
    background-color: #ffd900;
    clip-path: polygon(59% 21%, 0% 100%, 100% 75%);
  }
  .p-psychology-course__flow-list-title {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-psychology-course__flow-list-text {
    font-size: 1.1rem;
    margin-top: 6px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }
  .p-psychology-course__flow-list-year {
    position: absolute;
    z-index: 0;
    bottom: 4px;
    left: -3px;
    color: #ec7a9a;
    opacity: 0.5;
    line-height: 1;
    white-space: nowrap;
  }
  .p-psychology-course__flow-list-year .number {
    font-size: 14rem;
    line-height: 0.8;
    position: relative;
    top: 10px;
  }
  .p-psychology-course__flow-list-year .text {
    font-size: 8rem;
    line-height: 1;
  }
  .p-psychology-course__flow-list-year .vertical {
    font-size: 5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: relative;
    top: 9px;
  }
  .p-psychology-course__flow-list-group.-first .p-psychology-course__flow-list-group-title {
    background-color: #ec7a9a;
  }
  .p-psychology-course__flow-list-group.-second .p-psychology-course__flow-list-group-title {
    background-color: #eb93ac;
  }
  .p-psychology-course__flow-list-group.-third {
    border-right: 1px solid #000;
  }
  .p-psychology-course__flow-list-group.-third .p-psychology-course__flow-list-group-title {
    background-color: #f2b1c3;
  }
  .p-psychology-course__flow-list-group-title {
    color: #fff;
    padding: 3px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.35rem;
    letter-spacing: 0.03em;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    left: 0;
  }
  .p-psychology-course__flow-list-group-title .sticky {
    position: sticky;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 11px;
  }
  .p-psychology-course__flow-list-group-title .year {
    background-color: #fff;
    color: #ec7a9a;
    font-weight: bold;
    font-size: 1.35rem;
    padding: 0px 4px;
    display: block;
    line-height: 1.4;
    margin-right: 8px;
  }
  .p-psychology-course__flow-list-group-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-jimu-strengths .p-bio-sns {
  background-image: repeating-linear-gradient(60deg, #ffefd7 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 221, 187, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffefd7 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 221, 187, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
}
.p-jimu-strengths sup {
  font-size: 80%;
  vertical-align: bottom;
}
.p-jimu-strengths-com-add-arw {
  position: relative;
}
.p-jimu-strengths-com-add-arw::after {
  content: "";
  display: block;
  width: 40px;
  height: 20px;
  background: url(../img/m-cording/strengths/reason02_arw.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(50% - 10px);
  right: -22px;
}
.p-jimu-strengths .p-bio-pickup li .-img {
  position: relative;
}
.p-jimu-strengths .p-bio-pickup li .-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 195, 82, 0.2);
}
@media only screen and (min-width: 769px) {
  .p-jimu-strengths .p-strengths-nav a:hover {
    color: #f5ac3c;
  }
}
.p-jimu-strengths .p-strengths-reason__num {
  border: 1px solid #f5ac3c;
  color: #f5ac3c;
}
.p-jimu-strengths .p-strengths-reason__num::after {
  background: #f5ac3c;
}
.p-jimu-strengths .p-strengths-reason__title--main span {
  color: #f5ac3c;
}
.p-jimu-strengths .p-strengths-reason__title--bottom {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, #f5ac3c));
  background: linear-gradient(transparent 5%, #f5ac3c 5%);
}
.p-jimu-strengths .p-strengths-reason__under-title h3 {
  background: #f5ac3c;
}
.p-jimu-strengths-reason01 {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  font-size: 1.4rem;
  padding-bottom: 110px;
}
.p-jimu-strengths-reason01__under-title.--2nd {
  margin-top: 60px;
}
.p-jimu-strengths-reason01-student {
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
}
.p-jimu-strengths-reason01-student .-img {
  width: 32%;
}
.p-jimu-strengths-reason01-student .-textarea {
  width: 68%;
  padding: 15px 20px;
}
.p-jimu-strengths-reason01-student .-textarea h4 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-jimu-strengths-reason01-img-block {
  background: #fff;
  border: 1px solid #222222;
  padding: 5px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.p-jimu-strengths-reason01-img-block__text {
  width: 44%;
  padding-top: 10px;
}
.p-jimu-strengths-reason01-img-block__text p {
  font-size: 1.4rem;
}
.p-jimu-strengths-reason01-img-block__img {
  width: 53%;
}
.p-jimu-strengths-reason01-4block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  margin-top: 10px;
  border: 1px solid #222222;
}
.p-jimu-strengths-reason01-4block__text {
  width: 100%;
  padding: 25px 20px;
}
.p-jimu-strengths-reason01-4block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-jimu-strengths-reason01-4block__block:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason01-4block__block:nth-child(4n) {
  border-right: none;
}
.p-jimu-strengths-reason01-4block__block:nth-child(n+5) {
  border-top: 1px solid #222222;
}
.p-jimu-strengths-reason01-4block__block .-text__title {
  color: #f5ac3c;
}
.p-jimu-strengths-reason01-3block {
  margin-top: 0;
  border-top: 0;
}
.p-jimu-strengths-reason01-3block__text {
  width: 100%;
}
.p-jimu-strengths-reason01-3block__block {
  width: 33.3333333333%;
}
.p-jimu-strengths-reason01-3block__block:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason01-3block__block:nth-child(3n) {
  border-right: none;
}
.p-jimu-strengths-reason01-3block__block:nth-child(n+4) {
  border-top: 1px solid #222222;
}
.p-jimu-strengths-reason01-3block__block .-text__title {
  color: #f5ac3c;
}
.p-jimu-strengths-reason01-3block__block .-text__title small {
  font-size: 1.8rem;
}
.p-jimu-strengths-reason01-skill {
  margin-top: 55px;
  border: 1px solid #222222;
  background: #fff;
  font-size: 1.8rem;
  color: #f5ac3c;
  font-weight: bold;
}
.p-jimu-strengths-reason01-skill__title {
  border-bottom: 1px solid #222222;
}
.p-jimu-strengths-reason01-skill__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-jimu-strengths-reason01-skill__imgs li {
  width: 50%;
}
.p-jimu-strengths-reason01-skill__imgs li:first-child {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason01-skill__imgs li .-text {
  padding: 15px;
}
.p-jimu-strengths-reason01-skill__day {
  border-top: 1px solid #222222;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-jimu-strengths-reason01-skill__day--current {
  width: 40%;
}
.p-jimu-strengths-reason01-skill__day--current .-img {
  margin-top: 15px;
  text-align: center;
}
.p-jimu-strengths-reason01-skill__day--one {
  width: 55%;
}
.p-jimu-strengths-reason01-voice {
  border: 1px solid #222222;
  background: #fff;
  margin-top: 10px;
  padding: 20px 190px 20px 20px;
}
.p-jimu-strengths-reason01-voice .-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-jimu-strengths-reason01-voice .-sub {
  font-size: 2.2rem;
  font-weight: bold;
  color: #f5ac3c;
  margin-bottom: 10px;
}
.p-jimu-strengths-reason01-voice .-text {
  line-height: 2;
}
.p-jimu-strengths-reason01-voice .-deco {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.p-jimu-strengths-reason02 {
  font-size: 1.4rem;
  padding-bottom: 50px;
}
.p-jimu-strengths-reason02__under-title:last-child {
  margin-top: 10px;
}
.p-jimu-strengths-reason02-step {
  background: #fff;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-jimu-strengths-reason02-step__card {
  width: 25%;
  padding: 20px 15px 15px;
  text-align: center;
}
.p-jimu-strengths-reason02-step__card:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason02-step__card:last-child {
  background: url(../img/m-cording/strengths/reason02_person.jpg) no-repeat;
  background-size: 76%;
  background-position: center bottom;
}
.p-jimu-strengths-reason02-step__card .-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #f5ac3c;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 95px;
  height: 30px;
  margin: 0 auto 10px;
  border-radius: 30px;
}
.p-jimu-strengths-reason02-step__card .-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f5ac3c;
}
.p-jimu-strengths-reason02-step__card .-text {
  text-align: justify;
}
.p-jimu-strengths-reason02-past {
  background: #fff;
  border: 1px solid #222222;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-jimu-strengths-reason02-past__block h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f5ac3c;
  margin-bottom: 10px;
}
.p-jimu-strengths-reason02-past__block:first-child {
  width: 44%;
}
.p-jimu-strengths-reason02-past__block:first-child ul {
  max-width: 420px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.p-jimu-strengths-reason02-past__block:first-child ul li {
  font-size: 2rem;
  width: 50%;
  font-weight: bold;
}
.p-jimu-strengths-reason02-past__block:last-child {
  width: 56%;
}
.p-jimu-strengths-reason02-past__block:last-child .-img {
  margin-left: 30px;
}
.p-jimu-strengths-reason03 {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 1.4rem;
}
.p-jimu-strengths-reason03 h4 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-jimu-strengths-reason03__under-title:nth-child(n+2) {
  margin-top: 10px;
}
.p-jimu-strengths-reason03-get {
  border: 1px solid #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 1px solid #222222;
}
.p-jimu-strengths-reason03-get__text {
  width: 74%;
}
.p-jimu-strengths-reason03-get__text h4 {
  margin-bottom: 20px;
}
.p-jimu-strengths-reason03-get__text p {
  line-height: 2;
}
.p-jimu-strengths-reason03-get__img {
  width: 25%;
  text-align: center;
}
.p-jimu-strengths-reason03-support {
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
.p-jimu-strengths-reason03-support__com-card {
  padding: 20px;
}
.p-jimu-strengths-reason03-support__com-card h4 {
  margin-bottom: 15px;
}
.p-jimu-strengths-reason03-support__com-card .-mdltext {
  color: #f5ac3c;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-jimu-strengths-reason03-support__com-card h5 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #f5ac3c;
}
.p-jimu-strengths-reason03-support__com-card h5 small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 27px;
  line-height: 1;
  background: #f5ac3c;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 27px;
}
.p-jimu-strengths-reason03-support__one {
  width: 31%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.p-jimu-strengths-reason03-support__one .-mdltext {
  text-align: center;
}
.p-jimu-strengths-reason03-support__two {
  width: 69%;
  border-bottom: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-jimu-strengths-reason03-support__two-card:first-child {
  width: 47%;
}
.p-jimu-strengths-reason03-support__two-card:first-child .-mdltext {
  margin-bottom: 20px;
}
.p-jimu-strengths-reason03-support__two-card:last-child {
  width: 53%;
}
.p-jimu-strengths-reason03-support__three {
  width: 57%;
  border-right: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.p-jimu-strengths-reason03-support__three .-textarea {
  width: 65%;
  padding: 20px 20px 10px;
}
.p-jimu-strengths-reason03-support__three .-textarea h4 {
  margin-bottom: 0;
}
.p-jimu-strengths-reason03-support__three .-textarea .-mdltext {
  margin-bottom: 0;
}
.p-jimu-strengths-reason03-support__three .-textarea .-small {
  font-size: 2.2rem;
  color: #f5ac3c;
  display: block;
  font-weight: bold;
}
.p-jimu-strengths-reason03-support__three .-img {
  width: 35%;
}
.p-jimu-strengths-reason03-support__four {
  width: 43%;
}
.p-jimu-strengths-reason03-support__four-card {
  position: relative;
  padding: 28.5px 25px;
}
.p-jimu-strengths-reason03-support__four-card .-img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.p-jimu-strengths-reason03-support__four-card:first-child {
  border-bottom: 1px solid #222222;
}
.p-jimu-strengths-reason03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #222222;
  background: #fff;
}
.p-jimu-strengths-reason03-list-card {
  width: 50%;
  padding: 25px 20px 20px;
}
.p-jimu-strengths-reason03-list-card h4 {
  margin-bottom: 15px;
}
.p-jimu-strengths-reason03-list-card ul li {
  color: #f5ac3c;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-jimu-strengths-reason03-list-card:first-child {
  border-right: 1px solid #222222;
  position: relative;
}
.p-jimu-strengths-reason03-list-card:first-child ul li {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.p-jimu-strengths-reason03-list-card:first-child .-img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 230px);
  width: 460px;
}
.p-jimu-strengths-reason04 {
  font-size: 1.4rem;
  padding-bottom: 70px;
}
.p-jimu-strengths-reason04__under-title:nth-child(n+2) {
  margin-top: 10px;
}
.p-jimu-strengths-reason04 h4 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.p-jimu-strengths-reason04-charenge {
  background: #fff;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-jimu-strengths-reason04-charenge__card {
  width: 25%;
  padding: 20px 20px 30px;
}
.p-jimu-strengths-reason04-charenge__card:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason04-charenge__card .-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f5ac3c;
}
.p-jimu-strengths-reason04-charenge__card .-text {
  line-height: 1.6;
}
.p-jimu-strengths-reason04-step {
  background: #fff;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-jimu-strengths-reason04-step__card {
  width: 25%;
  padding: 20px 15px 15px;
  text-align: center;
}
.p-jimu-strengths-reason04-step__card:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason04-step__card:last-child {
  background: #f5ac3c;
}
.p-jimu-strengths-reason04-step__card .-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #f5ac3c;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  width: 95px;
  height: 30px;
  margin: 0 auto 10px;
  border-radius: 30px;
}
.p-jimu-strengths-reason04-step__card .-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f5ac3c;
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-jimu-strengths-reason04-step__card .-text {
  text-align: justify;
}
.p-jimu-strengths-reason04-step__card .-last-titile {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.p-jimu-strengths-reason04-work {
  background: #fff;
  border: 1px solid #222222;
}
.p-jimu-strengths-reason04-work__card {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-jimu-strengths-reason04-work__card:nth-child(n+2) {
  border-top: 1px solid #222222;
}
.p-jimu-strengths-reason04-work__card:last-child {
  position: relative;
}
.p-jimu-strengths-reason04-work__card:last-child .-textarea {
  width: 100%;
}
.p-jimu-strengths-reason04-work__card:last-child .-img-d {
  position: absolute;
  bottom: -65px;
  right: 80px;
}
.p-jimu-strengths-reason04-work__card .-textarea {
  width: 60%;
}
.p-jimu-strengths-reason04-work__card .-textarea h4 {
  margin-bottom: 15px;
}
.p-jimu-strengths-reason04-work__card .-textarea p {
  line-height: 2;
}
.p-jimu-strengths-reason04-work__card .-textarea .-imgtxt {
  margin-top: 15px;
}
.p-jimu-strengths-reason04-work__card .-textarea .-imgtxt img {
  max-width: 621px;
}
.p-jimu-strengths-reason04-work__card .-textarea .-dots {
  font-size: 1.8rem;
  color: #f5ac3c;
  font-weight: bold;
}
.p-jimu-strengths-reason04-work__card .-img {
  width: 35%;
}
.p-jimu-strengths-reason04-past {
  background: #fff;
  border: 1px solid #222222;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-jimu-strengths-reason04-past__block h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f5ac3c;
  margin-bottom: 20px;
}
.p-jimu-strengths-reason04-past__block:first-child {
  width: 42%;
}
.p-jimu-strengths-reason04-past__block:first-child ul {
  max-width: 420px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
.p-jimu-strengths-reason04-past__block:first-child ul li {
  font-size: 2rem;
  width: 50%;
  font-weight: bold;
}
.p-jimu-strengths-reason04-past__block:last-child {
  width: 55%;
}
.p-jimu-strengths-reason05 {
  padding-bottom: 55px;
}
.p-jimu-strengths-reason05-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #222222;
  background: #fff;
}
.p-jimu-strengths-reason05-event__card {
  width: 50%;
  padding: 30px 20px 20px;
  position: relative;
}
.p-jimu-strengths-reason05-event__card:nth-child(2n+1) {
  border-right: 1px solid #222222;
}
.p-jimu-strengths-reason05-event__card:nth-child(n+3) {
  border-top: 1px solid #222222;
}
.p-jimu-strengths-reason05-event__card .-event {
  width: 100px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #f5ac3c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-jimu-strengths-reason05-event__card .-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-jimu-strengths-reason05-event__card .-deco {
  position: absolute;
  bottom: 20px;
}
.p-jimu-strengths-reason05-event__card .-deco.--1st {
  right: 10px;
}
.p-jimu-strengths-reason05-event__card .-deco.--2nd {
  right: 25px;
}
.p-jimu-strengths-reason05-event__card .-deco.--3rd {
  bottom: 50px;
  right: -20px;
}
.p-jimu-strengths-reason05-event__card .-deco.--4th {
  right: 10px;
}
.p-jimu-strengths-reason05-season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #222222;
  border-right: none;
  margin-top: 10px;
}
.p-jimu-strengths-reason05-season__card {
  width: 16.6666666667%;
  border-right: 1px solid #222222;
  background: #fff;
}
.p-jimu-strengths-reason05-season__card:nth-child(n+7) {
  border-top: 1px solid #222222;
}
.p-jimu-strengths-reason05-season__card .-img img {
  width: 100%;
}
.p-jimu-strengths-reason05-season__card .-textarea {
  padding: 20px 10px;
}
.p-jimu-strengths-reason05-season__card .-textarea li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.p-jimu-strengths-reason05-season__card .-textarea li:not(:last-child) {
  margin-bottom: 3px;
}

@media only screen and (max-width: 768px) {
  .p-jimu-strengths sup {
    font-size: 80%;
    vertical-align: bottom;
  }
  .p-jimu-strengths-com-add-arw {
    position: relative;
  }
  .p-jimu-strengths-com-add-arw::after {
    content: "";
    display: block;
    width: 40px;
    height: 20px;
    background: url(../img/m-cording/strengths/reason02_arw.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: calc(50% - 10px);
    right: -22px;
  }
  .p-jimu-strengths .p-strengths-reason .-w {
    height: 60px;
    text-align: center;
    line-height: 1.4;
  }
  .p-jimu-strengths-reason01 {
    margin-top: 0;
    font-size: 1.2rem;
    padding-bottom: 60px;
  }
  .p-jimu-strengths-reason01__under-title.--2nd {
    margin-top: 30px;
  }
  .p-jimu-strengths-reason01-student {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-jimu-strengths-reason01-student .-img {
    width: 100%;
  }
  .p-jimu-strengths-reason01-student .-textarea {
    width: 100%;
  }
  .p-jimu-strengths-reason01-student .-textarea h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason01-student .-textarea P {
    line-height: 1.8;
  }
  .p-jimu-strengths-reason01-4block {
    margin-top: 10px;
    border: none;
    background: none !important;
  }
  .p-jimu-strengths-reason01-4block__top {
    border: none;
  }
  .p-jimu-strengths-reason01-4block__text {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #222222;
    background: #fff;
  }
  .p-jimu-strengths-reason01-4block__text h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-jimu-strengths-reason01-4block__wrap {
    width: 2160px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-4block__block {
    display: block;
    width: 270px;
    background: #fff;
    border-left: none !important;
  }
  .p-jimu-strengths-reason01-4block__block:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-4block__block:nth-child(4n) {
    border-right: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-4block__block:nth-child(n+5) {
    border-top: none;
  }
  .p-jimu-strengths-reason01-4block__block-sp {
    display: block;
    border: none !important;
  }
  .p-jimu-strengths-reason01-4block__block .-img {
    width: 100%;
  }
  .p-jimu-strengths-reason01-4block__block .-text {
    width: 100%;
  }
  .p-jimu-strengths-reason01-4block__block .-text__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason01-4block__block .-text p {
    font-size: 1.2rem;
  }
  .p-jimu-strengths-reason01-3block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 1620px;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-3block__text {
    width: 100%;
  }
  .p-jimu-strengths-reason01-3block__block {
    width: 270px;
    display: block;
    border-left: none;
  }
  .p-jimu-strengths-reason01-3block__block-sp {
    display: block;
  }
  .p-jimu-strengths-reason01-3block__block:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-3block__block:nth-child(3n) {
    border-right: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-3block__block:nth-child(n+4) {
    border-top: none;
  }
  .p-jimu-strengths-reason01-3block__block .-img {
    width: 100%;
  }
  .p-jimu-strengths-reason01-3block__block .-text {
    width: 100%;
  }
  .p-jimu-strengths-reason01-3block__block .-text__title small {
    font-size: 1.8rem;
  }
  .p-jimu-strengths-reason01-skill {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .p-jimu-strengths-reason01-skill__imgs li {
    width: 100%;
  }
  .p-jimu-strengths-reason01-skill__imgs li:first-child {
    border-right: none;
    border-bottom: 1px solid #222222;
  }
  .p-jimu-strengths-reason01-skill__imgs li .-text {
    padding: 15px;
    font-size: 1.4rem;
  }
  .p-jimu-strengths-reason01-skill__day {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason01-skill__day--current {
    width: 100%;
  }
  .p-jimu-strengths-reason01-skill__day--current .-text {
    font-size: 1.4rem;
  }
  .p-jimu-strengths-reason01-skill__day--current .-img {
    text-align: center;
  }
  .p-jimu-strengths-reason01-skill__day--current .-img img {
    width: 250px !important;
  }
  .p-jimu-strengths-reason01-skill__day--one {
    width: 100%;
    text-align: center;
    max-width: 360px;
    margin: 20px auto 0;
  }
  .p-jimu-strengths-reason01-voice {
    padding: 20px 120px 20px 20px;
    position: relative;
  }
  .p-jimu-strengths-reason01-voice .-title {
    font-size: 1.6rem;
  }
  .p-jimu-strengths-reason01-voice .-sub {
    font-size: 1.4rem;
  }
  .p-jimu-strengths-reason01-voice .-text {
    line-height: 1.6;
  }
  .p-jimu-strengths-reason01-voice .-deco {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 120px;
  }
  .p-jimu-strengths-reason02 {
    font-size: 1.2rem;
    padding-bottom: 60px;
  }
  .p-jimu-strengths-reason02__under-title:last-child {
    margin-top: 25px;
  }
  .p-jimu-strengths-reason02-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
  }
  .p-jimu-strengths-reason02-step__card {
    width: 160px;
    padding: 15px;
    text-align: center;
  }
  .p-jimu-strengths-reason02-step__card:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-jimu-strengths-reason02-step__card:last-child {
    background: url(../img/m-cording/strengths/reason02_person.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .p-jimu-strengths-reason02-step__card .-num {
    font-size: 1rem;
    width: 70px;
    height: 23px;
    margin: 0 auto 5px;
    border-radius: 23px;
  }
  .p-jimu-strengths-reason02-step__card .-title {
    font-size: 1.4rem;
    margin-bottom: 7px;
    text-align: center;
  }
  .p-jimu-strengths-reason02-step__card .-text {
    text-align: justify;
  }
  .p-jimu-strengths-reason02-past {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason02-past__block h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason02-past__block:first-child {
    width: 100%;
  }
  .p-jimu-strengths-reason02-past__block:first-child ul {
    max-width: 270px;
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px 0;
  }
  .p-jimu-strengths-reason02-past__block:first-child ul li {
    font-size: 1.4rem;
    width: 60%;
  }
  .p-jimu-strengths-reason02-past__block:first-child ul li:nth-child(2n) {
    width: 40%;
  }
  .p-jimu-strengths-reason02-past__block:last-child {
    margin-top: 20px;
    width: 100%;
  }
  .p-jimu-strengths-reason02-past__block:last-child .-img {
    margin-left: 0;
    width: 220px;
    margin: 0 auto;
  }
  .p-jimu-strengths-reason03 {
    padding-bottom: 60px;
    font-size: 1.2rem;
  }
  .p-jimu-strengths-reason03 h4 {
    font-size: 1.9rem;
  }
  .p-jimu-strengths-reason03__under-title:nth-child(n+2) {
    margin-top: 25px;
  }
  .p-jimu-strengths-reason03-get {
    padding: 15px 20px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason03-get__text {
    width: 100%;
  }
  .p-jimu-strengths-reason03-get__text h4 {
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason03-get__text p {
    line-height: 1.8;
  }
  .p-jimu-strengths-reason03-get__img {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .p-jimu-strengths-reason03-get__img img {
    max-width: 170px;
  }
  .p-jimu-strengths-reason03-support {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason03-support__com-card {
    padding: 15px 20px;
  }
  .p-jimu-strengths-reason03-support__com-card h4 {
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason03-support__com-card .-mdltext {
    color: #f5ac3c;
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
  .p-jimu-strengths-reason03-support__com-card h5 {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  .p-jimu-strengths-reason03-support__com-card h5 small {
    width: 120px;
    height: 20px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
  .p-jimu-strengths-reason03-support__one {
    width: 100%;
    border-right: none;
    border-bottom: none;
    border-bottom: 1px solid #222222;
  }
  .p-jimu-strengths-reason03-support__one .-mdltext {
    text-align: center;
  }
  .p-jimu-strengths-reason03-support__one .-img {
    width: 240px;
    margin: 0 auto;
  }
  .p-jimu-strengths-reason03-support__two {
    width: 100%;
    border-bottom: 1px solid #222222;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason03-support__two-card h5 {
    padding-left: 20px;
  }
  .p-jimu-strengths-reason03-support__two-card:first-child {
    width: 100%;
  }
  .p-jimu-strengths-reason03-support__two-card:last-child {
    width: 100%;
  }
  .p-jimu-strengths-reason03-support__three {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #222222;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-jimu-strengths-reason03-support__three .-textarea {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .p-jimu-strengths-reason03-support__three .-textarea h4 {
    margin-bottom: 0;
  }
  .p-jimu-strengths-reason03-support__three .-textarea .-mdltext {
    margin: 10px 0;
  }
  .p-jimu-strengths-reason03-support__three .-textarea .-small {
    font-size: 1.6rem;
  }
  .p-jimu-strengths-reason03-support__three .-img {
    width: 100%;
  }
  .p-jimu-strengths-reason03-support__four {
    width: 100%;
  }
  .p-jimu-strengths-reason03-support__four-card {
    position: relative;
    padding: 25px 20px;
  }
  .p-jimu-strengths-reason03-support__four-card .-txt img {
    height: 35px !important;
    width: auto !important;
  }
  .p-jimu-strengths-reason03-support__four-card .-img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 80px;
  }
  .p-jimu-strengths-reason03-support__four-card:first-child {
    border-bottom: 1px solid #222222;
  }
  .p-jimu-strengths-reason03-support__four-card:first-child .-img {
    width: 130px;
  }
  .p-jimu-strengths-reason03-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason03-list-card {
    width: 100%;
    padding: 10px 20px;
  }
  .p-jimu-strengths-reason03-list-card h4 {
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason03-list-card ul li {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-jimu-strengths-reason03-list-card:first-child {
    padding-bottom: 0;
    border-right: none;
    border-bottom: 1px solid #222222;
  }
  .p-jimu-strengths-reason03-list-card:first-child ul li {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason03-list-card:first-child .-img {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 310px;
    width: 100%;
    margin: 10px auto 0;
  }
  .p-jimu-strengths-reason04 {
    font-size: 1.2rem;
    padding-bottom: 60px;
  }
  .p-jimu-strengths-reason04__under-title:nth-child(n+2) {
    margin-top: 25px;
  }
  .p-jimu-strengths-reason04 h4 {
    font-size: 1.6rem;
  }
  .p-jimu-strengths-reason04-charenge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-jimu-strengths-reason04-charenge__card {
    width: 100%;
    padding: 15px 20px;
  }
  .p-jimu-strengths-reason04-charenge__card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #222222;
  }
  .p-jimu-strengths-reason04-charenge__card .-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason04-charenge__card .-text {
    line-height: 1.6;
  }
  .p-jimu-strengths-reason04-step {
    width: 800px;
  }
  .p-jimu-strengths-reason04-step__card {
    width: 200px;
    padding: 20px;
  }
  .p-jimu-strengths-reason04-step__card .-num {
    font-size: 1rem;
    width: 70px;
    height: 23px;
    margin: 0 auto 7px;
    border-radius: 23px;
  }
  .p-jimu-strengths-reason04-step__card .-title {
    font-size: 1.6rem;
    margin-bottom: 7px;
    min-height: 70px;
  }
  .p-jimu-strengths-reason04-step__card .-last-titile {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .p-jimu-strengths-reason04-work__card {
    padding: 15px 20px;
  }
  .p-jimu-strengths-reason04-work__card:last-child {
    position: relative;
  }
  .p-jimu-strengths-reason04-work__card:last-child .-textarea {
    width: 100%;
  }
  .p-jimu-strengths-reason04-work__card:last-child .-img-d {
    position: absolute;
    bottom: -20px;
    right: 15px;
    width: 110px;
  }
  .p-jimu-strengths-reason04-work__card .-textarea {
    width: 100%;
  }
  .p-jimu-strengths-reason04-work__card .-textarea h4 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason04-work__card .-textarea p {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .p-jimu-strengths-reason04-work__card .-textarea .-imgtxt {
    margin: 10px 0 20px;
    text-align: center;
  }
  .p-jimu-strengths-reason04-work__card .-textarea .-imgtxt img {
    max-width: 250px;
  }
  .p-jimu-strengths-reason04-work__card .-textarea .-dots {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .p-jimu-strengths-reason04-work__card .-img {
    width: 270px;
    margin: 0 auto;
  }
  .p-jimu-strengths-reason04-past {
    background: #fff;
    border: 1px solid #222222;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-jimu-strengths-reason04-past__block h4 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #f5ac3c;
    margin-bottom: 20px;
  }
  .p-jimu-strengths-reason04-past__block:first-child {
    width: 42%;
  }
  .p-jimu-strengths-reason04-past__block:first-child ul {
    max-width: 420px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  .p-jimu-strengths-reason04-past__block:first-child ul li {
    font-size: 2rem;
    width: 50%;
    font-weight: bold;
  }
  .p-jimu-strengths-reason04-past__block:last-child {
    width: 55%;
  }
  .p-jimu-strengths-reason05 {
    font-size: 1.2rem;
    padding-bottom: 60px;
  }
  .p-jimu-strengths-reason05-event {
    max-width: 350px;
    margin: 0 auto;
  }
  .p-jimu-strengths-reason05-event__card {
    width: 100%;
    padding: 20px;
  }
  .p-jimu-strengths-reason05-event__card:nth-child(2n+1) {
    border-right: none;
  }
  .p-jimu-strengths-reason05-event__card:nth-child(n+2) {
    border-top: 1px solid #222222;
  }
  .p-jimu-strengths-reason05-event__card .-event {
    width: 70px;
    height: 23px;
    font-size: 1rem;
    border-radius: 23px;
    margin-bottom: 15px;
  }
  .p-jimu-strengths-reason05-event__card .-title {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .p-jimu-strengths-reason05-event__card .-img {
    width: 180px;
    position: relative;
    z-index: 1;
  }
  .p-jimu-strengths-reason05-event__card .-deco {
    position: absolute;
    bottom: 20px;
  }
  .p-jimu-strengths-reason05-event__card .-deco.--1st {
    width: 110px;
    right: 10px;
  }
  .p-jimu-strengths-reason05-event__card .-deco.--2nd {
    width: 92px;
    right: 8px;
  }
  .p-jimu-strengths-reason05-event__card .-deco.--3rd {
    width: 190px;
    bottom: 20px;
    right: -20px;
    z-index: 0;
  }
  .p-jimu-strengths-reason05-event__card .-deco.--4th {
    width: 158px;
    right: 5px;
  }
  .p-jimu-strengths-reason05-season {
    margin-top: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 1800px;
  }
  .p-jimu-strengths-reason05-season__card {
    width: 150px;
    border-right: 1px solid #222222;
  }
  .p-jimu-strengths-reason05-season__card:nth-child(n+7) {
    border-top: none;
  }
  .p-jimu-strengths-reason05-season__card .-textarea {
    padding: 15px 10px 10px;
  }
  .p-jimu-strengths-reason05-season__card .-textarea li {
    font-size: 1.1rem;
  }
  .p-jimu-strengths-reason05-season__card .-textarea li:not(:last-child) {
    margin-bottom: 2px;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes revealMask {
  0% {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (min-width: 769px) {
  .p-psychology-strength {
    padding-top: 110px;
    color: #222;
    width: 100%;
    min-width: 1350px;
    background-color: #eee;
    position: relative;
  }
  .p-psychology-strength .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #ffe4ec 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffe4ec 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-psychology-strength .p-strengths-nav__inner {
    max-width: 1310px;
  }
  .p-psychology-strength .open-campus-caroucel {
    max-width: unset;
    margin: 0 auto 0px;
    padding: 0 0px;
  }
  .p-psychology-strength .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-psychology-strength .p-bio-pickup li .-img {
    position: relative;
  }
  .p-psychology-strength .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 141, 152, 0.2);
  }
  .p-psychology-strength-common-btn {
    color: #ec7a9a !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-common-btn.-hover-link:hover {
    background-color: #ec7a9a;
    color: #fff !important;
  }
  .p-psychology-strength-common-btn.-hover-link:hover .icon {
    background-color: #fff;
    border: 1px solid #ec7a9a;
  }
  .p-psychology-strength-common-btn.-hover-link:hover .icon:before {
    border-color: #ec7a9a;
  }
  .p-psychology-strength-common-btn.-vertical {
    letter-spacing: -0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 15px 3px 37px;
  }
  .p-psychology-strength-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-psychology-strength-common-btn .icon {
    border-radius: 100vmax;
    background-color: #ec7a9a;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-common-btn02 {
    border-radius: 100vmax;
    border: 3px solid #222;
    width: 404px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 2.1rem;
    padding: 0 32px;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-psychology-strength-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-psychology-strength-common-btn02:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 31px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #222;
    border-right: 3px solid #222;
  }
  .p-psychology-strength-common-btn02:hover {
    opacity: 0.8;
  }
  .p-psychology-strength-mv {
    position: relative;
    background-image: url(../img/psychology/mv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
  }
  .p-psychology-strength-mv:before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 80px;
    top: -66px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 5px, #fff 0, #fff 12px);
  }
  .p-psychology-strength-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    border-radius: 10px;
    padding: 13px 10px;
  }
  .p-psychology-strength-mv__title .japanese {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.2;
  }
  .p-psychology-strength-mv__title .small-text {
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }
  .p-psychology-strength-mv__title .small-text.-center {
    display: block;
    text-align: center;
  }
  .p-psychology-strength .p-psychology-reason__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-psychology-strength .p-psychology-reason__list {
    margin-top: 0;
  }
  .p-psychology-strength .p-strengths-nav a:hover {
    color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__num {
    border-color: #ec7a9a;
    color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__num:after {
    background: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__title--main span {
    color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__title--num {
    bottom: 60px;
  }
  .p-psychology-strength .p-strengths-reason__title--num.-second {
    bottom: 100px;
  }
  .p-psychology-strength .p-strengths-reason__title--btn {
    color: #fff;
    background-color: #ec7a9a;
    border: 1px solid #ec7a9a;
    font-size: 2.1rem;
    font-weight: bold;
    display: block;
    width: 400px;
    height: 60px;
    margin-top: 36px;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 36px;
    letter-spacing: 0.04em;
    position: relative;
  }
  .p-psychology-strength .p-strengths-reason__title--btn:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-psychology-strength .p-strengths-reason__title--btn:hover {
    color: #ec7a9a;
    background-color: #fff;
  }
  .p-psychology-strength .p-strengths-reason__title--btn:hover:before {
    border-color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__under-title h3 {
    background-color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason02__inner {
    padding-top: 300px;
  }
  .p-psychology-strength-reason01 {
    position: relative;
    padding-bottom: 30px;
  }
  .p-psychology-strength-reason01__under-title {
    margin-bottom: 34px;
  }
  .p-psychology-strength-reason01__under-title h3.-align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 18px;
  }
  .p-psychology-strength-reason01__under-title h3 .small-text {
    font-size: 1.8rem;
    font-weight: normal;
    padding-left: 30px;
  }
  .p-psychology-strength-reason01-4block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-strength-reason01-4block__wrap.-column03 .p-psychology-strength-reason01-4block__block {
    width: 33.3333333333%;
  }
  .p-psychology-strength-reason01-4block__wrap.-column04 .p-psychology-strength-reason01-4block__block {
    width: 25%;
  }
  .p-psychology-strength-reason01-4block__block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    background-color: #fff;
  }
  .p-psychology-strength-reason01-4block__block:not(:last-child) {
    border-right: none;
  }
  .p-psychology-strength-reason01-4block__block:last-of-type {
    border-right: 1px solid #000;
  }
  .p-psychology-strength-reason01-4block__block .-text__title {
    color: #ec7a9a;
    line-height: 1.4;
  }
  .p-psychology-strength-reason01-4block__block .-text__subtitle {
    font-size: 1.8rem !important;
    letter-spacing: 0.1em;
    margin-top: 12px;
    margin-bottom: 7px;
  }
  .p-psychology-strength-reason02 {
    position: relative;
  }
  .p-psychology-strength-reason02__contents {
    margin-top: 22px;
  }
  .p-psychology-strength-reason02__contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-strength-reason02__contents-block {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 50%;
    padding: 26px 28px;
    background-color: #fff;
    position: relative;
  }
  .p-psychology-strength-reason02__contents-block.-second .p-psychology-strength-reason02__contents-subtitle {
    margin-top: 64px;
  }
  .p-psychology-strength-reason02__contents-block.-second .p-psychology-strength-reason02__contents-aim {
    margin-top: 40px;
  }
  .p-psychology-strength-reason02__contents-block:last-of-type {
    border-right: 1px solid #000;
  }
  .p-psychology-strength-reason02__contents-title {
    font-size: 3.2rem;
    letter-spacing: 0;
    color: #ec7a9a;
    line-height: 1.2;
  }
  .p-psychology-strength-reason02__contents-subtitle {
    font-size: 2.7rem;
    line-height: 1.4;
    margin-top: 23px;
  }
  .p-psychology-strength-reason02__contents-text {
    margin-top: 17px;
    font-size: 1.4rem;
    line-height: 1.7;
    max-width: 340px;
  }
  .p-psychology-strength-reason02__contents-img {
    position: absolute;
    top: -50px;
    right: -10px;
  }
  .p-psychology-strength-reason02__contents-aim {
    margin-top: 20px;
    border: 1px solid #ec7a9a;
    border-radius: 10px;
    padding: 19px 0px 19px 22px;
    width: 92.5%;
    background-color: #fff;
    position: relative;
    z-index: 8;
  }
  .p-psychology-strength-reason02__contents-aim-title {
    color: #fff;
    background-color: #ec7a9a;
    border-radius: 100vmax;
    width: 110px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-psychology-strength-reason02__contents-aim-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-psychology-strength-reason02__contents-aim-list-item {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0;
    width: 50%;
    line-height: 1.7;
  }
  .p-psychology-strength-reason02__contents-aim-list-item:nth-of-type(odd) {
    width: 55%;
  }
  .p-psychology-strength-reason02__contents-aim-list-item:nth-of-type(even) {
    width: 45%;
  }
  .p-psychology-strength-reason02__contents-aim-list-item:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 8px;
    left: 2px;
    background-color: #000;
    border-radius: 100vmax;
  }
  .p-psychology-strength-reason02__contents-btn {
    position: absolute;
    bottom: 24px;
    right: 20px;
    font-size: 1.2rem;
    padding: 19px 2px 36px;
    color: #ec7a9a !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: bold;
  }
  .p-psychology-strength-reason02__contents-btn .icon {
    border-radius: 100vmax;
    background-color: #ec7a9a;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-reason02__contents-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-reason02__contents-btn:hover {
    color: #fff !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #ec7a9a;
  }
  .p-psychology-strength-reason02__contents-btn:hover .icon {
    background-color: #fff;
  }
  .p-psychology-strength-reason02__contents-btn:hover .icon:before {
    border-color: #ec7a9a;
  }
}
@media only screen and (max-width: 768px) {
  .p-psychology-strength {
    padding-top: 80px;
    color: #222;
  }
  .p-psychology-strength .p-bio-sns {
    background-image: repeating-linear-gradient(60deg, #ffe4ec 0px 1px, rgba(250, 250, 250, 0.2) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(255, 255, 255, 0.2) 61px 81px), repeating-linear-gradient(-60deg, #ffe4ec 0px 1px, rgba(255, 255, 255, 0.3) 1px 21px, rgba(255, 220, 220, 0.2) 21px 61px, rgba(250, 250, 250, 0.3) 61px 81px);
  }
  .p-psychology-strength .open-campus-caroucel {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .p-psychology-strength .open-campus-caroucel#Cat02 {
    display: none;
  }
  .p-psychology-strength .p-bio-pickup li .-img {
    position: relative;
  }
  .p-psychology-strength .p-bio-pickup li .-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 141, 152, 0.2);
  }
  .p-psychology-strength-common-btn {
    color: #ec7a9a !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    position: relative;
  }
  .p-psychology-strength-common-btn.-vertical {
    letter-spacing: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding: 8px 1px 23px;
    font-size: 10px;
  }
  .p-psychology-strength-common-btn.-horizontal {
    width: 200px;
    display: inline-block;
    padding: 3px 15px;
  }
  .p-psychology-strength-common-btn .icon {
    border-radius: 100vmax;
    background-color: #ec7a9a;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-psychology-strength-common-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-psychology-strength-common-btn02 {
    border-radius: 100vmax;
    border: 2px solid #222;
    width: 240px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 15px;
    padding: 0 16px;
    margin-inline: auto;
    letter-spacing: 0.06em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-common-btn02.-white {
    color: #fff;
    border-color: #fff;
  }
  .p-psychology-strength-common-btn02.-white:before {
    border-color: #fff;
  }
  .p-psychology-strength-common-btn02:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
  .p-psychology-strength-common-btn02:hover {
    opacity: 0.8;
  }
  .p-psychology-strength-mv {
    position: relative;
    background-image: url(../img/psychology/mv_bg.jpg);
    background-repeat: no-repeat;
    background-position: 57% center;
    margin-top: 0;
    background-size: cover;
    height: 40vw;
  }
  .p-psychology-strength-mv:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 46px;
    top: -46px;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, #cdf5c8, #cdf5c8 4px, #fff 0, #fff 8px);
  }
  .p-psychology-strength-mv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    padding: 12px 10px;
  }
  .p-psychology-strength-mv__title .japanese {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
  }
  .p-psychology-strength-mv__title .small-text {
    font-size: 10px;
  }
  .p-psychology-strength-mv__title .small-text.-center {
    display: block;
    margin-inline: auto;
    text-align: center;
  }
  .p-psychology-strength-mv__title .english {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.5;
  }
  .p-psychology-strength .p-psychology-reason__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-psychology-strength .p-psychology-reason__list {
    margin-top: 0;
  }
  .p-psychology-strength .p-strengths-nav a:hover {
    color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__inner {
    padding-top: 22px;
  }
  .p-psychology-strength .p-strengths-reason__num {
    border-color: #ec7a9a;
    color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__num:after {
    background: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__title--main {
    line-height: 1;
  }
  .p-psychology-strength .p-strengths-reason__title--main span {
    color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__title--sub {
    font-size: 1.3rem;
    margin: 0px 0;
    line-height: 1.4;
  }
  .p-psychology-strength .p-strengths-reason__title--num {
    bottom: 0px;
  }
  .p-psychology-strength .p-strengths-reason__title--num.-second {
    bottom: 67px;
  }
  .p-psychology-strength .p-strengths-reason__title--btn {
    color: #fff;
    background-color: #ec7a9a;
    border: 1px solid #ec7a9a;
    font-size: 1.55rem;
    font-weight: bold;
    display: block;
    width: 296px;
    height: 45px;
    margin-top: 20px;
    border-radius: 100vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 22px;
    letter-spacing: 0.04em;
    position: relative;
  }
  .p-psychology-strength .p-strengths-reason__title--btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .p-psychology-strength .p-strengths-reason__title--btn:hover {
    color: #ec7a9a;
    background-color: #fff;
  }
  .p-psychology-strength .p-strengths-reason__title--btn:hover:before {
    border-color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason__under-title h3 {
    background-color: #ec7a9a;
  }
  .p-psychology-strength .p-strengths-reason02__inner {
    padding-top: 24px;
    border-bottom: unset;
  }
  .p-psychology-strength-reason01 {
    position: relative;
    padding-bottom: 0px;
  }
  .p-psychology-strength-reason01 .c-sp-scroll__wrap {
    width: 100%;
  }
  .p-psychology-strength-reason01__under-title {
    margin-bottom: 34px;
  }
  .p-psychology-strength-reason01__under-title h3.-align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 53px;
  }
  .p-psychology-strength-reason01__under-title h3 .small-text {
    font-size: 1.2rem;
    font-weight: normal;
    padding-left: 0;
    margin-top: 7px;
  }
  .p-psychology-strength-reason01-4block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-psychology-strength-reason01-4block__wrap.-column03 {
    min-width: 820px;
  }
  .p-psychology-strength-reason01-4block__wrap.-column03 .p-psychology-strength-reason01-4block__block {
    width: 280px;
  }
  .p-psychology-strength-reason01-4block__wrap.-column04 {
    min-width: 820px;
  }
  .p-psychology-strength-reason01-4block__wrap.-column04 .p-psychology-strength-reason01-4block__block {
    width: 230px;
  }
  .p-psychology-strength-reason01-4block__block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    display: block;
    background-color: #fff;
  }
  .p-psychology-strength-reason01-4block__block:not(:last-child) {
    border-right: none;
  }
  .p-psychology-strength-reason01-4block__block:last-of-type {
    border-right: 1px solid #000;
  }
  .p-psychology-strength-reason01-4block__block .-text__title {
    color: #ec7a9a;
    font-size: 1.65rem;
    line-height: 1.4;
  }
  .p-psychology-strength-reason01-4block__block .-text__subtitle {
    font-size: 1.35rem !important;
    letter-spacing: 0.1em;
    margin-top: 12px;
    font-weight: bold !important;
  }
  .p-psychology-strength-reason01-4block__block-sp {
    display: block;
  }
  .p-psychology-strength-reason01-4block__block-sp .-img {
    width: 100%;
  }
  .p-psychology-strength-reason01-4block__block-sp .-text {
    width: 100%;
  }
  .p-psychology-strength-reason01-4block__block-sp .-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 11px;
    font-weight: normal;
  }
  .p-psychology-strength-reason02 {
    position: relative;
  }
  .p-psychology-strength-reason02__contents {
    margin-top: -10px;
  }
  .p-psychology-strength-reason02__contents .c-sp-scroll__wrap {
    padding-top: 35px;
  }
  .p-psychology-strength-reason02__contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 680px;
  }
  .p-psychology-strength-reason02__contents-block {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 50%;
    padding: 15px 14px;
    background-color: #fff;
    position: relative;
  }
  .p-psychology-strength-reason02__contents-block.-second .p-psychology-strength-reason02__contents-subtitle {
    margin-top: 24px;
  }
  .p-psychology-strength-reason02__contents-block.-second .p-psychology-strength-reason02__contents-aim {
    margin-top: 43px;
  }
  .p-psychology-strength-reason02__contents-block.-second .p-psychology-strength-reason02__contents-aim-list-item:nth-of-type(odd) {
    width: 50%;
  }
  .p-psychology-strength-reason02__contents-block.-second .p-psychology-strength-reason02__contents-aim-list-item:nth-of-type(even) {
    width: 50%;
  }
  .p-psychology-strength-reason02__contents-block:last-of-type {
    border-right: 1px solid #000;
  }
  .p-psychology-strength-reason02__contents-title {
    font-size: 2.1rem;
    letter-spacing: 0;
    color: #ec7a9a;
    line-height: 1.2;
  }
  .p-psychology-strength-reason02__contents-subtitle {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 17px;
  }
  .p-psychology-strength-reason02__contents-text {
    margin-top: 6px;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 210px;
  }
  .p-psychology-strength-reason02__contents-img {
    position: absolute;
    top: -30px;
    right: -15px;
    width: 160px;
  }
  .p-psychology-strength-reason02__contents-aim {
    margin-top: 10px;
    border: 1px solid #ec7a9a;
    border-radius: 5px;
    padding: 13px 0px 13px 15px;
    width: 92.5%;
    background-color: #fff;
    position: relative;
    z-index: 10;
  }
  .p-psychology-strength-reason02__contents-aim-title {
    color: #fff;
    background-color: #ec7a9a;
    border-radius: 100vmax;
    width: 90px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1rem;
  }
  .p-psychology-strength-reason02__contents-aim-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
  }
  .p-psychology-strength-reason02__contents-aim-list-item {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 13px;
    letter-spacing: 0;
    width: 50%;
    line-height: 1.5;
  }
  .p-psychology-strength-reason02__contents-aim-list-item:nth-of-type(odd) {
    width: 60%;
  }
  .p-psychology-strength-reason02__contents-aim-list-item:nth-of-type(even) {
    width: 40%;
  }
  .p-psychology-strength-reason02__contents-aim-list-item:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0px;
    background-color: #000;
    border-radius: 100vmax;
  }
  .p-psychology-strength-reason02__contents-btn {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 1rem;
    padding: 12px 0px 17px;
    color: #ec7a9a !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #fff;
    border-radius: 100vmax;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: bold;
  }
  .p-psychology-strength-reason02__contents-btn .icon {
    border-radius: 100vmax;
    background-color: #ec7a9a;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-reason02__contents-btn .icon:before {
    position: absolute;
    content: "";
    -webkit-transform: translate(-75%, -50%) rotate(-135deg);
            transform: translate(-75%, -50%) rotate(-135deg);
    width: 4px;
    height: 4px;
    top: 50%;
    left: 50%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-psychology-strength-reason02__contents-btn:hover {
    color: #fff !important;
    font-weight: normal;
    border: 1px solid #ec7a9a;
    background-color: #ec7a9a;
  }
  .p-psychology-strength-reason02__contents-btn:hover .icon {
    background-color: #fff;
  }
  .p-psychology-strength-reason02__contents-btn:hover .icon:before {
    border-color: #ec7a9a;
  }
}
@media screen and (min-width: 769px) {
  .p-psychology-strength-reason03 {
    position: relative;
    margin-top: 60px;
    z-index: 1;
  }
  .p-psychology-strength-reason03 .p-strengths-reason__title {
    margin-bottom: 170px;
  }
  .p-psychology-strength-reason03 .p-strengths-reason__title--num {
    bottom: -30px;
  }
  .p-psychology-strength-reason03__contents-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-strength-reason03__contents-box01-block {
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    width: 33.3333333333%;
    position: relative;
    padding: 20px 23px;
  }
  .p-psychology-strength-reason03__contents-box01-block:last-child {
    border-right: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea h4 {
    width: 95px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #ec7a9a;
    border-radius: 30px;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea p {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ec7a9a;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea {
    margin-top: 14px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea .decoFlow {
    position: absolute;
    top: -12px;
    right: 16px;
    width: 88px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl:nth-of-type(n + 2) {
    margin-top: 14px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl dt {
    margin-bottom: 10px;
    line-height: 1;
    color: #ec7a9a;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl dt span {
    font-size: 2.2rem;
    color: #222;
    display: inline-block;
    margin-left: 10px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl dd {
    font-size: 1.4rem;
    line-height: 1.7;
    min-height: 48px;
  }
  .p-psychology-strength-reason03__contents-box02 {
    text-align: center;
    margin-top: 28px;
  }
  .p-psychology-strength-reason03__contents-box02 dt {
    width: 300px;
    height: 54px;
    border-radius: 20px;
    background-color: #ec7a9a;
    color: #fff;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .p-psychology-strength-reason03__contents-box02 dd {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 25px;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason03__contents-box03 {
    margin-top: 47px;
  }
  .p-psychology-strength-reason03__contents-box03-title {
    width: 300px;
    height: 54px;
    border-radius: 20px;
    background-color: #ec7a9a;
    color: #fff;
    font-size: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .p-psychology-strength-reason03__contents-box03-flexWrap {
    margin: 28px auto 0;
    max-width: 1110px;
    position: relative;
  }
  .p-psychology-strength-reason03__contents-box03-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }
  .p-psychology-strength-reason03__contents-box03-flex.--scrolled::after {
    opacity: 0;
  }
  .p-psychology-strength-reason03__contents-box03-flex::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-strength-reason03__contents-box03-block {
    background-color: #fff;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    min-width: 369.8px;
    position: relative;
  }
  .p-psychology-strength-reason03__contents-box03-block:last-child {
    border-right: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason03__contents-box03-block .thum img {
    display: block;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea {
    padding: 13px 20px 27px;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea .text01 {
    font-size: 2.2rem;
    color: #ec7a9a;
    line-height: 1.4;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea .text02 {
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 10px;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea .text03 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 18px;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason04 {
    position: relative;
    margin-top: -28px;
  }
  .p-psychology-strength-reason04 .p-strengths-reason04__inner {
    padding-top: 270px;
  }
  .p-psychology-strength-reason04 .p-strengths-reason__title {
    margin-bottom: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-psychology-strength-reason04__contents-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-strength-reason04__contents-box01-block {
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    width: 50%;
    position: relative;
    padding: 20px 23px 32px;
  }
  .p-psychology-strength-reason04__contents-box01-block:last-child {
    border-right: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason04__contents-box01-block.--01 .textArea .contBox {
    margin-top: -37px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--01 .textArea .contBox .thum {
    position: relative;
    left: 10px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--01 .textArea .contBox .text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--02 .textArea .contBox .thum {
    position: absolute;
    width: 256px;
    right: -30px;
    top: 11px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--02 .textArea .contBox .title {
    font-size: 2.2rem;
    color: #ec7a9a;
    line-height: 1.4;
    width: calc(100% - 170px);
    position: relative;
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box01-block.--02 .textArea .contBox .text {
    width: calc(100% - 180px);
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea h4 {
    width: 95px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #ec7a9a;
    border-radius: 30px;
    margin-bottom: 13px;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason04__contents-box02 {
    margin-top: 20px;
  }
  .p-psychology-strength-reason04__contents-box02-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-psychology-strength-reason04__contents-box02-block {
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    width: 50%;
    position: relative;
    padding: 30px 28px 25px;
    background-color: #fff;
  }
  .p-psychology-strength-reason04__contents-box02-block:last-child {
    border-right: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason04__contents-box02-block.--01 {
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box02-block.--02 {
    border-radius: 0 20px 0 0;
  }
  .p-psychology-strength-reason04__contents-box02-block.--02 .thum {
    top: 34px;
    right: 3px;
    width: 171px;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea {
    width: calc(100% - 70px);
    position: relative;
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text01 {
    font-size: 2.7rem;
    color: #ec7a9a;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text02 {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
    width: calc(100% - 122px);
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text03 {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 20px;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text03 span {
    font-size: 1.6rem;
  }
  .p-psychology-strength-reason04__contents-box02-block .thum {
    position: absolute;
    top: 36px;
    right: -22px;
    width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .p-psychology-strength-reason03 {
    position: relative;
    margin-top: 30px;
    z-index: 1;
  }
  .p-psychology-strength-reason03 .p-strengths-reason__title {
    margin-bottom: 23px;
  }
  .p-psychology-strength-reason03 .p-strengths-reason__title--num {
    bottom: 0;
  }
  .p-psychology-strength-reason03__contents-box01 {
    display: block;
  }
  .p-psychology-strength-reason03__contents-box01-block {
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    width: 100%;
    position: relative;
  }
  .p-psychology-strength-reason03__contents-box01-block:last-child {
    border-bottom: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason03__contents-box01-block.--02 .textArea {
    padding-top: 50px;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea {
    padding: 10px 15px;
    position: relative;
    background: #ec7a9a;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea.is-active::before {
    opacity: 0;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea.is-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea h4 {
    width: 71px;
    height: 21px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-weight: bold;
    color: #ec7a9a;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 4px;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason03__contents-box01-block .titleArea p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #222;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea {
    background-color: #fff;
    padding: 21px 18px;
    position: relative;
    display: none;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea .decoFlow {
    position: absolute;
    top: 6px;
    right: 26px;
    width: 58px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl dt {
    margin-bottom: 5px;
    line-height: 1;
    color: #ec7a9a;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl dt span {
    font-size: 1.6rem;
    color: #222;
    display: inline-block;
    margin-left: 10px;
  }
  .p-psychology-strength-reason03__contents-box01-block .textArea dl dd {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .p-psychology-strength-reason03__contents-box02 {
    text-align: center;
    margin-top: 28px;
  }
  .p-psychology-strength-reason03__contents-box02 dt {
    width: 100%;
    height: 38px;
    border-radius: 0 10px 0 0;
    border: 1px solid #222;
    background-color: #ec7a9a;
    color: #fff;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .p-psychology-strength-reason03__contents-box02 dd {
    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 13px;
    white-space: nowrap;
  }
  .p-psychology-strength-reason03__contents-box03 {
    margin: 23px auto 0;
  }
  .p-psychology-strength-reason03__contents-box03-title {
    width: 100%;
    height: 38px;
    border-radius: 0 10px 0 0;
    border: 1px solid #222;
    border-bottom: none;
    background-color: #ec7a9a;
    color: #fff;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .p-psychology-strength-reason03__contents-box03-flexWrap {
    margin: 0 auto 0;
    max-width: 1110px;
    position: relative;
    padding-bottom: 1px;
  }
  .p-psychology-strength-reason03__contents-box03-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    padding-right: 1px;
  }
  .p-psychology-strength-reason03__contents-box03-flex.--scrolled::after {
    opacity: 0;
  }
  .p-psychology-strength-reason03__contents-box03-flex::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-strength-reason03__contents-box03-block {
    background-color: #fff;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    min-width: 274px;
    position: relative;
  }
  .p-psychology-strength-reason03__contents-box03-block:last-child {
    border-right: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason03__contents-box03-block .thum img {
    display: block;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea {
    padding: 10px 11px 19px;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea .text01 {
    font-size: 1.6rem;
    color: #ec7a9a;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea .text02 {
    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 10px;
  }
  .p-psychology-strength-reason03__contents-box03-block .textArea .text03 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 14px;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason04 {
    position: relative;
    margin-top: 30px;
  }
  .p-psychology-strength-reason04 .p-strengths-reason04__inner {
    padding-top: 24px;
  }
  .p-psychology-strength-reason04 .p-strengths-reason__title {
    margin-bottom: 23px;
    white-space: nowrap;
  }
  .p-psychology-strength-reason04 .p-strengths-reason__title--main {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-psychology-strength-reason04__contents-box01 {
    display: block;
  }
  .p-psychology-strength-reason04__contents-box01-block {
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    width: 100%;
    position: relative;
  }
  .p-psychology-strength-reason04__contents-box01-block:last-child {
    border-bottom: 1px solid rgb(34, 34, 34);
  }
  .p-psychology-strength-reason04__contents-box01-block.--01 .textArea .contBox .thum {
    position: relative;
    left: 4px;
    width: 97%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 11px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--01 .textArea .contBox .text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--02 .textArea .contBox .thum {
    position: absolute;
    width: 163px;
    right: 5px;
    top: auto;
    bottom: 0px;
  }
  .p-psychology-strength-reason04__contents-box01-block.--02 .textArea .contBox .title {
    font-size: 1.65rem;
    color: #ec7a9a;
    line-height: 1.4;
    width: calc(100% - 80px);
    position: relative;
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box01-block.--02 .textArea .contBox .text {
    width: calc(100% - 130px);
    font-size: 1.1rem;
    line-height: 1.65;
    margin-top: 1px;
    position: relative;
    z-index: 1;
    min-height: 254px;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea {
    padding: 10px 15px 16px;
    position: relative;
    background: #ec7a9a;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea.is-active::before {
    opacity: 0;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea.is-active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea h4 {
    width: 71px;
    height: 21px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-weight: bold;
    color: #ec7a9a;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 4px;
    letter-spacing: 0.1em;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    color: #222;
  }
  .p-psychology-strength-reason04__contents-box01-block .titleArea p span {
    color: #fff;
  }
  .p-psychology-strength-reason04__contents-box01-block .textArea {
    background-color: #fff;
    padding: 10px 6px 20px;
    position: relative;
    border-top: 1px solid rgb(0, 0, 0);
    display: none;
  }
  .p-psychology-strength-reason04__contents-box02 {
    margin-top: 25px;
    position: relative;
  }
  .p-psychology-strength-reason04__contents-box02-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    padding-right: 10px;
  }
  .p-psychology-strength-reason04__contents-box02-flex.--scrolled::after {
    opacity: 0;
  }
  .p-psychology-strength-reason04__contents-box02-flex::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../img/common/scroll_arw.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    right: 3%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .p-psychology-strength-reason04__contents-box02-block {
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(34, 34, 34);
    background-color: #fff;
    width: auto;
    min-width: 332px;
    position: relative;
    padding: 21px 17px 25px;
    background-color: #fff;
  }
  .p-psychology-strength-reason04__contents-box02-block:last-child {
    margin-left: 20px;
  }
  .p-psychology-strength-reason04__contents-box02-block.--01 {
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box02-block.--02 {
    border-radius: 0 20px 0 0;
  }
  .p-psychology-strength-reason04__contents-box02-block.--02 .thum {
    top: 92px;
    right: -7px;
    width: 120px;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text01 {
    font-size: 2rem;
    color: #ec7a9a;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text02 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    width: calc(100% - 108px);
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text03 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 20px;
    min-height: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    letter-spacing: 0.05em;
  }
  .p-psychology-strength-reason04__contents-box02-block .textArea .text03 span {
    font-size: 1.3rem;
  }
  .p-psychology-strength-reason04__contents-box02-block .thum {
    position: absolute;
    top: 88px;
    right: -30px;
    width: 155px;
  }
}
@media screen and (max-width: 768px) and (min-width: 700px) {
  .p-psychology-strength-reason04__contents-box02-flex::after {
    display: none;
  }
  .p-psychology-strength-reason04__contents-box02-block {
    min-width: unset;
    width: 49%;
  }
}
.p-psychology-strength-reason05 {
  margin-top: 60px;
  padding-bottom: 60px;
}
.p-psychology-strength-reason05 .p-strengths-reason__title--num {
  bottom: 0;
}
.p-psychology-strength-reason05__inner {
  padding-top: 290px;
}
.p-psychology-strength-reason05__title {
  margin-bottom: 20px;
}
.p-psychology-strength-reason05__title--sub {
  margin-bottom: 0;
}
.p-psychology-strength-reason05__graph {
  margin-bottom: 40px;
}
.p-psychology-strength-reason05-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #222222;
}
.p-psychology-strength-reason05-point__block {
  width: 33.3333333333%;
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.p-psychology-strength-reason05-point__block:not(:last-child) {
  border-right: 1px solid #666666;
}
.p-psychology-strength-reason05-point__block h3 {
  width: 93px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  background: #ec7a9a;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-psychology-strength-reason05-point__block h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.p-psychology-strength-reason05-point__block h4 span {
  color: #ec7a9a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #f9f4bd));
  background: linear-gradient(transparent 15%, #f9f4bd 15%);
}
.p-psychology-strength-reason05-point__block .-text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
.p-psychology-strength-reason05-point__block .-img {
  text-align: center;
}
.p-psychology-strength-reason05-point__block .-img.--1st {
  width: 315px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-psychology-strength-reason05-point__block .-img.--2nd {
  margin-top: 16px;
}
.p-psychology-strength-reason05-point__block .-img.--3rd {
  margin-top: 10px;
}
.p-psychology-strength-reason05-list {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.p-psychology-strength-reason05-list h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-psychology-strength-reason05-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 20px;
}
.p-psychology-strength-reason05-list ul li {
  font-weight: bold;
  width: 25%;
  font-size: 1.8rem;
}
.p-psychology-strength-reason05-list ul.--harf li {
  width: 50%;
}
.p-psychology-strength-reason06 {
  padding-bottom: 60px;
}
.p-psychology-strength-reason06 .p-strengths-reason__title--num {
  bottom: 0;
}
.p-psychology-strength-reason06__inner {
  padding-top: 370px;
}
.p-psychology-strength-reason06__title {
  margin-bottom: 70px;
}
.p-psychology-strength-reason06__title--sub {
  margin-bottom: 0;
}
.p-psychology-strength-reason06-voice__title {
  font-size: 2.2rem;
  background: #ec7a9a;
  color: #fff;
  width: 300px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin: 50px auto 20px;
  border-radius: 20px;
}
.p-psychology-strength-reason06-voice__arrow {
  position: relative;
}
.p-psychology-strength-reason06-voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #222222;
}
.p-psychology-strength-reason06-voice ul li {
  width: 33.3333333333%;
  background: #fff;
  position: relative;
}
.p-psychology-strength-reason06-voice ul li:not(:last-child) {
  border-right: 1px solid #222222;
}
.p-psychology-strength-reason06-voice ul li .-img {
  position: relative;
}
.p-psychology-strength-reason06-voice ul li .-img span {
  background: #fff;
  color: #20aee5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 130px;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-psychology-strength-reason06-voice ul li .-textarea {
  padding: 20px 20px 150px;
}
.p-psychology-strength-reason06-voice ul li .-textarea h4 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ec7a9a;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-psychology-strength-reason06-voice ul li .-textarea__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-psychology-strength-reason06-voice ul li .-textarea__person {
  position: absolute;
  top: 480px;
  left: 20px;
  width: calc(100% - 40px);
  font-weight: bold;
}
.p-psychology-strength-reason06-voice ul li .-textarea__person--company {
  font-size: 2.2rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.p-psychology-strength-reason06-voice ul li .-textarea__person--name {
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-psychology-strength-reason06-past {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  border-radius: 20px;
}
.p-psychology-strength-reason06-past .-textarea {
  width: 75%;
}
.p-psychology-strength-reason06-past .-textarea h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-psychology-strength-reason06-past .-textarea ul {
  padding-left: 20px;
}
.p-psychology-strength-reason06-past .-textarea ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.p-psychology-strength-reason06-past .-textarea ul li:nth-child(n+2) {
  margin-top: 10px;
}
.p-psychology-strength-reason06-past .-img {
  width: 21%;
}
.p-psychology-strength-reason06-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.p-psychology-strength-reason06-main .-textarea {
  width: 44%;
}
.p-psychology-strength-reason06-main .-textarea__block {
  padding-left: 40px;
}
.p-psychology-strength-reason06-main .-textarea__block:first-child {
  margin-bottom: 20px;
}
.p-psychology-strength-reason06-main .-textarea__block h3 {
  font-size: 2.2rem;
  color: #ec7a9a;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-psychology-strength-reason06-main .-img {
  width: 53%;
}

@media only screen and (min-width: 769px) {
  .p-psychology-strength-reason05-point__sp-button {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-psychology-strength {
    background: #eeeeee;
  }
  .p-psychology-strength-reason05 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .p-psychology-strength-reason05__inner {
    padding-top: 15px;
  }
  .p-psychology-strength-reason05__title {
    margin-bottom: 15px;
  }
  .p-psychology-strength-reason05__title--sub {
    margin-bottom: 0;
  }
  .p-psychology-strength-reason05__graph {
    margin-bottom: 25px;
  }
  .p-psychology-strength-reason05-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: none;
  }
  .p-psychology-strength-reason05-point__sp-button {
    width: 100%;
    height: auto;
    display: block;
    background: #ec7a9a;
    padding: 10px 15px 15px;
    line-height: 1.4;
  }
  .p-psychology-strength-reason05-point__sp-button small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    width: 70px;
    height: 22px;
    background: #fff;
    color: #ec7a9a;
    font-size: 9px;
    border-radius: 22px;
    margin-bottom: 7px;
  }
  .p-psychology-strength-reason05-point__sp-button mark {
    color: #fff;
  }
  .p-psychology-strength-reason05-point__block {
    width: 100%;
    display: none;
    padding: 15px;
  }
  .p-psychology-strength-reason05-point__block.--1st {
    padding-bottom: 0;
  }
  .p-psychology-strength-reason05-point__block:not(:last-child) {
    border-right: none;
  }
  .p-psychology-strength-reason05-point__block.--show {
    display: block;
  }
  .p-psychology-strength-reason05-point__block h3 {
    display: none;
  }
  .p-psychology-strength-reason05-point__block h4 {
    font-size: 1.7rem;
    margin-bottom: 2px;
  }
  .p-psychology-strength-reason05-point__block h4 span {
    color: #ec7a9a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), color-stop(15%, #f9f4bd));
    background: linear-gradient(transparent 15%, #f9f4bd 15%);
  }
  .p-psychology-strength-reason05-point__block h4 small {
    font-size: 1.3rem;
  }
  .p-psychology-strength-reason05-point__block h4 small.--small {
    font-size: 1.2rem;
  }
  .p-psychology-strength-reason05-point__block .-text {
    font-size: 1.2rem;
    line-height: 1.6;
    min-height: auto;
  }
  .p-psychology-strength-reason05-point__block .-img {
    text-align: center;
  }
  .p-psychology-strength-reason05-point__block .-img.--1st {
    margin: 20px auto 0;
    width: 270px;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .p-psychology-strength-reason05-point__block .-img.--1st img {
    margin-left: 2%;
  }
  .p-psychology-strength-reason05-point__block .-img.--2nd {
    margin: 20px auto 0;
    width: 88%;
  }
  .p-psychology-strength-reason05-point__block .-img.--3rd {
    margin-top: 20px;
  }
  .p-psychology-strength-reason05-list {
    margin-top: 15px;
  }
  .p-psychology-strength-reason05-list h3 {
    font-size: 2.1rem;
  }
  .p-psychology-strength-reason05-list ul {
    padding-inline: 0;
  }
  .p-psychology-strength-reason05-list ul li {
    width: 100%;
    font-size: 1.3rem;
  }
  .p-psychology-strength-reason05-list ul.--harf li {
    width: 100%;
  }
  .p-psychology-strength-reason06 {
    padding-bottom: 40px;
  }
  .p-psychology-strength-reason06__inner {
    padding-top: 15px;
  }
  .p-psychology-strength-reason06__title {
    margin-bottom: 15px;
  }
  .p-psychology-strength-reason06__title--sub {
    margin-bottom: 0;
  }
  .p-psychology-strength-reason06-voice ul {
    width: 840px;
    margin-right: 5%;
  }
  .p-psychology-strength-reason06-voice ul li {
    width: 280px;
    background: #fff;
    position: relative;
  }
  .p-psychology-strength-reason06-voice ul li:not(:last-child) {
    border-right: 1px solid #222222;
  }
  .p-psychology-strength-reason06-voice ul li .-img {
    position: relative;
  }
  .p-psychology-strength-reason06-voice ul li .-img span {
    top: 15px;
    left: 15px;
    width: 23px;
    height: 100px;
    border-radius: 10px;
    font-size: 1rem;
  }
  .p-psychology-strength-reason06-voice ul li .-textarea {
    padding: 15px 15px 120px;
  }
  .p-psychology-strength-reason06-voice ul li .-textarea h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .p-psychology-strength-reason06-voice ul li .-textarea__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .p-psychology-strength-reason06-voice ul li .-textarea__person {
    top: 390px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .p-psychology-strength-reason06-voice ul li .-textarea__person--company {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .p-psychology-strength-reason06-voice ul li .-textarea__person--name {
    font-size: 1.2rem;
  }
  .p-psychology-strength-reason06-past {
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-psychology-strength-reason06-past .-textarea {
    width: 100%;
  }
  .p-psychology-strength-reason06-past .-textarea h3 {
    font-size: 2.1rem;
  }
  .p-psychology-strength-reason06-past .-textarea ul {
    padding-left: 0;
  }
  .p-psychology-strength-reason06-past .-textarea ul li {
    font-size: 1.3rem;
  }
  .p-psychology-strength-reason06-past .-textarea ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .p-psychology-strength-reason06-past .-img {
    width: 100%;
    max-width: 400px;
    margin: 17px auto 0;
  }
  .p-psychology-strength-reason06-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .p-psychology-strength-reason06-main .-textarea {
    width: 100%;
  }
  .p-psychology-strength-reason06-main .-textarea__block {
    padding-left: 0;
  }
  .p-psychology-strength-reason06-main .-textarea__block h3 {
    font-size: 1.7rem;
  }
  .p-psychology-strength-reason06-main .-textarea__block p {
    text-align: justify;
    font-size: 1.2rem;
  }
  .p-psychology-strength-reason06-main .-img {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
  }
}
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 10px;
  }
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt30 {
    margin-top: 13px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt50 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt70 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 35px;
  }
  .u-mt90 {
    margin-top: 45px;
  }
  .u-mt100 {
    margin-top: 60px;
  }
}