@charset "UTF-8";
@font-face {
  font-family: "YDWbananaslipplus";
  src: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/font/txcsYDWbananaslipplus.woff2") format("woff2");
}
/*
	Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type="file"]) {
  cursor: auto;
}

:where(input[type="file"])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }

  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type="file"])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"]),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type="button"], input[type="submit"], input[type="reset"])[disabled] {
  cursor: not-allowed;
}

html {
  height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  font-size: 2.664103vw;
}
@media screen and (min-width: 641px) {
  html {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  html {
    font-size: 0.76vw;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  html {
    font-size: 0.6944445vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 2;
  position: relative;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-animation: bodyAnimation 0.1s ease-in-out forwards;
          animation: bodyAnimation 0.1s ease-in-out forwards;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  body {
    letter-spacing: 0;
  }
}
body.no_scroll {
  overflow: hidden !important;
}

html[lang=en] body {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  font-weight: 400;
}

@-webkit-keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bodyAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
  line-height: 1.53;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  *,
*::after,
*::before {
    line-height: 2;
  }
}
* *,
* *::after,
* *::before,
*::after *,
*::after *::after,
*::after *::before,
*::before *,
*::before *::after,
*::before *::before {
  line-height: inherit;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  * *,
* *::after,
* *::before,
*::after *,
*::after *::after,
*::after *::before,
*::before *,
*::before *::after,
*::before *::before {
    line-height: inherit;
  }
}

.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_left {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_center {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .text_right {
    text-align: right !important;
  }
}

.xs_text_left {
  text-align: left;
}

.xs_text_center {
  text-align: center;
}

.xs_text_right {
  text-align: right;
}

.jp {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  letter-spacing: -0.1rem;
}

.jp_normal {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.jp-mincho {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  letter-spacing: -0.1rem;
}

.en {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
}

.en_normal {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.en-gothic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}
a img {
  transition: 0.3s;
}

a:hover,
a:focus {
  border: none;
  text-decoration: none;
  outline: none;
}
a,
a::before,
a::after {
  transition: 0.3s;
  color: #000;
}

i {
  margin-right: 0.8rem;
  vertical-align: -2px;
  font-size: 1rem;
}

img {
  display: block;
  width: 100%;
}
img.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

figure {
  display: block;
  padding: 0;
  margin: 0;
}

.noselect {
  -webkit-user-select: none;
          user-select: none;
}

/*
IE用
onMousremove = "return false;" onMouseDown = "return false;"
*/
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f1f1f1;
}

.bgMaincolor {
  background: #007f59 !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.ml00 {
  margin-left: 0 !important;
}

.mr00 {
  margin-right: 0 !important;
}

@-webkit-keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}

@keyframes hoverLineLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@keyframes hoverLineLoop {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
  50% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  50.01% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }
}
@-webkit-keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@keyframes hoverLineVerticalActive {
  0% {
    left: 0;
    top: 0;
    height: 0%;
  }
  to {
    left: 0;
    top: 0;
    height: 100%;
  }
}
@-webkit-keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@keyframes hoverLineVerticalRemove {
  0% {
    left: 0;
    top: auto;
    bottom: 0;
    height: 100%;
  }
  to {
    left: 0;
    top: auto;
    bottom: 0;
    height: 0%;
  }
}
@-webkit-keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalTop {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineVerticalBottom {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@keyframes hoverLineLoopVertical {
  0% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  50% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  50.01% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes moveIn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes moveInOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@-webkit-keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes moveInVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes moveOutVertical {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes moveInOutVertical {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@keyframes circleArrowActive {
  0% {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-width: 0.4;
  }
  100% {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}
@-webkit-keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@keyframes circleArrowRemove {
  0% {
    stroke-width: 0.6;
  }
  100% {
    stroke-width: 0.4;
  }
}
@-webkit-keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@keyframes marqueeStart {
  from {
    left: 0%;
  }
  to {
    left: -200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: -100%;
    }
  }
}
@-webkit-keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@keyframes marqueeContinue {
  from {
    left: 200%;
    @media screen and (min-width: 769px) and (orientation: landscape) {
      left: 100%;
    }
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes plus_line1 {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  48% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  52% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@-webkit-keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@keyframes plus_line2 {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  48% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  52% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    transform-box: fill-box;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.pc,
.pc_inline_block,
.pc_tb,
.pc_tb_inline_block,
.tb,
.tb_inline_block {
  display: none;
}

.xs {
  display: block;
}

.xs_inline_block {
  display: inline-block;
}

.xs_inline {
  display: inline;
}

.tb_xs {
  display: block;
}

.tb_xs_inline_block {
  display: inline-block;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .tb,
.pc_tb {
    display: block;
  }

  .tb_inline_block {
    display: inline-block;
  }

  .xs,
.xs_inline_block,
.xs_inline {
    display: none;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .pc {
    display: block;
  }

  .pc_inline_block,
.pc_tb_inline_block {
    display: inline-block;
  }

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

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

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

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

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

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

.c_animation__textGradient .c_animation__textGradient_target {
  display: inline-block;
  color: transparent;
  background-image: linear-gradient(127deg, #000 55%, #f57927 55%, #ff354f 55.5%, #23eff5 56%, #3658ff 60%, #ac3be8 61%, #000 61%, #000 99%, transparent 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_animation__textGradient.--hover:hover .c_animation__textGradient_target {
    -webkit-animation: 3s 0.1s textGradientDrawer ease forwards;
            animation: 3s 0.1s textGradientDrawer ease forwards;
  }
}

@-webkit-keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes textGradient {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes textGradientDrawer {
  from {
    background-position: 80% 0;
  }
  to {
    background-position: 0 0;
  }
}
.c_animation__textSlideIn {
  overflow: hidden;
  display: inline-block;
}
.c_animation__textSlideIn .c_animation__textSlideIn-inner {
  display: inline-block;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  transition: opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease;
  transition: transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 0.5s ease, -webkit-transform 0.7s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c_animation__textSlideIn.__hoverline {
  padding-bottom: 0.2rem;
}
.c_animation__textSlideIn.is_active .c_animation__textSlideIn-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.c_animation__textSlideIn.__slow .c_animation__textSlideIn-inner {
  transition: opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease;
  transition: transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1), opacity 1.8s ease, -webkit-transform 1.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c_animation__textSlideIn.__opacity .c_animation__textSlideIn-inner {
  opacity: 0;
}
.c_animation__textSlideIn.__opacity.is_active .c_animation__textSlideIn-inner {
  opacity: 1;
}

.c_animation__slidIn {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-animation: 1s ease both;
          animation: 1s ease both;
}
.c_animation__slidIn.js_scroll_event.is_active {
  -webkit-animation-name: slideInAnimation;
  animation-name: slideInAnimation;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c_animation__slidIn.--splinear {
    -webkit-animation: 0.7s linear both;
            animation: 0.7s linear both;
  }
}

@-webkit-keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInAnimation {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.c_animation__textLeftWrap {
  position: relative;
  overflow: hidden;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c_animation__textLeftWrap + .c_animation__textLeftWrap .c_animation__textLeft.__opacity {
  transition-delay: 0.5s;
}
.c_animation__textLeftWrap + .c_animation__textLeftWrap .c_animation__textLeft {
  transition-delay: 1s;
}

.c_animation__textLeft {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0vh, 0vw, 100vh, 0vw);
  transition: clip 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  z-index: 6;
  min-height: calc(0.7rem + 1em + 0.7rem);
}
.c_animation__textLeft + .c_animation__textLeft {
  transition-delay: 1s;
}
.c_animation__textLeft.__opacity {
  opacity: 0.2;
  z-index: 5;
}
.c_animation__textLeft.__center {
  right: 0;
  margin: 0 auto;
}

.c_animation__textLeftDummy {
  color: transparent !important;
}

.c_animation__textLine {
  position: relative;
}
.c_animation__textLine::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s ease;
  background: #fff;
  position: absolute;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_animation__textLine:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.c_animation__textLine.__underline::before {
  left: 0;
  right: auto;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_animation__textLineHover:hover .c_animation__textLine::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_animation__textLineHover:hover .c_animation__textLine.__underline:hover::before {
    right: 0;
    left: auto;
    width: 0;
  }
}

@-webkit-keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  48% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}

@keyframes rightToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  48% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: hidden;
  }
  51% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}
.c_dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c_dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c_boxshadow--inset {
  box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.12) inset;
}
@media screen and (min-width: 641px) {
  .c_boxshadow--inset {
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.12) inset;
  }
}

.c_dropshadow {
  -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
          filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
}
@media screen and (min-width: 641px) {
  .c_dropshadow {
    -webkit-filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
            filter: drop-shadow(0 1rem 0.5rem rgba(237, 237, 237, 0.7));
  }
}

.c_textshadow {
  text-shadow: 0 0 1rem rgba(237, 237, 237, 0.7);
}
.c_textshadow.__light {
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.9);
}

.c_btn {
  position: relative;
}
.c_btn a,
.c_btn button,
.c_btn .c_btn__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 4.5rem;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  transition: 0.3s;
  text-indent: inherit;
  min-width: 23rem;
  transition: 0.3s;
  border: 0.15rem solid #ccc;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn a,
.c_btn button,
.c_btn .c_btn__item {
    height: 8rem;
    padding: 0 2rem 0 0;
    min-width: 34rem;
    border: 0.3rem solid #ccc;
  }
}
.c_btn a.__minwidth,
.c_btn button.__minwidth,
.c_btn .c_btn__item.__minwidth {
  min-width: 18rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn a:hover,
.c_btn button:hover,
.c_btn .c_btn__item:hover {
    color: #fff;
    background: #007f59;
    border-color: #007f59;
  }
}
.c_btn a .icon,
.c_btn button .icon,
.c_btn .c_btn__item .icon {
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 100%;
  background: #007f59 url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg") no-repeat center center/1rem auto;
  border: 0.2rem solid transparent;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn a .icon,
.c_btn button .icon,
.c_btn .c_btn__item .icon {
    right: 1rem;
    height: 6rem;
    width: 6rem;
    background-size: 1.8rem auto;
  }
}
.c_btn.__white a,
.c_btn.__white button,
.c_btn.__white .c_btn__item {
  background: none;
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn.__white a:hover,
.c_btn.__white button:hover,
.c_btn.__white .c_btn__item:hover {
    color: #fff;
  }
}
.c_btn.__black a,
.c_btn.__black button,
.c_btn.__black .c_btn__item {
  background: none;
  color: #000;
  border-color: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn.__black a:hover,
.c_btn.__black button:hover,
.c_btn.__black .c_btn__item:hover {
    color: #000;
  }
}
.c_btn.__center a,
.c_btn.__center button,
.c_btn.__center .c_btn__item {
  justify-content: center;
  margin: 0 auto;
}
.c_btn.__wide a,
.c_btn.__wide button,
.c_btn.__wide .c_btn__item {
  width: 100%;
  max-width: 100%;
}
.c_btn.__full a,
.c_btn.__full button,
.c_btn.__full .c_btn__item {
  width: 100%;
  max-width: 100%;
  height: 7rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn.__full a,
.c_btn.__full button,
.c_btn.__full .c_btn__item {
    height: 11rem;
  }
}
.c_btn.__contact {
  margin: 0 -0.5rem;
}
.c_btn.__mt {
  margin-top: 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn.__mt {
    margin-top: 8rem;
  }
}

.c_btn__arrow .c_btn__arrow_text {
  transition: 0.3s;
  margin-right: 0.8em;
}
.c_btn__arrow .c_btn__arrow_icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #007f59;
  background: #fff;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow .c_btn__arrow_icon {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
.c_btn__arrow .c_btn__arrow_icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c_btn__arrow .c_btn__arrow_icon::before {
    width: 1.2rem;
    height: 1rem;
    background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_blue.svg") no-repeat center center/contain;
    transition: 0.2s;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow .c_btn__arrow_icon::before {
    width: 0.7rem;
    height: 0.7rem;
    background: #007f59;
    border-radius: 100%;
    transition: 0.2s;
    z-index: 1;
  }
}
.c_btn__arrow .c_btn__arrow_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.3rem;
  background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg") no-repeat center center/contain;
  transition: 0.2s;
  opacity: 0;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow:hover.__text .c_btn__arrow_icon {
    vertical-align: -1.2em;
  }
  .c_btn__arrow:hover .c_btn__arrow_text {
    color: #007f59;
  }
  .c_btn__arrow:hover .c_btn__arrow_icon {
    background: #007f59;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .c_btn__arrow:hover .c_btn__arrow_icon::before {
    opacity: 0;
  }
  .c_btn__arrow:hover .c_btn__arrow_icon::after {
    opacity: 1;
    -webkit-transform: rotate(-90deg) scale(0.9);
            transform: rotate(-90deg) scale(0.9);
  }
}
.c_btn__arrow.__white .c_btn__arrow_icon {
  border-color: #fff;
  background: transparent;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c_btn__arrow.__white .c_btn__arrow_icon::before {
    background-image: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg");
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__white .c_btn__arrow_icon::before {
    background: #fff;
  }
}
.c_btn__arrow.__white .c_btn__arrow_icon::after {
  background-image: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_blue.svg");
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__white:hover .c_btn__arrow_icon {
    background: #fff;
  }
}
.c_btn__arrow.__large .c_btn__arrow_icon {
  width: 4rem;
  height: 4rem;
  right: 0;
  top: calc(50% - 2rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__large .c_btn__arrow_icon {
    width: 8rem;
    height: 8rem;
    top: calc(50% - 4rem);
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .c_btn__arrow.__large .c_btn__arrow_icon::before {
    background-image: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg");
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__large .c_btn__arrow_icon::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.c_btn__arrow.__large .c_btn__arrow_icon::after {
  background-image: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_blue.svg");
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__large:hover .c_btn__arrow_icon {
    width: 9.4rem;
    height: 9.4rem;
    margin-bottom: -1.4rem;
  }
}
.c_btn__arrow.__text {
  position: relative;
  padding-right: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__text {
    padding-right: 4rem;
  }
}
.c_btn__arrow.__text .c_btn__arrow_icon {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: -1em;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__text .c_btn__arrow_icon {
    right: 0;
    top: calc(50% - 2rem);
    bottom: 0;
    margin: auto;
  }
}
.c_btn__arrow.__center {
  text-align: center;
}
.c_btn__arrow.__mt {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrow.__mt {
    margin-top: 7rem;
  }
}

.c_btn__textlink,
.c_btn__textlink_line {
  position: relative;
}
.c_btn__textlink a,
.c_btn__textlink .c_btn__item,
.c_btn__textlink_line a,
.c_btn__textlink_line .c_btn__item {
  position: relative;
  display: inline-block;
  color: #007f59;
  border-bottom: 1px solid #007f59;
}
.c_btn__textlink a::before,
.c_btn__textlink .c_btn__item::before,
.c_btn__textlink_line a::before,
.c_btn__textlink_line .c_btn__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
  width: 0;
  background: #000;
  height: 0.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink a:hover,
.c_btn__textlink .c_btn__item:hover,
.c_btn__textlink_line a:hover,
.c_btn__textlink_line .c_btn__item:hover {
    opacity: 0.7;
  }
}
.c_btn__textlink.__mt,
.c_btn__textlink_line.__mt {
  margin-top: 2rem !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink.__mt,
.c_btn__textlink_line.__mt {
    margin-top: 2rem !important;
  }
}
.c_btn__textlink.__center,
.c_btn__textlink_line.__center {
  text-align: center;
}
.c_btn__textlink.__center a,
.c_btn__textlink_line.__center a {
  margin: 0 auto;
}
.c_btn__textlink.__right,
.c_btn__textlink_line.__right {
  text-align: right;
}
.c_btn__textlink.__prev a,
.c_btn__textlink.__prev .c_btn__item,
.c_btn__textlink_line.__prev a,
.c_btn__textlink_line.__prev .c_btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c_btn__textlink.__prev a span,
.c_btn__textlink.__prev .c_btn__item span,
.c_btn__textlink_line.__prev a span,
.c_btn__textlink_line.__prev .c_btn__item span {
  order: 2;
}
.c_btn__textlink.__prev a::after,
.c_btn__textlink.__prev .c_btn__item::after,
.c_btn__textlink_line.__prev a::after,
.c_btn__textlink_line.__prev .c_btn__item::after {
  margin-right: 2rem;
  margin-left: 0;
  border: none;
  border-left: 0.5px solid #000;
  border-top: 0.5px solid #000;
  order: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink.__prev a::after,
.c_btn__textlink.__prev .c_btn__item::after,
.c_btn__textlink_line.__prev a::after,
.c_btn__textlink_line.__prev .c_btn__item::after {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }
}
.c_btn__textlink.__noneline a::before,
.c_btn__textlink.__noneline .c_btn__item::before,
.c_btn__textlink_line.__noneline a::before,
.c_btn__textlink_line.__noneline .c_btn__item::before {
  display: none;
}
.c_btn__textlink .__targetblank svg,
.c_btn__textlink_line .__targetblank svg {
  width: 1.2em;
  height: 1em;
  vertical-align: -0.1em;
  display: inline-block;
}
.c_btn__textlink .__targetblank svg path,
.c_btn__textlink_line .__targetblank svg path {
  stroke: #fff;
}
.c_btn__textlink.__white,
.c_btn__textlink_line.__white {
  color: #fff;
}
.c_btn__textlink.__arrow a,
.c_btn__textlink.__arrow .c_btn__item,
.c_btn__textlink_line.__arrow a,
.c_btn__textlink_line.__arrow .c_btn__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink.__arrow a:hover .arrow,
.c_btn__textlink.__arrow .c_btn__item:hover .arrow,
.c_btn__textlink_line.__arrow a:hover .arrow,
.c_btn__textlink_line.__arrow .c_btn__item:hover .arrow {
    background: #fff9c0;
  }
}
.c_btn__textlink.__arrow a::after,
.c_btn__textlink.__arrow .c_btn__item::after,
.c_btn__textlink_line.__arrow a::after,
.c_btn__textlink_line.__arrow .c_btn__item::after {
  display: none;
}
.c_btn__textlink .arrow,
.c_btn__textlink_line .arrow {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 0.8rem rgba(0, 0, 0, 0.1));
  margin-left: 1rem;
  transition: 0.5s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink .arrow,
.c_btn__textlink_line .arrow {
    width: 8rem;
    height: 8rem;
    margin-left: 2rem;
  }
}
.c_btn__textlink .arrow::after,
.c_btn__textlink_line .arrow::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: 0.1rem;
  border-right: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -0.2rem;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink .arrow::after,
.c_btn__textlink_line .arrow::after {
    width: 0.8rem;
    height: 0.8rem;
    left: -0.5rem;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.c_btn__textlink .arrow.__prev,
.c_btn__textlink_line .arrow.__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1rem;
  margin-left: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink .arrow.__prev,
.c_btn__textlink_line .arrow.__prev {
    margin-right: 2rem;
    margin-left: 0;
  }
}

.c_btn__round a,
.c_btn__round .c_btn__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10rem;
  padding: 0;
  background: #007f59;
  border: 0.2rem solid #007f59;
  color: #fff;
  font-size: 1.6rem;
  height: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__round a,
.c_btn__round .c_btn__item {
    padding: 0 1.4rem;
    font-size: 1.6rem;
    gap: 0.8rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .c_btn__round a,
.c_btn__round .c_btn__item {
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.c_btn__round a span,
.c_btn__round .c_btn__item span {
  font-weight: 700;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__round a:hover,
.c_btn__round .c_btn__item:hover {
    color: #007f59;
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__round a:hover svg path,
.c_btn__round .c_btn__item:hover svg path {
    fill: #007f59;
  }
}
@media screen and (min-width: 1701px) {
  .c_btn__round svg {
    margin-left: 1rem;
  }
}
.c_btn__round svg path {
  stroke: none;
  fill: #fff;
  transition: 0.3s;
}
.c_btn__round svg.__maill {
  width: 2rem;
}
.c_btn__round.__contact {
  margin: 0 -0.8rem;
}
@media screen and (min-width: 1701px) {
  .c_btn__round.__contact a,
.c_btn__round.__contact .c_btn__item {
    font-size: 1.6rem;
    gap: 0.8rem;
  }
}
.c_btn__round.__contact a svg,
.c_btn__round.__contact .c_btn__item svg {
  margin: 0;
}
.c_btn__round.__full a,
.c_btn__round.__full .c_btn__item {
  width: 100%;
}
.c_btn__round.__center a,
.c_btn__round.__center .c_btn__item {
  margin: 0 auto;
}

.c_btn__icon a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__icon a {
    gap: 1rem;
  }
}
.c_btn__icon a .icon {
  width: 2rem;
  height: 2rem;
  background: #005ba8 url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg") no-repeat center center/0.95rem auto;
  border-radius: 100%;
  display: block;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__icon a .icon {
    width: 2.6rem;
    height: 2.6rem;
    background-size: 1.1rem auto;
  }
}
.c_btn__icon a .text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__icon a .text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__icon a:hover {
    color: #005ba8;
  }
}
.c_btn__icon.is_active a {
  color: #005ba8;
}

.c_btn__textlink_line a::before,
.c_btn__textlink_line .c_btn__item::before {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink_line a:hover,
.c_btn__textlink_line .c_btn__item:hover {
    color: #007f59;
  }
}
.c_btn__textlink_line a:hover::after,
.c_btn__textlink_line a:hover .__border_line,
.c_btn__textlink_line .c_btn__item:hover::after,
.c_btn__textlink_line .c_btn__item:hover .__border_line {
  border-color: #007f59 !important;
}
.c_btn__textlink_line.__border .__border_line {
  transition: 0.5s;
  border-bottom: 0.5px solid #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink_line.__border .__border_line {
    border-bottom: 1px solid #000;
  }
}
.c_btn__textlink_line.__center a {
  margin: 0 auto;
}
.c_btn__textlink_line.__mt {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__textlink_line.__mt {
    margin-top: 6rem;
  }
}

.c_btn__more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c_btn__more.--center {
  justify-content: center;
}
.c_btn__more a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c_btn__more a::before, .c_btn__more a::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 7rem;
  height: 7rem;
  background: #f2eeee;
  border-radius: 100%;
  position: absolute;
  right: 17%;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__more a::before, .c_btn__more a::after {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1701px) {
  .c_btn__more a::before, .c_btn__more a::after {
    width: 12rem;
    height: 12rem;
  }
}
.c_btn__more a::after {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
  background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/common/readmore.png") no-repeat center center/cover;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__more a:hover::after {
    opacity: 1;
  }
}
.c_btn__more .en {
  position: relative;
  z-index: 3;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__more .en {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1701px) {
  .c_btn__more .en {
    font-size: 1.4rem;
  }
}
.c_btn__more.--spmt {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__more.--spmt {
    display: none;
  }
}

.c_btn__svg {
  text-align: center;
}
.c_btn__svg a {
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__svg a:hover {
    opacity: 0.8;
  }
}
.c_btn__svg svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__svg svg {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.5rem;
  }
}
.c_btn__svg svg path {
  stroke: none;
}

.c_btn__arrowBottom .c_btn__arrow_text {
  transition: 0.3s;
  margin-right: 0.8em;
}
.c_btn__arrowBottom .c_btn__arrow_icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #007f59;
  background: #fff;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrowBottom .c_btn__arrow_icon {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
.c_btn__arrowBottom .c_btn__arrow_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.3rem;
  background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_blue.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrowBottom a:hover .c_btn__arrow_icon {
    background: #007f59;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c_btn__arrowBottom a:hover .c_btn__arrow_icon::after {
    background-image: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg");
  }
}

.c_btn__arrowLeft .c_btn__arrow_text {
  transition: 0.3s;
  margin-left: 0.8em;
  vertical-align: 1em;
}
.c_btn__arrowLeft .c_btn__arrow_icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #007f59;
  background: #007f59;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: calc(50% - 1.5rem);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrowLeft .c_btn__arrow_icon {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
  }
}
.c_btn__arrowLeft .c_btn__arrow_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.3rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg") no-repeat center center/contain;
  transition: 0.2s;
  z-index: 2;
}
.c_btn__arrowLeft a {
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_btn__arrowLeft a:hover .c_btn__arrow_icon {
    background: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c_btn__arrowLeft a:hover .c_btn__arrow_icon::after {
    background-image: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_blue.svg");
  }
}
.c_btn__arrowLeft.__center {
  text-align: center;
}

.c_color__main {
  color: #007f59 !important;
}

.c_color__default {
  color: #000 !important;
}

.c_color__white {
  color: #fff !important;
}

.c_form__input {
  display: block;
}
.c_form__input input[type=text],
.c_form__input input[type=tel],
.c_form__input input[type=email],
.c_form__input textarea {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  max-width: 100%;
  letter-spacing: 0.05em;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  /* Firefox */
  /* safari */
}
.c_form__input input[type=text]:focus,
.c_form__input input[type=tel]:focus,
.c_form__input input[type=email]:focus,
.c_form__input textarea:focus {
  outline: none;
}
.c_form__input input[type=text]::-ms-expand,
.c_form__input input[type=tel]::-ms-expand,
.c_form__input input[type=email]::-ms-expand,
.c_form__input textarea::-ms-expand {
  display: none;
}
.c_form__input input[type=text] _:lang(x)::-moz-placeholder, .c_form__input input[type=text],
.c_form__input input[type=tel] _:lang(x)::-moz-placeholder,
.c_form__input input[type=tel],
.c_form__input input[type=email] _:lang(x)::-moz-placeholder,
.c_form__input input[type=email],
.c_form__input textarea _:lang(x)::-moz-placeholder,
.c_form__input textarea {
  max-width: 100%;
}
.c_form__input input[type=text] _::-webkit-full-page-media,
.c_form__input input[type=text] _:future, :root .c_form__input input[type=text],
.c_form__input input[type=tel] _::-webkit-full-page-media,
.c_form__input input[type=tel] _:future,
:root .c_form__input input[type=tel],
.c_form__input input[type=email] _::-webkit-full-page-media,
.c_form__input input[type=email] _:future,
:root .c_form__input input[type=email],
.c_form__input textarea _::-webkit-full-page-media,
.c_form__input textarea _:future,
:root .c_form__input textarea {
  max-width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__input input[type=text],
.c_form__input input[type=tel],
.c_form__input input[type=email],
.c_form__input textarea {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__input input[type=text],
.c_form__input input[type=tel],
.c_form__input input[type=email],
.c_form__input textarea {
    padding: 1rem 2rem;
  }
}
.c_form__input input[type=text]::-webkit-input-placeholder, .c_form__input input[type=tel]::-webkit-input-placeholder, .c_form__input input[type=email]::-webkit-input-placeholder, .c_form__input textarea::-webkit-input-placeholder {
  color: #000;
}
.c_form__input input[type=text]::placeholder,
.c_form__input input[type=tel]::placeholder,
.c_form__input input[type=email]::placeholder,
.c_form__input textarea::placeholder {
  color: #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__input input[type=text].__small,
.c_form__input input[type=tel].__small,
.c_form__input input[type=email].__small,
.c_form__input textarea.__small {
    width: 50%;
  }
}
.c_form__input.__pd {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__input.__pd {
    padding: 2.4rem 0;
  }
}
.c_form__input textarea {
  display: block;
}
.c_form__input.__column {
  display: block;
}
.c_form__input.__column .mwform-radio-field {
  width: 100%;
  margin: 0 !important;
}
.c_form__input.__column .mwform-radio-field + .mwform-radio-field {
  margin-top: 0.8rem !important;
}

.c_form__input_text {
  margin-bottom: 1rem;
}

.c_form__input_note {
  margin-top: 2.5rem;
  line-height: 1.6;
}
.c_form__input_note.__mt {
  margin-top: 1rem;
}
.c_form__input_note li {
  line-height: 1.6;
  display: inline-flex;
  align-items: baseline;
  font-size: 1.1rem;
  gap: 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__input_note li {
    font-size: 1.2rem;
  }
}
.c_form__input_note li::before {
  content: "※";
  line-height: 1.6;
}

.mwform-checkbox-field {
  display: inline-block;
}
.mwform-checkbox-field:last-child label {
  margin-right: 0;
}
.mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
.mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  padding: 0 0 0 2.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding: 0 0 0 3.5rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before, .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  left: 0;
  top: calc(50% - 0.9rem);
  width: 1.8rem;
  height: 1.8rem;
  background: #f8f7f6;
  border-radius: 0.3rem;
  border: 1px solid #edeae3;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
}
.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  opacity: 0;
  width: 1rem;
  height: 0.6rem;
  background: none;
  border: none;
  border-left: 2px solid #00b07c;
  border-bottom: 2px solid #00b07c;
  left: 0.3em;
  top: calc(50% - 0.35rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-checkbox-field label .mwform-checkbox-field-text::after {
    width: 1.2rem;
    height: 0.8rem;
    left: 0.5rem;
    top: calc(50% - 0.7rem);
  }
}
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1 !important;
}

.mwform-radio-field {
  display: block;
  margin: 0 2em 0 0 !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field {
    display: inline-block;
    margin: 0 3em 0 0 !important;
  }
}
.mwform-radio-field .mwform-radio-field:last-child label {
  margin-right: 0;
}
.mwform-radio-field label {
  display: block;
  cursor: pointer;
}
.mwform-radio-field label input[type=radio] {
  display: none;
}
.mwform-radio-field label .mwform-radio-field-text {
  padding: 0.5em 0 0.5em 2.5em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text {
    font-size: 1.4rem;
    padding: 0 0 0 2.2em;
  }
}
.mwform-radio-field label .mwform-radio-field-text::before, .mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-radio-field label .mwform-radio-field-text::before {
  left: 0;
  top: calc(50% - 0.9rem);
  width: 1.8rem;
  height: 1.8rem;
  background: #f8f7f6;
  border: 1px solid #edeae3;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::before {
    top: calc(50% - 1.05rem);
    width: 2.1rem;
    height: 2.1rem;
  }
}
.mwform-radio-field label .mwform-radio-field-text::after {
  opacity: 0;
  width: 0.8rem;
  height: 0.8rem;
  left: 0.3rem;
  top: calc(50% - 0.3rem);
  background: #00b07c;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .mwform-radio-field label .mwform-radio-field-text::after {
    width: 1.3rem;
    height: 1.3rem;
    left: 0.4rem;
    top: calc(50% - 0.65rem);
  }
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.c_form__checkbox input[type=checkbox] {
  display: none;
}
.c_form__checkbox + .l_search__category-list {
  margin-top: 1.5rem;
}

.c_form__checkbox--active-text input[type=checkbox]:checked + .c_form__checkbox-text {
  color: #007f59;
}

.c_form__checkbox input[type=checkbox]:checked + .c_form__checkbox-text .c_form__checkbox-icon::after,
.is_checked .c_form__checkbox-text .c_form__checkbox-icon::after {
  opacity: 1;
}

.c_form__checkbox--middle .c_form__checkbox-text {
  font-size: 1.6rem;
  padding-left: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__checkbox--middle .c_form__checkbox-text {
    font-size: 1.4rem;
  }
}
.c_form__checkbox--middle .c_form__checkbox-icon {
  top: 0.2em;
  width: 2.3rem;
  height: 2.3rem;
}
.c_form__checkbox--middle .c_form__checkbox-icon::after {
  width: 1rem;
  height: 0.6rem;
  left: 0.6rem;
  top: 0.7rem;
}

.c_form__checkbox--small .c_form__checkbox-text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__checkbox--small .c_form__checkbox-text {
    font-size: 1.2rem;
  }
}

.c_form__checkbox-label {
  position: relative;
  display: block;
}

.c_form__checkbox-label--inline {
  display: inline-block;
}

.c_form__checkbox-text {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 2.7rem;
  display: block;
}

.c_form__checkbox-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__checkbox-text--large {
    font-size: 1.4rem;
  }
}
.c_form__checkbox-text--large .c_form__checkbox-icon {
  top: 0.5em;
}

.c_form__checkbox-icon {
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__checkbox-icon {
    top: 0.2em;
  }
}
.c_form__checkbox-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #f7f9fa;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c_form__checkbox-icon::after {
  content: "";
  position: absolute;
  left: 0.45rem;
  top: 0.5rem;
  display: block;
  width: 0.9rem;
  height: 0.55rem;
  border-left: 2px solid #007f59;
  border-bottom: 2px solid #007f59;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  transition: 0.3s;
  opacity: 0;
}

.c_form__checkbox-icon--green::before {
  border-color: #007f59;
}

.c_form__radio input[type=radio] {
  display: none;
}

.c_form__radio input[type=radio]:checked + .c_form__radio-text .c_form__radio-icon::before {
  border-color: #007f59;
}
.c_form__radio input[type=radio]:checked + .c_form__radio-text .c_form__radio-icon::after {
  opacity: 1;
}

.c_form__radio-label {
  position: relative;
  display: block;
}

.c_form__radio-text {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-left: 3rem;
  display: block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__radio-text {
    font-size: 1.4rem;
  }
}

.c_form__radio-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__radio-text--large {
    font-size: 1.4rem;
  }
}
.c_form__radio-text--large .c_form__radio-icon {
  top: 0.5em;
}

.c_form__radio-icon {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  top: 0.2em;
  display: inline-block;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__radio-icon {
    top: 0.3em;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_form__radio-icon {
    top: 0.4em;
  }
}
.c_form__radio-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b5b5b5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.c_form__radio-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  transition: 0.3s;
  opacity: 0;
  background: #007f59;
  margin: auto;
}

.c_form__selectbox {
  position: relative;
  width: 100%;
}
.c_form__selectbox.__small {
  width: 19rem;
}
.c_form__selectbox::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1.5rem);
  width: 2rem;
  height: 2rem;
  background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_bottom.svg") no-repeat center center/contain;
  display: block;
}
.c_form__selectbox select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  letter-spacing: 0.08em;
  background: transparent;
  color: #ddd;
  border-bottom: 1px solid #ebe6e6;
  padding: 0 0 1.2rem;
  border-radius: 0;
  width: 100%;
  line-height: 1.5;
  /* Firefox */
  /* safari */
}
.c_form__selectbox select:focus {
  outline: none;
}
.c_form__selectbox select::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__selectbox select {
    padding: 0 0 1.2rem;
  }
}
.c_form__selectbox select option {
  line-height: 1.5;
}
.c_form__selectbox select _:lang(x)::-moz-placeholder, .c_form__selectbox select {
  max-width: 100%;
}
.c_form__selectbox select _::-webkit-full-page-media,
.c_form__selectbox select _:future, :root .c_form__selectbox select {
  max-width: 100%;
}
.c_form__selectbox.__white::before {
  border-color: #fff;
}
.c_form__selectbox.__white select {
  border-color: #fff;
  color: #fff;
  box-shadow: none;
  font-size: 1rem;
  padding: 1.15rem 1.8rem;
  background: transparent;
}
.c_form__selectbox.__white select option {
  color: #000;
}

.wpcf7-acceptance,
.wpcf7-checkbox {
  margin: 0 0 3rem !important;
}
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: #fff;
  display: inline-block;
  vertical-align: -0.4em;
  margin-right: 0.8em;
  border: 1px solid #007f59;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7c-conf-hidden + .wpcf7-list-item-label::after,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  content: "";
  display: block;
  width: 0.8em;
  height: 0.5em;
  border-bottom: 0.2em solid #007f59;
  border-left: 0.2em solid #007f59;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-checkbox,
.wpcf7-checkbox .wpcf7-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item {
  flex: 0 0 33%;
  margin: 0 0 0.4rem;
}
.wpcf7-acceptance .wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-checkbox .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}

.wpcf7-radio {
  display: block;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio {
    margin-bottom: 2.5em;
  }
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 4em 0 0;
  }
}
.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background: #fff;
  border-radius: 4em;
  vertical-align: -0.5em;
  margin-right: 0.3rem;
  border: 1px solid #007f59;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:before {
    margin-right: 0.8rem;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  position: absolute;
  top: 0.4em;
  left: 0.32em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: transparent;
  border-radius: 4em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
    left: 0.35em;
  }
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after {
  background: #007f59;
}
.wpcf7-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0 1.5rem 0 0;
}

.c_form__btn {
  position: relative;
  width: 100%;
  background: no-repeat center center/contain;
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__btn {
    width: auto;
    margin-top: 9rem;
  }
}
.c_form__btn p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.c_form__btn .wpcf7-spinner {
  position: absolute;
  right: -2%;
  margin: 0;
  top: calc(50% - 12px);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__btn .wpcf7-spinner {
    right: -10%;
  }
}
.c_form__btn .wpcf7-form-control {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  margin: 0 auto;
  height: 4.5rem;
  border-radius: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #007f59;
  color: #fff;
  transition: 0.3s;
  text-indent: inherit;
  min-width: 23rem;
  transition: 0.3s;
  border: 0.2rem solid #007f59;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.c_form__btn .wpcf7-form-control:focus {
  outline: none;
}
.c_form__btn .wpcf7-form-control::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__btn .wpcf7-form-control {
    height: 8rem;
    padding: 0;
    min-width: 34rem;
    border: 0.3rem solid #007f59;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__btn .wpcf7-form-control:hover {
    color: #007f59;
    background: #fff;
  }
}
.c_form__btn a,
.c_form__btn button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  position: relative;
  background: transparent;
  border-radius: 5rem;
  max-width: 32.1rem;
  width: 100%;
  transition: 0.3s;
}
.c_form__btn a:focus,
.c_form__btn button:focus {
  outline: none;
}
.c_form__btn a::-ms-expand,
.c_form__btn button::-ms-expand {
  display: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_form__btn a:hover,
.c_form__btn button:hover {
    opacity: 0.8;
  }
}
.c_form__btn a {
  margin: 0;
}
.c_form__btn .c_form__fill {
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.2rem);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 6rem;
}
.c_form__btn .c_form__fill::before {
  content: "";
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c_form__btn .c_form__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c_form__btn .c_form__text-copy {
  position: absolute;
  display: block;
  width: 100%;
  color: #007f59;
  -webkit-transform: translateY(-150%) rotateX(180deg);
          transform: translateY(-150%) rotateX(180deg);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}
.c_form__btn .c_form__text-origin {
  position: relative;
  display: block;
  color: #fff;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  transition: -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-transform cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

.c_form__privacy a {
  color: #00b07c;
  text-decoration: underline;
}

.c_form__table_date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
.c_form__table_date div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c_form__table_date + .c_form__table_date {
  margin-top: 2.5rem;
}

.wpcf7-not-valid-tip {
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__lineWrap:hover .c_hover__line::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .c_hover__lineWrap:hover .c_hover__line.__white::before {
    background-color: white;
  }
  .c_hover__lineWrap:hover .c_hover__line.__black::before {
    background-color: #000;
  }
  .c_hover__lineWrap:hover .c_hover__line.__green::before {
    background-color: #323d3b;
  }
}

.c_hover__line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c_hover__line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  bottom: 0.1rem;
  right: 0;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_hover__line::before {
    height: 0.1rem;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__line:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__line.__white:hover::before {
    background-color: white;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__line.__black:hover::before {
    background-color: #000;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__line.__green:hover::before {
    background-color: #323d3b;
  }
}

.c_hover__targetBlank svg {
  display: inline-block;
  vertical-align: -0.1em;
  margin-left: 0.7rem;
  padding-right: 0.1rem;
  width: 1.3rem;
  height: auto;
}
.c_hover__targetBlank svg path {
  stroke: #000;
  transition: all 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
.c_hover__targetBlank.__white svg path {
  stroke: #fff;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__targetBlank:hover svg path {
    stroke-width: 0.4px;
  }
}

.c_hover__lineText .c_hover__lineText-target {
  position: relative;
  display: inline-block;
}
.c_hover__lineText .c_hover__lineText-target::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background: #000;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  display: block;
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.08, 0.68, 0.35, 1);
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_hover__lineText:hover .c_hover__lineText-target::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
.c_hover__lineText.__white .c_hover__lineText-target::before {
  background: #fff;
}
.c_hover__lineText.c_animation__textSlideIn,
.c_hover__lineText .c_animation__textSlideIn {
  padding-bottom: 0.2rem;
}

.c_img img {
  border-radius: 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_img img {
    border-radius: 5rem;
  }
}

.c_img__clip {
  border-radius: 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_img__clip {
    border-radius: 5rem;
  }
}

.c_movie .c_movie__item {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c_navi__list {
  padding: 1rem 0;
  transition: 0.5s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_navi__list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0;
  }
}
@media screen and (min-width: 1701px) {
  .c_navi__list {
    padding: 0;
  }
}

.c_navi__item {
  position: relative;
}
.c_navi__item a {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_navi__item a.is_active {
    color: #007f59;
  }
}
.c_navi__item:first-child {
  margin-left: 0;
}
.c_navi__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_navi__item:hover .c_navi__list_child {
    opacity: 1;
    z-index: 1;
  }
  .c_navi__item:hover .c_navi__icon_plus::before, .c_navi__item:hover .c_navi__icon_plus::after {
    background: #007f59;
  }
}
.c_navi__item.__contact_xs {
  display: block;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_navi__item.__contact_xs {
    display: none;
  }
}
.c_navi__item.__contact_pc {
  display: none;
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .c_navi__item.__contact_pc {
    display: block;
  }
}

.c_table__list dl {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(3, 26, 51, 0.1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__list dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 3.5rem 0;
    border-bottom: 0.5px solid rgba(3, 26, 51, 0.1);
  }
}
.c_table__list dt {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__list dt {
    font-size: 1.8rem;
    width: 31.3%;
    margin-bottom: 0;
  }
}
.c_table__list dt small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__list dt small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__list dd {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.c_table__hours-wrap {
  display: grid;
  gap: 5rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours-wrap {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 4rem;
  }
}
.c_table__hours,
.c_table__hours--red,
.c_table__hours--beige {
  overflow: hidden;
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
.c_table__hours.__dialysis tbody tr:first-child th,
.c_table__hours--red.__dialysis tbody tr:first-child th,
.c_table__hours--beige.__dialysis tbody tr:first-child th {
  border-top: none;
}
.c_table__hours tr.__bg th,
.c_table__hours--red tr.__bg th,
.c_table__hours--beige tr.__bg th {
  border-color: #fff !important;
}

.c_table__hours--red .__bg {
  background: #f2d7c3;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours,
.c_table__hours--red,
.c_table__hours--beige {
    border-radius: 1rem;
  }
}
.c_table__hours th,
.c_table__hours--red th,
.c_table__hours--beige th,
.c_table__hours td,
.c_table__hours--red td,
.c_table__hours--beige td {
  padding: 0.8rem 1rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 1.76923;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours th,
.c_table__hours--red th,
.c_table__hours--beige th,
.c_table__hours td,
.c_table__hours--red td,
.c_table__hours--beige td {
    padding: 0.7rem 1.3rem;
    font-size: 1.5rem;
    line-height: 2.125;
  }
}
.c_table__hours th:first-child,
.c_table__hours--red th:first-child,
.c_table__hours--beige th:first-child,
.c_table__hours td:first-child,
.c_table__hours--red td:first-child,
.c_table__hours--beige td:first-child {
  border-left: none;
}

.c_table__hours thead th,
.c_table__hours--red thead th,
.c_table__hours--beige thead th {
  padding: 1.1rem 1.8rem;
  letter-spacing: 0.22em;
  text-align: left;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours thead th,
.c_table__hours--red thead th,
.c_table__hours--beige thead th {
    padding: 1.7rem 3.2rem;
    font-size: 1.6rem;
  }
}
.c_table__hours tbody tr:first-child th,
.c_table__hours--red tbody tr:first-child th,
.c_table__hours--beige tbody tr:first-child th {
  border-top-color: #595656;
}

.c_table__hours tbody tr:nth-child(n+2) th,
.c_table__hours--red tbody tr:nth-child(n+2) th,
.c_table__hours--beige tbody tr:nth-child(n+2) th {
  font-size: 1.2rem;
  font-family: "trajan-pro-3", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours tbody tr:nth-child(n+2) th,
.c_table__hours--red tbody tr:nth-child(n+2) th,
.c_table__hours--beige tbody tr:nth-child(n+2) th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours tbody tr:nth-child(n+2) td,
.c_table__hours--red tbody tr:nth-child(n+2) td,
.c_table__hours--beige tbody tr:nth-child(n+2) td {
    font-size: 2.2rem;
  }
}
.c_table__hours tbody th,
.c_table__hours--red tbody th,
.c_table__hours--beige tbody th,
.c_table__hours tbody td,
.c_table__hours--red tbody td,
.c_table__hours--beige tbody td {
  border-top: 0.05rem solid #daddd8;
  border-left: 0.05rem solid #daddd8;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours tbody th,
.c_table__hours--red tbody th,
.c_table__hours--beige tbody th,
.c_table__hours tbody td,
.c_table__hours--red tbody td,
.c_table__hours--beige tbody td {
    border-width: 0.1rem;
  }
}
.c_table__hours tbody th:first-child,
.c_table__hours--red tbody th:first-child,
.c_table__hours--beige tbody th:first-child,
.c_table__hours tbody td:first-child,
.c_table__hours--red tbody td:first-child,
.c_table__hours--beige tbody td:first-child {
  padding-top: 1.1rem;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours tbody th:first-child,
.c_table__hours--red tbody th:first-child,
.c_table__hours--beige tbody th:first-child,
.c_table__hours tbody td:first-child,
.c_table__hours--red tbody td:first-child,
.c_table__hours--beige tbody td:first-child {
    padding-top: 1.2rem;
  }
}
.c_table__hours .circle,
.c_table__hours--red .circle,
.c_table__hours--beige .circle {
  position: relative;
  color: transparent;
}

.c_table__hours .circle:before,
.c_table__hours--red .circle:before,
.c_table__hours--beige .circle:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 2rem;
  background: #595656;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours .circle:before,
.c_table__hours--red .circle:before,
.c_table__hours--beige .circle:before {
    width: 2rem;
    height: 2rem;
  }
}
.c_table__hours .bar,
.c_table__hours--red .bar,
.c_table__hours--beige .bar {
  position: relative;
  color: transparent;
}

.c_table__hours .bar:before,
.c_table__hours--red .bar:before,
.c_table__hours--beige .bar:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 0.05rem;
  background: #595656;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours .bar:before,
.c_table__hours--red .bar:before,
.c_table__hours--beige .bar:before {
    width: 2rem;
    height: 0.1rem;
  }
}
.c_table__hours caption,
.c_table__hours--red caption,
.c_table__hours--beige caption {
  font-size: 1.1rem;
  line-height: 1.63636363;
  text-align: left;
  caption-side: bottom;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_table__hours caption,
.c_table__hours--red caption,
.c_table__hours--beige caption {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.86666666;
  }
}
.c_table__hours--red thead th {
  background: #f2d7c3;
}

.c_table__hours--red td {
  color: #f2d7c3;
}

.c_table__hours--red .circle:before {
  background: #f2d7c3;
}

.c_table__hours--beige thead th {
  background: #ede8d6;
}

.c_table__hours--beige td {
  color: #ede8d6;
}

.c_table__hours--beige .circle:before {
  background: #ede8d6;
}

.c_text__normal {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_text__normal {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.c_text__small {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_text__small {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.c_text__small.__gray {
  color: #bebebe;
}

.c_text__xsmall {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c_text__large {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_text__large {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 641px) {
  .c_text__large {
    font-size: 2rem;
    line-height: 2.2;
  }
}

.c_text__left {
  text-align: left;
}

.c_text__center {
  text-align: center;
}

.c_text__right {
  text-align: right;
}

.c_text__message {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_text__message {
    font-size: 2rem;
    line-height: 2.5;
  }
}
.c_text__message.__left {
  text-align: left;
}
.c_text__message.__small {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_text__message.__small {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c_text__marker {
  background: rgba(0, 0, 0, 0) repeat scroll 0 0;
  background-image: linear-gradient(transparent 75%, #ffd00b 0%);
  background-image: -o-linear-gradient(transparent 75%, #ffd00b 0%);
}

.c_text__bg {
  background: #00b07c;
  color: #ffd00b;
  padding-bottom: 0.1em;
  line-height: 1.3;
  display: inline-block;
}

.c_text__dotted {
  position: relative;
}
.c_text__dotted::before {
  content: "・・・";
  display: block;
  position: absolute;
  top: -1.1em;
  left: -0.1em;
  color: #00b07c;
}

.c_title__simple {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  letter-spacing: -0.1rem;
  font-size: 3.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__simple {
    font-size: 7rem;
    margin: 0;
  }
}
.c_title__simple span {
  line-height: 1.2;
}
.c_title__simple.__white {
  color: #fff;
}
.c_title__simple.__center {
  text-align: center;
  width: 110%;
  margin: 0 -5%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__simple.__center {
    width: 100%;
    margin: 0 auto;
  }
}
.c_title__simple .__blue {
  color: #005ba8;
}
.c_title__simple .__green {
  color: #007f59;
}
.c_title__simple .__yellow {
  color: #ffd00b;
}
.c_title__simple .__ruby {
  position: relative;
}
.c_title__simple .__ruby_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.6rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  width: 120%;
  margin: 0 -10%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__simple .__ruby_text {
    bottom: -2.2rem;
    font-size: 2.2rem;
  }
}
.c_title__simple.__small {
  font-size: 2.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__simple.__small {
    font-size: 4.3rem;
  }
}

.c_title__main {
  position: relative;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__main {
    margin-bottom: 6rem;
  }
}
.c_title__main.__white {
  color: #fff;
}
.c_title__main.__white .c_title__main_inner .number::before {
  background: #fff;
}
.c_title__main.__center .c_title__main_inner .jp {
  text-align: center;
  padding: 0;
}
.c_title__main .en span {
  display: inline-block;
  -webkit-transform: translate(0px, 30%);
          transform: translate(0px, 30%);
  opacity: 0;
  line-height: 1.4;
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
.c_title__main .en.is_active span {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
  opacity: 1;
}
.c_title__main.__mb {
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__main.__mb {
    margin-bottom: 12rem;
  }
}

.c_title__main_inner {
  display: inline-flex;
  gap: 0.5rem;
}
.c_title__main_inner .number {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  position: relative;
}
.c_title__main_inner .number::before {
  content: "";
  position: absolute;
  left: -0.1em;
  right: 0;
  top: 1.2rem;
  margin: 0 auto;
  width: 0.2rem;
  height: 2.8rem;
  background: #000;
  z-index: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__main_inner .number::before {
    top: 2.4rem;
    height: 5.5rem;
  }
}
.c_title__main_inner .number small {
  font-size: 1.3rem;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  padding: 0 0.3em 0 0;
  margin-top: -0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__main_inner .number small {
    font-size: 2rem;
    margin-top: -1.2rem;
  }
}
.c_title__main_inner .en {
  font-size: 4rem;
  line-height: 1;
  display: block;
  letter-spacing: -0.1rem;
  text-transform: uppercase;
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__main_inner .en {
    font-size: 8rem;
  }
}
.c_title__main_inner .jp {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
  text-align: left;
  padding-left: 0.2em;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__main_inner .jp {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.c_title__icon {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__icon {
    margin-bottom: 4rem;
  }
}
.c_title__icon .c_title__icon_inner {
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__icon .c_title__icon_inner {
    font-size: 1.6rem;
  }
}
.c_title__icon .c_title__icon_inner::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #007f59;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__icon .c_title__icon_inner::before {
    height: 1rem;
    width: 1rem;
  }
}

.c_title__leftLine {
  position: relative;
  margin-bottom: 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  overflow: hidden;
  color: #ddd;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__leftLine {
    margin-bottom: 2.8rem;
  }
}
.c_title__leftLine .icon {
  width: 1.5rem;
  height: 0.2rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__leftLine .icon {
    width: 2.4rem;
    height: 0.3rem;
  }
}
.c_title__leftLine .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: linear-gradient(270deg, #78e4ea 0%, #618eff 50%, rgba(121, 102, 255, 0) 100%);
}
.c_title__leftLine .text {
  overflow: hidden;
}
.c_title__leftLine .en {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__leftLine .en {
    font-size: 2rem;
  }
}
.c_title__leftLine .jp {
  font-weight: 400;
}
.c_title__leftLine.__en {
  margin-bottom: 1.6rem;
}
.c_title__leftLine.__en .icon {
  width: 3rem;
  height: 0.4rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .c_title__leftLine.__en .icon {
    width: 3.6rem;
    height: 0.5rem;
  }
}

.c_weight--300 {
  font-weight: 300 !important;
}

.c_weight--400 {
  font-weight: 400 !important;
}

.c_weight--500 {
  font-weight: 500 !important;
}

.c_weight--600 {
  font-weight: 600 !important;
}

.c_weight--700 {
  font-weight: 700 !important;
}

.c_weight--800 {
  font-weight: 800 !important;
}

.c_weight--900 {
  font-weight: 900 !important;
}

.c_weight--bold {
  font-weight: bold !important;
}

.l_container {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container {
    max-width: 146rem;
    padding: 0 10rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1701px) {
  .l_container {
    max-width: 150rem;
    padding: 0 12rem;
  }
}
.l_container.__s {
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container.__s {
    max-width: 144rem;
    padding: 0 12rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_container.__s {
    max-width: 146rem;
    padding: 0 14rem;
    margin: 0 auto;
  }
}
.l_container.__m {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container.__m {
    max-width: 152rem;
    padding: 0 11rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1701px) {
  .l_container.__m {
    max-width: 146rem;
    padding: 0 8rem;
  }
}
.l_container.__l {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container.__l {
    max-width: 162rem;
    padding: 0 6rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1701px) {
  .l_container.__l {
    max-width: 170rem;
    padding: 0 10rem;
  }
}
.l_container.__xl {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container.__xl {
    max-width: 192rem;
    padding: 0 4rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1701px) {
  .l_container.__xl {
    max-width: 192rem;
    padding: 0 8rem;
  }
}

.l_container__inner {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container__inner {
    padding: 0 6.66%;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_container__right {
    -webkit-transform: translateX(14%);
            transform: translateX(14%);
    width: 85%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .l_container__right {
    -webkit-transform: translateX(16%);
            transform: translateX(16%);
    width: 90%;
  }
}
@media screen and (min-width: 1701px) {
  .l_container__right {
    -webkit-transform: translateX(18.9%);
            transform: translateX(18.9%);
    width: 87%;
  }
}

.l_contentwrap {
  padding: 5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_contentwrap {
    padding: 6.5rem 0;
  }
}
.l_contentwrap.__bg01 {
  background: rgba(0, 127, 89, 0.05);
}
.l_contentwrap.__bg02 {
  background: rgba(3, 26, 51, 0.1);
}
.l_contentwrap.__ptnone {
  padding-top: 0 !important;
}

.home .l_footer {
  border-top: 1px solid #0d0d0d;
}

.l_footer {
  position: relative;
  z-index: 10;
  padding: 5.5rem 0 6rem;
  background: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer {
    padding: 7.5rem 0 8.5rem;
  }
}

.l_footer__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l_footer__inner {
    text-align: center;
    padding: 0 1.75rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__inner {
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}

.l_footer__kanazawa {
  width: 100%;
  order: 2;
  margin-top: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__kanazawa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 38.9%;
    gap: 7.5%;
    order: 1;
    margin-bottom: 0;
  }
}

.l_footer__kanazawa_logo {
  width: 55.3%;
  margin: 0 auto 1.25rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__kanazawa_logo {
    width: 55.3%;
    margin: 0;
    -webkit-transform: translateY(-0.7rem);
            transform: translateY(-0.7rem);
  }
}

.l_footer__kanazawa_address {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__kanazawa_address {
    width: 44.7%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_footer__kanazawa_address {
    width: 51.8%;
  }
}
.l_footer__kanazawa_address span::before {
  content: "@";
}

.l_footer__title {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 48.7%;
    order: 2;
  }
}
@media screen and (min-width: 1701px) {
  .l_footer__title {
    width: 46.7%;
  }
}

.l_footer__title_logo {
  width: 83.5%;
  padding: 0 0 1.5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__title_logo {
    width: 30.5%;
    padding: 0 2rem 0 0;
    margin: 0;
  }
}
@media screen and (min-width: 1701px) {
  .l_footer__title_logo {
    padding: 0 2rem 0 0;
  }
}
.l_footer__title_logo img {
  width: 100%;
}

.l_footer__title_text {
  width: 100%;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.1em;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #ccc;
  text-align: center;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  line-height: 1.3;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__title_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    padding: 0.8rem 0 0.8rem 2rem;
    border: none;
    border-left: 1px solid #ccc;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 1701px) {
  .l_footer__title_text {
    font-size: 1.7rem;
    padding: 1rem 0 1rem 3rem;
  }
}

.l_footer__copyright {
  font-size: 0.8rem;
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_footer__copyright {
    font-size: 1.2rem;
    margin-top: 5rem;
    text-align: left;
  }
}

.l_form__confirm .l_form__privacy {
  display: none;
}
.l_form__confirm .c_form__btn:first-child {
  order: 2;
}
.l_form__confirm .c_form__btn:last-child {
  order: 1;
}
.l_form__confirm .c_form__input {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__confirm .c_form__input {
    padding: 2.4rem 0;
  }
}

.l_form__finish .l_form__message,
.l_form__finish .l_form__content {
  display: none;
}

.l_form__finishmsg {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__finishmsg {
    margin-top: 8rem;
  }
}
.l_form__finishmsg h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__finishmsg h3 {
    font-size: 1.8rem;
  }
}
.l_form__finishmsg p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__finishmsg p {
    font-size: 1.5rem;
  }
}

.l_form__step-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 45rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__step-list {
    margin: 0 auto 5rem;
  }
}
.l_form__step-list::before {
  content: "";
  width: 75%;
  height: 1px;
  background: #edeae3;
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__step-list::before {
    width: 80%;
  }
}
.l_form__step-list li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l_form__step-list li .icon {
  border: 1px solid #edeae3;
  color: #cecbc5;
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.8rem;
  border-radius: 100%;
  font-weight: 900;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__step-list li .icon {
    font-size: 2.4rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
.l_form__step-list li .text {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__step-list li .text {
    margin-top: 0.6em;
  }
}
.l_form__step-list li.active .icon {
  border-color: #00b07c;
  background: #00b07c;
  color: #fff;
}

.l_form__message {
  margin: 3rem 0 5rem;
}
.l_form__message small {
  display: block;
}

.l_form__table {
  border-top: 1px solid #edeae3;
}

.l_form__table_item {
  border-bottom: 1px solid #edeae3;
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item {
    padding: 3rem 0;
  }
}
.l_form__table_item.__border_none {
  border-bottom: none;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dl {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.l_form__table_item dl.__small {
  align-items: center;
}
.l_form__table_item dl.__small + dl {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dl.__small dt {
    width: 15%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dl.__small dd {
    width: 82%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dl.__center {
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dl.__top {
    padding-top: 1rem;
  }
}
.l_form__table_item dt {
  position: relative;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.4em;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dt {
    margin: 0 0 0 0;
    align-items: stretch;
    width: 31.3%;
  }
}
.l_form__table_item dt.__ptnone {
  padding-top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dt.__ptnone sup {
    top: 0.6em;
  }
}
.l_form__table_item dt sup {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #fff;
  position: absolute;
  top: 0.1em;
  right: 0;
  color: #007f59;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dt sup {
    top: 0.3em;
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
.l_form__table_item dt sup::before {
  content: "※";
}
.l_form__table_item dt sup.any {
  background: #ddd;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 65.8%;
  }
}
.l_form__table_item dd.__full {
  display: block;
}
.l_form__table_item dd a {
  color: #007f59;
  border-bottom: 1px solid #007f59;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__table_item dd a:hover {
    opacity: 0.7;
  }
}

.l_form__table_item_sub {
  margin-top: 2rem;
}

.l_form__title {
  position: relative;
  font-size: 1.6rem;
  color: #00b07c;
  line-height: 1;
  margin: 5rem 0 1em;
  font-weight: 700;
  padding-left: 1.2em;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__title {
    font-size: 2rem;
  }
}
.l_form__title::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.9em;
  background: #ffd00b;
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0;
  margin: auto 0;
}

.l_form__title_sub {
  color: #00b07c;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__title_sub {
    font-size: 1.6rem;
  }
}
.l_form__title_sub.__mt {
  margin-top: 4rem;
}

.l_form__privacy .c_form__privacy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_form__privacy sup {
  display: inline-block;
  vertical-align: 0;
  font-size: 1.1rem;
  margin-left: 1rem;
  color: #007f59;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__privacy sup {
    font-size: 1.4rem;
  }
}

.l_form__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l_form__field-unit {
  width: 48%;
}

.l_form__privacy {
  text-align: center;
}

.l_form__btnlist {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__btnlist {
    margin: 0;
  }
}
.l_form__btnlist .c_form__btn {
  margin: 0 1rem;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l_form__btnlist .c_form__btn + .c_form__btn {
    margin-bottom: 1rem;
  }
}
.l_form__btnlist .c_form__btn:first-child {
  order: 2;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__btnlist .c_form__btn:first-child {
    order: 1;
  }
}
.l_form__btnlist .c_form__btn:nth-child(2) {
  order: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__btnlist .c_form__btn:nth-child(2) {
    order: 0;
  }
}
.l_form__btnlist .c_form__btn:last-child {
  order: 1;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__btnlist .c_form__btn:last-child {
    order: 2;
  }
}
.l_form__btnlist.__left {
  justify-content: flex-start;
}

.mw_wp_form_input .l_form__btnlist .c_form__btn {
  margin: 0;
}

.l_form__text {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3rem 6.5rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l_form__img_item + .l_form__img_item {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item.__01 {
    width: 71%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item.__02 {
    width: 57%;
  }
}
.l_form__img_item p {
  line-height: 1.4;
}
.l_form__img_item p.__minheight {
  height: 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item p.__minheight {
    height: 4rem;
  }
}
.l_form__img_item p.__minheight_02 {
  height: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item p.__minheight_02 {
    height: 6rem;
  }
}
.l_form__img_item p.__w200 {
  width: 205%;
  margin-right: -100%;
}
.l_form__img_item small {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}
.l_form__img_item img {
  height: 18.9rem;
  width: auto;
}
.l_form__img_item img.__minheight {
  height: 11rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item img.__minheight {
    height: 13.2rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item img.__minwidth {
    width: 14.4rem;
  }
}

.l_form__img_item_title {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item_title {
    font-size: 1.5rem;
  }
}

.l_form__img_item_text {
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
  font-weight: 700;
  width: 120%;
  margin-right: -20%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item_text {
    font-size: 1.4rem;
  }
}
.l_form__img_item_text.__large {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_item_text.__large {
    font-size: 1.5rem;
  }
}

.l_form__img_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_wrap {
    flex-wrap: nowrap;
    gap: 3rem;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l_form__img_child_item.__xs_w {
    width: 47%;
  }
}

.l_form__img_select {
  margin: 3rem 0 0;
}
.l_form__img_select .required {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: 0;
  margin-right: 0;
  color: #00b07c;
  font-size: 1.2rem;
}
.l_form__img_select .required::before {
  content: "※";
}

.l_form__img_select_item + .l_form__img_select_item {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_select_item + .l_form__img_select_item {
    margin-top: 1.5rem;
  }
}

.l_form__img_select_item_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_select_item_inner {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}

.l_form__img_select_preview {
  background: #f8f7f6;
  border: 1px solid #edeae3;
  height: 5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  line-height: 1.8;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_select_preview {
    padding: 1rem 2rem;
    width: 28rem;
  }
}

.l_form__img_select_label input[type=file],
.l_form__img_select_label .mwform-file-delete {
  display: none !important;
}

.l_form__img_select_btn {
  height: 4rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_select_btn {
    height: 5rem;
  }
}
.l_form__img_select_btn img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_form__img_select_btn:hover {
    opacity: 0.8;
  }
}

.l_form__message {
  text-align: center;
}

.mw_wp_form_confirm .c_form__table_date {
  width: 100%;
}
.mw_wp_form_confirm .l_form__title_sub,
.mw_wp_form_confirm .l_form__text,
.mw_wp_form_confirm .l_form__img,
.mw_wp_form_confirm .l_form__img_select_preview,
.mw_wp_form_confirm .l_form__img_select_btn,
.mw_wp_form_confirm .l_form__img_select .required {
  display: none;
}

.l_header {
  position: fixed;
  left: 0;
  top: 1.35rem;
  z-index: 200;
  width: 100%;
  padding-left: 1.6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header {
    top: 3rem;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 4rem;
    left: 3.5rem;
    padding-left: 0;
  }
}

.l_header__logo {
  position: relative;
  z-index: 200;
  width: 11rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__logo {
    width: 20rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__logo {
    width: 22rem;
    margin-bottom: 1rem;
  }
}

.l_header__inner {
  display: none;
}
@media screen and (min-width: 1701px) {
  .l_header__inner {
    display: block;
  }
}

.l_header__nav {
  position: relative;
  width: 100%;
  background: #fff;
  border: 0.15rem solid #ccc;
  padding: 4rem 4rem 5rem;
  margin-top: 7rem;
  border-radius: 2.5rem;
  z-index: 201;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__nav {
    border: 0.3rem solid #ccc;
    border-radius: 1.5rem;
    padding: 2rem 2.5rem 3rem;
    width: 20rem;
    margin: 14rem auto 0;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__nav {
    margin: 0;
  }
}
.l_header__nav.is_active {
  /* opacity: 0;
  pointer-events: none; */
}

.l_header__navi_list {
  margin: 2rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__navi_list {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__navi_list {
    margin: 0 0 0.5rem;
  }
}
.l_header__navi_list li {
  width: 100%;
}
.l_header__navi_list li a {
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__navi_list li a {
    font-size: 1.6rem;
    height: 5.2rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__navi_list li a {
    font-size: 1.6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__navi_list li a:hover {
    color: #005ba8;
  }
}
.l_header__navi_list li + li {
  border-top: 1px solid #000;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__navi_list li + li {
    border-top: 0.2rem solid #000;
  }
}

.l_header__nav_close {
  width: 5rem;
  height: 5rem;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.l_header__nav_close::before, .l_header__nav_close::after {
  content: "";
  display: block;
  height: 2px;
  width: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}
.l_header__nav_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1701px) {
  .l_header__nav_close {
    display: block;
  }
}

@media screen and (max-width: 768px), (orientation: portrait) {
  .l_header__nav_logo {
    width: 63.7%;
    margin: 0 auto;
    max-width: 15.8rem;
  }
}

.l_header__menu {
  display: block;
  /* @include g.mq(xl) {
    display: none;
  } */
}

.l_header__menuIcon,
.l_header__menuContact {
  position: absolute;
  z-index: 200;
  right: 1rem;
  top: -0.35rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__menuIcon,
.l_header__menuContact {
    right: 2rem;
  }
}

@media screen and (min-width: 1701px) {
  .l_header__menuIcon {
    display: none;
    right: auto;
    left: 1.2rem;
    top: 7.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__menuIcon.__xl {
    display: block;
  }
}

.l_header__menuIcon .l_header__menuIcon_line {
  background: #000;
  width: 100%;
  height: 0.2rem;
  display: block;
}
.l_header__menuIcon .l_header__menuIcon_inner {
  position: relative;
  width: 1.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto;
}
.l_header__menuIcon .l_header__menuIconOpen,
.l_header__menuIcon .l_header__menuIconClose {
  background: #fff;
  border: 0.2rem solid #ccc;
  border-radius: 1.5rem;
}
.l_header__menuIcon .l_header__menuIconOpen {
  height: 100%;
  width: 100%;
}
.l_header__menuIcon .l_header__menuIconOpen .l_header__menuIcon_line:first-child {
  margin-top: -0.6rem;
}
.l_header__menuIcon .l_header__menuIconOpen .l_header__menuIcon_line:last-child {
  margin-bottom: -0.6rem;
}
.l_header__menuIcon .l_header__menuIconClose {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}
.l_header__menuIcon .l_header__menuIconClose .l_header__menuIcon_line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l_header__menuIcon .l_header__menuIconClose .l_header__menuIcon_line:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l_header__menuIcon .l_header__menuIconClose .l_header__menuIcon_line:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header__menuContact {
  background: #007f59;
  right: 6.5rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__menuContact {
    right: 8rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__menuContact {
    right: auto;
    left: 6.7rem;
    top: 7.5rem;
  }
}
.l_header__menuContact a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.l_header__menuContact a svg {
  width: 2rem;
}

body.header_menu_active {
  overflow: hidden;
}
@media screen and (min-width: 1701px) {
  body.header_menu_active {
    overflow: visible !important;
  }
}
body.header_menu_active .l_header__menuIconClose {
  opacity: 1;
  z-index: 2;
}

#popup_headerMenu {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1701px) {
  #popup_headerMenu {
    background: none;
    width: 20rem;
    top: 10rem;
    z-index: 1000;
    left: 4.2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.l_header__mainMenuContent-menu {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__mainMenuContent-menu {
    max-width: 27rem;
    margin: 0 auto;
  }
}
.l_header__mainMenuContent-menu .__train {
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  z-index: 202;
  width: 51.1%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__mainMenuContent-menu .__train {
    bottom: -2rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_header__mainMenuContent-menu .__train {
    display: none;
  }
}

.l_header__navi_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__navi_btns {
    gap: 2rem;
  }
}
.l_header__navi_btns a {
  display: inline-block;
  width: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_header__navi_btns a {
    width: 5.6rem;
  }
}

@media screen and (min-width: 1701px) {
  .l_header {
    transition: 0.3s;
  }
}

@media screen and (min-width: 1701px) {
  .header_navi_fixed .l_header {
    /* position: fixed;
    left: 0;
    z-index: 200;
    width: 100%;
    top: 3rem;
    padding-left: 2.5rem; */
  }
  .header_navi_fixed .l_header .l_header__logo {
    /* width: 20rem;
    margin-bottom: 3rem; */
  }
  .header_navi_fixed .l_header .l_header__navi_list li a {
    /* font-size: 1.6rem;
    height: 5.2rem; */
  }
}

@media screen and (min-width: 1701px) {
  .header_navi .l_header {
    opacity: 1;
  }
}

.l_page {
  padding: 0 0;
  overflow: clip;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_page {
    padding: 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1701px) {
  .l_page {
    font-size: 1.6rem;
  }
}
.l_page__contents {
  position: relative;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 6.4rem 0 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_page__contents {
    padding: 12rem 0 18rem;
  }
}
.l_page__contents.__inner::after {
  border-radius: 0.8rem;
  height: 100%;
}
.l_page__contents main {
  position: relative;
  z-index: 1;
}

.l_page__single {
  padding: 6rem 0 10rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_page__single {
    padding: 11rem 0 14rem;
  }
}
.l_page__single .l_page__contents {
  border-radius: 0.8rem;
}
.l_pageheader {
  position: relative;
  background: #fff;
}
.l_pageheader .p_bg {
  top: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader .p_bg {
    top: 7rem;
  }
}

.l_pageheader__inner {
  position: relative;
  padding: 10rem 0 4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__inner {
    padding: 11rem 0 7rem;
  }
}
.l_pageheader__inner .c_title__main {
  margin-bottom: 0;
}

.l_pageheader__title .jp {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__title .jp {
    gap: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
}
.l_pageheader__title .jp::before {
  content: "";
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 1rem;
  background: linear-gradient(270deg, #78e4ea 0%, #618eff 50%, rgba(121, 102, 255, 0) 100%);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__title .jp::before {
    width: 2.4rem;
    height: 0.3rem;
  }
}
.l_pageheader__title .en {
  display: block;
  text-transform: uppercase;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.36rem;
  margin-top: 1.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__title .en {
    font-size: 11rem;
    margin-top: 1.6rem;
    letter-spacing: 0.55rem;
  }
}
.l_pageheader__title .en .c_animation__textLeftWrap {
  display: block;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l_pageheader__title .en.__small {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l_pageheader__title .en.__xsmall {
    font-size: 4.45rem;
  }
}

.l_pageheader__breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  margin-top: 4.9rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__breadcrumb {
    margin-top: 12rem;
  }
}
.l_pageheader__breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__breadcrumb li {
    gap: 1.2rem;
  }
}
.l_pageheader__breadcrumb li a,
.l_pageheader__breadcrumb li span {
  line-height: 1.7;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l_pageheader__breadcrumb li a,
.l_pageheader__breadcrumb li span {
    max-width: 19rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__breadcrumb li a,
.l_pageheader__breadcrumb li span {
    font-size: 1.4rem;
    max-width: 30rem;
  }
}
.l_pageheader__breadcrumb li + li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background: #f2eeee;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__breadcrumb li + li::before {
    width: 2rem;
  }
}

.l_pageheader__deco {
  position: absolute;
  z-index: 5;
}
.l_pageheader__deco.__people {
  width: 23.3%;
  top: calc(-8% + 7rem);
  left: 9.3%;
}
@media screen and (min-width: 641px) {
  .l_pageheader__deco.__people {
    top: calc(-10% + 7rem);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__deco.__people {
    width: 16.6%;
    top: calc(-3.5% + 7rem);
    left: 13.5%;
  }
}
.l_pageheader__deco.__building {
  width: 23.3%;
  right: 8.7%;
  top: calc(-7.5% + 3.5rem);
}
@media screen and (min-width: 641px) {
  .l_pageheader__deco.__building {
    top: calc(-8.5% + 3rem);
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pageheader__deco.__building {
    width: 18.5%;
    right: 12.9%;
    top: calc(-1% + 7rem);
  }
}

.l_pager {
  position: relative;
  padding: 8rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager {
    padding: 14rem 0 0;
  }
}
.l_pager .page_numbers {
  position: relative;
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers {
    height: 5.2rem;
  }
}
.l_pager .page_numbers.__list {
  position: relative;
}
.l_pager .page_numbers .link_number {
  margin: 0 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers .link_number {
    margin: 0 0.8rem;
  }
}
.l_pager .page_numbers .link_number.disable {
  display: none;
}
.l_pager .page_numbers .link_number .page-numbers {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #f2eeee;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers .link_number .page-numbers {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.l_pager .page_numbers .link_number .page-numbers.current {
  color: #fff;
  border-color: none !important;
  background: #000;
}
.l_pager .page_numbers .link_number .page-numbers.dots {
  background: none;
  width: auto;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers .link_number .page-numbers:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
  }
}
.l_pager .page_numbers .page-numbers {
  position: static;
  border-bottom: none;
}
.l_pager .page_numbers .page-numbers.prev, .l_pager .page_numbers .page-numbers.next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  background: none;
  font-size: 0;
  overflow: clip;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers .page-numbers.prev, .l_pager .page_numbers .page-numbers.next {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers .page-numbers.prev:hover, .l_pager .page_numbers .page-numbers.next:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_pager .page_numbers .page-numbers.prev:hover::before, .l_pager .page_numbers .page-numbers.prev:hover::after, .l_pager .page_numbers .page-numbers.next:hover::before, .l_pager .page_numbers .page-numbers.next:hover::after {
    background: #007f59 url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow.svg") no-repeat center center/1rem auto;
  }
}
.l_pager .page_numbers .page-numbers.prev::before {
  content: "";
  display: block;
  background: #f2eeee url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_bk.svg") no-repeat center center/1rem auto;
  transition: 0.2s;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 100%;
}
.l_pager .page_numbers .page-numbers.next::after {
  content: "";
  display: block;
  background: #f2eeee url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/icon/arrow_bk.svg") no-repeat center center/1rem auto;
  transition: 0.2s;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.l_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11000;
  opacity: 0;
  transition: 0.3s;
  display: none;
  opacity: 0;
}
.l_popup.is_active {
  opacity: 1;
  display: block;
}
.l_popup .l_container {
  position: relative;
  height: 100%;
}

.l_popup__inner {
  height: 100%;
}

.l_popup__content {
  width: 100%;
  max-width: 90%;
  max-height: 70%;
  height: 70rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 5rem;
  padding: 3rem 5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_popup__content {
    padding: 2rem 2rem;
    max-height: 80%;
  }
}

.l_popup__content-inner {
  height: 100%;
}

.l_popup__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
}
.l_popup__close::before, .l_popup__close::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l_popup__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l_popup__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_slider {
  position: relative;
}

.l_sidebar {
  position: relative;
  margin-bottom: 4rem;
}

.l_tab__menu {
  display: flex;
  justify-content: center;
  margin: 0 -1% 4rem;
}
@media screen and (min-width: 641px) {
  .l_tab__menu {
    margin: 0 -1% 2rem;
  }
}

.l_tab__menu-item {
  padding: 0.8rem 2.5rem;
  border-radius: 5rem;
  font-weight: bold;
  margin: 0 1%;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  color: #007f59;
}
@media screen and (min-width: 641px) {
  .l_tab__menu-item {
    padding: 0.5rem 1.2rem 0.6rem;
  }
}
.l_tab__menu-item.is_active {
  background: #007f59;
  color: #fff;
}

.l_wysiwyg {
  /*記事本文*/
}
.l_wysiwyg *:first-child {
  margin-top: 0;
}
.l_wysiwyg *:last-child {
  margin-bottom: 0;
}
.l_wysiwyg > * {
  margin-bottom: 38px;
}
.l_wysiwyg.__center {
  text-align: center;
}
.l_wysiwyg h1,
.l_wysiwyg h2 {
  font-size: 2.6rem;
  line-height: 1.46;
  position: relative;
  margin-bottom: 3.8rem;
  padding-left: 1.9rem;
  box-sizing: border-box;
  position: relative;
}
.l_wysiwyg h1::after,
.l_wysiwyg h2::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: calc(100% - 0.4em);
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #007f59;
}
.l_wysiwyg h3,
.l_wysiwyg h4,
.l_wysiwyg h5,
.l_wysiwyg h6 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #007f59;
  margin-bottom: 3.6rem;
}
.l_wysiwyg h3.__black,
.l_wysiwyg h4.__black,
.l_wysiwyg h5.__black,
.l_wysiwyg h6.__black {
  color: #000;
  margin-bottom: 1rem;
}
.l_wysiwyg h3 {
  font-size: 2rem;
}
.l_wysiwyg p {
  line-height: 1.75;
}
.l_wysiwyg ul li,
.l_wysiwyg ol li {
  line-height: 2.12;
}
.l_wysiwyg ul li + li,
.l_wysiwyg ol li + li {
  margin-top: 1px;
}
.l_wysiwyg ul li {
  position: relative;
  padding-left: 1.2em;
}
.l_wysiwyg ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1em;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background-color: #007f59;
  vertical-align: middle;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
  margin-right: 0.6em;
  border-radius: 50%;
}
.l_wysiwyg ol {
  list-style-type: none;
}
.l_wysiwyg ol li {
  position: relative;
  padding-left: 1.2em;
  counter-increment: listCounter;
}
.l_wysiwyg ol li::before {
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  display: inline-block;
  counter-increment: number 1;
  content: counter(listCounter);
  color: #007f59;
  vertical-align: middle;
  font-size: 1em;
  margin-right: 0.6em;
  min-width: 0.5em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.l_wysiwyg a {
  color: #000;
  text-decoration: underline;
  line-height: 1.75;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg a:hover {
    color: #007f59;
  }
}
.l_wysiwyg img {
  max-width: 100% !important;
  width: auto;
  height: auto;
}
.l_wysiwyg figcaption {
  line-height: 1.73;
  margin-block: 1.5rem 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1em;
  color: #fff;
}
.l_wysiwyg blockquote {
  margin-top: -3.5rem;
}
.l_wysiwyg blockquote > * {
  font-size: 1.3rem;
  line-height: 1.84;
}
.l_wysiwyg strong {
  font-weight: bold;
}
.l_wysiwyg em {
  font-style: italic;
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .l_wysiwyg > * {
    margin-bottom: 2.9rem;
  }
  .l_wysiwyg h1 {
    font-size: 2rem;
    margin-bottom: 2.9rem;
    padding-left: 1.4rem;
  }
  .l_wysiwyg h1::after {
    width: 0.3rem;
  }
  .l_wysiwyg h2,
.l_wysiwyg h3,
.l_wysiwyg h4,
.l_wysiwyg h5,
.l_wysiwyg h6 {
    font-size: 1.8rem;
    margin-bottom: 2.7rem;
  }
  .l_wysiwyg p {
    line-height: 1.8;
  }
  .l_wysiwyg ul li,
.l_wysiwyg ol li {
    line-height: 1.8;
  }
  .l_wysiwyg ul li::before {
    width: 0.6rem;
    top: 0.8em;
  }
  .l_wysiwyg a {
    color: #007f59;
    line-height: 1.8;
  }
  .l_wysiwyg figcaption {
    font-size: 1.2rem;
    margin-block: 1.2rem 0;
  }
}
.l_wysiwyg .wp-block-spacer {
  height: 8rem !important;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg .wp-block-spacer {
    height: 10rem !important;
  }
}
.l_wysiwyg strong {
  font-weight: bold;
}
.l_wysiwyg table {
  border: 1px solid #ccc;
  border-radius: 1rem;
  border-collapse: collapse;
}
.l_wysiwyg table tr:first-child th {
  border-radius: 0.5rem 0 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg table tr:first-child th {
    border-radius: 1rem 0 0 0;
  }
}
.l_wysiwyg table tr:first-child td {
  border-radius: 0 0.5rem 0 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg table tr:first-child td {
    border-radius: 0 1rem 0 0;
  }
}
.l_wysiwyg table tr:last-child th {
  border-radius: 0 0 0 0.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg table tr:last-child th {
    border-radius: 0 0 0 1rem;
  }
}
.l_wysiwyg table tr:last-child td {
  border-radius: 0 0 0.5rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg table tr:last-child td {
    border-radius: 0 0 1rem 0;
  }
}
.l_wysiwyg table td,
.l_wysiwyg table th {
  vertical-align: baseline;
  border: 1px solid rgba(3, 26, 51, 0.1);
  min-height: 5rem;
  padding: 1.5rem 1rem;
  min-width: 7rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .l_wysiwyg table td,
.l_wysiwyg table th {
    min-height: 7rem;
    padding: 2.5rem 5rem;
  }
}
.l_wysiwyg table th {
  background: #fffdf0;
  font-weight: 400;
}

.wp-block-image {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 2.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-image img {
    border-radius: 5rem;
  }
}
.wp-block-image.size-full {
  width: 100% !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  text-shadow: none;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    font-size: 1.6rem;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: flex-start;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  height: auto;
  flex: none;
}

.bg_greencolor {
  background: #00b07c;
}
body.archive, body.single, body.page, body.error404 {
  background: #f5f2f1;
}

.p_contact,
.p_news {
  position: relative;
  z-index: 2;
}

.p_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
.p_bg svg {
  width: 100%;
}
.p_bg.__white svg path {
  fill: #fff;
}
.p_bg.__glay svg path {
  fill: #f2eeee;
}
.p_bg.__blue svg path {
  fill: #005ba8;
}

.p_bg__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 7rem;
  background: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_bg__bottom {
    padding-bottom: 0;
  }
}
.p_bg__bottom svg {
  width: 100%;
}
.p_bg__bottom.__glay svg .__bg {
  fill: #f2eeee;
}
.p_bg__bottom.__blue svg .__bg {
  fill: #005ba8;
}

.p_deco_cloud {
  background: url("https://txsc.w3.kanazawa-u.ac.jp/wp-content/themes/original-theme-v1.1/assets/img/common/cloud.svg") no-repeat center center/contain;
  position: absolute;
  -webkit-filter: drop-shadow(0.2rem 0.2rem 1.2rem rgba(186, 186, 186, 0.75));
          filter: drop-shadow(0.2rem 0.2rem 1.2rem rgba(186, 186, 186, 0.75));
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_deco_cloud {
    -webkit-filter: drop-shadow(0.3rem 0.3rem 2.5rem rgba(186, 186, 186, 0.75));
            filter: drop-shadow(0.3rem 0.3rem 2.5rem rgba(186, 186, 186, 0.75));
  }
}

.p_news__contents.__padding_none {
  padding: 0;
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  body.archive .p_news__sidebar ul {
    justify-content: center;
  }
}

.p_news__sidebar {
  margin-bottom: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__sidebar {
    margin-bottom: 6rem;
    padding: 0 2rem;
  }
}
.p_news__sidebar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem 3rem;
}
.p_news__sidebar ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p_news__sidebar ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 13.2rem;
  line-height: 5rem;
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  border-radius: 5rem;
  background: #edeeee;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 3rem;
  display: block;
}
.p_news__sidebar ul li a.is_active {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__sidebar ul li a:hover {
    background: #000;
    color: #fff;
  }
}

@media screen and (min-width: 641px) {
  .p_news__archive {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8rem 4%;
  }
}

@media screen and (min-width: 641px) {
  .p_news__archive_item {
    width: 80%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item {
    width: 30.6%;
  }
}
.p_news__archive_item + .p_news__archive_item {
  margin-top: 5rem;
}
@media screen and (min-width: 641px) {
  .p_news__archive_item + .p_news__archive_item {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item + .p_news__archive_item {
    margin-top: 0;
  }
}
.p_news__archive_item a {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item a:hover .p_news__archive_item_img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p_news__archive_item.__news .p_news__archive_item_category::before,
.p_news__archive_item.__news .p_news__single_category::before {
  background: #005ba8;
}
.p_news__archive_item.__news .p_news__archive_item_title span {
  background: #005ba8;
}

.p_news__archive_item_img {
  position: relative;
  width: 94.5%;
  margin-left: 5.5%;
  overflow: hidden;
}
.p_news__archive_item_img figure {
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  width: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_img figure {
    border-radius: 2rem;
  }
}
.p_news__archive_item_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.p_news__archive_item_header,
.p_news__single_header {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_header,
.p_news__single_header {
    gap: 2rem;
  }
}

.p_news__single_header {
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__single_header {
    margin-bottom: 2rem;
  }
}

.p_news__archive_item_detail {
  flex: 1;
}

.p_news__archive_item_date {
  position: absolute;
  left: 0;
  top: 0.5rem;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.p_news__archive_item_date,
.p_news__single_date {
  opacity: 0.4;
  font-size: 1.4rem;
  line-height: 1;
}

.p_news__archive_item_category,
.p_news__single_category {
  background: #fff;
  padding: 1rem 1.6rem;
  border-radius: 3rem;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_category,
.p_news__single_category {
    font-size: 1.4rem;
    padding: 0.3rem 1.6rem;
    gap: 1rem;
    left: 1.5rem;
    top: 1.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_news__archive_item_category,
.p_news__single_category {
    font-size: 1.6rem;
    padding: 0.4rem 1.8rem;
    gap: 1.5rem;
    left: 2rem;
    top: 2rem;
  }
}
.p_news__archive_item_category::before,
.p_news__single_category::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #007f59;
  border-radius: 100%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_category::before,
.p_news__single_category::before {
    height: 0.6rem;
    width: 0.6rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_news__archive_item_category::before,
.p_news__single_category::before {
    height: 0.8rem;
    width: 0.8rem;
  }
}

.p_news__single_category {
  position: static;
}

.p_news__archive_item_title {
  position: relative;
  z-index: 1;
  margin-top: -5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_title {
    margin-top: -6rem;
    height: 15rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_news__archive_item_title {
    margin-top: -8rem;
    height: 19rem;
  }
}
.p_news__archive_item_title span {
  line-height: 1.6;
  border-radius: 0.5rem;
  background: #007f59;
  font-size: 2rem;
  color: #fff;
  padding: 0.5rem 1.8rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_title span {
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_news__archive_item_title span {
    font-size: 3rem;
    padding: 0.5rem 1.8rem;
  }
}
.p_news__archive_item_title span:first-child {
  padding-bottom: 0;
  border-bottom-left-radius: 0;
}
.p_news__archive_item_title span:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p_news__archive_item_title span:last-child {
  padding-top: 0;
  padding-bottom: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0.5rem;
}

.p_news__archive_item_detail {
  width: 94.5%;
  margin: 3rem 0 0 5.5%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_news__archive_item_detail {
    margin: 0 0 0 5.5%;
  }
}
.p_news__archive_item_detail p {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 400;
  min-height: 9.6rem;
}

.p_news__archive_item_tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  margin-top: 3rem;
}
.p_news__archive_item_tag li {
  border-radius: 3rem;
  padding: 1rem 1.6rem;
  font-style: italic;
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.p_news__archive_item_tag li::before {
  content: "#";
  color: #007f59;
  line-height: 1;
}

.p_project__title {
  font-size: 2.2rem;
  margin: 0 -5% 6rem;
  text-align: center;
  width: 110%;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__title {
    font-size: 5.2rem;
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_project__title {
    font-size: 5.6rem;
  }
}

.p_project__entry {
  position: relative;
  border: 1px solid #000;
  background: #fff;
  border-radius: 3rem;
  padding: 8rem 2rem 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry {
    padding: 10rem 10rem 13.5rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_project__entry {
    padding: 10rem 10rem 13.5rem;
  }
}

.p_project__entry_number,
.p_project__list_number {
  background: #007f59;
  color: #fff;
  z-index: 1;
  font-family: "YDWbananaslipplus";
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: -1px;
  top: -1px;
  border: 1px solid #000;
  border-radius: 3rem 0 3rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_number,
.p_project__list_number {
    width: 9rem;
    height: 9rem;
    font-size: 3rem;
  }
}
.p_project__entry_number.__02,
.p_project__list_number.__02 {
  background: #ffd00b;
}
.p_project__entry_number.__03,
.p_project__list_number.__03 {
  background: #f94f35;
}
.p_project__entry_number.__04,
.p_project__list_number.__04 {
  background: #005ba8;
}
.p_project__entry_number.__05,
.p_project__list_number.__05 {
  background: #4091db;
}

@media screen and (max-width: 768px), (orientation: portrait) {
  body.single .p_project__entry_title br.tb_xs.__top {
    display: none !important;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  body.single .p_project__entry_title br.tb_xs.__detail {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  body.single .p_project__entry_title br.pc.__top {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  body.single .p_project__entry_title br.pc.__detail {
    display: block !important;
  }
}

.p_project__entry_title {
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #000;
  line-height: 1.4;
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_title {
    font-size: 3.4rem;
    padding-bottom: 4rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1701px) {
  .p_project__entry_title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px), (orientation: portrait) {
  .p_project__entry_title br.tb_xs.__detail {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_title br.pc.__detail {
    display: none !important;
  }
}

.p_project__entry_text {
  font-weight: 400;
}

.p_project__entry_item {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_item {
    margin-top: 8.5rem;
  }
}
.p_project__entry_item:last-child {
  margin-top: 6rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_item:last-child {
    margin-top: 7rem;
  }
}

.p_project__entry_member {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5rem 3.2%;
}
@media screen and (min-width: 641px) {
  .p_project__entry_member {
    gap: 5rem 4%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member {
    gap: 5rem 3%;
  }
}
.p_project__entry_member li {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p_project__entry_member li {
    width: 48%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member li {
    width: 22.7%;
  }
}

.p_project__entry_member_item {
  position: relative;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member_item {
    padding-bottom: 4.4rem;
  }
}

.p_project__entry_member_img {
  position: relative;
  padding-bottom: 100%;
}
.p_project__entry_member_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_project__entry_member_detail {
  margin: 1.8rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member_detail {
    margin: 2.3rem 0;
  }
}

.p_project__entry_member_name {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member_name {
    font-size: 2rem;
  }
}

.p_project__entry_member_field {
  font-weight: 400;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member_field {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member_btn {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.p_project__entry_member_btn a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  -webkit-filter: drop-shadow(0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.1));
  border: 2px solid #ccc;
  font-size: 1.5rem;
  padding: 1.1rem 2.2rem 1.4rem;
  border-radius: 5rem;
  gap: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.p_project__entry_member_btn a span {
  line-height: 1;
}
.p_project__entry_member_btn a svg {
  height: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p_project__entry_member_btn a svg path {
  fill: #00b07c;
  transition: 0.3s;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_member_btn a:hover {
    background: #007f59;
    color: #fff;
    border-color: #007f59;
  }
  .p_project__entry_member_btn a:hover svg path {
    fill: #fff;
  }
}

.p_project__entry_participate {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem 4%;
}
@media screen and (min-width: 641px) {
  .p_project__entry_participate {
    gap: 1.5rem 4%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_participate {
    gap: 2rem 3%;
  }
}
.p_project__entry_participate li {
  width: 48%;
  -webkit-filter: drop-shadow(0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.7rem 0.7rem 1rem rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 641px) {
  .p_project__entry_participate li {
    width: 48%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_participate li {
    width: 22.7%;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p_project__entry_participate a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

.p_project__entry_participate_img {
  position: relative;
  padding-bottom: 44%;
  display: block;
  border-radius: 2rem;
  border: 1px solid #ccc;
  overflow: hidden;
}
.p_project__entry_participate_img a,
.p_project__entry_participate_img .p_project__entry_participate_img_inner {
  display: block;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.p_project__entry_participate_img.__w70 img {
  width: 70%;
}
.p_project__entry_participate_img.__w80 img {
  width: 80%;
}
.p_project__entry_participate_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}