@charset "UTF-8";
/***********************************/
/* foundation
/***********************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  src: local("Raleway Light"), local("Raleway-Light"), url(/assets/font/8KhZd3VQBtXTAznvKjw-k73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
  font-display: swap;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

html, body {
  min-height: 100dvh;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

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

p, dt, dd {
  margin: 0;
}

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

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

dl {
  margin: 0;
}

/***********************************/
/* layout
/***********************************/
.l-container {
  min-width: 1040px;
  min-height: 100dvh;
}
@media screen and (max-width: 960px) {
  .l-container {
    min-width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.l-header__title {
  padding-left: 16px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__title {
    padding-left: 8px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 8px 0;
}
@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__menu {
  width: 150px;
  border-left: 1px solid #666;
}
.l-header__menu a {
  display: block;
  padding: 1px 8px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header__menu a:hover {
  color: #22889C;
}
.l-header.is-solid {
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px #ccc;
          box-shadow: 1px 1px 5px #ccc;
}

.l-main {
  background: #FFF;
}

.l-section {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 56px 16px 64px;
  }
}

.l-contents {
  width: 1008px;
  margin: 0 auto;
}
.l-contents + * {
  margin-top: 64px;
}
@media screen and (max-width: 960px) {
  .l-contents {
    width: 100%;
  }
}

.l-footer {
  position: sticky;
  top: 100%;
  padding: 40px 0 24px;
  text-align: center;
  background: #CCC;
}
.l-footer__wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1px;
  width: 1008px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 960px) {
  .l-footer__wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.l-footer__logo {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 40px;
  margin-bottom: 32px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .l-footer__logo {
    margin: 0 auto 32px;
  }
}
.l-footer__info {
  text-align: left;
  line-height: 2em;
}
@media screen and (max-width: 960px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  margin-left: 80px;
  padding-left: 80px;
  text-align: left;
  border-left: 1px solid #999;
}
.l-footer__nav2 li {
  margin-bottom: 8px;
}

/***********************************/
/* object
/***********************************/
.c-btn {
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.c-btn + .c-btn {
  margin-left: 16px;
}
@media (any-hover: hover) {
  .c-btn:hover {
    --_darken: 20%;
  }
}
.c-btn__back {
  display: inline-block;
  margin: 16px;
  border-radius: 4px;
}
.c-btn__area {
  text-align: center;
}
.c-btn.is-s {
  padding: 3px 8px;
  font-size: 0.75rem;
}
.c-btn.is-m {
  padding: 8px 16px;
}
.c-btn.is-l {
  padding: 12px 32px;
}
.c-btn.is-primary {
  color: #fff;
  border: 1px solid #22889C;
  background-color: color-mix(in sRGB, #22889C, #fff var(--_darken, 0%));
}
.c-btn.is-secondary {
  color: #22889C;
  border: 1px solid #22889C;
  background-color: color-mix(in sRGB, #fff, #22889C var(--_darken, 0%));
}
.c-btn.is-normal {
  color: #333;
  border: 1px solid #666;
  background-color: color-mix(in sRGB, #fff, #666 var(--_darken, 0%));
}
.c-btn.is-radius {
  border-radius: 4px;
}
.c-btn.is-shadow {
  -webkit-box-shadow: 1px 1px 2px #ccc;
          box-shadow: 1px 1px 2px #ccc;
}

.c-title {
  font-size: 2.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.c-title__en {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
}
.c-title + * {
  margin-top: 64px;
}

.c-subtitle {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  font-size: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 120%;
  border-bottom: 1px solid #999;
}
.c-subtitle + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-subtitle {
    width: 90%;
  }
}

.c-animated__fade-in-top {
  -webkit-animation: slideIn 3s infinite;
          animation: slideIn 3s infinite;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

.fadeInUp.js-scr-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadeInDown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.c-accordion {
  text-align: left;
}
* + .c-accordion {
  margin-top: 40px;
}
.c-accordion + .c-accordion {
  margin-top: 8px;
}
.c-accordion__chk {
  display: none;
}
.c-accordion__head {
  position: relative;
  display: block;
  padding: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.c-accordion__icon {
  position: absolute;
  top: 0;
  right: 16px;
  width: 30px;
  height: 100%;
  z-index: 1;
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #22889C;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.c-accordion__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-accordion__icon {
    width: 24px;
  }
}
.c-accordion__head, .c-accordion__body {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-accordion__body {
  height: 0;
  padding: 0 16px;
  overflow: hidden;
}
.c-accordion__chk:checked ~ .c-accordion__body {
  height: auto;
  padding: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-accordion__chk:checked + .c-accordion__head .c-accordion__icon::before {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.c-accordion__chk:checked + .c-accordion__head .c-accordion__icon::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 8px;
}
.c-tabs__label {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 16px;
  color: #fff;
  background-color: #22889C;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-tabs__radio + label {
  cursor: pointer;
}
.c-tabs__radio + label:hover {
  --_darken: 10%;
}
.c-tabs__radio:checked + label {
  color: #22889C;
  background: #fff;
  cursor: default;
}
.c-tabs__radio {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-tabs__label {
    height: 40px;
    padding: 0 8px;
  }
}
.c-tabs__content {
  display: none;
  grid-column: 1/-1;
  padding: 30px;
  background: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-tabs__content {
    padding: 16px 16px 24px;
  }
}
.c-tabs #tab1:checked ~ .is-tab1,
.c-tabs #tab2:checked ~ .is-tab2 {
  display: block;
}

.c-dialog {
  width: 700px;
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .c-dialog {
    width: 100%;
  }
}
.c-dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.c-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.c-dialog__head {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 24px;
}
.c-dialog__body {
  height: auto;
  max-height: calc(100vh - 60px - 60px - 80px);
  padding: 24px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
.c-dialog__foot {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 24px;
}
.c-dialog.is-hide-h .c-dialog__body {
  padding-top: 24px;
}
.c-dialog.is-hide-h .c-dialog__contents {
  height: auto;
  max-height: calc(100vh - 24px - 60px - 80px);
  border-top: none;
  overflow: auto;
}
.c-dialog.is-hide-f .c-dialog__body {
  padding-bottom: 24px;
}
.c-dialog.is-hide-f .c-dialog__contents {
  height: auto;
  max-height: calc(100vh - 24px - 60px - 80px);
  border-bottom: none;
  overflow: auto;
}
.c-dialog.is-hide-hf .c-dialog__body {
  padding: 24px;
}
.c-dialog.is-hide-hf .c-dialog__contents {
  height: auto;
  max-height: calc(100vh - 48px - 80px);
  border-top: none;
  border-bottom: none;
  overflow: auto;
}
.c-dialog__close {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 16px;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}
.c-dialog__close::before, .c-dialog__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #22889C;
  border-radius: 100vmax;
}
.c-dialog__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-dialog__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-dialog__close {
    top: 14px;
    right: 10px;
  }
}

@media screen and (min-width: 961px) {
  body.is-modal-open {
    position: fixed;
    width: 100%;
    padding-right: 15px;
  }
  body.is-modal-open .l-header__nav {
    padding-right: 15px;
  }
}
.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.c-links li + li {
  border-left: 1px solid #ccc;
}
.c-links li a {
  display: inline-block;
  margin: 0 8px;
  padding: 1px 8px;
}

.c-text-link {
  position: relative;
}
.c-text-link::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #22889C;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-text-link:hover {
  color: #22889C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-text-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 48px;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .c-menu {
    display: inherit;
  }
}
.c-menu__hamburger, .c-menu__hamburger > div, .c-menu__wrapper, .c-menu__background, .c-menu__contents {
  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;
}
.c-menu__toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 48px;
  height: 48px;
  opacity: 0;
}
.c-menu__toggle:checked ~ .c-menu__hamburger > div {
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-menu__toggle:checked ~ .c-menu__hamburger > div:before, .c-menu__toggle:checked ~ .c-menu__hamburger > div:after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-menu__toggle:checked ~ .c-menu__hamburger > div:after {
  opacity: 0;
}
.c-menu__toggle:checked ~ .c-menu__wrapper {
  pointer-events: auto;
  visibility: visible;
}
.c-menu__toggle:checked ~ .c-menu__wrapper .c-menu__background {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.c-menu__toggle:checked ~ .c-menu__wrapper .c-menu__contents {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.c-menu__toggle:checked:hover + .c-menu__hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.c-menu__toggle + label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-menu__hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50px;
  height: 48px;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-menu__hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #22889C;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-menu__hamburger > div:before, .c-menu__hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-menu__hamburger > div:after {
  top: 8px;
}
.c-menu__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
}
.c-menu__background {
  width: 240vw;
  height: 240vw;
  color: #FEFEFE;
  background: #22889C;
  border-radius: 100vmax;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.c-menu__contents {
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-menu__links {
  display: block;
  width: 80vw;
  max-height: 100vh;
  margin: 0;
  padding: 0 1em;
  list-style: none;
}
.c-menu__links li {
  border-top: 1px dotted rgba(255, 255, 255, 0.7);
}
.c-menu__links li:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.c-menu__links li a {
  position: relative;
  display: block;
  padding: 12px 8px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.c-menu__links li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-form__input {
  min-width: 200px;
  padding: 8px;
  border: 1px solid #666;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-form__input {
    padding: 12px;
  }
}
.c-form__input:focus {
  border: 1px solid #22889C;
  -webkit-box-shadow: 0 0 0 1px #22889C;
          box-shadow: 0 0 0 1px #22889C;
  outline: none;
}
.c-form__input.is-full {
  width: 100%;
}
.c-form__input.is-tel {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .c-form__input.is-tel {
    width: 100%;
  }
}
.c-form__input.is-post {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .c-form__input.is-post {
    width: 100%;
  }
}
.c-form__item {
  position: relative;
  width: 200px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-form__item {
    width: 100%;
  }
}
.c-form__data {
  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;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .c-form__data {
    width: 100%;
  }
}
.c-form__note {
  font-size: 0.875rem;
}
.c-form__required {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  background: #D00;
  border-radius: 4px;
}
.c-form__select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__select::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.c-form__select:has(select:disabled)::after {
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
}
.c-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 40px 8px 8px;
  color: #333;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__select select {
    padding: 12px 40px 12px 12px;
  }
}
.c-form__select select:focus {
  border: 1px solid #22889C;
  -webkit-box-shadow: 0 0 0 1px #22889C;
          box-shadow: 0 0 0 1px #22889C;
  outline: none;
}
.c-form__select select:disabled, .c-form__select select:disabled:hover {
  background: #F0F1F4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-form__select.is-full {
  width: 100%;
}
.c-form__select.is-full select {
  width: 100%;
}
.c-form__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form__checkbox:checked + .c-form__checkbox-label::before {
  border: 2px solid #22889C;
  background: url(/assets/img/check.svg) no-repeat center, #22889C;
}
.c-form__checkbox-label {
  position: relative;
  display: block;
  line-height: 24px;
  margin-right: 8px;
  padding-left: 28px;
  cursor: pointer;
}
.c-form__checkbox-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #666;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__checkbox:disabled + .c-form__checkbox-label::before {
  background: #F0F1F4;
  border-color: #999;
}
.c-form__checkbox:disabled:checked + .c-form__checkbox-label::before {
  border: 2px solid #90C3CD;
  background: url(/assets/img/check.svg) no-repeat center, #90C3CD;
}
.c-form__checkbox-btn {
  position: relative;
  display: block;
  padding: 4px 16px;
  color: #333;
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  cursor: pointer;
}
.c-form__checkbox:checked + .c-form__checkbox-btn {
  color: #fff;
  background: #22889C;
  border: 1px solid #22889C;
}
.c-form__checkbox:disabled + .c-form__checkbox-btn {
  color: #666;
  background: #F0F1F4;
  border-color: #999;
  cursor: default;
}
.c-form__checkbox:disabled:checked + .c-form__checkbox-btn {
  color: #fff;
  background: #90C3CD;
  border-color: #90C3CD;
}
.c-form__toggle {
  position: relative;
}
.c-form__toggle label {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border: 1px solid #666;
  border-radius: 100vmax;
  cursor: pointer;
}
.c-form__toggle label::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  background: #666;
  border: 3px solid #fff;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-form__toggle label > div {
  min-width: 60px;
  padding: 8px 20px;
  text-align: center;
  z-index: 1;
}
.c-form__toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form__toggle input + label div:first-child {
  color: #fff;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-form__toggle input + label div:last-child {
  color: #333;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-form__toggle input:checked + label::before {
  left: 50%;
  background: #22889C;
}
.c-form__toggle input:checked + label div:first-child {
  color: #333;
  font-weight: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-form__toggle input:checked + label div:last-child {
  color: #fff;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-form__toggle input:disabled + label {
  background: #F0F1F4;
  border-color: #999;
  cursor: default;
}
.c-form__toggle input:disabled + label::before {
  background: #999;
  border-color: #F0F1F4;
}
.c-form__toggle input:disabled + label div:last-child {
  color: #666;
}
.c-form__toggle input:disabled:checked + label::before {
  background: #90C3CD;
}
.c-form__toggle input:disabled:checked + label div:first-child {
  color: #666;
}
.c-form__toggle input:disabled:checked + label div:last-child {
  color: #fff;
}
.c-form__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form__radio-label {
  position: relative;
  margin-right: 8px;
  padding-left: 30px;
  cursor: pointer;
}
.c-form__radio-label::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 100vmax;
  cursor: pointer;
}
.c-form__radio:checked + .c-form__radio-label::before {
  border: 8px solid #22889C;
}
.c-form__radio:disabled + .c-form__radio-label {
  color: #666;
  cursor: default;
}
.c-form__radio:disabled + .c-form__radio-label::before {
  background: #F0F1F4;
  border-color: #999;
}
.c-form__radio:disabled:checked + .c-form__radio-label::before {
  background: #F0F1F4;
  border-color: #90C3CD;
}
.c-form__radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  color: #333;
  text-align: center;
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-form__radio-btn:hover {
    background-color: #F0F1F4;
  }
}
.c-form__radio:checked + .c-form__radio-btn {
  color: #fff;
  font-weight: bold;
  background: #22889C;
  border: 1px solid #22889C;
}
.c-form__radio:disabled + .c-form__radio-btn {
  color: #999;
  border: 1px solid #999;
}
@media (any-hover: hover) {
  .c-form__radio:disabled + .c-form__radio-btn:hover {
    background-color: #fff;
    cursor: default;
  }
}
.c-form__radio:disabled:checked + .c-form__radio-btn {
  color: #fff;
  background: #90C3CD;
  border: 1px solid #90C3CD;
}
@media (any-hover: hover) {
  .c-form__radio:disabled:checked + .c-form__radio-btn:hover {
    background-color: #90C3CD;
    cursor: default;
  }
}
.c-form__radio-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__radio-toggle input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form__radio-toggle input[type=radio]:checked + label {
  color: #fff;
  font-weight: bold;
  background: #22889C;
  border-color: #22889C;
}
.c-form__radio-toggle input[type=radio]:disabled + label {
  color: #666;
  background: #F0F1F4;
  border-color: #999;
  cursor: default;
}
.c-form__radio-toggle input[type=radio]:disabled:checked + label {
  color: #fff;
  font-weight: normal;
  background: #90C3CD;
}
.c-form__radio-toggle input[type=radio]:checked + label + input[type=radio] + label {
  border-left: 1px solid #22889C;
}
.c-form__radio-toggle label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  color: #333;
  text-align: center;
  background: #fff;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-form__radio-toggle label:hover {
    background-color: #F0F1F4;
  }
}
.c-form__radio-toggle label.is-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.c-form__radio-toggle label.is-last {
  border-right: 1px solid #666;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-form__radio-toggle label {
    padding: 4px 10px;
  }
}
.c-form__textarea {
  width: 100%;
  min-height: 200px;
  padding: 8px;
  border: 1px solid #666;
  border-radius: 4px;
  resize: none;
}
@media screen and (max-width: 767px) {
  .c-form__textarea {
    padding: 12px;
  }
}
.c-form__textarea:focus {
  border: 1px solid #22889C;
  -webkit-box-shadow: 0 0 0 1px #22889C;
          box-shadow: 0 0 0 1px #22889C;
  outline: none;
}
.c-form__textarea:disabled {
  border-color: #999;
}

@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.slider-container::before, .slider-container::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 100%;
  z-index: 2;
}
.slider-container::before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, #fff 20%, rgba(255, 255, 255, 0) 100%);
}
.slider-container::after {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(20%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff, #fff 20%, rgba(255, 255, 255, 0) 100%);
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: horizontal-animation 80s linear infinite;
          animation: horizontal-animation 80s linear infinite;
}

.slide {
  width: 400px;
  margin-right: 20px;
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-kv {
  position: relative;
  height: 90vh;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.l-kv.is-contents {
  height: 150px;
  background-image: -webkit-image-set(url("/assets/img/slide1.webp") type("image/webp"), url("/assets/img/slide1.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide1.webp") type("image/webp"), url("/assets/img/slide1.png") type("image/png"));
  background-position: center;
  background-size: cover;
}
.l-kv__catchcopy {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 3.125rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-kv__catchcopy {
    padding: 0;
    text-align: center;
  }
}
.l-kv__slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@-webkit-keyframes slideFade {
  0%, 30%, 100% {
    opacity: 0;
  }
  10%, 20% {
    opacity: 1;
  }
}
@keyframes slideFade {
  0%, 30%, 100% {
    opacity: 0;
  }
  10%, 20% {
    opacity: 1;
  }
}
@-webkit-keyframes slideScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35%, 100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slideScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35%, 100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-kv__slide:nth-of-type(1) {
  background-image: -webkit-image-set(url("/assets/img/slide1.webp") type("image/webp"), url("/assets/img/slide1.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide1.webp") type("image/webp"), url("/assets/img/slide1.png") type("image/png"));
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-kv__slide:nth-of-type(2) {
  background-image: -webkit-image-set(url("/assets/img/slide2.webp") type("image/webp"), url("/assets/img/slide2.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide2.webp") type("image/webp"), url("/assets/img/slide2.png") type("image/png"));
  background-position: center;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.l-kv__slide:nth-of-type(3) {
  background-image: -webkit-image-set(url("/assets/img/slide3.webp") type("image/webp"), url("/assets/img/slide3.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide3.webp") type("image/webp"), url("/assets/img/slide3.png") type("image/png"));
  background-position: center;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.l-kv__slide:nth-of-type(4) {
  background-image: -webkit-image-set(url("/assets/img/slide4.webp") type("image/webp"), url("/assets/img/slide4.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide4.webp") type("image/webp"), url("/assets/img/slide4.png") type("image/png"));
  background-position: center;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.l-kv__slide:nth-of-type(5) {
  background-image: -webkit-image-set(url("/assets/img/slide5.webp") type("image/webp"), url("/assets/img/slide5.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide5.webp") type("image/webp"), url("/assets/img/slide5.png") type("image/png"));
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}
.l-kv__slide:nth-of-type(6) {
  background-image: -webkit-image-set(url("/assets/img/slide6.webp") type("image/webp"), url("/assets/img/slide6.png") type("image/png"));
  background-image: image-set(url("/assets/img/slide6.webp") type("image/webp"), url("/assets/img/slide6.png") type("image/png"));
  background-position: center;
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.l-kv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  -webkit-animation: slideScale 36s ease-in infinite, slideFade 36s infinite;
          animation: slideScale 36s ease-in infinite, slideFade 36s infinite;
}
.l-kv__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-kv__scroll a {
  display: block;
  padding-bottom: 32px;
  color: #fff;
  font-size: 0.875rem;
}
.l-kv__scroll a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-home__about {
  background: #fff;
}
.p-home__about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .p-home__about-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-home__about-list li {
  width: calc((100% - 48px) / 4);
  padding: 8px;
  background: #efefef;
}
@media screen and (max-width: 960px) {
  .p-home__about-list li {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-home__about-list li {
    width: 100%;
  }
}
.p-home__project, .p-home__contact {
  background: #efefef;
}
.p-home .c-btn {
  width: 150px;
}

.p-project__cate1 {
  background: #F0F1F4;
}
.p-project__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 750px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 960px) {
  .p-project__info {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-project__info {
    grid-template-columns: 1fr;
  }
}
.p-project__info-card {
  padding: 16px;
  background: #fff;
}
.p-project__info-card.is-full {
  grid-column: 1/-1;
}
.p-project__cate2 .p-project__info-card {
  background: #F0F1F4;
}
.p-project__info-title {
  margin-bottom: 8px;
  font-size: 18px;
}
.p-project__info-text {
  text-align: left;
}
.p-project__info-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
}
.p-project__info-detail li {
  position: relative;
  padding: 8px;
  background: #F0F1F4;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-project__info-detail li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #22889C;
  border-right: 2px solid #22889C;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-project__info-detail li:hover {
  color: #fff;
  background: #90C3CD;
}
.p-project__cate2 .p-project__info-detail li {
  background: #fff;
}
.p-project__cate2 .p-project__info-detail li:hover {
  color: #fff;
  background: #90C3CD;
}
.p-project__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .p-project__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-project__list li {
  width: calc((100% - 48px) / 4);
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-project__list li {
    width: 90%;
  }
}
.p-project__list li a {
  display: block;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.p-project__list li a:hover {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-project__list li a {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
}
.p-project__cate2 .p-project__list li {
  background: #F0F1F4;
}
.p-project__list-image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.p-project__list-name {
  margin-top: 8px;
  font-size: 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.p-project__list-text {
  padding: 8px;
}
.p-project__list-data {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin: 8px auto 0;
  padding: 0 16px 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-project__list-data {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-project .c-btn__area {
  margin-top: 16px;
  text-align: right;
}
.p-project .c-btn {
  width: 100px;
  text-align: center;
}
.p-project__detail {
  display: grid;
  grid-template-columns: 500px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-project__detail {
    grid-template-columns: 300px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-project__detail {
    grid-template-columns: 1fr;
  }
}
.p-project__detail .p-project__data {
  display: grid;
  grid-template-columns: 80px 1fr;
}
.p-project__detail-text {
  margin-top: 16px;
}
.p-project__schedule-list li {
  padding: 16px;
  text-align: left;
  background: #f6f6f6;
  border-radius: 8px;
}
.p-project__schedule-list li + li {
  margin-top: 16px;
}
.p-project__schedule-month {
  font-weight: bold;
}
.p-project__schedule-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-project__schedule-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-project__schedule-inner {
  max-width: 192px;
  text-align: center;
  border: 1px solid #ccc;
}
.p-project__schedule-date {
  padding: 8px;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.p-project__schedule-room {
  padding: 8px;
  background: #fff;
}
.p-project__location {
  text-align: left;
}
.p-project__location iframe {
  width: 100%;
  height: 250px;
}

.p-info {
  background: #fff;
}
.p-info__list li {
  border-top: 1px dotted #999;
}
.p-info__list li:last-child {
  border-bottom: 1px dotted #999;
}
.p-info__list li a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-info__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #22889C;
  border-right: 2px solid #22889C;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-info__list li a:hover {
  color: #22889C;
  background: #F0F1F4;
}
.p-info__list-area {
  display: grid;
  grid-template-columns: 150px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
  gap: 8px;
  padding: 12px 32px 12px 8px;
}
@media screen and (max-width: 767px) {
  .p-info__list-area {
    display: block;
  }
}

.p-contact__form {
  margin: 0 auto;
  padding: 80px 160px;
  text-align: left;
  background: #F0F1F4;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding: 16px 16px 40px;
  }
}
.p-contact__block {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 16px;
}
.p-contact__block + .p-contact__block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #666;
}
.p-contact__block + .c-btn__area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-contact__block {
    grid-template-columns: 1fr;
  }
  .p-contact__block.is-name .c-form__data {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-contact__block.is-name label {
    width: 30px;
    font-size: 0.875rem;
  }
  .p-contact__block.is-name input {
    width: calc(100% - 38px);
  }
  .p-contact__block + .c-btn__area {
    margin-top: 40px;
  }
}

.u-font__en {
  font-family: "Raleway", sans-serif;
}

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

.u-show__pc {
  display: inherit;
}
@media screen and (max-width: 960px) {
  .u-show__pc {
    display: none;
  }
}

.u-show__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-show__sp {
    display: inherit;
  }
}

.u-omission {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-omission.is-line2 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 48px;
}/*# sourceMappingURL=style.css.map */