@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: YakuHanJP, "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.03em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.45rem;
    letter-spacing: 0.01em;
  }
}

p,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  caret-color: transparent;
  pointer-events: none;
}

label {
  cursor: pointer;
}

input {
  margin: 0;
  padding: 0;
}

input[type=text] {
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  all: revert; /* リセットされた UA スタイルを復元 */
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

small {
  font-size: 70%;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
/* スライド
-------------------------------------------------------*/
.c-slideLeft {
  position: relative;
  opacity: 0;
}
.c-slideLeft::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
}

.c-slideLeft.is-active {
  -webkit-animation: slideLeft 1s ease-in-out forwards;
          animation: slideLeft 1s ease-in-out forwards;
}
.c-slideLeft.is-active::after {
  -webkit-animation: slideLeft-after 1s ease-in-out forwards;
          animation: slideLeft-after 1s ease-in-out forwards;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

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

@keyframes slideLeft {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideLeft-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
.c-slideRight {
  position: relative;
  opacity: 0;
}
.c-slideRight::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #efefef;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.c-slideRight.is-active {
  -webkit-animation: slideRight 1s ease-in-out forwards;
          animation: slideRight 1s ease-in-out forwards;
}
.c-slideRight.is-active::after {
  -webkit-animation: slideRight-after 1s ease-in-out forwards;
          animation: slideRight-after 1s ease-in-out forwards;
  right: 0;
}

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

@keyframes slideRight {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideRight-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideRight-after {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
.js-scroll {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
@media screen and (min-width: 768px) {
  .js-scroll:nth-child(3n+2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .js-scroll:nth-child(3n+3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .js-scroll {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
  }
}

/* フェード
-------------------------------------------------------*/
.--fadeIn {
  opacity: 0;
}

.--fadeIn.is-active {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.--fadeUp {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.--fadeUp.is-active {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.--fadeDown.is-active {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.--fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .--fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.--fadeLeft.is-active {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.--fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .--fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767px) {
  .--fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.--fadeRight.is-active {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.--fadeZoomIn {
  opacity: 0;
}

.--fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.--fadeScale {
  opacity: 0;
  scale: 0.9;
}

.--fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.--fadeBlur {
  opacity: 0;
}

.--fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.none {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

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

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

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

/**/
@media screen and (min-width: 1401px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1201px) {
  .sp_only,
  .tab_only {
    display: none !important;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #f7f8f8;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg {
  background-color: #f2f4f4;
}
.u-bg__white {
  background-color: #ffffff;
}
.u-bg__black {
  background-color: #000000;
}
.u-bg__gray {
  background-color: #cacfcf;
}
.u-bg__gray--light {
  background-color: #eeeeee;
}
.u-bg__gray--dark {
  background-color: #cccccc;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.--col1 {
  width: 100%;
}

.--col2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .--col2 {
    width: 50%;
  }
}

.--col3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .--col3 {
    width: 33.3333333333%;
  }
}

.--col4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .--col4 {
    width: 25%;
  }
}

.grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid.--grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid.--grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.--grid4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .grid.--grid4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

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

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

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

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt {
    padding-top: 100px;
    padding-top: 14.2857142857vw;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_sm {
    padding-top: 70px;
    padding-top: 10vw;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_lg {
    padding-top: 140px;
    padding-top: 20vw;
  }
}

.section--pt_xl {
  padding-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_xl {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xl {
    padding-top: 200px;
    padding-top: 20vw;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 100px;
    padding-bottom: 14.2857142857vw;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_sm {
    padding-bottom: 70px;
    padding-bottom: 10vw;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_lg {
    padding-bottom: 140px;
    padding-bottom: 20vw;
  }
}

.section--pb_xl {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xl {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xl {
    padding-bottom: 200px;
    padding-bottom: 20vw;
  }
}

.section--pb_xl2 {
  padding-bottom: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xl2 {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xl2 {
    padding-bottom: 300px;
    padding-bottom: 42.8571428571vw;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt {
    margin-top: 100px;
    margin-top: 14.2857142857vw;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_sm {
    margin-top: 70px;
    margin-top: 10vw;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_lg {
    margin-top: 140px;
    margin-top: 20vw;
  }
}

.section--mt_xl {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_xl {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xl {
    margin-top: 200px;
    margin-top: 20vw;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb {
    margin-bottom: 100px;
    margin-bottom: 14.2857142857vw;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_sm {
    margin-bottom: 70px;
    margin-bottom: 10vw;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_lg {
    margin-bottom: 140px;
    margin-bottom: 20vw;
  }
}

.section--mb_xl {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_xl {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xl {
    margin-bottom: 200px;
    margin-bottom: 20vw;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .u-zoomLink a figure img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-zoomLink a:hover figure img {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.u-zoomLink a figure {
  overflow: hidden;
  background-color: #fff;
}
.u-zoomLink a figure img {
  width: 100%;
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #f7f8f8;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-wrap {
    width: 96%;
    margin-inline: auto;
  }
  .c-wrap.--lg {
    max-width: 1200px;
  }
  .c-wrap.--md {
    max-width: 1100px;
  }
  .c-wrap.--sm {
    max-width: 1000px;
  }
  .c-wrap.--xs {
    max-width: 800px;
  }
}

@media screen and (min-width: 768px) {
  .c-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-heading {
  padding-top: 70px;
  padding-top: 10vw;
  padding-bottom: 70px;
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .c-heading {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.c-heading .c-heading__ttl {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std";
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__ttl {
    font-size: min(3.8181818182vw, 4.2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__ttl {
    font-size: 7.2222222222vw;
  }
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__ttl {
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__ttl.--sm {
    font-size: min(3.4545454545vw, 3.8rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__ttl.--sm {
    font-size: 7.2222222222vw;
  }
}
.c-heading .c-heading__txt {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std";
  font-weight: 300;
  line-height: 1.9;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__txt {
    font-size: min(2vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-heading .c-heading__txt {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .c-heading .c-heading__txt {
    line-height: 2.2727272727;
    margin-top: 0.5em;
  }
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--left {
  text-align: left;
}
.c-heading.--right {
  text-align: right;
}

.c-heading.--section {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section {
    padding-bottom: 20px;
  }
}
.c-heading.--section .c-heading__eng {
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.c-heading.--section .c-heading__copy {
  font-size: 1.4444444444em;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section .c-heading__copy {
    font-size: 1.1666666667em;
  }
}
.c-heading.--section .c-heading__txt {
  font-size: 1.375em;
  letter-spacing: 0.05em;
}
.c-heading.--section.--mt {
  position: relative;
  margin-top: -120px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt {
    margin-top: -64px;
    padding-bottom: 17px;
  }
}
.c-heading.--section.--mt .c-heading__copy {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt .c-heading__copy {
    margin-top: 20px;
  }
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "Hannari", "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
}

.font-tsukushi {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__lg {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt__lg {
    font-size: min(2.5454545455vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__lg {
    font-size: 5.8333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .txt__lg {
    line-height: 1.9285714286;
  }
}

.txt__md2 {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt__md2 {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__md2 {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .txt__md2 {
    line-height: 2.4;
  }
}

.txt__md {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .txt__md {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__md {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .txt__md {
    line-height: 2.3333333333;
  }
}

@media screen and (min-width: 768px) {
  .txt__base {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__base {
    font-size: 3.8888888889vw;
  }
}

.txt__sm {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .txt__sm {
    font-size: min(1.2727272727vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .txt__sm {
    font-size: 3.4722222222vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .capt {
    font-size: 1rem !important;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

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

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #f7f8f8;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.c-arrow {
  padding-right: 0.5em;
}
.c-arrow::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.arrow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-nav:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "";
  width: 17px;
  aspect-ratio: 1;
  background-image: url(../../img/common/slider_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.arrow-nav.--white:before {
  background-image: url(../../img/common/slider_arrow_right_white.svg);
}

.arrow-blank {
  position: relative;
  padding: 0 20px 0 0;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow-blank:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../img/common/icon-blank.svg);
}
@media screen and (min-width: 768px) {
  .arrow-blank:after {
    width: 11px;
    height: 11px;
  }
}
.arrow-blank.--white:after {
  background-image: url(../../img/common/icon-blank_white.svg);
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list__circle li {
  position: relative;
  padding-left: 1em; /* マーカー分のスペースだけ確保 */
}
.list__circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* テキストの中央に揃える */
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%; /* 丸にする */
  background: black; /* マーカー色 */
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f4f4;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #f7f8f8;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #f7f8f8;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.c-form__group {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 768px) {
  .c-form__group__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-form__group__row .c-form__label {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__group__row .c-form__item {
    width: calc(100% - 280px);
  }
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    margin-bottom: 0.5em;
  }
}
.c-form-icon {
  display: inline;
  font-size: 0.65em;
  font-weight: 500;
  padding: 0px 6px;
  border: 1px solid #000;
}
.c-form-icon.--required {
  color: #d00;
  border-color: #d00;
}
.c-form-icon.--any {
  border-color: #aaa;
}

.c-form-input__field {
  width: 100%;
  padding: 1em 1.5em;
  background: #f3f3f3;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .c-form-input__field {
    padding: 0.8em 1.2em;
  }
}
.c-form-input__field:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #0f4669;
          box-shadow: 0 0 7px #0f4669;
}
.c-form-input__field::-webkit-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-moz-placeholder {
  color: #bbb;
}
.c-form-input__field:-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::placeholder {
  color: #bbb;
}
.c-form-input__field.--sizeS {
  max-width: 180px;
}
.c-form-input__field.--sizeM {
  max-width: 300px;
}
.c-form-input__field.--sizeL {
  max-width: 560px;
}
.c-form-input__field.--sizeLL {
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .c-form-input__field.--sizeLL {
    max-width: 98%;
  }
}

.c-form__buttons {
  width: min(400px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.c-form-button {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* ボタンが利用可能なスペースを均等に埋めるように設定 */
  -ms-flex-preferred-size: 0;
      flex-basis: 0; /* flex-growと組み合わせるための基本サイズを0にする */
  padding: 0.8em 0em 1em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .c-form-button {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .c-form-button {
    font-size: 4.1666666667vw;
  }
}
.c-form-button--default {
  background-color: #858585;
}
.c-form-button--default:hover {
  background-color: #333 !important;
}
.c-form-button--submit {
  background-color: #d00;
}
.c-form-button--submit:hover {
  background-color: #ff1111;
}
.c-form-button--submit:disabled {
  background-color: #ccc;
  cursor: default;
}

.c-form-radio .c-form-checkbox__label,
.c-form-checkbox .c-form-checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.c-form-radio .c-form-checkbox__input,
.c-form-checkbox .c-form-checkbox__input {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.c-form__group:has(.formError) .c-form__item .c-form__label {
  color: #d00;
}
.c-form__group:has(.formError) .c-form__item .c-form-input__field {
  background-color: #fee;
}

.c-form__footer {
  text-align: center;
}
.c-form__footer a {
  text-decoration: underline;
}
.c-form__footer a:hover {
  color: #0f4669;
}
.c-form__footer .c-form__privacy input {
  margin-right: 10px;
}
.c-form__footer .c-form__buttons {
  margin-top: 20px;
}

/* ボタン
-------------------------------------------------------*/
.c-button__wrap {
  width: 75%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  position: relative;
  color: #fff;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1666666667em;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button:hover {
    background-color: #f7f8f8;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-right a:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-button.--arrow-bottom a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button.--arrow-bottom a:after {
  margin-top: 10px;
  content: "";
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  width: 3vw;
  height: 30px;
  height: 3vw;
  background-image: url(../../images/common/arrow/arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-bottom a:after {
    margin-top: 5px;
  }
}

.c-button__request__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-button__request__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-button__request {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 600;
  padding-block: 0.7em;
  color: #fff;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-left: 2px solid #6ebebe;
  border-right: 2px solid #0f4669;
}
@media screen and (min-width: 768px) {
  .c-button__request {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__request {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .c-button__request {
    width: 400px;
    height: 60px;
    padding-block: 0em;
  }
}
.c-button__request::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe, #0f4669);
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button__request::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669)) top/100% 2px no-repeat, -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669)) bottom/100% 2px no-repeat;
  background: linear-gradient(to right, #6ebebe, #0f4669) top/100% 2px no-repeat, linear-gradient(to right, #6ebebe, #0f4669) bottom/100% 2px no-repeat;
  pointer-events: none;
  z-index: 1;
}
.c-button__request:hover {
  color: #0f4669;
}
.c-button__request:hover::before {
  opacity: 0;
}
.c-button__request:hover span:before {
  background-color: #6ebebe;
}
.c-button__request span {
  z-index: 5;
  position: relative;
  width: 100%;
  padding-left: 0.5em;
  text-align: center;
}
.c-button__request span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__request span:before {
    width: 30px;
  }
}
.c-button__request.--sm {
  width: 320px;
  height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-button__request.--sm {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__request.--sm {
    font-size: 3.8888888889vw;
  }
}
.c-button__request.--sm span:before {
  width: 20px;
}

.c-button__border {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 0.07em;
  border-left: 2px solid #6ebebe;
  border-right: 2px solid #0f4669;
}
@media screen and (min-width: 768px) {
  .c-button__border {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__border {
    font-size: 4.4444444444vw;
  }
}
.c-button__border:before, .c-button__border:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe, #0f4669);
  pointer-events: none;
}
.c-button__border:before {
  top: 0;
}
.c-button__border:after {
  bottom: 0;
}
.c-button__border span {
  z-index: 5;
  position: relative;
  width: 100%;
  padding-left: 0.5em;
  text-align: center;
}
.c-button__border span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 30px;
  height: 1px;
  background-color: #6ebebe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__border span:after {
  right: 15px;
}
.c-button__border.--sm {
  width: 320px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (any-hover: hover) {
  .c-button__border {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button__border:hover {
    opacity: 0.4;
  }
}

.c-button__color__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-button__color__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-button__color {
  width: 100%;
  min-width: 280px;
  margin-inline: auto;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding-block: 0.7em;
  color: #fff;
  background: #0f4669;
  border: 2px solid #0f4669;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button__color {
    font-size: min(1.8181818182vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__color {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .c-button__color {
    height: 60px;
    padding-block: 0em;
  }
}
.c-button__color:hover {
  color: #0f4669;
  background-color: #fff;
}
.c-button__color:hover span:before {
  background-color: #0f4669;
}
.c-button__color span {
  z-index: 5;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button__color span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__color span:before {
    width: 30px;
  }
}
.c-button__color.--sm {
  width: 320px;
  height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-button__color.--sm {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .c-button__color.--sm {
    font-size: 3.8888888889vw;
  }
}
.c-button__color.--sm span:before {
  width: 20px;
}

.l-header {
  z-index: 50;
}

.l-header__brand,
.l-header__btn {
  z-index: 5;
}

.l-header__inner {
  z-index: 2;
}

.menu {
  z-index: 100;
}

.sp-menu {
  z-index: 200;
}

.sp-menu__bg {
  z-index: 10;
}

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

ヘッダ
l-header

========================================================================*/
.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.l-header.js-scroll:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 65px;
}
@media screen and (min-width: 768px) {
  .l-header.js-scroll:before {
    height: 120px;
  }
}
.l-header .l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 120px;
  margin-inline: 30px;
  padding-right: 390px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .l-header__inner {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .l-header .l-header__inner {
    display: none;
  }
}
.l-header .l-header__brand,
.l-header .l-header__btn {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__brand,
  .l-header .l-header__btn {
    height: 120px;
  }
}
.l-header .l-header__brand {
  left: 30px;
  width: 365px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__brand {
    left: 20px;
    width: 285px;
  }
}
.l-header .l-header__brand .c-logo {
  display: block;
}
.l-header .l-header__btn {
  right: 100px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .l-header__btn .btn {
    width: 320px;
    width: 30.4761904762vw;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-globalNav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .c-globalNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.l-header .c-globalNav .c-globalNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 25px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header .c-globalNav .c-globalNav__list {
    gap: 20px;
    margin-right: 20px;
  }
}
.l-header .c-globalNav .c-globalNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .c-globalNav .c-globalNav__item.--txt a {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-header .c-globalNav .c-globalNav__item.--txt a {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header .c-globalNav .c-globalNav__item.--txt a {
    font-size: 4.1666666667vw;
  }
}
@media (any-hover: hover) {
  .l-header .c-globalNav .c-globalNav__item.--txt a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .c-globalNav .c-globalNav__item.--txt a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-header .c-globalNav .c-globalNav__item.--txt a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .c-globalNav .c-globalNav__item .btn {
    width: 280px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header .c-globalNav {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 30px;
  color: #fff;
  background-color: #4e4e4e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .menu {
    right: -500px;
    width: 500px;
    padding: 50px;
  }
}
.menu a {
  color: #fff;
  text-decoration: none;
}

.menu__brand {
  width: 135px;
  margin-block: 0px 10px;
}
@media screen and (min-width: 768px) {
  .menu__brand {
    margin-block: 40px 45px;
  }
}
.menu__brand a {
  display: block;
}

.menu-nav__block {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #cacfcf;
}
@media screen and (min-width: 768px) {
  .menu-nav__block {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.menu-nav__block .menu-nav__category {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .menu-nav__block .menu-nav__category {
    font-size: min(1.7272727273vw, 1.9rem);
  }
}
@media screen and (max-width: 767px) {
  .menu-nav__block .menu-nav__category {
    font-size: 4.4444444444vw;
  }
}

@media screen and (min-width: 768px) {
  .menu-nav__list {
    margin-top: 5px;
  }
}
.menu-nav__list .menu-nav__list__item {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .menu-nav__list .menu-nav__list__item {
    font-size: min(1.5vw, 1.65rem);
  }
}
@media screen and (max-width: 767px) {
  .menu-nav__list .menu-nav__list__item {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 768px) {
  .menu-nav__list .menu-nav__list__item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.menu-bottom__btn {
  margin-block: 40px 30px;
}
@media screen and (max-width: 767px) {
  .menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menu-bottom__txt {
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-bottom__insta {
  width: 27px;
}

.sp-menu,
.sp-menu__bg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-menu {
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 30px;
  width: 39px;
  aspect-ratio: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .sp-menu {
    top: 15px;
    right: 14px;
  }
}
.sp-menu .sp-menu__img {
  display: block;
}

.sp-menu__bg {
  pointer-events: none;
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

body.nav_open .menu {
  right: 0; /* 画面内に表示 */
}
body.nav_open .sp-menu__bg {
  pointer-events: all;
  width: 100%;
  opacity: 1;
}

.l-wrapper {
  position: relative;
  background-color: #fff;
}
.l-main {
  display: block;
  padding-top: 65px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 120px;
  }
}
.page-top .l-main {
  padding-top: 0px;
}

.footer-contact {
  padding-top: 100px;
  padding-top: 14.2857142857vw;
  padding-bottom: 100px;
  padding-bottom: 14.2857142857vw;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

 footer

========================================================================*/
.l-footer .manage {
  padding-top: 50px;
  padding-bottom: 70px;
  border-top: 1px solid #000;
}
.l-footer .manage .manage__ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer .manage .manage__ttl {
    font-size: min(2.3636363636vw, 2.6rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .manage .manage__ttl {
    font-size: 5vw;
  }
}
.l-footer .manage .manage__inner {
  width: min(800px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer .manage .manage__inner {
    margin-top: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer .manage .manage__inner .manage__logo {
  width: min(275px, 64%);
  margin-block: 40px 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .manage .manage__inner .manage__logo {
    margin-inline: auto;
  }
}
.l-footer .manage .manage__inner .manage__logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer .manage .manage__inner .manage__txtArea .manage__txt {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer .manage .manage__inner .manage__txtArea .manage__txt {
    font-size: 3.3333333333vw;
  }
}
.l-footer .manage .manage__inner .manage__txtArea .manage__btn {
  margin-top: 40px;
}
.l-footer .manage .manage__inner .manage__txtArea .manage__btn .btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer .manage .manage__inner .manage__txtArea .manage__btn .btn {
    margin-inline: 0;
  }
}

.copyright {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: min(1.0909090909vw, 1.2rem);
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 2.7777777778vw;
  }
}

#pagetop {
  z-index: 50;
  overflow: hidden;
  display: none;
  cursor: pointer;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(../../img/common/pagetop.png);
  background-size: cover;
  text-indent: -9999px !important;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .--sticky {
    position: sticky;
    top: 150px;
  }
}

.sec-report {
  display: none;
  background-color: #f2f2f2;
}
.page-top .sec-report {
  display: none;
}

.sec-ttl {
  position: relative;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 200;
  line-height: 0.8;
  background: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background: linear-gradient(to right, #6ebebe 0%, #0f4669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    font-size: min(6vw, 6.6rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 11.1111111111vw;
  }
}
.sec-ttl:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #333333;
  background-color: #0f4669;
  background-image: -webkit-gradient(linear, left top, right top, from(#6ebebe), to(#0f4669));
  background-image: linear-gradient(to right, #6ebebe, #0f4669);
}
.sec-ttl.--works::before {
  width: calc(100% - 0.35em);
}
.sec-ttl.--about::before {
  width: calc(100% - 0.55em);
}
.sec-ttl.--project::before {
  width: calc(100% - 0.09em);
}
.sec-ttl.--report::before {
  width: calc(100% - 0.5em);
}

@media screen and (min-width: 768px) {
  .download-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.download-block .download-imgArea .download__img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .download-block .download-imgArea .download__img {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .download-block .download-imgArea .download__img {
    max-width: 261px;
  }
}
.download-block .download-txtArea {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .download-block .download-txtArea {
    margin-top: 0;
  }
}
.download-block .download-txtArea .download__txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (min-width: 768px) {
  .download-block .download-txtArea .download__txt {
    line-height: 2.3333333333;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .download-block .download-txtArea .download__txt {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .download-block .download-txtArea .download__txt {
    font-size: 4.1666666667vw;
  }
}
.download-block .download-more {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .download-block .download-more {
    margin-top: 2.5rem;
  }
}
.download-block .download-more .download-more__txt {
  position: relative;
  display: block;
  font-weight: 500;
  color: #0f4669;
  letter-spacing: 0.05em;
  margin-inline: auto;
  padding-bottom: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .download-block .download-more .download-more__txt {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 767px) {
  .download-block .download-more .download-more__txt {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .download-block .download-more .download-more__txt {
    padding-bottom: 18px;
    margin-bottom: 10px;
  }
}
.download-block .download-more .download-more__txt:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 150px;
  height: 14px;
  background-image: url(../../img/common/download-fukidashi.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.download-block .download-more .download-more__txt p {
  margin: 0;
  padding: 0;
}
.download-block .download-more .download-more__btn a {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .download-block.--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .download-block.--row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 840px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .download-block.--row .download-imgArea {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .download-block.--row .download-txtArea {
    width: calc(100% - 280px);
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .download-block.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .download-block.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 480px;
  }
}
.download-block.--column .download-txtArea {
  margin-top: 30px;
  margin-top: 4.2857142857vw;
}
@media screen and (min-width: 768px) {
  .download-block.--column .download-txtArea {
    margin-top: 50px;
  }
}

/* 次の要素をピン固定された要素の上に重ねるためのスタイル */
.pin-section + .section {
  position: relative;
  z-index: 2; /* 固定される要素よりもz-indexを高くする */
}

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

クリエイターページ

========================================================================*/
.creator .comment {
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
.creator .creator__profile {
  position: relative;
  background-color: #f2f4f4;
}
.creator .creator__profile:before, .creator .creator__profile:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.creator .creator__profile:before {
  left: 0;
  width: 30px;
  width: 40px;
  width: 4vw;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .creator .creator__profile:before {
    width: 30px;
  }
}
.creator .creator__profile:after {
  right: 0;
  width: 100px;
  width: 10vw;
  background-color: #0f4669;
}
@media screen and (min-width: 768px) {
  .creator .creator__profile:after {
    width: 100px;
  }
}
.creator .profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .creator .profile {
    padding-top: 60px;
    padding-top: 6vw;
    padding-bottom: 60px;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .creator .profile {
    height: 200px;
  }
}
.creator .profile .profile__icon {
  overflow: hidden;
  width: 180px;
  width: 18vw;
  margin-left: 30px;
  margin-left: 3vw;
  margin-right: 30px;
  margin-right: 3vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .creator .profile .profile__icon {
    width: 110px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.creator .profile .profile__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .creator .profile .profile__txt {
    padding-right: 7.2vw;
  }
}
.creator .profile .profile__txt .profile__txt__category {
  line-height: 1.4375;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .creator .profile .profile__txt .profile__txt__category {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .creator .profile .profile__txt .profile__txt__category {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .creator .profile .profile__txt .profile__txt__category {
    letter-spacing: 0;
  }
}
.creator .profile .profile__txt .profile__txt__name {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .creator .profile .profile__txt .profile__txt__name {
    font-size: min(3.0909090909vw, 3.4rem);
  }
}
@media screen and (max-width: 767px) {
  .creator .profile .profile__txt .profile__txt__name {
    font-size: 6.3888888889vw;
  }
}
.creator .profile-eng {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .creator .profile-eng {
    display: none !important;
    color: #bebebe;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 768px) {
  .creator .profile-eng {
    color: #b3b3b3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.creator .profile-eng .profile-eng__category {
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .creator .profile-eng .profile-eng__category {
    font-size: min(1.5454545455vw, 1.7rem);
  }
}
@media screen and (max-width: 767px) {
  .creator .profile-eng .profile-eng__category {
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 767px) {
  .creator .profile-eng .profile-eng__category {
    line-height: 1.5714285714;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .creator .profile-eng .profile-eng__category {
    line-height: 1.6666666667;
  }
}
.creator .profile-eng .profile-eng__name {
  position: relative;
  font-weight: 200;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .creator .profile-eng .profile-eng__name {
    font-size: min(5.4545454545vw, 6rem);
  }
}
@media screen and (max-width: 767px) {
  .creator .profile-eng .profile-eng__name {
    font-size: 10.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .creator .profile-eng .profile-eng__name {
    padding-bottom: 0.2em;
  }
}
.creator .profile__comment {
  margin-top: 30px;
}
.creator .profile__comment .comment {
  line-height: 2.2222222222;
}
@media screen and (min-width: 768px) {
  .creator .profile__comment .comment {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .creator .profile__comment .comment {
    font-size: 3.4722222222vw;
  }
}

.works__header .works__header__jp {
  font-family: YakuHanJP, "dnp-shuei-gothic-gin-std";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .works__header .works__header__jp {
    font-size: min(2.5454545455vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .works__header .works__header__jp {
    font-size: 6.1111111111vw;
  }
}
.works__header .works__header__eng {
  color: #b3b3b3;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .works__header .works__header__eng {
    font-size: min(2vw, 2.2rem);
  }
}
@media screen and (max-width: 767px) {
  .works__header .works__header__eng {
    font-size: 3.8888888889vw;
  }
}
.works-slider-content {
  position: relative;
  margin-block: 15px;
}
.works-slider-content .works-slider {
  overflow: hidden;
  background-color: #f2f4f4;
}
.works-slider-content .prev-arrow,
.works-slider-content .next-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  cursor: pointer;
  width: 64px;
  width: 9.1428571429vw;
  height: 64px;
  height: 9.1428571429vw;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .works-slider-content .prev-arrow,
  .works-slider-content .next-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (any-hover: hover) {
  .works-slider-content .prev-arrow,
  .works-slider-content .next-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .works-slider-content .prev-arrow:hover,
  .works-slider-content .next-arrow:hover {
    background-color: rgb(255, 255, 255);
  }
}
.works-slider-content .prev-arrow::before,
.works-slider-content .next-arrow::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .works-slider-content .prev-arrow {
    left: 0px;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .works-slider-content .prev-arrow {
    left: -25px;
  }
}
.works-slider-content .prev-arrow::before {
  background-image: url(../../img/common/slider_arrow_left.svg);
}
@media screen and (max-width: 767px) {
  .works-slider-content .next-arrow {
    right: 0px;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .works-slider-content .next-arrow {
    right: -25px;
  }
}
.works-slider-content .next-arrow::before {
  background-image: url(../../img/common/slider_arrow_right.svg);
}
.works-slider-content .slick-disabled::before {
  pointer-events: none;
  opacity: 0.2;
}

.works__detail .detail-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  grid-gap: 4.2857142857vw;
}
@media screen and (min-width: 768px) {
  .works__detail .detail-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
  }
}
.works__detail .detail-list .detail-list__item a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .works__detail .detail-list .detail-list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .works__detail .detail-list .detail-list__item a:hover {
    text-decoration: none;
  }
}
.works__detail .detail__ttl,
.works__detail .detail__txt {
  line-height: 1.5;
  padding-left: 28px;
}
@media screen and (min-width: 768px) {
  .works__detail .detail__ttl,
  .works__detail .detail__txt {
    padding-left: 35px;
  }
}
.works__detail .detail__ttl small,
.works__detail .detail__txt small {
  display: block;
  line-height: 1.6;
}
.works__detail .detail__ttl {
  position: relative;
  font-family: "Poppins", "ryo-gothic-plusn", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .works__detail .detail__ttl {
    font-size: min(1.4545454545vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .works__detail .detail__ttl {
    font-size: 3.3333333333vw;
  }
}
.works__detail .detail__ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  aspect-ratio: 1;
  background-image: url(../../img/common/icon-square.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .works__detail .detail__ttl:before {
    width: 25px;
  }
}
.works__detail .detail__txt {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .works__detail .detail__txt {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .works__detail .detail__txt {
    font-size: 3.8888888889vw;
  }
}
.works__detail .detail__comment {
  border: 1px solid #e6dad2;
  padding: 1em 1.5em;
  margin-top: 35px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .works__detail .detail__comment {
    padding: 1.5em 2.5em;
    margin-top: 35px;
  }
}
.js-movie {
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media (any-hover: hover) {
  .js-movie {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-movie:hover {
    opacity: 0.4;
  }
}
.js-movie:before {
  width: 80px;
  width: 11.4285714286vw;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../img/common/icon-youtube.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .js-movie:before {
    width: 8.2%;
  }
}

.slide-item iframe,
.slide-item video {
  cursor: pointer;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.components-datetime__time fieldset:nth-child(2) .components-datetime__time-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.acf-label label {
  font-weight: bold !important;
}

.acf-fields > .acf-field:first-child {
  border-top: 1px solid #eaecf0 !important;
}

.column-aioseo-column {
  display: none !important;
}

.post-type-new_graduate .l-main h5,
.post-type-experienced .l-main h5,
.post-type-new_graduate .editor-styles-wrapper h5,
.post-type-experienced .editor-styles-wrapper h5,
.requirement h5 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 50px;
  margin-bottom: 10px;
}
.post-type-new_graduate .l-main h5::before,
.post-type-experienced .l-main h5::before,
.post-type-new_graduate .editor-styles-wrapper h5::before,
.post-type-experienced .editor-styles-wrapper h5::before,
.requirement h5::before {
  content: "●";
  color: #009fe8;
  margin-right: 3px;
}
.post-type-new_graduate .l-main .c-table-outline + .c-table-outline,
.post-type-new_graduate .l-main .c-table-outline + .wp-block-table,
.post-type-new_graduate .l-main .wp-block-table + .c-table-outline,
.post-type-new_graduate .l-main .wp-block-table + .wp-block-table,
.post-type-experienced .l-main .c-table-outline + .c-table-outline,
.post-type-experienced .l-main .c-table-outline + .wp-block-table,
.post-type-experienced .l-main .wp-block-table + .c-table-outline,
.post-type-experienced .l-main .wp-block-table + .wp-block-table,
.post-type-new_graduate .editor-styles-wrapper .c-table-outline + .c-table-outline,
.post-type-new_graduate .editor-styles-wrapper .c-table-outline + .wp-block-table,
.post-type-new_graduate .editor-styles-wrapper .wp-block-table + .c-table-outline,
.post-type-new_graduate .editor-styles-wrapper .wp-block-table + .wp-block-table,
.post-type-experienced .editor-styles-wrapper .c-table-outline + .c-table-outline,
.post-type-experienced .editor-styles-wrapper .c-table-outline + .wp-block-table,
.post-type-experienced .editor-styles-wrapper .wp-block-table + .c-table-outline,
.post-type-experienced .editor-styles-wrapper .wp-block-table + .wp-block-table,
.requirement .c-table-outline + .c-table-outline,
.requirement .c-table-outline + .wp-block-table,
.requirement .wp-block-table + .c-table-outline,
.requirement .wp-block-table + .wp-block-table {
  margin-top: 40px;
}
.post-type-new_graduate .l-main table,
.post-type-experienced .l-main table,
.post-type-new_graduate .editor-styles-wrapper table,
.post-type-experienced .editor-styles-wrapper table,
.requirement table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.post-type-new_graduate .l-main table th,
.post-type-experienced .l-main table th,
.post-type-new_graduate .editor-styles-wrapper table th,
.post-type-experienced .editor-styles-wrapper table th,
.requirement table th {
  font-weight: normal;
  width: 190px;
  background-color: #f2f4f4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-type-new_graduate .l-main table td,
  .post-type-experienced .l-main table td,
  .post-type-new_graduate .editor-styles-wrapper table td,
  .post-type-experienced .editor-styles-wrapper table td,
  .requirement table td {
    padding-bottom: 40px !important;
    border-top: 0 solid #e6e6e6 !important;
  }
}
.post-type-new_graduate .l-main table tr td:nth-child(1),
.post-type-experienced .l-main table tr td:nth-child(1),
.post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
.post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
.requirement table tr td:nth-child(1) {
  background-color: #f2f4f4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post-type-new_graduate .l-main table tr td:nth-child(1),
  .post-type-experienced .l-main table tr td:nth-child(1),
  .post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
  .requirement table tr td:nth-child(1) {
    padding: 15px 20px !important;
  }
}
.post-type-new_graduate .l-main table tr td:nth-child(1),
.post-type-new_graduate .l-main table th,
.post-type-new_graduate .l-main table td,
.post-type-experienced .l-main table tr td:nth-child(1),
.post-type-experienced .l-main table th,
.post-type-experienced .l-main table td,
.post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
.post-type-new_graduate .editor-styles-wrapper table th,
.post-type-new_graduate .editor-styles-wrapper table td,
.post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
.post-type-experienced .editor-styles-wrapper table th,
.post-type-experienced .editor-styles-wrapper table td,
.requirement table tr td:nth-child(1),
.requirement table th,
.requirement table td {
  font-size: 1.8rem;
  padding: 17px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .post-type-new_graduate .l-main table tr td:nth-child(1),
  .post-type-new_graduate .l-main table th,
  .post-type-new_graduate .l-main table td,
  .post-type-experienced .l-main table tr td:nth-child(1),
  .post-type-experienced .l-main table th,
  .post-type-experienced .l-main table td,
  .post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-new_graduate .editor-styles-wrapper table th,
  .post-type-new_graduate .editor-styles-wrapper table td,
  .post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-experienced .editor-styles-wrapper table th,
  .post-type-experienced .editor-styles-wrapper table td,
  .requirement table tr td:nth-child(1),
  .requirement table th,
  .requirement table td {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}
.post-type-new_graduate .l-main .arkb-small,
.post-type-experienced .l-main .arkb-small,
.post-type-new_graduate .editor-styles-wrapper .arkb-small,
.post-type-experienced .editor-styles-wrapper .arkb-small,
.requirement .arkb-small {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}

.ark-block-column .c-card {
  width: auto;
}

.wp-block-columns .c-card__blue {
  width: auto;
}

.ark-block-columns.p-card .ark-block-columns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0;
}
.ark-block-columns.p-card .ark-block-column {
  width: 47.2727272727%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .ark-block-columns.p-card .ark-block-column:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ark-block-columns.p-card .ark-block-column {
    width: 100%;
  }
  .ark-block-columns.p-card .ark-block-column + .ark-block-column {
    margin-top: 20px;
  }
}
.ark-block-columns.p-card .ark-block-column .c-card.--sm {
  width: 100%;
}

/* シングルページ用
-------------------------------------------------------*/
.single .entry-content h4 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
/* アーカイブページ用
-------------------------------------------------------*/
/* タグページ用
-------------------------------------------------------*/
.gap0 {
  gap: 0;
}

.ark-block-section__bodyInner {
  padding: 0;
}

.wp-block-file__button {
  color: #fff !important;
  text-decoration: none !important;
}

.ark-keep-mt {
  margin-top: 0;
}

.imgArea .wp-block-image {
  margin-bottom: 0;
}
.wp-block-image a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .wp-block-image a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wp-block-image a:hover {
    opacity: 0.4;
  }
}/*# sourceMappingURL=style.css.map */