@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --wht: #fff;
  --black01: #000;
  --green01: #00564f;
  --green02: #128677;
  --yellow01: #ffee00;
  --yellow02: #fff9a7;
  --orange01: #f5911e;
  --gray01: #dadacd;
  --gray02: #a3a399;
  --gray03: #dcdccf;
  --gengobunka: #b4bbdd;
  --masukomyunike-syon: #99d1f2;
  --syakairinsyoushinri: #c0daa0;
  --kodomohattatsukyouiku: #ecbad1;
  --kenkoueiyou: #efbf71;
  --youzikyouiku: #d2bbff;
  --sougouseikatsu: #fff8c5;
  --bizyutsu: #eaac7a;
}

:root {
  --oswald: "Oswald", sans-serif;
  --josefin: "Josefin Sans", sans-serif;
}

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  color: #000000;
  background-size: 605px;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow: scroll;
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: none;
    width: 100%;
    font-size: calc(28 / 780 * 100vw);
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
body.hidden {
  overflow: hidden;
}

* {
  -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: #000000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

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

/* アニメーション定義 */
@-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;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
}

@-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;
  }
}
/*===================================
画面サイズ 
===================================*/
.c-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

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

@media screen and (max-width: 1600px) {
  .fullWidth {
    width: 100%;
  }
}
@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: 768px) {
  .c-inner {
    width: 90%;
  }
  .c-outer {
    width: 90%;
  }
}
.c-blk-com-inner {
  width: 95%;
  max-width: 1200px;
  margin-inline: auto;
}

@media only screen and (max-width: 768px) {
  .c-blk-com-inner {
    width: 90%;
    max-width: unset;
  }
}
.c-blk-breadcrumbs {
  padding: 20px 15px;
  border-top: 1px solid #000000;
}
.c-blk-breadcrumbs li {
  display: inline-block;
  margin-block: 10px;
  font-size: 1.2rem;
}
.c-blk-breadcrumbs li:nth-of-type(n+2)::before {
  content: "＞";
  margin-right: 10px;
  margin-left: 10px;
  font-size: 90%;
}
.c-blk-breadcrumbs li:last-of-type a {
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .c-blk-breadcrumbs li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  .c-blk-breadcrumbs {
    padding: calc(30 / 780 * 100vw) 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .c-blk-breadcrumbs li {
    display: inline-block;
    margin-block: 0;
    margin-right: calc(20 / 780 * 100vw);
    font-size: calc(24 / 780 * 100vw);
  }
  .c-blk-breadcrumbs li:nth-of-type(n+2)::before {
    content: "＞";
    margin-right: calc(20 / 780 * 100vw);
    margin-left: calc(0 / 780 * 100vw);
  }
}
.c-blk-accordion {
  margin-top: 20px;
}
.c-blk-accordion__button {
  font-size: 1.8rem;
  padding: 10px 60px 10px 10px;
  border: 1px solid #000000;
  background: #fbf68c;
  position: relative;
  list-style: none;
  cursor: pointer;
}
.c-blk-accordion__button::-webkit-details-marker {
  display: none;
}
.c-blk-accordion__button span {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.c-blk-accordion__button span div {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #000000;
}
.c-blk-accordion__button span div::before, .c-blk-accordion__button span div::after {
  content: "";
  display: block;
  background: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-blk-accordion__button span div::before {
  width: 22px;
  height: 1px;
}
.c-blk-accordion__button span div::after {
  width: 1px;
  height: 22px;
}
.c-blk-accordion__box {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px;
}
.c-blk-accordion__date {
  margin-top: 0 !important;
  text-align: right;
}
.c-blk-accordion[open] .c-blk-accordion__button span div::after {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .c-blk-accordion {
    margin-top: calc(20 / 780 * 100vw);
  }
  .c-blk-accordion__button {
    font-size: calc(36 / 780 * 100vw);
    padding: calc(15 / 780 * 100vw) calc(60 / 780 * 100vw) calc(15 / 780 * 100vw) calc(15 / 780 * 100vw);
    border: calc(1 / 780 * 100vw) solid #000000;
  }
  .c-blk-accordion__button span {
    width: calc(50 / 780 * 100vw);
  }
  .c-blk-accordion__button span div::before {
    width: calc(22 / 780 * 100vw);
    height: calc(1 / 780 * 100vw);
  }
  .c-blk-accordion__button span div::after {
    width: calc(1 / 780 * 100vw);
    height: calc(22 / 780 * 100vw);
  }
  .c-blk-accordion__box {
    border-left: calc(1 / 780 * 100vw) solid #000000;
    border-right: calc(1 / 780 * 100vw) solid #000000;
    border-bottom: calc(1 / 780 * 100vw) solid #000000;
    padding: calc(30 / 780 * 100vw);
  }
  .c-blk-accordion__date {
    margin-top: 0 !important;
  }
}
.c-blk-timeline {
  margin-top: 20px;
}
.c-blk-timeline dl {
  width: 100%;
  position: relative;
}
.c-blk-timeline dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: calc(100% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-top: 2px solid #ffed1f;
}
.c-blk-timeline dd {
  width: calc(100% - 120px);
  background-color: #fff;
  margin: 0 0 0 120px;
  padding: 10px;
  position: relative;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-blk-timeline dd span:first-child {
  width: 120px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .c-blk-timeline {
    margin-top: calc(20 / 780 * 100vw);
  }
  .c-blk-timeline dt {
    width: calc(145 / 780 * 100vw);
    padding: calc(10 / 780 * 100vw);
    border-top: calc(2 / 780 * 100vw) solid #ffed1f;
    height: calc(100% - 4 / 780 * 100vw);
  }
  .c-blk-timeline dd {
    width: calc(100% - 155 / 780 * 100vw);
    margin: 0 0 0 calc(155 / 780 * 100vw);
    padding: calc(10 / 780 * 100vw);
    display: block;
    border-top: calc(1 / 780 * 100vw) solid #e6e6e6;
  }
  .c-blk-timeline dd span:first-child {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.c-blk-border {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .c-blk-border {
    margin-top: 20;
    border: calc(1 / 780 * 100vw) solid #e6e6e6;
    padding: calc(20 / 780 * 100vw);
  }
}
.c-blk-flex {
  display: -ms-grid;
  display: grid;
}
.c-blk-flex__button {
  width: 100%;
  min-width: unset !important;
}
.c-blk-flex--w50 {
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.c-blk-flex--w33 {
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

@media only screen and (max-width: 768px) {
  .c-blk-flex--w50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(20 / 780 * 100vw);
  }
  .c-blk-flex--w33 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(20 / 780 * 100vw);
  }
  .c-blk-flex--spw {
    -ms-grid-columns: 1fr calc(20 / 780 * 100vw) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: calc(20 / 780 * 100vw);
  }
  .c-blk-flex--sp-space-none {
    gap: calc(0 / 780 * 100vw) !important;
  }
}
.c-blk-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.c-blk-img-text__img {
  width: 120px;
  padding-right: 20px;
}
.c-blk-img-text__text {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 768px) {
  .c-blk-img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(20 / 780 * 100vw);
    gap: calc(20 / 780 * 100vw);
  }
  .c-blk-img-text__img {
    width: 100%;
    padding-right: 0;
  }
  .c-blk-img-text__text {
    width: 100%;
  }
}
.c-blk-text-img {
  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-top: 20px;
}
.c-blk-text-img__img {
  width: 45%;
}
.c-blk-text-img__text {
  width: 50%;
}
.c-blk-text-img--73 .c-blk-text-img__text {
  width: 65%;
}
.c-blk-text-img--73 .c-blk-text-img__img {
  width: 30%;
}
.c-blk-text-img--img40 .c-blk-text-img__text {
  width: 55%;
}
.c-blk-text-img--img40 .c-blk-text-img__img {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  .c-blk-text-img {
    margin-top: calc(20 / 780 * 100vw);
    gap: calc(15 / 780 * 100vw);
  }
  .c-blk-text-img__img {
    width: 100%;
  }
  .c-blk-text-img__text {
    width: 100%;
  }
  .c-blk-text-img--73 .c-blk-text-img__text {
    width: 100%;
  }
  .c-blk-text-img--73 .c-blk-text-img__img {
    width: 100%;
  }
  .c-blk-text-img--73 .c-blk-text-img__img img {
    text-align: center;
  }
  .c-blk-text-img--img40 .c-blk-text-img__text {
    width: 100%;
  }
  .c-blk-text-img--img40 .c-blk-text-img__img {
    width: 100%;
  }
}
.c-blk-panf {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-blk-panf--one {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-blk-panf--one .c-blk-panf__card {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.c-blk-panf__card {
  margin-top: 0;
}
.c-blk-panf__img {
  padding: 45px;
  background: #e6e6e6;
}
.c-blk-panf__img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .c-blk-panf__img:hover {
    opacity: 0.8;
  }
}
.c-blk-panf__button {
  margin-top: 0 !important;
  min-width: unset;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-blk-panf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(30 / 780 * 100vw);
  }
  .c-blk-panf--one {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-blk-panf--one .c-blk-panf__card {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
  .c-blk-panf__card {
    margin-top: 0;
  }
  .c-blk-panf__img {
    padding: calc(30 / 780 * 100vw);
  }
  .c-blk-panf__button {
    margin-top: 0 !important;
    min-width: unset;
    width: 100%;
  }
}

.c-blk-shimizu-timeline {
  margin-top: 20px;
}
.c-blk-shimizu-timeline dl {
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 15px;
  text-align: left;
}
.c-blk-shimizu-timeline dl dt {
  width: 145px;
}
.c-blk-shimizu-timeline dl dd:first-of-type {
  width: 100px;
  text-align: center;
}
.c-blk-shimizu-timeline dl dd:last-of-type {
  width: calc(100% - 245px);
}

@media only screen and (max-width: 768px) {
  .c-blk-shimizu-timeline {
    margin-top: calc(20px / 780 * 100vw);
  }
  .c-blk-shimizu-timeline dl {
    border-bottom: calc(1 / 780 * 100vw) solid #e6e6e6;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-block: calc(15 / 780 * 100vw);
  }
  .c-blk-shimizu-timeline dl dt {
    width: calc(260 / 780 * 100vw);
  }
  .c-blk-shimizu-timeline dl dd:first-of-type {
    width: calc(100 / 780 * 100vw);
    text-align: center;
  }
  .c-blk-shimizu-timeline dl dd:last-of-type {
    width: 100%;
  }
}
.c-blk-access {
  margin-top: 20px;
}
.c-blk-access__title {
  background: #e6e6e6;
  padding: 10px 20px;
  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;
}
.c-blk-access__title img {
  width: 30px;
}
.c-blk-access__title p {
  width: calc(100% - 45px);
}
.c-blk-access__title p small {
  display: block;
  font-size: 1.4rem;
}
.c-blk-access__process {
  margin-top: 20px;
  padding-inline: 30px;
}
.c-blk-access__place::after {
  top: 8px !important;
}
.c-blk-access__place:not(:last-child) {
  position: relative;
  padding-bottom: 10px;
}
.c-blk-access__place:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  display: block;
  width: 2px;
  height: 100%;
  background: #e6e6e6;
}
.c-blk-access__place:not(:last-child)::after {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .c-blk-access {
    margin-top: calc(20 / 780 * 100vw);
  }
  .c-blk-access__title {
    padding: calc(10 / 780 * 100vw) calc(20 / 780 * 100vw);
  }
  .c-blk-access__title img {
    width: calc(40 / 780 * 100vw);
  }
  .c-blk-access__title p {
    width: calc(100% - 55 / 780 * 100vw);
  }
  .c-blk-access__title p small {
    font-size: calc(20 / 780 * 100vw);
    line-height: 1;
  }
  .c-blk-access__process {
    margin-top: calc(20 / 780 * 100vw);
    padding-inline: calc(30 / 780 * 100vw);
  }
  .c-blk-access__place::after {
    top: calc(18 / 780 * 100vw) !important;
  }
  .c-blk-access__place:not(:last-child) {
    padding-bottom: calc(10 / 780 * 100vw);
  }
  .c-blk-access__place:not(:last-child)::before {
    content: "";
    top: calc(20 / 780 * 100vw);
    left: calc(4 / 780 * 100vw);
    width: calc(2 / 780 * 100vw);
    height: 100%;
  }
}
.c-btn-add-arrow {
  font-size: 1.8rem;
  min-width: 440px;
  display: inline-block;
  padding: 10px 75px 10px 15px;
  position: relative;
  border: 1px solid #000000;
  text-align: left;
}
.c-btn-add-arrow span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-left: 1px solid #000000;
}
.c-btn-add-arrow span::after {
  content: "";
  width: 24px;
  height: 10px;
  background: #000000;
  -webkit-mask-image: url(../img/common/icon_bar_arrow.svg);
          mask-image: url(../img/common/icon_bar_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 12px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn-add-arrow--pdf span::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.c-btn-add-arrow--file span::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_plus.svg);
          mask-image: url(../img/common/icon_plus.svg);
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.c-btn-add-arrow--download span::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_dl.svg);
          mask-image: url(../img/common/icon_dl.svg);
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.c-btn-add-arrow--black {
  background: #000000;
  color: #fff;
}
.c-btn-add-arrow--black span {
  border-color: #fff;
}
.c-btn-add-arrow--black span::after {
  background: #fff;
}
.c-btn-add-arrow--yellow {
  background: #ffed1f;
}
@media only screen and (min-width: 769px) {
  .c-btn-add-arrow:hover {
    background: #ffed1f;
  }
  .c-btn-add-arrow:hover span {
    background: #000000;
  }
  .c-btn-add-arrow:hover span::after {
    background: #fff;
  }
  .c-btn-add-arrow:hover.c-btn-add-arrow--black {
    background: #fff;
    color: #000000;
  }
  .c-btn-add-arrow:hover.c-btn-add-arrow--black span {
    background: #fff;
    border-color: #000000;
  }
  .c-btn-add-arrow:hover.c-btn-add-arrow--black span::after {
    background: #000000;
  }
  .c-btn-add-arrow:hover.c-btn-add-arrow--yellow {
    background: #fff;
  }
  .c-btn-add-arrow:hover.c-btn-add-arrow--yellow span {
    background: #fff;
  }
  .c-btn-add-arrow:hover.c-btn-add-arrow--yellow span::after {
    background: #000000;
  }
}

@media only screen and (max-width: 768px) {
  .c-btn-add-arrow {
    font-size: calc(24 / 780 * 100vw);
    min-width: unset;
    padding: calc(25 / 780 * 100vw) calc(110 / 780 * 100vw) calc(25 / 780 * 100vw) calc(25 / 780 * 100vw);
    position: relative;
    border: 1px solid #000000;
    width: 100%;
  }
  .c-btn-add-arrow span {
    width: calc(100 / 780 * 100vw);
    border-left: calc(1 / 780 * 100vw) solid #000000;
  }
  .c-btn-add-arrow span::after {
    content: "";
    width: calc(48 / 780 * 100vw);
    height: calc(20 / 780 * 100vw);
    top: calc(50% - 10 / 780 * 100vw);
    left: calc(50% - 24 / 780 * 100vw);
  }
}
@media only screen and (min-width: 769px) {
  .c-btn-01 {
    position: relative;
    border: 1px solid var(--black01);
    width: 200px;
    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;
    background-color: var(--black01);
    color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__text {
    position: relative;
    left: -15px;
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__angle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__angle:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__angle:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--wht);
    border-right: 1px solid var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01:hover {
    background-color: var(--wht);
    opacity: 1;
  }
  .c-btn-01:hover .c-btn-01__text {
    color: var(--black01);
  }
  .c-btn-01:hover .c-btn-01__angle:before {
    background-color: var(--black01);
  }
  .c-btn-01:hover .c-btn-01__angle:after {
    border-color: var(--black01);
  }
  .c-btn-angle01 {
    width: 50px;
    height: 50px;
    background-color: var(--black01);
    position: relative;
    display: block;
  }
  .c-btn-angle01:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-angle01:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--wht);
    border-right: 1px solid var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-angle02 {
    width: 50px;
    height: 50px;
    background-color: var(--wht);
    border: 1px solid var(--black01);
    position: relative;
    display: block;
  }
  .c-btn-angle02:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-angle02:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn__to-top {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 16px;
    width: 60px;
    opacity: 0;
  }
  .c-btn__fixed-search {
    position: fixed;
    z-index: 1000;
    top: 42%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 50px;
    background-color: var(--yellow01);
    border-radius: 30px 0 0 30px;
    padding: 15px 0 7px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .c-btn__fixed-search-icon {
    text-align: center;
  }
  .c-btn__fixed-search-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: var(--wht);
    border-radius: 5px 5px 5px 24px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 6px 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn-01 {
    position: relative;
    border: 1px solid var(--black01);
    width: calc(400 / 780 * 100vw);
    height: calc(100 / 780 * 100vw);
    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: var(--black01);
    color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__text {
    position: relative;
    left: calc(-30 / 780 * 100vw);
    letter-spacing: 0.2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__angle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__angle:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01__angle:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--wht);
    border-right: 1px solid var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-01:hover {
    background-color: var(--wht);
    opacity: 1;
  }
  .c-btn-01:hover .c-btn-01__text {
    color: var(--black01);
  }
  .c-btn-01:hover .c-btn-01__angle:before {
    background-color: var(--black01);
  }
  .c-btn-01:hover .c-btn-01__angle:after {
    border-color: var(--black01);
  }
  .c-btn-angle01 {
    width: calc(50 / 780 * 100vw);
    height: calc(50 / 780 * 100vw);
    background-color: var(--black01);
    position: relative;
    display: block;
  }
  .c-btn-angle01:before {
    position: absolute;
    content: "";
    width: calc(24 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-angle01:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--wht);
    border-right: 1px solid var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-angle02 {
    width: calc(100 / 780 * 100vw);
    height: calc(100 / 780 * 100vw);
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    position: relative;
    display: block;
  }
  .c-btn-angle02:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn-angle02:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-btn__to-top {
    bottom: calc(100 / 780 * 100vw);
    right: calc(32 / 780 * 100vw);
    width: calc(120 / 780 * 100vw);
    z-index: 1200;
  }
  .c-btn__to-top img {
    width: 100%;
  }
  .c-btn__fixed-search {
    position: fixed;
    z-index: 1000;
    top: 33.5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: calc(80 / 780 * 100vw);
    background-color: var(--yellow01);
    border-radius: calc(46 / 780 * 100vw) 0 0 calc(46 / 780 * 100vw);
    padding: calc(24 / 780 * 100vw) 0 calc(14 / 780 * 100vw);
    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: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .c-btn__fixed-search.loading {
    z-index: 1000;
  }
  .c-btn__fixed-search-icon {
    text-align: center;
    width: calc(40 / 780 * 100vw);
  }
  .c-btn__fixed-search-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    background-color: var(--wht);
    border-radius: calc(10 / 780 * 100vw) calc(10 / 780 * 100vw) calc(10 / 780 * 100vw) calc(36 / 780 * 100vw);
    margin-top: calc(8 / 780 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(16 / 780 * 100vw) calc(8 / 780 * 100vw) calc(18 / 780 * 100vw);
  }
}
.c-card-info {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.c-card-info__category {
  width: 100px;
  height: 100px;
  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;
  border-radius: 50%;
  font-family: "Kaisei Opti", serif;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -50px;
  left: -10px;
  z-index: 2;
}
.c-card-info__category.--news {
  background: #78a12f;
}
.c-card-info__category.--event {
  background: #599faa;
}
.c-card-info__category.--other {
  background: #bbb;
}
.c-card-info__img {
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  position: relative;
}
.c-card-info__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-info__date {
  font-weight: bold;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-card-info {
    border-radius: calc(10 / 780 * 100vw);
    padding: calc(15 / 780 * 100vw);
  }
  .c-card-info__category {
    width: calc(90 / 780 * 100vw);
    height: calc(90 / 780 * 100vw);
    font-size: calc(16 / 780 * 100vw);
    top: calc(-40 / 780 * 100vw);
  }
  .c-card-info__date {
    margin: calc(10 / 780 * 100vw) 0 0;
  }
}

.c-card-shop__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: min(3vw, 20px);
  overflow: hidden;
}
.c-card-shop__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-shop__name {
  margin-top: 20px;
  font-size: 2.4rem;
}
.c-card-shop__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.c-card-shop__category span {
  gap: 10px;
}
.c-card-shop__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  gap: 10px;
}
.c-card-shop__map img {
  width: 22px;
}
@media only screen and (max-width: 768px) {
  .c-card-shop__img {
    border-radius: calc(20 / 780 * 100vw);
    overflow: hidden;
  }
  .c-card-shop__name {
    margin-top: calc(20 / 780 * 100vw);
    font-size: calc(20 / 780 * 100vw);
  }
  .c-card-shop__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(10 / 780 * 100vw);
  }
  .c-card-shop__category span {
    gap: calc(5 / 780 * 100vw);
  }
  .c-card-shop__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    gap: calc(5 / 780 * 100vw);
  }
  .c-card-shop__map img {
    width: calc(17 / 780 * 100vw);
  }
}

.c-deco-box-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  position: relative;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-deco-box-arrow::after {
  content: "";
  width: 24px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 12px);
  background: #000000;
  -webkit-mask-image: url(../img/common/icon_bar_arrow.svg);
          mask-image: url(../img/common/icon_bar_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-deco-box-arrow--pdf::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.c-deco-box-arrow--file::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_plus.svg);
          mask-image: url(../img/common/icon_plus.svg);
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.c-deco-box-arrow--download::after {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_dl.svg);
          mask-image: url(../img/common/icon_dl.svg);
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

@media only screen and (max-width: 768px) {
  .c-deco-box-arrow {
    width: calc(100 / 780 * 100vw);
    height: calc(100 / 780 * 100vw);
    border: calc(1 / 780 * 100vw) solid #000000;
  }
  .c-deco-box-arrow::after {
    content: "";
    width: calc(48 / 780 * 100vw);
    height: calc(20 / 780 * 100vw);
    top: calc(50% - 10 / 780 * 100vw);
    left: calc(50% - 24 / 780 * 100vw);
  }
  .c-deco-box-arrow--pdf::after {
    width: calc(40 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    top: calc(50% - 20 / 780 * 100vw);
    left: calc(50% - 20 / 780 * 100vw);
  }
  .c-deco-box-arrow--file::after {
    width: calc(40 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    top: calc(50% - 20 / 780 * 100vw);
    left: calc(50% - 20 / 780 * 100vw);
  }
  .c-deco-box-arrow--download::after {
    width: calc(40 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    top: calc(50% - 20 / 780 * 100vw);
    left: calc(50% - 20 / 780 * 100vw);
  }
}
.c-fonts-kaisei {
  font-family: "Kaisei Opti", serif;
}

.c-fonts-marce {
  font-family: "Marcellus", serif;
}

.splide .splide__arrows {
  display: none;
}
.splide.is-overflow .splide__arrows {
  display: block;
}

.c-ttl-enja {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "Kaisei Opti", serif;
}
.c-ttl-enja span {
  font-family: "Marcellus", serif;
  color: #b8583c;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.c-ttl-enja.--center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-enja {
    font-size: calc(24 / 780 * 100vw);
    margin-bottom: calc(30 / 780 * 100vw);
  }
  .c-ttl-enja span {
    font-size: calc(20 / 780 * 100vw);
    margin-bottom: calc(5 / 780 * 100vw);
  }
  .c-ttl-enja.--center-sp {
    text-align: center;
  }
}

@media only screen and (min-width: 769px) {
  .c-title-section__english {
    font-size: 6rem;
    font-family: var(--oswald);
    display: block;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .c-title-section__japanese {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 0.12em;
  }
}
@media only screen and (max-width: 768px) {
  .c-title-section__english {
    font-size: calc(100 / 780 * 100vw);
    font-family: var(--oswald);
    display: block;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .c-title-section__japanese {
    font-size: calc(40 / 780 * 100vw);
    display: block;
    letter-spacing: 0.09em;
    margin-top: calc(-10 / 780 * 100vw);
  }
}
.c-txt-big {
  font-size: 120%;
}

.c-txt-small {
  font-size: 80%;
}

.c-txt-link {
  text-decoration: underline;
}
.c-txt-link--blank {
  position: relative;
}
.c-txt-link--blank::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #000000;
  -webkit-mask-image: url(../img/common/icon_plus.svg);
          mask-image: url(../img/common/icon_plus.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -2px;
}
.c-txt-link--pdf {
  position: relative;
  padding-right: 25px;
}
.c-txt-link--pdf::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #000000;
  -webkit-mask-image: url(../img/common/icon_pdf.svg);
          mask-image: url(../img/common/icon_pdf.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-left: 5px;
  margin-bottom: -2px;
}

@media only screen and (max-width: 768px) {
  .c-txt-link--blank {
    padding-right: calc(35 / 780 * 100vw);
  }
  .c-txt-link--blank::after {
    width: calc(28 / 780 * 100vw);
    height: calc(28 / 780 * 100vw);
    margin-left: calc(10 / 780 * 100vw);
    margin-bottom: calc(-2 / 780 * 100vw);
  }
  .c-txt-link--pdf {
    position: relative;
    padding-right: calc(35 / 780 * 100vw);
  }
  .c-txt-link--pdf::after {
    width: calc(28 / 780 * 100vw);
    height: calc(28 / 780 * 100vw);
    margin-left: calc(10 / 780 * 100vw);
    margin-bottom: calc(-2 / 780 * 100vw);
  }
}
.c-txt-dots {
  padding-left: 15px;
  position: relative;
}
.c-txt-dots::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffed1f;
  border: 3px solid #000000;
  position: absolute;
  top: 10px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .c-txt-dots {
    padding-left: calc(15 / 780 * 100vw);
  }
  .c-txt-dots::after {
    width: calc(10 / 780 * 100vw);
    height: calc(10 / 780 * 100vw);
    border: calc(3 / 780 * 100vw) solid #000000;
    top: calc(20 / 780 * 100vw);
  }
}
.c-text-current {
  margin-top: 20px;
}
.c-text-current__card {
  padding: 10px;
  background: #e6e6e6;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.c-text-current__card--yellow {
  background: #fbf68c;
}
.c-text-current__card:nth-of-type(n+2)::before, .c-text-current__card:nth-of-type(n+2)::after {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50% - 1px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.c-text-current__card:nth-of-type(n+2)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-text-current__card:nth-of-type(n+2)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-text-current--addarrow {
  margin-top: 30px;
}
.c-text-current--addarrow .c-text-current__card::before, .c-text-current--addarrow .c-text-current__card::after {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50% - 1px);
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.c-text-current--addarrow .c-text-current__card::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-text-current--addarrow .c-text-current__card::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .c-text-current {
    margin-top: 20;
  }
  .c-text-current__card {
    padding: calc(15 / 780 * 100vw) calc(10 / 780 * 100vw);
    margin-bottom: calc(30 / 780 * 100vw);
  }
  .c-text-current__card:nth-of-type(n+2)::before, .c-text-current__card:nth-of-type(n+2)::after {
    top: calc(-25 / 780 * 100vw);
    left: calc(50% - 1 / 780 * 100vw);
    width: calc(2 / 780 * 100vw);
    height: calc(15 / 780 * 100vw);
    border-radius: calc(99999 / 780 * 100vw);
    -webkit-transform-origin: 50% calc(100% - 1 / 780 * 100vw);
            transform-origin: 50% calc(100% - 1 / 780 * 100vw);
  }
  .c-text-current--addarrow {
    margin-top: 30px;
  }
  .c-text-current--addarrow .c-text-current__card::before, .c-text-current--addarrow .c-text-current__card::after {
    top: calc(-25 / 780 * 100vw);
    left: calc(50% - 1 / 780 * 100vw);
    width: calc(2 / 780 * 100vw);
    height: calc(15 / 780 * 100vw);
    border-radius: calc(99999 / 780 * 100vw);
    -webkit-transform-origin: 50% calc(100% - 1 / 780 * 100vw);
            transform-origin: 50% calc(100% - 1 / 780 * 100vw);
  }
}
.c-txt-category {
  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;
  font-size: 2rem;
  color: #fff;
  height: 30px;
  padding-inline: 15px;
  background: #000000;
  border-radius: 30px;
  max-width: 80px;
}
@media only screen and (max-width: 768px) {
  .c-txt-category {
    font-size: calc(16 / 780 * 100vw);
    height: calc(35 / 780 * 100vw);
    padding-inline: calc(10 / 780 * 100vw);
    background: #000000;
    border-radius: calc(35 / 780 * 100vw);
    max-width: calc(120 / 780 * 100vw);
    min-width: calc(75 / 780 * 100vw);
  }
}

.em-pagination {
  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;
  margin-top: 60px;
}
.em-pagination .page-numbers {
  color: #c5c5c5;
  position: relative;
  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: 30px;
  height: 30px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 16px;
}
.em-pagination .page-numbers.current {
  color: #fff;
  background-color: #599faa;
  border-radius: 50%;
  line-height: 30px;
}
.em-pagination .page-numbers.prev, .em-pagination .page-numbers.next {
  width: 40px;
  height: 40px;
  background-color: #599faa;
  border-radius: 50%;
}
.em-pagination .page-numbers.prev::before, .em-pagination .page-numbers.next::before {
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.em-pagination .page-numbers.prev {
  margin-right: 30px;
}
.em-pagination .page-numbers.prev::before {
  -webkit-mask-image: url(../img/common/arw_l.svg);
          mask-image: url(../img/common/arw_l.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  left: 47%;
}
.em-pagination .page-numbers.next {
  margin-left: 30px;
}
.em-pagination .page-numbers.next::before {
  -webkit-mask-image: url(../img/common/arw_r.svg);
          mask-image: url(../img/common/arw_r.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  left: 53%;
}

@media only screen and (max-width: 768px) {
  .em-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .em-pagination .page-numbers {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    font-size: 1.4rem;
  }
  .em-pagination .page-numbers.current {
    line-height: 20px;
  }
  .em-pagination .page-numbers.prev, .em-pagination .page-numbers.next {
    width: 30px;
    height: 30px;
  }
  .em-pagination .page-numbers.prev::before, .em-pagination .page-numbers.next::before {
    content: "";
    display: block;
    background: #fff;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .em-pagination .page-numbers.prev {
    margin-right: 30px;
  }
  .em-pagination .page-numbers.prev::before {
    -webkit-mask-image: url(../img/common/arw_l.svg);
            mask-image: url(../img/common/arw_l.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    left: 47%;
  }
  .em-pagination .page-numbers.next {
    margin-left: 30px;
  }
  .em-pagination .page-numbers.next::before {
    -webkit-mask-image: url(../img/common/arw_r.svg);
            mask-image: url(../img/common/arw_r.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    left: 53%;
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-caption {
  font-size: 1.4rem;
}

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

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

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

.u-display-block {
  display: block !important;
}

.u-redCol {
  color: #db0000;
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em !important;
  }
  .u-mt20 {
    margin-top: 1.2em !important;
  }
  .u-mt30 {
    margin-top: 1.8em !important;
  }
  .u-mt40 {
    margin-top: 2.4em !important;
  }
  .u-mt50 {
    margin-top: 3em !important;
  }
  .u-mt60 {
    margin-top: 3.6em !important;
  }
  .u-mt70 {
    margin-top: 4.2em !important;
  }
  .u-mt80 {
    margin-top: 4.8em !important;
  }
  .u-mt90 {
    margin-top: 5.4em !important;
  }
  .u-mt100 {
    margin-top: 6em !important;
  }
  .u-caption {
    font-size: calc(26 / 780 * 100vw);
  }
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
@media only screen and (min-width: 769px) {
  .l-ft-sns__inner {
    padding: 38px 0 0px;
  }
  .l-ft-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--black01);
    border-left: 1px solid var(--black01);
  }
  .l-ft-sns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 38px 22px 38px;
    width: 33.3333333333%;
    position: relative;
    border-bottom: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
  }
  .l-ft-sns__item:last-of-type {
    border-right: none;
  }
  .l-ft-sns__item:hover {
    opacity: 1;
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn {
    background-color: var(--black01);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:before {
    background-color: var(--wht);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:after {
    border-color: var(--wht);
  }
  .l-ft-sns__item-textarea {
    padding-left: 17px;
    padding-right: 60px;
  }
  .l-ft-sns__item-textarea-title {
    font-size: 2.161rem;
    font-weight: bold;
    font-family: var(--josefin);
    font-weight: normal;
  }
  .l-ft-sns__item-textarea-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .l-ft-sns__item-btn {
    position: absolute;
    right: 23px;
  }
  .l-ft {
    border-top: 45px solid var(--yellow01);
    background-color: var(--gray03);
  }
  .l-ft__inner {
    max-width: 1240px;
    padding-bottom: 25px;
    margin-inline: auto;
    width: calc(100% - 50px);
  }
  .l-ft__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -25px;
  }
  .l-ft__left {
    width: 490px;
  }
  .l-ft__left-address {
    margin-top: 21px;
  }
  .l-ft__nav {
    width: calc(100% - 490px);
  }
  .l-ft__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
  .l-ft__nav-list-item {
    margin-right: 30px;
  }
  .l-ft__nav-list-item:last-of-type {
    margin-right: 0;
  }
  .l-ft__nav-list-item.-in-site-link a {
    position: relative;
    padding-left: 21px;
    font-size: 1.5rem;
  }
  .l-ft__nav-list-item.-in-site-link a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 15px;
    top: 50%;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--black01);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-ft__nav-list-item.-external-link a {
    position: relative;
    padding-right: 23px;
    font-size: 1.6rem;
  }
  .l-ft__nav-list-item.-external-link a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/common/icon_external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-ft__copyright {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 24px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-ft-sns__inner {
    padding: calc(76 / 780 * 100vw) 0 0px;
  }
  .l-ft-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-left: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-ft-sns__item {
    padding: calc(26 / 780 * 100vw) calc(20 / 780 * 100vw);
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-ft-sns__item:last-of-type {
    border-right: none;
  }
  .l-ft-sns__item:hover {
    opacity: 1;
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn {
    background-color: var(--black01);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:before {
    background-color: var(--wht);
  }
  .l-ft-sns__item:hover .l-ft-sns__item-btn:after {
    border-color: var(--wht);
  }
  .l-ft-sns__item-icon {
    width: calc(64 / 780 * 100vw);
  }
  .l-ft-sns__item-textarea {
    padding-left: calc(14 / 780 * 100vw);
  }
  .l-ft-sns__item-textarea-title {
    font-size: calc(22 / 780 * 100vw);
    font-weight: bold;
    font-family: var(--josefin);
    font-weight: normal;
  }
  .l-ft-sns__item-textarea-text {
    font-size: 1.4rem;
    letter-spacing: 0;
    display: none;
  }
  .l-ft-sns__item-btn {
    position: absolute;
    right: calc(46 / 780 * 100vw);
    display: none;
  }
  .l-ft {
    border-top: calc(56 / 780 * 100vw) solid var(--yellow01);
    background-color: var(--gray03);
  }
  .l-ft__inner {
    padding-bottom: calc(180 / 780 * 100vw);
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
  }
  .l-ft__flex {
    margin-top: calc(-50 / 780 * 100vw);
  }
  .l-ft__left-logo {
    width: calc(628 / 780 * 100vw);
    margin-top: calc(14 / 780 * 100vw);
  }
  .l-ft__left-address {
    margin-top: calc(28 / 780 * 100vw);
    font-size: calc(28 / 780 * 100vw);
    line-height: 1.8;
  }
  .l-ft__nav {
    margin-top: calc(62 / 780 * 100vw);
  }
  .l-ft__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-ft__nav-list.-external-link {
    display: block;
    margin-top: calc(64 / 780 * 100vw);
  }
  .l-ft__nav-list-item:last-of-type {
    margin-right: 0;
  }
  .l-ft__nav-list-item.-in-site-link a {
    position: relative;
    padding-left: calc(22 / 780 * 100vw);
    font-size: calc(26 / 780 * 100vw);
    text-decoration: underline;
  }
  .l-ft__nav-list-item.-in-site-link a:before {
    position: absolute;
    content: "";
    width: calc(20 / 780 * 100vw);
    height: calc(30 / 780 * 100vw);
    top: 50%;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: var(--black01);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-ft__nav-list-item.-external-link {
    display: block;
    margin-top: calc(10 / 780 * 100vw);
  }
  .l-ft__nav-list-item.-external-link a {
    position: relative;
    padding-right: calc(42 / 780 * 100vw);
    font-size: calc(26 / 780 * 100vw);
  }
  .l-ft__nav-list-item.-external-link a:before {
    position: absolute;
    content: "";
    width: calc(30 / 780 * 100vw);
    height: calc(30 / 780 * 100vw);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/common/icon_external-link.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-ft__copyright {
    font-size: calc(24 / 780 * 100vw);
    text-align: center;
    margin-top: calc(74 / 780 * 100vw);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-ft-sns__item {
    padding: 20px 10px 20px;
  }
  .l-ft-sns__item-textarea {
    padding-left: 5px;
    padding-right: 80px;
  }
  .l-ft__flex {
    display: block;
  }
  .l-ft__nav {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .l-header {
    position: fixed;
    z-index: 1001;
    top: 0;
    width: 100%;
  }
  .l-header.loading {
    z-index: 1000;
  }
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 120px;
    width: 132px;
    padding: 0 15px 15px 15px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo-bottom {
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo.-on {
    width: 94px;
    height: 80px;
  }
  .l-header__logo.-on .l-header__logo-bottom {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
  .l-header__nav-list-top {
    background-color: var(--gray01);
    padding: 4px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__nav-list-top-item {
    margin-right: 20px;
  }
  .l-header__nav-list-top-item:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-top-item > a {
    font-size: 1.4rem;
    padding: 2px 3px;
    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;
  }
  .l-header__nav-list-top-item > a span {
    padding-left: 10px;
  }
  .l-header__nav-list-top-item.-by-visitor {
    position: relative;
  }
  .l-header__nav-list-top-item.-by-visitor.-on > a:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .l-header__nav-list-top-item.-by-visitor > a {
    background-color: var(--black01);
    color: var(--wht);
    padding: 2px 17px;
    position: relative;
  }
  .l-header__nav-list-top-item.-by-visitor > a:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 7px;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-list-top-item.-by-visitor > a span {
    padding-right: 11px;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list {
    position: absolute;
    top: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 145px;
    padding-bottom: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0)), color-stop(6%, rgb(255, 238, 0)), to(rgb(255, 238, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 6%, rgb(255, 238, 0) 6%, rgb(255, 238, 0) 100%);
    padding-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list.-display {
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background-color: var(--yellow01);
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a {
    display: block;
    font-size: 1.4rem;
    position: relative;
    padding: 6px 3px 6px 13px;
    letter-spacing: 0;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--orange01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--yellow02);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:hover {
    font-weight: bold;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:hover:before {
    opacity: 1;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:hover:after {
    opacity: 1;
  }
  .l-header__nav-list-top-item.-language a {
    border-radius: 100vmax;
    background-color: var(--wht);
    border: 1px solid var(--black01);
    width: 43px;
    text-align: center;
    line-height: 1.4;
  }
  .l-header__nav-list-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 28px;
    background-color: var(--wht);
  }
  .l-header__nav-list-bottom-item {
    margin-right: 27px;
  }
  .l-header__nav-list-bottom-item:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-bottom-item > a {
    padding: 10px 3px;
    display: block;
    letter-spacing: 0.17em;
    position: relative;
  }
  .l-header__nav-list-bottom-item > a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background-color: var(--yellow01);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-list-bottom-item.-on a:before {
    opacity: 1;
  }
  .l-header__nav-list-bottom-sub-wrap {
    opacity: 0;
    position: absolute;
    top: 60px;
    right: 0;
    padding-bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 20px, rgb(255, 238, 0) 20px, rgb(255, 238, 0) 100%);
    padding-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 41px 34px 26px;
    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;
    height: 424px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  .l-header__nav-list-bottom-sub-wrap.-display {
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header__nav-list-bottom-sub-wrap.-sub-wrap01 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-header__nav-list-bottom-sub-wrap.-sub-wrap01 .l-header__nav-list-bottom-sub-wrap-block:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-bottom-sub-wrap.-sub-wrap03 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-header__nav-list-bottom-sub-wrap.-sub-wrap03 .l-header__nav-list-bottom-sub-wrap-block:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-bottom-sub-wrap.-sub-wrap04 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-header__nav-list-bottom-sub-wrap.-sub-wrap04 .l-header__nav-list-bottom-sub-wrap-block:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-bottom-sub-wrap-block {
    margin-right: 29px;
    width: 250px;
  }
  .l-header__nav-list-bottom-sub-wrap-block:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-bottom-sub-wrap-title {
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 30px;
    letter-spacing: 0.1em;
    position: relative;
  }
  .l-header__nav-list-bottom-sub-wrap-title:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
    border-radius: 100vmax;
  }
  .l-header__nav-list-bottom-sub-wrap-title:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--yellow01);
    border-radius: 100vmax;
  }
  .l-header__nav-list-bottom-sub-wrap-title.-blank:before {
    display: none;
  }
  .l-header__nav-list-bottom-sub-wrap-title.-blank:after {
    display: none;
  }
  .l-header__nav-list-bottom-sub-wrap-thumbnail {
    margin-top: 10px;
  }
  .l-header__nav-list-bottom-sub-list {
    margin-top: 15px;
  }
  .l-header__nav-list-bottom-sub-list > * + * {
    margin-top: 8px;
  }
  .l-header__nav-list-bottom-sub-list-item > a {
    font-size: 1.6rem;
    display: block;
    position: relative;
    padding-right: 25px;
  }
  .l-header__nav-list-bottom-sub-list-item > a span {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header__nav-list-bottom-sub-list-item > a span:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
  }
  .l-header__nav-list-bottom-sub-list-item > a span:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
  }
  .l-header__hamburger {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .l-header.loading {
    z-index: 1001;
  }
  .l-header__logo {
    position: absolute;
    top: 0;
    left: calc(60 / 780 * 100vw);
    width: calc(120 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo-top {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo-bottom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo.-on {
    width: calc(84 / 780 * 100vw);
  }
  .l-header__logo.-on .l-header__logo-bottom {
    opacity: 0;
  }
  .l-header__logo img {
    background: #fff;
    padding: 0 calc(15 / 780 * 100vw) calc(15 / 780 * 100vw) calc(15 / 780 * 100vw);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-list-top {
    background-color: var(--gray01);
    padding: calc(10 / 780 * 100vw) calc(28 / 780 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__nav-list-top-item {
    margin-right: calc(26 / 780 * 100vw);
  }
  .l-header__nav-list-top-item:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-list-top-item > p,
  .l-header__nav-list-top-item a {
    font-size: 1.4rem;
    padding: calc(4 / 780 * 100vw) calc(6 / 780 * 100vw);
    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;
  }
  .l-header__nav-list-top-item > p span,
  .l-header__nav-list-top-item a span {
    padding-left: calc(14 / 780 * 100vw);
  }
  .l-header__nav-list-top-item.-by-visitor {
    position: relative;
  }
  .l-header__nav-list-top-item.-by-visitor img {
    width: calc(20 / 780 * 100vw);
  }
  .l-header__nav-list-top-item.-by-visitor.-on > a:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .l-header__nav-list-top-item.-by-visitor > p {
    background-color: var(--black01);
    color: var(--wht);
    padding: calc(4 / 780 * 100vw) calc(30 / 780 * 100vw);
    font-size: calc(26 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    position: relative;
  }
  .l-header__nav-list-top-item.-by-visitor > p:before {
    position: absolute;
    content: "";
    width: calc(22 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    right: calc(16 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-list-top-item.-by-visitor > p span {
    padding-right: calc(22 / 780 * 100vw);
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list {
    position: absolute;
    top: calc(32 / 780 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(290 / 780 * 100vw);
    padding-bottom: calc(0 / 780 * 100vw);
    padding-top: calc(30 / 780 * 100vw);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(6%, rgba(255, 255, 255, 0)), color-stop(6%, rgb(255, 238, 0)), to(rgb(255, 238, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 6%, rgb(255, 238, 0) 6%, rgb(255, 238, 0) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list.-display {
    opacity: 1;
    pointer-events: auto;
    z-index: 9999;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(32 / 780 * 100vw);
    top: calc(6 / 780 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background-color: var(--yellow01);
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a {
    display: block;
    font-size: calc(28 / 780 * 100vw);
    position: relative;
    padding: calc(10 / 780 * 100vw) calc(6 / 780 * 100vw) calc(10 / 780 * 100vw) calc(26 / 780 * 100vw);
    letter-spacing: 0;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:before {
    position: absolute;
    content: "";
    width: calc(4 / 780 * 100vw);
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--orange01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--yellow02);
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:hover {
    font-weight: bold;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:hover:before {
    opacity: 1;
  }
  .l-header__nav-list-top-item.-by-visitor .l-header__nav-list-top-sub-list-item a:hover:after {
    opacity: 1;
  }
  .l-header__nav-list-top-item.-language > a {
    border-radius: 100vmax;
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    width: calc(70 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1401px) {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: calc(50% - 616px);
  }
}
@media screen and (max-width: 1155px) and (min-width: 769px) {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100px;
  }
  .l-header__nav-list-bottom-sub-wrap-block {
    width: 25%;
  }
  .l-header__nav-list-bottom-sub-wrap-title {
    font-size: 1.8rem;
    padding-left: 20px;
  }
  .l-header__nav-list-bottom-sub-wrap-title:before {
    width: 16px;
    height: 16px;
  }
  .l-header__nav-list-bottom-sub-wrap-title:after {
    width: 8px;
    height: 8px;
    left: 4px;
  }
  .l-header__nav-list-bottom-sub-list-item > a {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav-sp {
    position: fixed;
    z-index: 2000;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .l-nav-sp__follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .l-nav-sp__follow-hamburger {
    width: calc(140 / 780 * 100vw);
    height: calc(140 / 780 * 100vw);
    background-color: var(--yellow01);
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: calc(18 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-hamburger.on {
    background-color: var(--black01);
  }
  .l-nav-sp__follow-hamburger.on .l-nav-sp__follow-hamburger-icon-bar {
    background-color: var(--wht);
  }
  .l-nav-sp__follow-hamburger.on .l-nav-sp__follow-hamburger-icon-bar:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-nav-sp__follow-hamburger.on .l-nav-sp__follow-hamburger-icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  .l-nav-sp__follow-hamburger.on .l-nav-sp__follow-hamburger-icon-bar:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-nav-sp__follow-hamburger.on .l-nav-sp__follow-hamburger-icon-menu {
    color: var(--wht);
  }
  .l-nav-sp__follow-hamburger-icon {
    width: calc(60 / 780 * 100vw);
    height: calc(36 / 780 * 100vw);
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-hamburger-icon-bar {
    position: absolute;
    background-color: var(--black01);
    width: 100%;
    left: 0;
    right: 0;
    height: calc(2 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-hamburger-icon-bar:nth-of-type(1) {
    top: 0;
  }
  .l-nav-sp__follow-hamburger-icon-bar:nth-of-type(2) {
    top: 50%;
  }
  .l-nav-sp__follow-hamburger-icon-bar:nth-of-type(3) {
    bottom: 0;
  }
  .l-nav-sp__follow-hamburger-icon-menu {
    font-size: calc(28 / 780 * 100vw);
    font-weight: bold;
    margin-top: calc(12 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-nav {
    background-color: var(--wht);
    height: calc(100 / 780 * 100vw);
    width: calc(100% - 140 / 780 * 100vw);
  }
  .l-nav-sp__follow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .l-nav-sp__follow-list-item {
    width: 33.3333333333%;
    border-right: calc(2 / 780 * 100vw) solid var(--gray01);
  }
  .l-nav-sp__follow-list-item:last-of-type {
    border-right: none;
  }
  .l-nav-sp__follow-list-item-link {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: calc(12 / 780 * 100vw);
  }
  .l-nav-sp__follow-list-item-link img {
    height: calc(32 / 780 * 100vw);
  }
  .l-nav-sp__follow-list-item-link-text {
    font-size: calc(22 / 780 * 100vw);
    letter-spacing: 0;
    margin-top: calc(12 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--01 {
    position: fixed;
    z-index: 1500;
    top: calc(60 / 780 * 100vw);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 60 / 780 * 100vw);
    background-color: var(--yellow01);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-nav-hide--01.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav-sp__follow-nav-hide--01-inner {
    width: calc(100% - 60 / 780 * 100vw);
    margin-inline: auto;
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch {
    margin-top: calc(42 / 780 * 100vw);
    padding-bottom: calc(34 / 780 * 100vw);
    margin-bottom: calc(42 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword {
    margin-top: calc(80 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-title {
    font-size: 3rem;
    letter-spacing: 0.13em;
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-form-wrap {
    margin-top: calc(20 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-form input[type=text] {
    width: calc(100% - 100 / 780 * 100vw);
    font-size: calc(32 / 780 * 100vw);
    padding: calc(28 / 780 * 100vw) calc(20 / 780 * 100vw);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: calc(20 / 780 * 100vw) 0 0 calc(20 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-form-submit-wrap {
    width: calc(100 / 780 * 100vw);
    background-color: var(--black01);
    position: relative;
    border-radius: 0 calc(20 / 780 * 100vw) calc(20 / 780 * 100vw) 0;
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-form-submit-wrap:before {
    position: absolute;
    content: "";
    width: calc(42 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/common/icon_search_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-nav-sp__follow-nav-hide--01-hijisearch__keyword-form-submit-wrap input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .l-nav-sp__follow-nav-hide--02 {
    position: fixed;
    z-index: 1500;
    top: calc(60 / 780 * 100vw);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 60 / 780 * 100vw);
    background-color: var(--yellow01);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-nav-hide--02.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav-sp__follow-nav-hide--02-inner {
    width: calc(100% - 60 / 780 * 100vw);
    margin-inline: auto;
  }
  .l-nav-sp__follow-nav-hide--02-back {
    text-align: center;
    font-size: calc(32 / 780 * 100vw);
    font-weight: bold;
    padding: calc(30 / 780 * 100vw) 0;
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
    position: relative;
  }
  .l-nav-sp__follow-nav-hide--02-back:before {
    position: absolute;
    content: "";
    width: calc(28 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: calc(3 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
  }
  .l-nav-sp__follow-nav-hide--02-back:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: calc(3 / 780 * 100vw);
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-nav-sp__follow-nav-hide--02-area {
    overflow-y: scroll;
    height: 95vh;
    padding-bottom: calc(400 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn {
    font-size: calc(30 / 780 * 100vw);
    font-weight: bold;
    padding: calc(30 / 780 * 100vw) calc(48 / 780 * 100vw);
    letter-spacing: 0.1em;
    position: relative;
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn:before {
    position: absolute;
    content: "";
    width: calc(36 / 780 * 100vw);
    height: calc(36 / 780 * 100vw);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
    border-radius: 100vmax;
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn:after {
    position: absolute;
    content: "";
    width: calc(20 / 780 * 100vw);
    height: calc(20 / 780 * 100vw);
    top: 50%;
    left: calc(8 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--yellow01);
    border-radius: 100vmax;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn.is-open .l-nav-sp__follow-nav-hide--02-area-toggle-btn-icon:after {
    opacity: 0;
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn-icon {
    position: absolute;
    content: "";
    width: calc(30 / 780 * 100vw);
    height: calc(30 / 780 * 100vw);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-btn-icon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    background-color: var(--black01);
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-contents {
    padding-bottom: 0;
    display: none;
  }
  .l-nav-sp__follow-nav-hide--02-area-toggle-contents.is-open {
    max-height: calc(1000 / 780 * 100vw); /* 十分に大きな値を指定。内容の高さより大きければOK */
    padding-bottom: calc(34 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--03 {
    position: fixed;
    z-index: 1500;
    top: calc(60 / 780 * 100vw);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 60 / 780 * 100vw);
    background-color: var(--yellow01);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-nav-sp__follow-nav-hide--03.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-nav-sp__follow-nav-hide--03-inner {
    width: calc(100% - 60 / 780 * 100vw);
    margin-inline: auto;
  }
  .l-nav-sp__follow-nav-hide--03-back {
    text-align: center;
    font-size: calc(32 / 780 * 100vw);
    font-weight: bold;
    padding: calc(30 / 780 * 100vw) 0;
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
    position: relative;
  }
  .l-nav-sp__follow-nav-hide--03-back:before {
    position: absolute;
    content: "";
    width: calc(28 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: calc(3 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
  }
  .l-nav-sp__follow-nav-hide--03-back:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: calc(3 / 780 * 100vw);
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-btn {
    font-size: calc(30 / 780 * 100vw);
    font-weight: bold;
    padding: calc(30 / 780 * 100vw) calc(48 / 780 * 100vw);
    letter-spacing: 0.1em;
    position: relative;
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-btn:before {
    position: absolute;
    content: "";
    width: calc(36 / 780 * 100vw);
    height: calc(36 / 780 * 100vw);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
    border-radius: 100vmax;
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-btn:after {
    position: absolute;
    content: "";
    width: calc(20 / 780 * 100vw);
    height: calc(20 / 780 * 100vw);
    top: 50%;
    left: calc(8 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--yellow01);
    border-radius: 100vmax;
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-btn-icon {
    position: absolute;
    content: "";
    width: calc(30 / 780 * 100vw);
    height: calc(30 / 780 * 100vw);
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-btn-icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-btn-icon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    background-color: var(--black01);
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-contents {
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .l-nav-sp__follow-nav-hide--03-area-toggle-contents.is-open {
    max-height: 500px; /* 十分に大きな値を指定。内容の高さより大きければOK */
    padding-bottom: calc(34 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide--03 .l-nav-sp__follow-nav-hide-list {
    height: 100vh;
    padding-bottom: calc(400 / 780 * 100vw);
  }
  .l-nav-sp__follow-nav-hide-list {
    margin-top: 0;
    overflow-y: scroll;
  }
  .l-nav-sp__follow-nav-hide-list-item:not(:first-of-type) {
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-nav-sp__follow-nav-hide-list-item:last-of-type {
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-nav-sp__follow-nav-hide-list-item.-angle {
    position: relative;
  }
  .l-nav-sp__follow-nav-hide-list-item.-angle:before {
    position: absolute;
    content: "";
    width: calc(20 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    right: calc(4 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--black01);
  }
  .l-nav-sp__follow-nav-hide-list-item.-angle:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    right: calc(6 / 780 * 100vw);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .l-nav-sp__follow-nav-hide-list-item.-angle a {
    pointer-events: none;
  }
  .l-nav-sp__follow-nav-hide-list-item a {
    font-size: calc(32 / 780 * 100vw);
    font-weight: bold;
    padding: calc(30 / 780 * 100vw) calc(40 / 780 * 100vw) calc(30 / 780 * 100vw) 0;
    display: block;
  }
}
.l-main {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .l-main {
    padding-top: calc(0 / 780 * 100vw);
  }
}
@media only screen and (min-width: 769px) {
  .l-ft-banner__inner {
    max-width: 1270px;
    width: calc(100% - 50px);
    margin-inline: auto;
    padding: 50px 0 0;
  }
  .l-ft-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-ft-banner__list-item {
    width: calc(16.6666666667% - 12.5px);
    margin-right: 15px;
  }
  .l-ft-banner__list-item:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-ft-banner__inner {
    width: calc(100% - 60 / 780 * 100vw);
    margin-inline: auto;
    padding: calc(100 / 780 * 100vw) 0 0;
  }
  .l-ft-banner__list {
    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-ft-banner__list-item {
    width: calc(50% - 10 / 780 * 100vw * 1 / 2);
    margin-right: calc(10 / 780 * 100vw);
  }
  .l-ft-banner__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .l-ft-banner__list-item:nth-of-type(n + 3) {
    margin-top: calc(10 / 780 * 100vw);
  }
  .l-ft-banner__list-item img {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .l-popup-hijisearch {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray01);
    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;
  }
  .l-popup-hijisearch.-active {
    opacity: 1;
    visibility: visible;
    z-index: 5000;
  }
  .l-popup-hijisearch__inner-wrap {
    overflow-y: scroll;
    height: 92%;
    width: 100%;
  }
  .l-popup-hijisearch__inner {
    position: relative;
    width: calc(100% - 50px);
    max-width: 1000px;
    margin-inline: auto;
  }
  .l-popup-hijisearch__close {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 30px;
    height: 30px;
    background-color: var(--black01);
    border-radius: 100vmax;
    cursor: pointer;
  }
  .l-popup-hijisearch__close:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--wht);
  }
  .l-popup-hijisearch__close:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--wht);
  }
  .l-popup-hijisearch__title {
    text-align: center;
    -webkit-transform: translateX(37px);
            transform: translateX(37px);
  }
  .l-popup-hijisearch__select {
    margin-top: 70px;
    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;
    /* セレクトボックスの矢印デザイン変更 */
  }
  .l-popup-hijisearch__select-text {
    font-size: 2rem;
    padding: 0 25px;
  }
  .l-popup-hijisearch__select-selectbox {
    font-size: 2.4rem;
    padding: 18px 20px;
    width: 290px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; /* デフォルトの矢印を非表示 */
    text-indent: -1.2em;
    cursor: pointer;
  }
  .l-popup-hijisearch__select-selectbox-wrap {
    position: relative;
  }
  .l-popup-hijisearch__select-selectbox-wrap:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 22px;
    top: 45%;
    border-right: 2px solid var(--black01);
    border-bottom: 2px solid var(--black01);
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .l-popup-hijisearch__select select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
  }
  .l-popup-hijisearch__list {
    margin-top: 40px;
    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;
  }
  .l-popup-hijisearch__list-item {
    width: calc(33.3333333333% - 33.3333333333px);
    margin-right: 50px;
  }
  .l-popup-hijisearch__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .l-popup-hijisearch__list-item:nth-of-type(n + 4) {
    margin-top: 50px;
  }
  .l-popup-hijisearch__list-item-text {
    background-color: var(--wht);
    font-size: 2.048rem;
    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;
    height: 100px;
  }
  .l-popup-hijisearch__keyword {
    margin-top: 40px;
  }
  .l-popup-hijisearch__keyword-title {
    font-size: 3rem;
    letter-spacing: 0.13em;
  }
  .l-popup-hijisearch__keyword-form-wrap {
    margin-top: 10px;
  }
  .l-popup-hijisearch__keyword-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-popup-hijisearch__keyword-form input[type=text] {
    width: calc(100% - 50px);
    font-size: 1.6rem;
    padding: 14px 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .l-popup-hijisearch__keyword-form-submit-wrap {
    width: 50px;
    background-color: var(--black01);
    position: relative;
  }
  .l-popup-hijisearch__keyword-form-submit-wrap:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/common/icon_search_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-popup-hijisearch__keyword-form-submit-wrap input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-popup {
    display: none;
  }
  .l-popup-hijisearch {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray01);
    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;
    z-index: -1;
    visibility: visible;
  }
  .l-popup-hijisearch.-active {
    opacity: 1;
    visibility: visible;
    z-index: 2000;
  }
  .l-popup-hijisearch__inner-wrap {
    width: 100%;
    overflow-y: scroll;
    height: 92%;
  }
  .l-popup-hijisearch__inner {
    position: relative;
    width: calc(100% - 60 / 780 * 100vw);
    max-width: 1000px;
    margin-inline: auto;
    overflow-x: hidden;
    padding: calc(100 / 780 * 100vw) 0 calc(100 / 780 * 100vw);
  }
  .l-popup-hijisearch__close {
    position: absolute;
    z-index: 1000;
    top: calc(26 / 780 * 100vw);
    right: calc(24 / 780 * 100vw);
    width: calc(60 / 780 * 100vw);
    height: calc(60 / 780 * 100vw);
    background-color: var(--black01);
    border-radius: 100vmax;
    cursor: pointer;
  }
  .l-popup-hijisearch__close:before {
    position: absolute;
    content: "";
    width: calc(26 / 780 * 100vw);
    height: calc(4 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--wht);
  }
  .l-popup-hijisearch__close:after {
    position: absolute;
    content: "";
    width: calc(26 / 780 * 100vw);
    height: calc(4 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--wht);
  }
  .l-popup-hijisearch__title {
    text-align: center;
    -webkit-transform: translateX(calc(28 / 780 * 100vw));
            transform: translateX(calc(28 / 780 * 100vw));
    width: calc(640 / 780 * 100vw);
    margin-inline: auto;
  }
  .l-popup-hijisearch__select {
    margin-top: calc(64 / 780 * 100vw);
    display: block;
    text-align: center;
  }
  .l-popup-hijisearch__select-text {
    font-size: calc(30 / 780 * 100vw);
    padding: calc(12 / 780 * 100vw) 0;
  }
  .l-popup-hijisearch__select-selectbox {
    font-size: calc(32 / 780 * 100vw);
    padding: calc(22 / 780 * 100vw) calc(20 / 780 * 100vw);
    width: 100%;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: 0em;
    cursor: pointer;
    border-radius: calc(14 / 780 * 100vw);
    color: var(--black01);
  }
  .l-popup-hijisearch__select-selectbox-wrap {
    position: relative;
    width: calc(432 / 780 * 100vw);
    margin-inline: auto;
  }
  .l-popup-hijisearch__select-selectbox-wrap:before {
    position: absolute;
    content: "";
    width: calc(14 / 780 * 100vw);
    height: calc(14 / 780 * 100vw);
    right: calc(36 / 780 * 100vw);
    top: 45%;
    border-right: 1px solid var(--black01);
    border-bottom: 1px solid var(--black01);
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .l-popup-hijisearch__select select::-ms-expand {
    display: none;
  }
  .l-popup-hijisearch__list {
    margin-top: calc(38 / 780 * 100vw);
    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;
  }
  .l-popup-hijisearch__list-item {
    width: calc(50% - 40 / 780 * 100vw * 1 / 2);
    margin-right: calc(40 / 780 * 100vw);
  }
  .l-popup-hijisearch__list-item.is-hidden-by-more {
    display: none;
  }
  .l-popup-hijisearch__list-item.is-hidden-by-filter {
    display: none;
  }
  .l-popup-hijisearch__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .l-popup-hijisearch__list-item:nth-of-type(n + 3) {
    margin-top: calc(40 / 780 * 100vw);
  }
  .l-popup-hijisearch__list-item-text {
    background-color: var(--wht);
    font-size: calc(30 / 780 * 100vw);
    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;
    height: calc(112 / 780 * 100vw);
    letter-spacing: 0;
  }
  .l-popup-hijisearch__btn {
    display: block;
    text-align: center;
    margin-top: calc(50 / 780 * 100vw);
    font-size: calc(24 / 780 * 100vw);
    letter-spacing: 0.1em;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-right: calc(40 / 780 * 100vw);
    font-weight: bold;
  }
  .l-popup-hijisearch__btn:before {
    position: absolute;
    content: "";
    width: calc(16 / 780 * 100vw);
    height: calc(16 / 780 * 100vw);
    top: calc(8 / 780 * 100vw);
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: calc(4 / 780 * 100vw) solid var(--black01);
    border-bottom: calc(4 / 780 * 100vw) solid var(--black01);
  }
  .l-popup-hijisearch__keyword {
    margin-top: calc(80 / 780 * 100vw);
  }
  .l-popup-hijisearch__keyword-title {
    font-size: calc(60 / 780 * 100vw);
    letter-spacing: 0.13em;
  }
  .l-popup-hijisearch__keyword-form-wrap {
    margin-top: calc(20 / 780 * 100vw);
  }
  .l-popup-hijisearch__keyword-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-popup-hijisearch__keyword-form input[type=text] {
    width: calc(100% - 100 / 780 * 100vw);
    font-size: calc(32 / 780 * 100vw);
    padding: calc(28 / 780 * 100vw) calc(20 / 780 * 100vw);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .l-popup-hijisearch__keyword-form-submit-wrap {
    width: calc(100 / 780 * 100vw);
    background-color: var(--black01);
    position: relative;
  }
  .l-popup-hijisearch__keyword-form-submit-wrap:before {
    position: absolute;
    content: "";
    width: calc(52 / 780 * 100vw);
    height: calc(60 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/common/icon_search_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-popup-hijisearch__keyword-form-submit-wrap input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* 全体を覆うローディング画面 */
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  /* 全体を覆うローディング画面 */
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) {
  .l-wrapper {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .l-wrapper {
    min-width: unset;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 769px) {
  .p-top-mv {
    position: relative;
    height: 752px;
    overflow: hidden;
  }
  .p-top-mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    height: 752px;
    width: 100%;
  }
  .p-top-mv__person-wrap {
    position: absolute;
    width: 740px;
    height: 850px;
    top: 27px;
    left: calc(50% - 164px);
  }
  .p-top-mv__person {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-top-mv__loading-logo {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: 30px;
    left: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: 740px;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
  }
  .p-top-mv__title {
    position: absolute;
    z-index: 1000;
    top: 20%;
    left: 155px;
    font-size: 8rem;
    font-weight: bold;
    color: #77a3b7;
    letter-spacing: 0.06em;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-top-mv__title-text {
    display: block;
    line-height: 1.2;
  }
  .p-top-mv__title-text:nth-of-type(2) {
    padding-left: 36px;
  }
  .p-top-mv__banner {
    position: absolute;
    bottom: 57px;
    right: 0;
    background-color: var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 1px 16px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1000;
  }
  .p-top-mv__banner.-loading-off {
    opacity: 0;
  }
  .p-top-mv__banner.-loading-off.-loading-on {
    z-index: 9999;
    right: unset;
    bottom: unset;
    top: 60%;
    left: 116px;
    opacity: 1;
  }
  .p-top-mv__banner-title {
    font-size: 4.6rem;
    color: var(--green01);
    display: block;
    line-height: 1;
  }
  .p-top-mv__banner-subtitle {
    font-size: 2.8rem;
    line-height: 1;
    color: var(--green02);
    display: block;
    margin-top: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-mv__banner-subtitle-angle {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 3px;
    background-color: var(--green02);
    position: relative;
    top: 3px;
  }
  .p-top-mv__banner-subtitle-angle::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
  }
  .p-top-mv__banner-subtitle-angle::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 2px solid var(--wht);
    border-right: 2px solid var(--wht);
  }
  .p-top-mv__banner-img {
    width: 110px;
    position: relative;
    top: -7px;
    left: -21px;
  }
  .p-top-important-notice {
    background-color: var(--yellow01);
  }
  .p-top-important-notice__inner {
    padding: 0 0;
    margin-inline: auto;
    max-width: 1200px;
    width: calc(100% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-important-notice__title {
    font-size: 2.4rem;
    font-weight: bold;
    width: 300px;
    padding-top: 54px;
    letter-spacing: 0.18em;
  }
  .p-top-important-notice__list {
    width: calc(100% - 300px);
  }
  .p-top-important-notice__list > * + * {
    border-top: 1px solid var(--black01);
  }
  .p-top-important-notice__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .p-top-important-notice__dt-date {
    font-size: 1.6rem;
    width: 100px;
    display: inline-block;
  }
  .p-top-important-notice__dt-category {
    font-size: 1.6rem;
    background-color: var(--wht);
    border: 1px solid var(--black01);
    width: 100px;
    display: inline-block;
    text-align: center;
  }
  .p-top-important-notice__dd {
    width: calc(100% - 210px);
  }
  .p-top-important-notice__dd a {
    text-decoration: underline;
    padding: 25px 18px;
    display: block;
  }
  .p-top-topics {
    /* 前へ次への矢印カスタマイズ */
  }
  .p-top-topics__inner {
    padding: 97px 0 92px;
    position: relative;
  }
  .p-top-topics__head {
    width: 51.7%;
    max-width: 626px;
    margin-left: auto;
    position: relative;
    margin-top: 20px;
  }
  .p-top-topics__pagination {
    width: 140px;
    position: relative;
    margin-left: auto;
    margin-top: -70px;
    margin-right: 110px;
  }
  .p-top-topics .swiper-button-next,
  .p-top-topics .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background-color: var(--wht);
    border: 1px solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-topics .swiper-button-next:hover,
  .p-top-topics .swiper-button-prev:hover {
    background-color: var(--yellow01);
  }
  .p-top-topics .swiper-button-prev:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
  }
  .p-top-topics .swiper-button-prev:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid var(--black01);
    border-left: 1px solid var(--black01);
  }
  .p-top-topics .swiper-button-next:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
  }
  .p-top-topics .swiper-button-next:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
  }
  .p-top-topics__progressbar {
    position: absolute;
    bottom: 107px;
    left: 120px;
    width: 500px;
    height: 5px;
    margin-top: 10px;
    background-color: var(--gray01);
    border-radius: 7px;
    overflow: hidden;
    max-width: 530px;
  }
  .p-top-topics__progressbar span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--gray02);
    border-radius: 7px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-top-topics__swiper {
    margin-top: -155px;
    padding-top: 195px;
    position: relative;
  }
  .p-top-topics .swiper-wrapper {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    height: 590px !important;
  }
  .p-top-topics__slide {
    -webkit-transform: translateX(120px) !important;
            transform: translateX(120px) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }
  .p-top-topics__slide:hover {
    opacity: 1;
    -webkit-transform: translateY(-10px) translateX(120px) !important;
            transform: translateY(-10px) translateX(120px) !important;
  }
  .p-top-topics__slide.swiper-slide-active {
    width: 500px !important;
    margin-right: 80px !important;
    padding-bottom: 64px !important;
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-thumbnail {
    -webkit-box-shadow: 30px 30px 0 var(--yellow01);
            box-shadow: 30px 30px 0 var(--yellow01);
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-textarea {
    margin-top: 51px;
    padding-left: 35px;
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-textarea:before, .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-textarea:after {
    opacity: 1;
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-title {
    font-size: 2.4rem;
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-text {
    font-size: 1.8rem;
  }
  .p-top-topics__slide-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-topics__slide-category-text {
    font-size: 1.6rem;
    width: 100px;
    display: block;
    border: 1px solid var(--black01);
    text-align: center;
    margin-right: 10px;
  }
  .p-top-topics__slide-thumbnail {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 0 var(--yellow01);
            box-shadow: 0px 0px 0 var(--yellow01);
    margin-top: 17px;
  }
  .p-top-topics__slide-textarea {
    margin-top: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
  }
  .p-top-topics__slide-textarea:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    top: 7px;
    left: 0;
    background-color: var(--yellow01);
    border-radius: 100vmax;
    opacity: 0;
  }
  .p-top-topics__slide-textarea:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 20px;
    left: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
    border-radius: 100vmax;
    opacity: 0;
  }
  .p-top-topics__slide-title {
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-topics__slide-text {
    font-size: 1.6rem;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-faculty__inner {
    max-width: 1200px;
    margin-inline: auto;
    width: calc(100% - 50px);
    position: relative;
  }
  .p-top-faculty__img img {
    width: 100%;
  }
  .p-top-faculty__title {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .p-top-faculty__btn {
    position: absolute;
    bottom: 77px;
    right: 0;
  }
  .p-top-faculty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid var(--black01);
  }
  .p-top-faculty__list-item {
    overflow: hidden;
    width: 25%;
    position: relative;
    border-right: 1px solid var(--black01);
    border-bottom: 1px solid var(--black01);
  }
  .p-top-faculty__list-item.-gengobunka .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-gengobunka .p-top-faculty__list-item-hover:before {
    background-color: var(--gengobunka);
  }
  .p-top-faculty__list-item.-masukomyunike-syon .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-masukomyunike-syon .p-top-faculty__list-item-hover:before {
    background-color: var(--masukomyunike-syon);
  }
  .p-top-faculty__list-item.-masukomyunike-syon .p-top-faculty__list-item-hover-department {
    font-size: 2.8rem;
  }
  .p-top-faculty__list-item.-syakairinsyoushinri .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-syakairinsyoushinri .p-top-faculty__list-item-hover:before {
    background-color: var(--syakairinsyoushinri);
  }
  .p-top-faculty__list-item.-kodomohattatsukyouiku .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-kodomohattatsukyouiku .p-top-faculty__list-item-hover:before {
    background-color: var(--kodomohattatsukyouiku);
  }
  .p-top-faculty__list-item.-kenkoueiyou .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-kenkoueiyou .p-top-faculty__list-item-hover:before {
    background-color: var(--kenkoueiyou);
  }
  .p-top-faculty__list-item.-youzikyouiku .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-youzikyouiku .p-top-faculty__list-item-hover:before {
    background-color: var(--youzikyouiku);
  }
  .p-top-faculty__list-item.-sougouseikatsu .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-sougouseikatsu .p-top-faculty__list-item-hover:before {
    background-color: var(--sougouseikatsu);
  }
  .p-top-faculty__list-item.-bizyutsu .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-bizyutsu .p-top-faculty__list-item-hover:before {
    background-color: var(--bizyutsu);
  }
  .p-top-faculty__list-item-link:hover {
    opacity: 1;
  }
  .p-top-faculty__list-item-img img {
    width: 100%;
    height: 16vw;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .p-top-faculty__list-item-scroll {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: var(--yellow01);
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid var(--black01);
  }
  .p-top-faculty__list-item-scroll-text {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scroll-left 15s linear infinite;
            animation: scroll-left 15s linear infinite;
    font-size: 1.6rem;
  }
  .p-top-faculty__list-item-scroll-text span {
    display: inline-block;
    padding-right: 10px;
  }
  @-webkit-keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  .p-top-faculty__list-item-textarea {
    padding: 10px 53px 5px 19px;
    height: 100%;
  }
  .p-top-faculty__list-item-textarea-faculty {
    font-size: 1.6rem;
  }
  .p-top-faculty__list-item-textarea-department {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .p-top-faculty__list-item-textarea-department .small-text {
    font-size: 1.6rem;
  }
  .p-top-faculty__list-item-textarea-angle {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-top-faculty__list-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-faculty__list-item-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
  }
  .p-top-faculty__list-item-hover.-display {
    opacity: 1;
  }
  .p-top-faculty__list-item-hover-faculty {
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  .p-top-faculty__list-item-hover-department {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .p-top-faculty__list-item-hover-department .small-text {
    font-size: 1.8rem;
    position: relative;
    top: 0px;
    padding-left: 5px;
  }
  .p-top-faculty__list-item-hover-text {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 13px;
    letter-spacing: 0;
    position: relative;
  }
  .p-top-news {
    /* 前へ次への矢印カスタマイズ */
  }
  .p-top-news__inner {
    padding: 62px 0 81px;
  }
  .p-top-news__title {
    margin-inline: auto;
    max-width: 1200px;
    width: calc(100% - 50px);
  }
  .p-top-news__select-wrap {
    margin-inline: auto;
    max-width: 1200px;
    width: calc(100% - 50px);
    margin-top: -42px;
  }
  .p-top-news__select {
    width: 325px;
    margin-left: auto;
    position: relative;
    z-index: 1000;
  }
  .p-top-news__select-current {
    font-size: 1.8rem;
    background-color: var(--wht);
    border: 1px solid var(--black01);
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
  }
  .p-top-news__select-current:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 46%;
    right: 19px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid var(--black01);
    border-bottom: 1px solid var(--black01);
  }
  .p-top-news__select-list {
    border: 1px solid var(--black01);
    background-color: var(--wht);
    margin-top: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .p-top-news__select-list.-display {
    opacity: 1;
    pointer-events: auto;
  }
  .p-top-news__select-list-item {
    font-size: 1.4rem;
    padding: 6px 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border-bottom: 1px solid var(--gray01);
    cursor: pointer;
  }
  .p-top-news__swiper {
    z-index: 990;
    margin-top: 40px;
    padding-top: 10px !important;
  }
  .p-top-news__slide img {
    width: 100%;
  }
  .p-top-news__slide:hover {
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .p-top-news__slide-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid var(--black01);
    font-size: 1.6rem;
    margin-top: 19px;
    padding: 2px 19px;
  }
  .p-top-news__slide-title {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 13px;
  }
  .p-top-news__slide-text {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .p-top-news .swiper-button-prev,
  .p-top-news .swiper-button-next {
    top: 38%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: var(--black01);
  }
  .p-top-news .swiper-button-prev,
  .p-top-news .swiper-rtl .swiper-button-next {
    left: 96px;
    right: auto;
  }
  .p-top-news .swiper-button-next,
  .p-top-news .swiper-rtl .swiper-button-prev {
    right: 96px;
    left: auto;
  }
  .p-top-news .swiper-button-prev::before,
  .p-top-news .swiper-button-next::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-news .swiper-button-prev::after,
  .p-top-news .swiper-button-next::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--wht);
    border-right: 1px solid var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-news .swiper-button-prev::after {
    left: 35%;
    r: unset;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
  .p-top-news__btn {
    margin-inline: auto;
    margin-top: 34px;
  }
  .p-top-power {
    border-top: 1px solid var(--black01);
    border-bottom: 1px solid var(--black01);
  }
  .p-top-power__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-power__left {
    background-color: var(--yellow01);
    width: 42%;
    padding: 153px 90px 10px 120px;
  }
  .p-top-power__title-area-textarea {
    width: 394px;
  }
  .p-top-power__title-area-subtitle {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 18px;
    display: block;
  }
  .p-top-power__title-area-title {
    font-size: 8.5rem;
    color: var(--wht);
    text-shadow: 1px 1px 0 var(--black01), -1px -1px 0 var(--black01), -1px 1px 0 var(--black01), 1px -1px 0 var(--black01), 1px 0 0 var(--black01), -1px 0 0 var(--black01), 0 1px 0 var(--black01), 0 -1px 0 var(--black01);
    line-height: 1;
    margin-top: 4px;
    display: block;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-power__title-area-title .small-text {
    font-size: 7rem;
  }
  .p-top-power__title-area-text {
    margin-top: 29px;
    line-height: 1.74;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .p-top-power__title-area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    width: 300px;
  }
  .p-top-power__title-area-btn-text {
    font-size: 1.8rem;
    font-weight: bold;
    background-color: var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
    width: 250px;
  }
  .p-top-power__right {
    width: 58%;
  }
  .p-top-power__right-img {
    background-image: url(../img/top/power_right-bg.png);
    background-size: 890px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .p-top-power__right-img img {
    position: relative;
    top: 0px;
    left: -56px;
    margin-top: 30px;
    min-width: 897px;
    max-width: 897px;
    padding-bottom: 18px;
  }
  .p-top-info__inner {
    max-width: 1200px;
    margin-inline: auto;
    width: calc(100% - 50px);
    padding: 63px 0 0px;
  }
  .p-top-info__title-english {
    text-align: center;
  }
  .p-top-info__title-japanese {
    text-align: center;
  }
  .p-top-info__list {
    margin-top: 12px;
    margin-inline: auto;
    max-width: 910px;
  }
  .p-top-info__list-dl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .p-top-info__list-dl a:hover {
    opacity: 1;
  }
  .p-top-info__list-dl a:hover .p-top-info__list-angle {
    background-color: var(--black01);
  }
  .p-top-info__list-dl a:hover .p-top-info__list-angle:before {
    background-color: var(--wht);
  }
  .p-top-info__list-dl a:hover .p-top-info__list-angle:after {
    border-color: var(--wht);
  }
  .p-top-info__list-dl:not(:first-of-type) {
    border-top: 1px solid var(--black01);
  }
  .p-top-info__list-dt {
    width: 226px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-info__list-dt-date {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    width: 100px;
    display: inline-block;
  }
  .p-top-info__list-dt-category {
    font-size: 1.6rem;
    background-color: var(--wht);
    border: 1px solid var(--black01);
    width: 100px;
    display: inline-block;
    text-align: center;
  }
  .p-top-info__list-dd {
    width: calc(100% - 226px);
    padding-left: 20px;
    text-decoration: underline;
  }
  .p-top-info__list-link {
    text-decoration: underline;
    padding: 22px 5px;
    display: block;
    position: relative;
  }
  .p-top-info__list-angle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 54px;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-info__list-angle:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-info__list-angle:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: 1px solid var(--black01);
    border-right: 1px solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-info__btn {
    margin-inline: auto;
    margin-top: 16px;
  }
  .p-top-info__link-area {
    margin-top: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-info__link {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    background-color: var(--wht);
    border: 1px solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 13px 14px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-info__link:hover {
    opacity: 1;
    background-color: var(--yellow01);
  }
  .p-top-info__link:hover .c-btn-angle02 {
    background-color: var(--black01);
  }
  .p-top-info__link:hover .c-btn-angle02:before {
    background-color: var(--wht);
  }
  .p-top-info__link:hover .c-btn-angle02:after {
    border-color: var(--wht);
  }
  .p-top-info__link:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-info__link:nth-of-type(n + 4) {
    margin-top: 26px;
  }
  .p-top-insta__inner {
    max-width: 1200px;
    width: calc(100% - 50px);
    margin-inline: auto;
    padding: 78px 0 30px;
  }
  .p-top-insta__title-english {
    text-align: center;
  }
  .p-top-insta__title-japanese {
    text-align: center;
  }
  .p-top-insta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 47px;
  }
  .p-top-insta__list-item {
    width: 228px;
    height: 284px;
    background-color: #4d4d4d;
  }
  .p-top-insta__btn {
    margin-inline: auto;
    margin-top: 51px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-mv {
    position: relative;
    overflow: hidden;
  }
  .p-top-mv__person-wrap {
    position: absolute;
    width: calc(940 / 780 * 100vw);
    height: calc(840 / 780 * 100vw);
    top: calc(123 / 780 * 100vw);
    left: calc(62 / 780 * 100vw);
  }
  .p-top-mv__person {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-top-mv__loading-logo {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    -webkit-transform: scale(1);
            transform: scale(1);
    top: calc(260 / 780 * 100vw);
    left: calc(0 / 780 * 100vw);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: calc(400 / 780 * 100vw);
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
  }
  .p-top-mv__title {
    position: absolute;
    z-index: 990;
    top: calc(100 / 780 * 100vw);
    width: calc(266 / 780 * 100vw);
    left: calc(365 / 780 * 100vw);
    font-size: calc(72 / 780 * 100vw);
    font-weight: bold;
    color: #77a3b7;
    letter-spacing: 0.19em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-top-mv__title-text {
    display: block;
    line-height: 1.2;
  }
  .p-top-mv__title-text:nth-of-type(2) {
    padding-left: calc(72 / 780 * 100vw);
    padding-top: calc(106 / 780 * 100vw);
  }
  .p-top-mv__banner {
    position: fixed;
    bottom: calc(260 / 780 * 100vw);
    z-index: 1000;
    right: 0;
    background-color: var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: calc(20 / 780 * 100vw) 0 calc(2 / 780 * 100vw) calc(22 / 780 * 100vw);
    border-radius: calc(20 / 780 * 100vw) 0 0 calc(20 / 780 * 100vw);
    width: calc(600 / 780 * 100vw);
    -webkit-transition: all 1s;
    transition: all 1s;
    display: none;
  }
  .p-top-mv__banner-title {
    font-size: calc(50 / 780 * 100vw);
    color: var(--green01);
    display: block;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: calc(2 / 780 * 100vw);
    white-space: nowrap;
  }
  .p-top-mv__banner-subtitle {
    font-size: calc(33 / 780 * 100vw);
    line-height: 1;
    color: var(--green02);
    display: block;
    margin-top: calc(8 / 780 * 100vw);
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-mv__banner-subtitle-angle {
    display: inline-block;
    width: calc(36 / 780 * 100vw);
    height: calc(36 / 780 * 100vw);
    margin-left: calc(12 / 780 * 100vw);
    background-color: var(--green02);
    position: relative;
    top: calc(6 / 780 * 100vw);
  }
  .p-top-mv__banner-subtitle-angle::before {
    position: absolute;
    content: "";
    width: calc(24 / 780 * 100vw);
    height: calc(4 / 780 * 100vw);
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--wht);
  }
  .p-top-mv__banner-subtitle-angle::after {
    position: absolute;
    content: "";
    width: calc(16 / 780 * 100vw);
    height: calc(16 / 780 * 100vw);
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: calc(4 / 780 * 100vw) solid var(--wht);
    border-right: calc(4 / 780 * 100vw) solid var(--wht);
  }
  .p-top-mv__banner-img {
    width: calc(130 / 780 * 100vw);
    position: relative;
    top: calc(-8 / 780 * 100vw);
    left: calc(-16 / 780 * 100vw);
  }
  .p-top-important-notice {
    background-color: var(--yellow01);
  }
  .p-top-important-notice__inner {
    padding: calc(22 / 780 * 100vw) 0 calc(36 / 780 * 100vw);
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
    display: block;
  }
  .p-top-important-notice__title {
    font-size: calc(36 / 780 * 100vw);
    font-weight: bold;
    letter-spacing: 0.18em;
    text-align: center;
  }
  .p-top-important-notice__list {
    margin-top: calc(14 / 780 * 100vw);
  }
  .p-top-important-notice__list > * + * {
    margin-top: calc(20 / 780 * 100vw);
  }
  .p-top-important-notice__dl {
    width: 100%;
  }
  .p-top-important-notice__dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-important-notice__dt-date {
    font-size: calc(26 / 780 * 100vw);
    letter-spacing: 0;
    display: inline-block;
  }
  .p-top-important-notice__dt-category {
    font-size: calc(26 / 780 * 100vw);
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    width: calc(132 / 780 * 100vw);
    display: inline-block;
    text-align: center;
    margin-left: calc(20 / 780 * 100vw);
  }
  .p-top-important-notice__dd {
    margin-top: calc(8 / 780 * 100vw);
  }
  .p-top-important-notice__dd a {
    text-decoration: underline;
    padding: 0;
    display: block;
    font-size: calc(26 / 780 * 100vw);
    letter-spacing: 0;
  }
  .p-top-topics {
    /* 前へ次への矢印カスタマイズ */
  }
  .p-top-topics__inner {
    padding: calc(126 / 780 * 100vw) 0 calc(70 / 780 * 100vw);
    position: relative;
  }
  .p-top-topics__head {
    position: relative;
    margin-top: 0;
    margin-inline: auto;
    width: calc(720 / 780 * 100vw);
  }
  .p-top-topics__pagination {
    width: calc(280 / 780 * 100vw);
    position: relative;
    margin-left: auto;
    margin-top: calc(-130 / 780 * 100vw);
    margin-right: 0;
  }
  .p-top-topics .swiper-button-next,
  .p-top-topics .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(100 / 780 * 100vw);
    height: calc(100 / 780 * 100vw);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-topics .swiper-button-next:hover,
  .p-top-topics .swiper-button-prev:hover {
    background-color: var(--yellow01);
  }
  .p-top-topics .swiper-button-prev:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
  }
  .p-top-topics .swiper-button-prev:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-left: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .p-top-topics .swiper-button-next:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
  }
  .p-top-topics .swiper-button-next:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .p-top-topics__progressbar {
    position: absolute;
    bottom: calc(104 / 780 * 100vw);
    left: calc(100 / 780 * 100vw);
    width: calc(570 / 780 * 100vw);
    height: calc(6 / 780 * 100vw);
    margin-top: calc(20 / 780 * 100vw);
    background-color: var(--gray01);
    border-radius: calc(14 / 780 * 100vw);
    overflow: hidden;
  }
  .p-top-topics__progressbar span {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--gray02);
    border-radius: calc(14 / 780 * 100vw);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p-top-topics__swiper {
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }
  .p-top-topics .swiper-wrapper {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    height: calc(834 / 780 * 100vw) !important;
    padding-bottom: calc(78 / 780 * 100vw);
  }
  .p-top-topics__slide {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-thumbnail {
    -webkit-box-shadow: calc(40 / 780 * 100vw) calc(40 / 780 * 100vw) 0 var(--yellow01);
            box-shadow: calc(40 / 780 * 100vw) calc(40 / 780 * 100vw) 0 var(--yellow01);
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-textarea {
    padding-left: calc(54 / 780 * 100vw);
    margin-top: calc(52 / 780 * 100vw);
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-textarea:before, .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-textarea:after {
    opacity: 1;
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-title {
    font-size: calc(36 / 780 * 100vw);
  }
  .p-top-topics__slide.swiper-slide-active .p-top-topics__slide-text {
    font-size: calc(28 / 780 * 100vw);
  }
  .p-top-topics__slide-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-topics__slide-category-text {
    font-size: calc(26 / 780 * 100vw);
    width: calc(168 / 780 * 100vw);
    height: calc(52 / 780 * 100vw);
    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: calc(2 / 780 * 100vw) solid var(--black01);
    text-align: center;
    margin-right: calc(20 / 780 * 100vw);
  }
  .p-top-topics__slide-thumbnail {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 0 var(--yellow01);
            box-shadow: 0px 0px 0 var(--yellow01);
    margin-top: calc(34 / 780 * 100vw);
  }
  .p-top-topics__slide-textarea {
    margin-top: calc(28 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    padding-left: calc(54 / 780 * 100vw);
  }
  .p-top-topics__slide-textarea:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(40 / 780 * 100vw);
    top: calc(12 / 780 * 100vw);
    left: 0;
    background-color: var(--yellow01);
    border-radius: 100vmax;
    opacity: 0;
  }
  .p-top-topics__slide-textarea:after {
    position: absolute;
    content: "";
    width: calc(24 / 780 * 100vw);
    height: calc(24 / 780 * 100vw);
    top: calc(32 / 780 * 100vw);
    left: calc(8 / 780 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--wht);
    border-radius: 100vmax;
    opacity: 0;
  }
  .p-top-topics__slide-title {
    font-size: calc(24 / 780 * 100vw);
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-topics__slide-text {
    font-size: calc(22 / 780 * 100vw);
    margin-top: calc(2 / 780 * 100vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-faculty__inner {
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
    position: relative;
  }
  .p-top-faculty__title {
    position: absolute;
    bottom: calc(26 / 780 * 100vw);
    left: 0;
  }
  .p-top-faculty__btn--01 {
    position: absolute;
    bottom: calc(40 / 780 * 100vw);
    right: calc(12 / 780 * 100vw);
    width: calc(100 / 780 * 100vw);
  }
  .p-top-faculty__btn--02 {
    position: relative;
    margin-inline: auto;
    margin-top: calc(40 / 780 * 100vw);
  }
  .p-top-faculty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .p-top-faculty__list-item {
    width: 50%;
    position: relative;
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .p-top-faculty__list-item.-gengobunka .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-gengobunka .p-top-faculty__list-item-hover:before {
    background-color: var(--gengobunka);
  }
  .p-top-faculty__list-item.-masukomyunike-syon .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-masukomyunike-syon .p-top-faculty__list-item-hover:before {
    background-color: var(--masukomyunike-syon);
  }
  .p-top-faculty__list-item.-syakairinsyoushinri .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-syakairinsyoushinri .p-top-faculty__list-item-hover:before {
    background-color: var(--syakairinsyoushinri);
  }
  .p-top-faculty__list-item.-kodomohattatsukyouiku .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-kodomohattatsukyouiku .p-top-faculty__list-item-hover:before {
    background-color: var(--kodomohattatsukyouiku);
  }
  .p-top-faculty__list-item.-kenkoueiyou .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-kenkoueiyou .p-top-faculty__list-item-hover:before {
    background-color: var(--kenkoueiyou);
  }
  .p-top-faculty__list-item.-youzikyouiku .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-youzikyouiku .p-top-faculty__list-item-hover:before {
    background-color: var(--youzikyouiku);
  }
  .p-top-faculty__list-item.-sougouseikatsu .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-sougouseikatsu .p-top-faculty__list-item-hover:before {
    background-color: var(--sougouseikatsu);
  }
  .p-top-faculty__list-item.-bizyutsu .p-top-faculty__list-item-textarea,
  .p-top-faculty__list-item.-bizyutsu .p-top-faculty__list-item-hover:before {
    background-color: var(--bizyutsu);
  }
  .p-top-faculty__list-item-link:hover {
    opacity: 1;
  }
  .p-top-faculty__list-item-scroll {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(30 / 780 * 100vw);
    background-color: var(--yellow01);
    overflow: hidden;
    white-space: nowrap;
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-faculty__list-item-scroll-text {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scroll-left 15s linear infinite;
            animation: scroll-left 15s linear infinite;
    font-size: calc(20 / 780 * 100vw);
  }
  .p-top-faculty__list-item-scroll-text span {
    display: inline-block;
    padding-right: calc(20 / 780 * 100vw);
  }
  @-webkit-keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes scroll-left {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  .p-top-faculty__list-item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: calc(226 / 780 * 100vw);
    -o-object-position: center center;
       object-position: center center;
  }
  .p-top-faculty__list-item-textarea {
    padding: calc(12 / 780 * 100vw) calc(28 / 780 * 100vw) calc(8 / 780 * 100vw);
    position: relative;
  }
  .p-top-faculty__list-item-textarea-faculty {
    font-size: calc(22 / 780 * 100vw);
  }
  .p-top-faculty__list-item-textarea-department {
    font-size: calc(24 / 780 * 100vw);
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-faculty__list-item-textarea-department .small-text {
    font-size: calc(26 / 780 * 100vw);
  }
  .p-top-faculty__list-item-textarea-angle {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-top-faculty__list-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
  }
  .p-top-faculty__list-item-hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
  }
  .p-top-faculty__list-item-hover.-display {
    opacity: 1;
  }
  .p-top-faculty__list-item-hover-faculty {
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    margin-top: calc(140 / 780 * 100vw);
    position: relative;
  }
  .p-top-faculty__list-item-hover-department {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .p-top-faculty__list-item-hover-department .small-text {
    font-size: 1.8rem;
    position: relative;
    top: calc(-8 / 780 * 100vw);
  }
  .p-top-faculty__list-item-hover-text {
    font-size: 1.8rem;
    text-align: center;
    margin-top: calc(26 / 780 * 100vw);
    letter-spacing: 0;
    position: relative;
  }
  .p-top-news__inner {
    padding: calc(132 / 780 * 100vw) 0 calc(162 / 780 * 100vw);
  }
  .p-top-news__title {
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
  }
  .p-top-news__select-wrap {
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
    margin-top: calc(64 / 780 * 100vw);
  }
  .p-top-news__select {
    margin-left: auto;
    position: relative;
    z-index: 10;
  }
  .p-top-news__select-current {
    font-size: calc(36 / 780 * 100vw);
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    padding: calc(20 / 780 * 100vw) calc(40 / 780 * 100vw);
    position: relative;
  }
  .p-top-news__select-current:before {
    position: absolute;
    content: "";
    width: calc(20 / 780 * 100vw);
    height: calc(20 / 780 * 100vw);
    top: 46%;
    right: calc(38 / 780 * 100vw);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .p-top-news__select-list {
    border: calc(2 / 780 * 100vw) solid var(--black01);
    margin-top: calc(-2 / 780 * 100vw);
    background-color: var(--wht);
    opacity: 0;
    pointer-events: none;
  }
  .p-top-news__select-list.-display {
    opacity: 1;
    pointer-events: auto;
  }
  .p-top-news__select-list-item {
    font-size: calc(28 / 780 * 100vw);
    padding: calc(12 / 780 * 100vw) calc(32 / 780 * 100vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    border-bottom: calc(2 / 780 * 100vw) solid var(--gray01);
  }
  .p-top-news__swiper {
    margin-top: calc(126 / 780 * 100vw);
    width: calc(100% - 60 / 780 * 100vw);
  }
  .p-top-news__swiper .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-news__slide {
    width: calc(50% - 40 / 780 * 100vw * 1 / 2) !important;
    margin-right: calc(40 / 780 * 100vw);
    margin-bottom: calc(86 / 780 * 100vw);
  }
  .p-top-news__slide:nth-of-type(2n + 1) {
    margin-right: 0;
  }
  .p-top-news__slide:first-of-type {
    width: 100%;
  }
  .p-top-news__slide:nth-of-type(n + 2) .p-top-news__slide-category {
    margin-top: calc(22 / 780 * 100vw);
  }
  .p-top-news__slide:nth-of-type(n + 2) .p-top-news__slide-title {
    font-size: calc(28 / 780 * 100vw);
    margin-top: calc(24 / 780 * 100vw);
  }
  .p-top-news__slide:nth-of-type(n + 2) .p-top-news__slide-text {
    display: none;
  }
  .p-top-news__slide.-w100 {
    width: 100% !important;
    margin-right: 0;
  }
  .p-top-news__slide-thumgnail img {
    width: 100%;
  }
  .p-top-news__slide-category {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: calc(2 / 780 * 100vw) solid var(--black01);
    font-size: calc(26 / 780 * 100vw);
    margin-top: calc(38 / 780 * 100vw);
    padding: 0 calc(28 / 780 * 100vw);
  }
  .p-top-news__slide-title {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: bold;
    font-size: calc(32 / 780 * 100vw);
    margin-top: calc(16 / 780 * 100vw);
  }
  .p-top-news__slide-text {
    font-size: calc(28 / 780 * 100vw);
    margin-top: calc(16 / 780 * 100vw);
  }
  .p-top-news__btn {
    margin-inline: auto;
    margin-top: calc(80 / 780 * 100vw);
  }
  .p-top-power {
    background-color: var(--yellow01);
  }
  .p-top-power__inner {
    padding-bottom: calc(80 / 780 * 100vw);
  }
  .p-top-power__left {
    padding: calc(52 / 780 * 100vw) 0 calc(60 / 780 * 100vw) 0;
  }
  .p-top-power__title-area {
    width: calc(100% - 100 / 780 * 100vw);
    margin-inline: auto;
  }
  .p-top-power__title-area-img {
    width: calc(220 / 780 * 100vw);
    margin-top: calc(-53 / 780 * 100vw);
  }
  .p-top-power__title-area-textarea {
    margin-top: 0;
    width: calc(660 / 780 * 100vw);
    margin-left: calc(0 / 780 * 100vw);
  }
  .p-top-power__title-area-subtitle {
    font-size: calc(40 / 780 * 100vw);
    font-weight: bold;
    margin-top: 0;
    display: block;
    text-align: center;
    padding-left: calc(64 / 780 * 100vw);
  }
  .p-top-power__title-area-title {
    font-size: calc(100 / 780 * 100vw);
    color: var(--wht);
    text-shadow: calc(2 / 780 * 100vw) calc(2 / 780 * 100vw) 0 var(--black01), calc(-2 / 780 * 100vw) calc(-2 / 780 * 100vw) 0 var(--black01), calc(-2 / 780 * 100vw) calc(2 / 780 * 100vw) 0 var(--black01), calc(2 / 780 * 100vw) calc(-2 / 780 * 100vw) 0 var(--black01), calc(2 / 780 * 100vw) 0 0 var(--black01), calc(-2 / 780 * 100vw) 0 0 var(--black01), 0 calc(2 / 780 * 100vw) 0 var(--black01), 0 calc(-2 / 780 * 100vw) 0 var(--black01);
    line-height: 1;
    margin-top: calc(8 / 780 * 100vw);
    display: block;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-power__title-area-title .small-text {
    font-size: calc(78 / 780 * 100vw);
  }
  .p-top-power__title-area-text {
    margin-top: calc(46 / 780 * 100vw);
    line-height: 2.14;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: left;
    margin-inline: auto;
    width: 340px;
  }
  .p-top-power__title-area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(80 / 780 * 100vw);
    width: calc(600 / 780 * 100vw);
  }
  .p-top-power__title-area-btn-text {
    font-size: 1.8rem;
    font-weight: bold;
    background-color: var(--wht);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(20 / 780 * 100vw) calc(32 / 780 * 100vw);
    width: calc(500 / 780 * 100vw);
  }
  .p-top-power__right-img {
    width: 100%;
    margin-top: calc(-40 / 780 * 100vw);
  }
  .p-top-power__btn {
    margin-top: calc(-72 / 780 * 100vw);
    margin-inline: auto;
    text-indent: -2em;
  }
  .p-top-info__inner {
    max-width: calc(2400 / 780 * 100vw);
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
    padding: calc(126 / 780 * 100vw) 0 0;
  }
  .p-top-info__title-english {
    text-align: center;
  }
  .p-top-info__title-japanese {
    text-align: center;
  }
  .p-top-info__list {
    margin-top: calc(84 / 780 * 100vw);
    margin-inline: auto;
  }
  .p-top-info__list-dl:not(:first-of-type) {
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    padding-top: calc(54 / 780 * 100vw);
  }
  .p-top-info__list-dl:last-of-type {
    border-bottom: calc(2 / 780 * 100vw) solid var(--black01);
  }
  .p-top-info__list-dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-top-info__list-dt-date {
    font-size: calc(28 / 780 * 100vw);
    letter-spacing: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
  .p-top-info__list-dt-category {
    font-size: calc(32 / 780 * 100vw);
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    width: calc(200 / 780 * 100vw);
    display: inline-block;
    text-align: center;
    margin-left: calc(74 / 780 * 100vw);
  }
  .p-top-info__list-dd {
    padding-top: calc(28 / 780 * 100vw);
    padding-right: calc(100 / 780 * 100vw);
  }
  .p-top-info__list-link {
    text-decoration: underline;
    padding: 0 0 calc(62 / 780 * 100vw);
    display: block;
    position: relative;
  }
  .p-top-info__list-angle {
    position: absolute;
    top: calc(-20 / 780 * 100vw);
    right: 0;
    width: calc(108 / 780 * 100vw);
    border: none;
    background-color: transparent;
  }
  .p-top-info__list-angle:before {
    position: absolute;
    content: "";
    width: calc(40 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-info__list-angle:after {
    position: absolute;
    content: "";
    width: calc(12 / 780 * 100vw);
    height: calc(12 / 780 * 100vw);
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    border-top: calc(2 / 780 * 100vw) solid var(--black01);
    border-right: calc(2 / 780 * 100vw) solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-info__btn {
    margin-inline: auto;
    margin-top: calc(78 / 780 * 100vw);
  }
  .p-top-info__link-area {
    margin-top: calc(160 / 780 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-info__link {
    width: calc(50% - 20 / 780 * 100vw * 1 / 2);
    margin-right: calc(20 / 780 * 100vw);
    background-color: var(--wht);
    border: calc(2 / 780 * 100vw) solid var(--black01);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(24 / 780 * 100vw) calc(6 / 780 * 100vw) calc(24 / 780 * 100vw) calc(16 / 780 * 100vw);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-info__link:hover {
    opacity: 1;
    background-color: var(--yellow01);
  }
  .p-top-info__link:hover .c-btn-angle02 {
    background-color: var(--black01);
  }
  .p-top-info__link:hover .c-btn-angle02:before {
    background-color: var(--wht);
  }
  .p-top-info__link:hover .c-btn-angle02:after {
    border-color: var(--wht);
  }
  .p-top-info__link:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-top-info__link:nth-of-type(n + 3) {
    margin-top: calc(8 / 780 * 100vw);
  }
  .p-top-info__link .c-btn-angle02 {
    height: calc(50 / 780 * 100vw);
    width: calc(50 / 780 * 100vw);
    background-color: var(--black01);
  }
  .p-top-info__link .c-btn-angle02:before {
    width: calc(26 / 780 * 100vw);
    background-color: var(--wht);
  }
  .p-top-info__link .c-btn-angle02:after {
    border-color: var(--wht);
  }
  .p-top-insta__inner {
    width: calc(100% - 60 / 780 * 100vw);
    margin-inline: auto;
    padding: calc(132 / 780 * 100vw) 0 calc(60 / 780 * 100vw);
  }
  .p-top-insta__title-english {
    text-align: center;
  }
  .p-top-insta__title-japanese {
    text-align: center;
  }
  .p-top-insta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(62 / 780 * 100vw);
  }
  .p-top-insta__list-item {
    width: calc(33.3333333333% - 20 / 780 * 100vw * 2 / 3);
    margin-right: calc(20 / 780 * 100vw);
    height: calc(294 / 780 * 100vw);
    background-color: #4d4d4d;
  }
  .p-top-insta__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-insta__list-item:nth-of-type(n + 4) {
    margin-top: calc(10 / 780 * 100vw);
  }
  .p-top-insta__btn {
    margin-inline: auto;
    margin-top: calc(76 / 780 * 100vw);
  }
}
@media screen and (min-width: 1701px) {
  .p-top-topics__swiper {
    margin-top: -65px;
  }
}
@media screen and (min-width: 1441px) {
  .p-top-faculty__list-item-img img {
    max-height: unset;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-mv__title {
    left: calc(50% - 500px);
  }
}
@media screen and (min-width: 1441px) {
  .p-top-power__right-img {
    background-image: url(../img/top/power_right-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-top-power__right-img img {
    min-width: unset;
    width: 110%;
  }
  .p-top-power__left {
    width: 42%;
    padding: 36px 70px 10px 20px;
  }
  .p-top-power__title-area-textarea {
    width: 100%;
  }
  .p-top-power__right-img {
    background-position: center bottom;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-top-mv__person-wrap {
    position: absolute;
    width: 440px;
    height: 710px;
    top: 60px;
    left: 37%;
  }
  .p-top-important-notice__title {
    width: 230px;
  }
  .p-top-important-notice__list {
    width: calc(100% - 230px);
  }
  .p-top-topics__head {
    width: 48.7%;
  }
  .p-top-topics__pagination {
    margin-right: 20px;
  }
  .p-top-topics__swiper {
    margin-top: 0;
  }
  .p-top-topics__slide.swiper-slide-active {
    width: 400px !important;
  }
  .p-top-faculty__list-item-hover-department {
    font-size: 1.8rem;
  }
  .p-top-faculty__list-item-textarea-department {
    font-size: 1.8rem;
  }
  .p-top-faculty__list-item-textarea-faculty {
    font-size: 1.3rem;
  }
  .p-top-faculty__list-item-textarea {
    padding: 8px 30px 5px 8px;
  }
  .p-top-faculty__list-item-textarea-angle {
    width: 25px;
    height: 25px;
  }
  .p-top-faculty__list-item-textarea-angle:before {
    width: 12px;
  }
  .p-top-faculty__list-item {
    overflow: hidden;
  }
  .p-top-faculty__list-item.-masukomyunike-syon .p-top-faculty__list-item-hover-department {
    font-size: 1.8rem;
  }
  .p-top-faculty__list-item-hover-text {
    font-size: 1.2rem;
  }
  .p-top-faculty__list-item-hover-faculty {
    font-size: 1.4rem;
  }
  .p-top-topics__progressbar {
    width: 39%;
  }
}
.p-underlayer-title-area {
  padding-block: 40px 80px;
  position: relative;
}
.p-underlayer-title-area::after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  background: #ffed1f;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-title-area {
    padding-block: calc(100 / 780 * 100vw) calc(70 / 780 * 100vw);
  }
  .p-underlayer-title-area::after {
    height: calc(20 / 780 * 100vw);
  }
}
.p-underlayer-title {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.4;
}
.p-underlayer-title small {
  display: block;
  font-size: 2rem;
  margin-block: 10px;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-title {
    font-size: calc(50 / 780 * 100vw);
  }
  .p-underlayer-title small {
    font-size: calc(40 / 780 * 100vw);
    margin-block: calc(10 / 780 * 100vw);
  }
}
.p-underlayer-mv {
  text-align: center;
}
.p-underlayer-mv img {
  width: 100%;
  height: auto;
}
.p-underlayer-anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #000000;
}
.p-underlayer-anchor__link {
  font-size: min(1.1vw, 1.8rem);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-underlayer-anchor__link:nth-of-type(-n+3) {
  border-top: 1px solid #000000;
}
.p-underlayer-anchor__link a {
  padding: 10px;
  min-height: 60px;
  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;
}
@media only screen and (min-width: 769px) {
  .p-underlayer-anchor__link:hover a {
    background: #000000;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .p-underlayer-anchor {
    border-top: calc(1 / 780 * 100vw) solid #000000;
    border-left: calc(1 / 780 * 100vw) solid #000000;
  }
  .p-underlayer-anchor__link {
    font-size: calc(24 / 780 * 100vw);
    border-right: calc(1 / 780 * 100vw) solid #000000;
    border-bottom: calc(1 / 780 * 100vw) solid #000000;
  }
  .p-underlayer-anchor__link a {
    padding: calc(20 / 780 * 100vw) calc(10 / 780 * 100vw);
    min-height: unset;
    height: 100%;
  }
}
.p-underlayer-lead {
  padding: 50px 0;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-lead {
    padding: calc(50 / 780 * 100vw) 0;
  }
}
.p-underlayer-main {
  background: #dcdccf;
  padding: 40px 0 60px;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main {
    line-height: 1.6;
    padding: calc(40 / 780 * 100vw) 0 calc(80 / 780 * 100vw);
  }
}
.p-underlayer-main ul li,
.p-underlayer-main ol li {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main ul li,
  .p-underlayer-main ol li {
    margin-top: calc(15 / 780 * 100vw);
  }
}
.p-underlayer-main-section {
  background: #fff;
  padding: 0 40px 40px;
}
.p-underlayer-main-section--none {
  padding-top: 40px;
}
.p-underlayer-main-section:nth-of-type(n+2) {
  margin-top: 40px;
}
.p-underlayer-main-section p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-section {
    padding: 0 calc(40 / 780 * 100vw) calc(50 / 780 * 100vw);
  }
  .p-underlayer-main-section--none {
    padding-top: calc(50 / 780 * 100vw);
  }
  .p-underlayer-main-section:nth-of-type(n+2) {
    margin-top: calc(60 / 780 * 100vw);
  }
  .p-underlayer-main-section p {
    margin-top: calc(30 / 780 * 100vw);
  }
}
.p-underlayer-main-title {
  text-align: center;
  margin-bottom: 30px;
}
.p-underlayer-main-title span {
  display: inline-block;
  background: #ffed1f;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 10px 30px;
}
.p-underlayer-main-title small {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-title {
    margin-bottom: calc(30 / 780 * 100vw);
    line-height: 1.2;
  }
  .p-underlayer-main-title span {
    border-radius: 0 0 calc(15 / 780 * 100vw) calc(15 / 780 * 100vw);
    font-size: calc(40 / 780 * 100vw);
    padding: calc(30 / 780 * 100vw) calc(60 / 780 * 100vw);
  }
  .p-underlayer-main-title small {
    font-size: calc(30 / 780 * 100vw);
  }
}
.p-underlayer-main-box {
  background: #fbf68c;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-underlayer-main-box dt {
  width: calc(32% - 10px);
}
.p-underlayer-main-box dd {
  width: 68%;
}
.p-underlayer-main-box--dls {
  display: block;
}
.p-underlayer-main-box--dls dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-box {
    padding: calc(25 / 780 * 100vw);
    display: block;
    gap: 0;
  }
  .p-underlayer-main-box dt {
    font-size: calc(32 / 780 * 100vw);
    width: 100%;
    margin-bottom: calc(10 / 780 * 100vw);
  }
  .p-underlayer-main-box dd {
    width: 100%;
  }
  .p-underlayer-main-box--dls dl {
    display: block;
    margin-bottom: calc(10 / 780 * 100vw);
  }
  .p-underlayer-main-box--dls p {
    margin-bottom: calc(10 / 780 * 100vw);
  }
}
.p-underlayer-main-section-block:nth-of-type(n+2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dcdccf;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-section-block:nth-of-type(n+2) {
    margin-top: calc(60 / 780 * 100vw);
    padding-top: calc(60 / 780 * 100vw);
    border-top: calc(1 / 780 * 100vw) solid #dcdccf;
  }
}
.p-underlayer-main-subtitle {
  display: inline-block;
  background: #ffed1f;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 40px;
  padding: 2px 10px;
}
.p-underlayer-main-subtitle--black {
  color: #fff;
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-subtitle {
    font-size: calc(40 / 780 * 100vw);
    margin-top: calc(60 / 780 * 100vw);
    padding: calc(5 / 780 * 100vw) calc(10 / 780 * 100vw);
    line-height: 1.2;
  }
}
.p-underlayer-main-sub {
  margin-top: 30px;
  font-size: 1.8rem;
}
.p-underlayer-main-sub span {
  position: relative;
  display: inline-block;
}
.p-underlayer-main-sub span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000000;
  position: absolute;
  top: 105%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-sub {
    margin-top: calc(30 / 780 * 100vw);
    font-size: calc(32 / 780 * 100vw);
  }
  .p-underlayer-main-sub span::after {
    height: calc(1 / 780 * 100vw);
  }
}
.p-underlayer-main-sub--w100 span {
  display: block;
}
.p-underlayer-main-sub--none span::after {
  content: none !important;
}
.p-underlayer-main-table {
  margin-top: 20px;
}
.p-underlayer-main-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-underlayer-main-table th,
.p-underlayer-main-table td {
  border: 1px solid #000000;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  vertical-align: top;
  background: #fff;
}
.p-underlayer-main-table th.-w25,
.p-underlayer-main-table td.-w25 {
  width: 25%;
}
.p-underlayer-main-table th.-w33,
.p-underlayer-main-table td.-w33 {
  width: 33.3333333333%;
}
.p-underlayer-main-table th.-w40,
.p-underlayer-main-table td.-w40 {
  width: 40%;
}
.p-underlayer-main-table th {
  background: #dcdccf;
  font-weight: bold;
}
.p-underlayer-main-table td p {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main-table {
    margin-top: calc(30 / 780 * 100vw);
  }
  .p-underlayer-main-table tr {
    display: block;
  }
  .p-underlayer-main-table tr:last-of-type {
    border-bottom: calc(1 / 780 * 100vw) solid #000000;
  }
  .p-underlayer-main-table th,
  .p-underlayer-main-table td {
    border: calc(1 / 780 * 100vw) solid #000000;
    padding: calc(30 / 780 * 100vw) calc(30 / 780 * 100vw);
    font-size: calc(28 / 780 * 100vw);
    display: block;
    border-bottom: none;
  }
  .p-underlayer-main-table th.-w25, .p-underlayer-main-table th.-w33, .p-underlayer-main-table th.-w40,
  .p-underlayer-main-table td.-w25,
  .p-underlayer-main-table td.-w33,
  .p-underlayer-main-table td.-w40 {
    width: 100%;
  }
  .p-underlayer-main-table th {
    font-size: calc(32 / 780 * 100vw);
    text-align: center;
  }
  .p-underlayer-main-table td p {
    margin-top: 0;
  }
}
.p-underlayer-main__bottom-button {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-main__bottom-button {
    margin-top: calc(50 / 780 * 100vw);
  }
}
.p-underlayer-scroll-table {
  margin-top: 20px;
}
.p-underlayer-scroll-table__inner table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-underlayer-scroll-table__inner th,
.p-underlayer-scroll-table__inner td {
  border: 1px solid #000000;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  vertical-align: top;
  background: #fff;
}
.p-underlayer-scroll-table__inner th.-w25,
.p-underlayer-scroll-table__inner td.-w25 {
  width: 25%;
}
.p-underlayer-scroll-table__inner th.-w33,
.p-underlayer-scroll-table__inner td.-w33 {
  width: 33.3333333333%;
}
.p-underlayer-scroll-table__inner th.-w40,
.p-underlayer-scroll-table__inner td.-w40 {
  width: 40%;
}
.p-underlayer-scroll-table__inner th {
  background: #dcdccf;
  font-weight: bold;
}
.p-underlayer-scroll-table__inner th.-yellow {
  background: #fbf68c;
}
.p-underlayer-scroll-table__inner td p {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-scroll-table {
    margin-top: calc(20 / 780 * 100vw);
    position: relative;
  }
  .p-underlayer-scroll-table::after {
    content: "";
    display: block;
    width: calc(180 / 780 * 100vw);
    height: calc(180 / 780 * 100vw);
    background: url(../img/common/icon_swipe.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(-20 / 780 * 100vw);
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
  }
  .p-underlayer-scroll-table.is-active::after {
    opacity: 0;
  }
  .p-underlayer-scroll-table__inner {
    overflow-x: scroll;
  }
  .p-underlayer-scroll-table__inner table {
    width: calc(2500 / 780 * 100vw);
    border-collapse: collapse;
    border-spacing: 0;
  }
  .p-underlayer-scroll-table__inner th,
  .p-underlayer-scroll-table__inner td {
    border: 1px solid #000000;
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    vertical-align: top;
    background: #fff;
  }
  .p-underlayer-scroll-table__inner th.-w25,
  .p-underlayer-scroll-table__inner td.-w25 {
    width: 25%;
  }
  .p-underlayer-scroll-table__inner th.-w33,
  .p-underlayer-scroll-table__inner td.-w33 {
    width: 33.3333333333%;
  }
  .p-underlayer-scroll-table__inner th.-w40,
  .p-underlayer-scroll-table__inner td.-w40 {
    width: 40%;
  }
  .p-underlayer-scroll-table__inner th {
    font-size: calc(32 / 780 * 100vw);
    background: #dcdccf;
    font-weight: bold;
  }
  .p-underlayer-scroll-table__inner th.-yellow {
    background: #fbf68c;
  }
  .p-underlayer-scroll-table__inner td p {
    margin-top: 0;
  }
}
.p-underlayer-bottom-nav {
  margin-top: 50px;
}
.p-underlayer-bottom-nav__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-underlayer-bottom-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-underlayer-bottom-nav__button {
  min-width: 270px;
  min-height: 70px;
  background: #fff;
  padding: 10px 70px 10px 10px;
  width: calc((100% - 60px) / 3);
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #000000;
}
.p-underlayer-bottom-nav__button span {
  position: absolute;
  top: calc(50% - 25px);
  right: 10px;
}
@media only screen and (min-width: 769px) {
  .p-underlayer-bottom-nav__button:hover {
    background: #ffed1f;
  }
  .p-underlayer-bottom-nav__button:hover span {
    background: #000000;
  }
  .p-underlayer-bottom-nav__button:hover span::after {
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .p-underlayer-bottom-nav {
    margin-top: calc(80 / 780 * 100vw);
  }
  .p-underlayer-bottom-nav__title {
    font-size: calc(40 / 780 * 100vw);
    margin-bottom: calc(25 / 780 * 100vw);
    text-align: center;
  }
  .p-underlayer-bottom-nav__links {
    gap: calc(30 / 780 * 100vw);
  }
  .p-underlayer-bottom-nav__button {
    min-width: unset;
    min-height: unset;
    padding: calc(25 / 780 * 100vw) calc(120 / 780 * 100vw) calc(25 / 780 * 100vw) calc(25 / 780 * 100vw);
    width: 100%;
    line-height: 1.4;
    border: calc(1 / 780 * 100vw) solid #000000;
    text-align: left;
  }
  .p-underlayer-bottom-nav__button span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
  }
}
.p-underlayer-philosophy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px 30px;
  margin-top: 20px;
}
.p-underlayer-philosophy p {
  margin-top: 0;
}
.p-underlayer-philosophy__card .-img {
  margin-bottom: 10px;
}
.p-underlayer-philosophy__card .-title {
  font-weight: bold;
  margin-bottom: 1px;
  line-height: 1.4;
}
.p-underlayer-philosophy__card .-title small {
  display: block;
  font-size: 1.5rem;
}
.p-underlayer-philosophy__card .-title span {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .p-underlayer-philosophy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(30 / 780 * 100vw);
    margin-top: calc(20 / 780 * 100vw);
  }
  .p-underlayer-philosophy p {
    margin-top: 0;
  }
  .p-underlayer-philosophy__card .-img {
    margin-bottom: calc(10 / 780 * 100vw);
  }
  .p-underlayer-philosophy__card .-title {
    margin-bottom: calc(1 / 780 * 100vw);
  }
  .p-underlayer-philosophy__card .-title small {
    display: block;
    font-size: calc(26 / 780 * 100vw);
  }
  .p-underlayer-philosophy__card .-title span {
    font-size: calc(40 / 780 * 100vw);
  }
}
.p-underlayer-philosophy-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-underlayer-philosophy-title__img {
  width: 140px;
  padding-right: 20px;
}
.p-underlayer-philosophy-title__textarea {
  width: calc(100% - 140px);
}
.p-underlayer-reunion {
  margin-top: 20px;
}
.p-underlayer-reunion__link {
  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;
  padding-block: 15px;
  border-bottom: 1px solid #000000;
}
.p-underlayer-reunion__link:first-of-type {
  border-top: 1px solid #000000;
}
.p-underlayer-reunion__link .-date {
  width: 150px;
  font-size: 1.4rem;
  text-align: center;
}
.p-underlayer-reunion__link .-text {
  width: calc(100% - 150px);
}
.p-underlayer-reunion__link::after {
  top: calc(50% - 5px);
}
@media only screen and (max-width: 768px) {
  .p-underlayer-reunion {
    margin-top: calc(20 / 780 * 100vw);
  }
  .p-underlayer-reunion__link {
    padding-block: calc(15 / 780 * 100vw);
    border-bottom: calc(1 / 780 * 100vw) solid #000000;
    padding-left: calc(30 / 780 * 100vw);
  }
  .p-underlayer-reunion__link:first-of-type {
    border-top: calc(1 / 780 * 100vw) solid #000000;
  }
  .p-underlayer-reunion__link .-date {
    width: 100%;
    font-size: calc(24 / 780 * 100vw);
    text-align: left;
  }
  .p-underlayer-reunion__link .-text {
    width: 100%;
  }
  .p-underlayer-reunion__link::after {
    top: calc(30 / 780 * 100vw);
  }
}

@media only screen and (min-width: 769px) {
  .p-sound-main-section__song-img {
    text-align: center;
    padding-top: 100px;
  }
  .p-sound-main-section__song-audio {
    text-align: center;
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-sound-main-section__song-img {
    text-align: center;
    padding-top: calc(50 / 780 * 100vw);
  }
  .p-sound-main-section__song-audio {
    text-align: center;
    margin-top: calc(70 / 780 * 100vw);
  }
}
@media only screen and (min-width: 769px) {
  .p-brand {
    background-color: #fff;
  }
  .p-brand__inner {
    margin-inline: auto;
    max-width: 1120px;
    width: calc(100% - 50px);
  }
  .p-brand-mv {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 238, 0)), color-stop(75%, rgb(255, 238, 0)), color-stop(75%, rgb(221, 220, 207)), color-stop(90%, rgb(221, 220, 207)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 238, 0) 0%, rgb(255, 238, 0) 75%, rgb(221, 220, 207) 75%, rgb(221, 220, 207) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
  .p-brand-mv__logo {
    text-align: center;
  }
  .p-brand-contents {
    margin-top: 64px;
    padding-bottom: 110px;
  }
  .p-brand-contents > * + * {
    margin-top: 35px;
  }
  .p-brand-contents__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-brand-contents__block-left {
    width: 390px;
  }
  .p-brand-contents__block-left-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
    background-color: var(--yellow01);
  }
  .p-brand-contents__block-left-text {
    margin-top: 10px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .p-brand-contents__block-right {
    width: calc(100% - 390px);
    padding-left: 50px;
    margin-top: 17px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-brand-contents__block-right-title {
    margin-bottom: 14px;
  }
  .p-brand-contents__block-right-title-japanese {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .p-brand-contents__block-right-title-english {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-brand-contents__block-right-img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-brand {
    background-color: #fff;
  }
  .p-brand__inner {
    margin-inline: auto;
    width: calc(100% - 60 / 780 * 100vw);
  }
  .p-brand-mv {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 238, 0)), color-stop(75%, rgb(255, 238, 0)), color-stop(75%, rgb(221, 220, 207)), color-stop(90%, rgb(221, 220, 207)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 238, 0) 0%, rgb(255, 238, 0) 75%, rgb(221, 220, 207) 75%, rgb(221, 220, 207) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
  .p-brand-mv__logo {
    text-align: center;
    margin-inline: auto;
    width: calc(192 / 780 * 100vw);
  }
  .p-brand-contents {
    margin-top: calc(70 / 780 * 100vw);
    padding-bottom: calc(160 / 780 * 100vw);
  }
  .p-brand-contents > * + * {
    margin-top: calc(84 / 780 * 100vw);
  }
  .p-brand-contents__block-left-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(38 / 780 * 100vw);
    font-weight: bold;
    letter-spacing: 0;
    background-color: var(--yellow01);
  }
  .p-brand-contents__block-left-text {
    margin-top: calc(20 / 780 * 100vw);
    line-height: 1.8;
    letter-spacing: 0;
  }
  .p-brand-contents__block-right {
    margin-top: calc(24 / 780 * 100vw);
    line-height: 1.75;
    letter-spacing: 0;
    margin-inline: auto;
    width: calc(660 / 780 * 100vw);
  }
  .p-brand-contents__block-right-title {
    margin-bottom: calc(28 / 780 * 100vw);
    line-height: 1.5;
  }
  .p-brand-contents__block-right-title-japanese {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(32 / 780 * 100vw);
    font-weight: bold;
    letter-spacing: 0;
  }
  .p-brand-contents__block-right-title-english {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(32 / 780 * 100vw);
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p-brand-contents__block-right-img {
    margin-bottom: calc(40 / 780 * 100vw);
    margin-inline: auto;
    width: calc(260 / 780 * 100vw);
  }
  .p-brand-contents__block-right-text {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 769px) {
  .p-message {
    background-color: var(--wht);
  }
  .p-message__inner {
    max-width: 1120px;
  }
  .p-message-mv__title {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    background-color: var(--yellow01);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    line-height: 1.2;
  }
  .p-message-mv__img {
    margin-top: 47px;
    margin-inline: auto;
    width: 100%;
  }
  .p-message-mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center -25px;
       object-position: center -25px;
    height: 350px;
    width: 100%;
  }
  .p-message-contents {
    margin-top: 44px;
  }
  .p-message-contents__text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    line-height: 1.76;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .p-message-contents__president {
    margin-top: 22px;
    text-align: right;
    line-height: 1.5;
  }
  .p-message-contents__president-name .small-text {
    padding-right: 6px;
    position: relative;
    top: -6px;
  }
  .p-message-contents__president-name .name-text {
    font-size: 3rem;
  }
  .p-message-description {
    margin-top: 40px;
    background-color: var(--yellow01);
    padding: 20px 21px;
    margin-bottom: 210px;
  }
  .p-message-description__title {
    font-size: 1.9rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-message-description__text {
    margin-top: 7px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 768px) {
  .p-message {
    background-color: var(--wht);
  }
  .p-message-mv__title {
    text-align: center;
    font-size: calc(44 / 780 * 100vw);
    font-weight: bold;
    letter-spacing: 0.03em;
    background-color: var(--yellow01);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    line-height: 1.2;
  }
  .p-message-mv__img {
    margin-top: calc(68 / 780 * 100vw);
    margin-inline: auto;
    width: 100%;
    height: calc(350 / 780 * 100vw);
    overflow: hidden;
  }
  .p-message-mv__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(-280 / 780 * 100vw) calc(-30 / 780 * 100vw);
       object-position: calc(-280 / 780 * 100vw) calc(-30 / 780 * 100vw);
    height: calc(524 / 780 * 100vw);
    width: 100%;
  }
  .p-message-contents {
    margin-top: calc(28 / 780 * 100vw);
  }
  .p-message-contents__text {
    line-height: 1.72;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .p-message-contents__president {
    margin-top: calc(44 / 780 * 100vw);
    text-align: right;
    line-height: 1.5;
  }
  .p-message-contents__president-small {
    font-size: calc(28 / 780 * 100vw);
    letter-spacing: 0;
  }
  .p-message-contents__president-name .small-text {
    padding-right: calc(12 / 780 * 100vw);
    position: relative;
    top: calc(0 / 780 * 100vw);
  }
  .p-message-contents__president-name .name-text {
    font-size: calc(40 / 780 * 100vw);
    letter-spacing: 0;
  }
  .p-message-description {
    margin-top: calc(80 / 780 * 100vw);
    background-color: var(--yellow01);
    padding: calc(26 / 780 * 100vw) calc(22 / 780 * 100vw);
    margin-bottom: calc(160 / 780 * 100vw);
  }
  .p-message-description__title {
    font-size: calc(32 / 780 * 100vw);
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-message-description__text {
    margin-top: calc(14 / 780 * 100vw);
    line-height: 1.74;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: calc(28 / 780 * 100vw);
  }
}
@media only screen and (min-width: 769px) {
  .p-campus-guide-logo-area {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 238, 0)), color-stop(75%, rgb(255, 238, 0)), color-stop(75%, rgb(221, 220, 207)), color-stop(90%, rgb(221, 220, 207)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 238, 0) 0%, rgb(255, 238, 0) 75%, rgb(221, 220, 207) 75%, rgb(221, 220, 207) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
  .p-campus-guide-logo {
    text-align: center;
  }
  .p-campus-guide-link {
    margin-top: 100px;
  }
  .p-campus-guide-link__inner {
    margin-inline: auto;
    max-width: 1120px;
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 768px) {
  .p-campus-guide {
    background-color: #fff;
  }
  .p-campus-guide-logo-area {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 238, 0)), color-stop(75%, rgb(255, 238, 0)), color-stop(75%, rgb(221, 220, 207)), color-stop(90%, rgb(221, 220, 207)), color-stop(90%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(255, 238, 0) 0%, rgb(255, 238, 0) 75%, rgb(221, 220, 207) 75%, rgb(221, 220, 207) 90%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  }
  .p-campus-guide-logo {
    text-align: center;
    margin-inline: auto;
    width: calc(192 / 780 * 100vw);
  }
  .p-campus-guide-link {
    margin-top: 100px;
  }
  .p-campus-guide-link__inner {
    margin-inline: auto;
    max-width: 1120px;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 769px) {
  .p-system-btn {
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .p-system-btn {
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .p-rules-main .c-blk-flex {
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-rules-main-subtitle {
    font-size: calc(35 / 780 * 100vw);
  }
}
/*# sourceMappingURL=style.css.map */