:root {
  --cocoon-text-color: #222;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBtm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBtm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.js-left,
.js-left02,
.js-right,
.js-fadein,
[class*=js-bottom] {
  opacity: 0;
}

.is-animated:not(.js-fadein) .js-left {
  -webkit-animation: fadeInLeft 1s forwards;
          animation: fadeInLeft 1s forwards;
}
.is-animated:not(.js-fadein) .js-left02 {
  -webkit-animation: fadeInLeft 1s 2s forwards;
          animation: fadeInLeft 1s 2s forwards;
}
.is-animated:not(.js-fadein) .js-right {
  -webkit-animation: fadeInRight 1s 0.4s forwards;
          animation: fadeInRight 1s 0.4s forwards;
}
.is-animated:not(.js-fadein) [class*=js-bottom] {
  -webkit-animation: fadeInBtm 1s forwards;
          animation: fadeInBtm 1s forwards;
}
.is-animated:not(.js-fadein) .js-bottom02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.is-animated:not(.js-fadein) .js-bottom03 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.is-animated:not(.js-fadein) .js-bottom04 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.is-animated:not(.js-fadein) .js-bottom05 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.is-animated:not(.js-fadein) .js-bottom06 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.is-animated:not(.js-fadein) .js-bottom07 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.is-animated:not(.js-fadein) .js-bottom08 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.is-animated:not(.js-fadein) .js-bottom09 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.is-animated:not(.js-fadein) .js-bottom10 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.is-animated:not(.js-fadein) .js-bottom11 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.is-animated:not(.js-fadein) .js-bottom12 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.is-animated:not(.js-fadein) .js-bottom13 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.is-animated:not(.js-fadein) .js-bottom14 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.is-animated:not(.js-fadein) .js-bottom15 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.is-animated:not(.js-fadein) .js-bottom16 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.is-animated:not(.js-fadein) .js-bottom17 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.is-animated.js-fadein {
  -webkit-animation: fadeInBtm 1s forwards;
          animation: fadeInBtm 1s forwards;
}
@media screen and (min-width: 768px) {
  .is-animated .js-bottom_sp01 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .is-animated .js-bottom_sp02 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
.is-animated.js-anim-cancel .js-left,
.is-animated.js-anim-cancel .js-right,
.is-animated.js-anim-cancel [class*=js-bottom] {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

@media screen and (min-width: 768px) {
  [class*=js-pc_bottom] {
    opacity: 0;
  }
  .is-animated [class*=js-pc_bottom] {
    -webkit-animation: fadeInBtm 1s forwards;
            animation: fadeInBtm 1s forwards;
  }
  .is-animated .js-pc_bottom02 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .is-animated .js-pc_bottom03 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .is-animated .js-pc_bottom04 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .is-animated .js-pc_bottom05 {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .is-animated .js-pc_bottom06 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

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

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}

input, button, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block;
  }
}
.l-section-container {
  margin: 0 auto;
  padding: 0 50px;
  min-width: 1100px;
  max-width: 1440px;
}
@media screen and (max-width: 1023px) {
  .l-section-container {
    padding: 0 14px;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-section-container {
    padding: 0 20px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.loading span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #074c97 0%, #2cb 0%, #3b98ff 100%);
  -webkit-animation: stretchAndShrink 2s ease-in-out forwards;
          animation: stretchAndShrink 2s ease-in-out forwards;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes stretchAndShrink {
  0% {
    width: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes stretchAndShrink {
  0% {
    width: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80% {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 15px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  transition: 0.3s;
}
body.is-scroll .l-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header-container {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  color: #074C97;
}
.l-header__logo p {
  margin-top: 10px;
  font-size: 0.625rem;
  letter-spacing: -0.05em;
}
.l-header.is-topFixed {
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #074c97b0;
  transition: background 0.3s ease;
}
.l-header.is-topFixed .l-header-container {
  color: #fff;
}
html.is-fixed .l-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .is-pc-none {
    display: none !important;
  }
  .l-top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
  .l-top-nav-tel a {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .l-top-nav-tel a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
    background: url(../img/icon-phone.svg) center center/contain no-repeat;
    vertical-align: middle;
  }
  .is-topFixed .l-top-nav .l-top-nav-tel a::before {
    background: url(../img/icon-phone-w.svg) center center/contain no-repeat;
  }
  .l-top-nav-hour {
    font-size: 0.825rem;
  }
  .l-bottom-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }
  .l-bottom-nav__item > a:not(.c-nav-button) {
    padding: 0 17px;
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    white-space: nowrap;
  }
  .l-bottom-nav__item > a:not(.c-nav-button):hover {
    background-color: #074C97;
    color: #fff;
  }
  .l-bottom-nav__item:last-child {
    margin-left: 10px;
  }
  .is-topFixed .l-bottom-nav .l-bottom-nav__item > a:not(.c-nav-button):hover {
    background-color: #fff;
    color: #074C97;
  }
  .l-nav-child {
    display: none;
    position: absolute;
    top: 107px;
    width: 100%;
    left: 0;
    justify-content: flex-end;
    padding: 19px 0 0;
  }
  .l-nav-child__inner {
    background-color: rgba(205, 238, 252, 0.94);
    padding: 30px 35px 35px;
  }
  .l-nav-child__inner::before {
    content: "";
    position: absolute;
    top: 0.5px;
    width: 30px;
    height: 19px;
    background-color: rgba(205, 238, 252, 0.94);
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
            clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .l-nav-child__inner.list01::before {
    right: 683px;
  }
  .l-nav-child__inner.list02::before {
    right: 583px;
  }
  .l-nav-child__inner.list03::before {
    right: 483px;
  }
  .l-nav-child__inner.list04::before {
    right: 373px;
  }
  .l-nav-child__inner.list05::before {
    right: 263px;
  }
  .l-nav-child__list {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    gap: 0 60px;
    background: repeating-linear-gradient(to bottom, transparent, transparent 55px, #fff 55px, #fff 56px);
    background-size: 100% calc(100% - 1px);
  }
  .l-nav-child__list:not(:first-child) {
    border-top: 1px solid #fff;
  }
  .l-nav-child__list--item {
    padding: 16px 0;
    height: 56px;
  }
  .l-nav-child__list--item a {
    color: #333;
  }
  .l-nav-child__list--item a::before {
    content: "";
    display: inline-block;
    margin: -3px 5px 0 0;
    width: 8px;
    height: 12px;
    background: url(../img/icon-arrow-b.svg) center center/contain no-repeat;
    vertical-align: middle;
  }
  .l-nav-child__list--item a:hover {
    opacity: 0.7;
  }
  .l-nav-parent:hover .l-nav-child {
    display: flex;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1059px) {
  .is-tab-none {
    display: none !important;
  }
  .l-header-container {
    padding: 0 25px;
  }
  .l-nav-child__inner.list01::before {
    right: 663px;
  }
  .l-nav-child__inner.list02::before {
    right: 563px;
  }
  .l-nav-child__inner.list03::before {
    right: 463px;
  }
  .l-nav-child__inner.list04::before {
    right: 348px;
  }
  .l-nav-child__inner.list05::before {
    right: 248px;
  }
  .l-nav-child__inner--item {
    width: 100%;
    gap: 30px;
    padding: 14px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-tab-none {
    display: none !important;
  }
  .l-header-container {
    position: relative;
    padding: 0 14px;
  }
  .l-header-container .l-header__logo {
    position: absolute;
    top: 0;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 480px;
  }
  .l-header-container .l-header__logo p {
    margin-top: 0;
  }
  .l-header:not(.is-topFixed) .l-header-container .l-header__logo p {
    color: #999;
  }
    .l-top-nav {
        display: flex;
        flex-wrap: wrap; 
        justify-content: flex-end;
        gap: 10px;
    }

    .l-top-nav li:nth-child(1),
    .l-top-nav li:nth-child(2) {
        flex: 0 1 auto;
    }
.l-top-nav li:nth-child(1) {
    margin-right: 5px;
}

.l-top-nav li:nth-child(2) {
    margin-left: 5px;
}
    .l-top-nav li:nth-child(3),
    .l-top-nav li:nth-child(4) {
        flex: 0 1 100%;
        text-align: right;
        align-self: flex-end;
    }


  .l-bottom-nav {
    margin-top: 18px;
  }
  .l-header__nav-container {
    width: 100%;
  }
  .l-nav-child {
    top: 170px;
    width: 100%;
    justify-content: flex-start;
  }
  .l-nav-child__inner {
    width: 100%;
  }
  .l-nav-child__inner.list01::before {
    right: 650px;
  }
  .l-nav-child__inner.list02::before {
    right: 550px;
  }
  .l-nav-child__inner.list03::before {
    right: 450px;
  }
  .l-nav-child__inner.list04::before {
    right: 340px;
  }
  .l-nav-child__inner.list05::before {
    right: 230px;
  }
  .l-nav-child__list {
    width: 100%;
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .is-sp-none {
    display: none !important;
  }
  .l-header {
    padding: 0;
    background-color: #fff;
  }
  .l-header__logo {
    width: calc(100% - 165px);
  }
  .l-header__nav-bottom {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    transition: 0.3s;
  }
  .l-header__nav-bottom.is-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-left: 75px;
    background: linear-gradient(#cdeefc 0%, #64d0ff 100%);
  }
  .l-header.is-topFixed {
    background-color: transparent;
    box-shadow: none;
    background: #074c97b0;
  }
  .l-header.is-topFixed .l-header-container {
    color: #074C97;
  }
  .sp-fixed-catch {
    display: none;
  }
  .is-topFixed .sp-fixed-catch {
    display: block;
    position: absolute;
    bottom: -40px;
    color: #fff;
  }
  .l-bottom-nav {
    padding: 30px 50px;
    background-color: #fff;
    height: calc(100vh - 55px);
    height: calc(100dvh - 55px);
    overflow: auto;
  }
  .l-bottom-nav__item > a {
    padding: 12px 0;
    font-weight: 600;
  }
  .l-bottom-nav a:not([class*=button]) {
    display: block;
    font-weight: 600;
  }
  .l-bottom-nav .c-nav-button {
    margin: 0 auto;
    width: 190px;
  }
  .l-sp-info {
    padding: 42px 0 20px;
  }
  .l-sp-info p {
    font-size: 0.625rem;
  }
  .l-sp-info > p {
    color: #707070;
  }
  .l-sp-info__item {
    margin-top: 8px;
    text-align: center;
  }
  .l-sp-info__tel a {
    font-size: 1.3125rem;
    text-align: center;
  }
  .l-sp-info__tel a::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -3px 5px 0 0;
    background: url(../img/icon-phone.svg) center center/contain no-repeat;
    vertical-align: middle;
  }
  .l-sp-info__hour {
    color: #074C97;
  }
  .l-nav-parent__title {
    position: relative;
    padding: 12px 48px 12px 0;
    font-weight: 600;
    cursor: pointer;
  }
  .l-nav-parent__title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url(../img/icon-arrow-b.svg) center center/8px auto no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: 0.3s;
    pointer-events: none;
  }
  .l-nav-parent__title.is-open::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .l-nav-child {
    display: none;
    padding-left: 1em;
    font-size: 0.875rem;
  }
  .l-nav-child a {
    padding: 8px 0;
    font-weight: 600;
  }
  .l-header-container {
    align-items: center;
    padding: 0 20px;
  }
  .l-header-sp-nav {
    margin-right: -20px;
  }
  .l-header-sp-nav__list {
    display: flex;
    justify-content: flex-end;
  }
  .l-header-sp-nav__list li:nth-child(2) {
    margin-left: 1px;
  }
  .sp-nav-parent {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 55px;
    height: 55px;
    background-color: #eee;
  }
  .sp-nav-parent::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #074C97 url(../img/icon-close.svg) center center/12px 12px no-repeat;
    transition: 0.3s;
    opacity: 0;
  }
  .sp-nav-parent__img {
    text-align: center;
  }
  .sp-nav-parent__img img {
    width: auto;
    height: 17px;
  }
  .sp-nav-parent__text {
    display: block;
    font-size: 0.625rem;
    color: #074C97;
    text-align: center;
  }
  .sp-nav-parent.gnav-button {
    background: linear-gradient(90deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  }
  .sp-nav-parent.gnav-button::before {
    background: transparent url(../img/icon-close.svg) center center/12px 12px no-repeat;
  }
  .sp-nav-parent.gnav-button.is-open .sp-nav-parent__img {
    display: none;
  }
  .sp-nav-parent.is-open::before {
    opacity: 1;
  }
  .sp-nav-parent.is-open + .sp-nav-child {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sp-nav-child {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    transition: 0.3s;
  }
  .sp-nav-child__ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 76px;
    background-color: #074C97;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
  }
  .sp-nav-child__ttl img {
    width: auto;
    height: 20px;
  }
  .sp-nav-child__list {
    height: calc(100vh - 131px);
    overflow: auto;
  }
  .sp-nav-child__list a {
    display: block;
    padding: 17px 30px 15px;
    border-top: 1px solid #ccc;
    color: #333;
  }
  .sp-nav-child__list--catalog {
    display: none;
  }
  .sp-nav-child__list--catalog a {
    padding: 17px 30px 15px 45px;
  }
  .sp-nav-child__list ul:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.sp-nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 30px 15px;
  color: #333;
  cursor: pointer;
}
.sp-nav-title::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon-arrow-b.svg) center center/8px auto no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: 0.3s;
  pointer-events: none;
}
.sp-nav-title.is-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.l-footer {
  margin-top: 40px;
}

.l-footer-contact {
  position: relative;
  background-color: rgba(112, 112, 112, 0.86);
}
.l-footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../img/bg-contact.jpg) 0 0/cover no-repeat;
  z-index: 1;
}
.l-footer-contact .c-sub-title {
  letter-spacing: -0.025em;
}
.l-footer-contact__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 75px 0 55px;
  width: 980px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer-contact__container {
    padding: 75px 14px 55px;
    width: 100%;
  }
}
.l-footer-contact__left {
  position: relative;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer-contact__left {
    padding-right: 15px;
  }
}
.l-footer-contact__left--header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 37px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer-contact__right {
    padding-left: 15px;
  }
}
.l-footer-contact .c-footer-description {
  font-size: 1.125rem;
  font-weight: 600;
}
.l-footer-contact .c-footer-text {
  margin-top: 28px;
  letter-spacing: 0.095em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-footer-contact .c-footer-text br {
    display: none;
  }
}
.l-footer-contact .c-footer-phone {
  margin-top: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.l-footer-contact .c-footer-phone::before {
  content: "";
  display: inline-block;
  margin: -10px -8px 0 0;
  width: 30px;
  height: 30px;
  background: url(../img/icon-phone-w.svg) center center/contain no-repeat;
  vertical-align: middle;
}
.l-footer-contact .c-footer-hours {
  padding: 2px 0 17px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .l-footer-contact {
    height: 400px;
  }
  .l-footer-contact::before {
    width: 100%;
    height: 50%;
  }
  .l-footer-contact::after {
    top: 50%;
    width: 100%;
    height: 50%;
  }
  .l-footer-contact .c-sub-title {
    font-size: 1.875rem;
  }
  .l-footer-contact__container {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 400px;
  }
  .l-footer-contact__left {
    padding: 0 20px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    height: 200px;
  }
  .l-footer-contact__left--header {
    gap: 5px;
  }
  .l-footer-contact__right {
    padding: 34px 20px 0;
    height: 200px;
    text-align: center;
  }
  .l-footer-contact .c-footer-description {
    font-size: 0.625rem;
  }
  .l-footer-contact .c-footer-text {
    margin-top: 13px;
    font-size: 0.75rem;
  }
  .l-footer-contact .c-footer-phone {
    margin-top: 0;
    font-size: 1.875rem;
  }
  .l-footer-contact .c-footer-phone::before {
    margin: -10px -8px 0 0;
    width: 20px;
    height: 20px;
  }
  .l-footer-contact .c-footer-hours {
    padding: 2px 0 17px;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.l-footer-company-info {
  position: relative;
  padding: 48px 0;
  background-color: #555;
}
.l-footer-company-info .l-section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer-company-info .c-footer-company-logo-group {
  display: flex;
  align-items: baseline;
  gap: 25px;
}
.l-footer-company-info .c-footer-company-logo {
  width: 160px;
}
.l-footer-company-info .c-footer-company-tagline {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-footer-company-info .c-footer-company-address {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #fff;
}

.c-footer-sns {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
}
.c-footer-sns a:hover {
  opacity: 0.7;
}

.c-footer-youtube {
  width: 40px;
}

.c-footer-instagram {
  width: 35px;
}

.l-footer-company__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  width: 374px;
  height: 107px;
  background-color: #fff;
  text-align: center;
}
.l-footer-company__right .c-footer-group-logo {
  width: 236px;
}
.l-footer-company__right .c-footer-company-description {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

.l-footer-nav {
  background-color: #074C97;
  color: #fff;
  padding: 30px 0;
}
.l-footer-nav .c-footer-navigation {
  margin-bottom: 30px;
}
.l-footer-nav .c-footer-navigation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 39px;
}
.l-footer-nav .c-footer-navigation a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-footer-copyright {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .l-footer-company-info {
    padding: 44px 0 40px;
  }
  .l-footer-company-info .l-section-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer-company-info .c-footer-company-logo-group {
    gap: 20px;
  }
  .l-footer-company-info .c-footer-company-logo {
    width: 130px;
  }
  .l-footer-company-info .c-footer-company-tagline {
    font-size: 0.875rem;
  }
  .l-footer-company-info .c-footer-company-address {
    margin-top: 25px;
    font-size: 0.75rem;
  }
  .c-footer-sns {
    gap: 25px;
    margin-top: 28px;
  }
  .c-footer-youtube {
    width: 34px;
  }
  .c-footer-instagram {
    width: 30px;
  }
  .l-footer-company__right {
    margin-top: 25px;
    width: 100%;
    height: 96px;
  }
  .l-footer-company__right .c-footer-group-logo {
    width: 212px;
  }
  .l-footer-company__right .c-footer-company-description {
    font-size: 0.6875rem;
  }
  .l-footer-nav {
    padding: 30px 0;
  }
  .l-footer-nav .c-footer-navigation {
    margin-bottom: 30px;
  }
  .l-footer-nav .c-footer-navigation ul {
    align-items: flex-start;
    gap: 25px;
  }
  .l-footer-nav .c-footer-navigation ul li {
    width: calc((100% - 25px) / 2);
  }
  .l-footer-nav .c-footer-navigation a {
    font-size: 0.875rem;
  }
  .c-footer-copyright {
    font-size: 0.625rem;
    text-align: center;
  }
}
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  transition: 0.3s;
  z-index: 1000;
}
.pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #074C97;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagetop a::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pagetop.is-fixed {
  position: absolute;
  top: -25px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .pagetop {
    right: 0;
    bottom: 40px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
  }
  .pagetop a::after {
    top: 18px;
    left: 14px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .pagetop.is-fixed {
    top: -20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main:not(.p-home) .p-hero {
  position: relative;
  height: 400px;
}
main:not(.p-home) .p-hero__container {
  padding: 0;
}
main:not(.p-home) .p-hero-title {
  position: absolute;
  left: 0;
  display: flex;
  height: 100px;
  background: linear-gradient(90deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  main:not(.p-home) .p-hero-title {
    align-items: center;
    gap: 0 10px;
    bottom: 30px;
    padding: 10px 0 0 50px;
    width: 720px;
  }
}
main:not(.p-home) .p-hero-title__en {
  display: block;
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
main:not(.p-home) .p-hero-title__jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  main:not(.p-home) .p-hero {
    margin-bottom: 30px;
    height: 250px;
  }
  main:not(.p-home) .p-hero-title {
    flex-direction: column;
    justify-content: center;
    width: 336px;
    padding-left: 20px;
    bottom: -30px;
  }
  main:not(.p-home) .p-hero-title__en {
    font-size: 2.0rem;
  }
  main:not(.p-home) .p-hero-title__jp {
    font-size: 0.875rem;
  }
}
.l-breadcrumbs-list {
  display: flex;
flex-wrap: wrap;
  gap: 0 18px;
  align-items: center;
  padding: 28px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumbs-list {
    padding: 15px 0 40px;
  }
}
.l-breadcrumbs-list li {
  color: #999;
  font-size: 0.75rem;
}
.l-breadcrumbs-list a {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #999;
}
.l-breadcrumbs-list a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.246%22%20height%3D%2211.941%22%20viewBox%3D%220%200%207.246%2011.941%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3247%22%20data-name%3D%22%E3%83%91%E3%82%B9%203247%22%20d%3D%22M7.806-4.786a.656.656%2C0%2C0%2C0%2C0-.928L2.492-11.028a.656.656%2C0%2C0%2C0-.928%2C0l-.62.62a.656.656%2C0%2C0%2C0%2C0%2C.927L5.154-5.25.943-1.019a.656.656%2C0%2C0%2C0%2C0%2C.927l.62.62a.656.656%2C0%2C0%2C0%2C.928%2C0Z%22%20transform%3D%22translate(-0.752%2011.22)%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-breadcrumbs-list a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (min-width: 1060px) {
  .l-contents-wrapper {
    display: flex;
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1059px) {
  .l-contents-wrapper {
    display: flex;
    gap: 40px;
  }
}

.l-side {
  width: 260px;
}
@media screen and (min-width: 1024px) and (max-width: 1059px) {
  .l-side {
    width: 240px;
  }
}
@media screen and (max-width: 1023px) {
  .l-side {
    display: none;
  }
}

.l-side-nav {
  border: 1px solid #ccc;
  border-width: 1px 1px 0 1px;
}
.l-side-nav:not(:first-child) {
  margin-top: 40px;
}
.l-side-nav__title {
  position: relative;
  padding: 14px 20px 13px;
  background: linear-gradient(90deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}
.l-side-nav__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../img/icon-plus.svg) center center/contain no-repeat;
}
.l-side-nav__title.is-open::after {
  background: url(../img/icon-minus.svg) center center/contain no-repeat;
}
.l-side-nav__list {
  display: none;
  color: #074C97;
}
.l-side-nav__list > li {
  border-bottom: 1px solid #ccc;
}
.l-side-nav__list > li > a, .l-side-nav__list > li span {
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
}
.l-side-nav__list--child {
  display: none;
  border-top: 1px solid #ccc;
}
.l-side-nav__list--child li a {
  display: block;
  padding: 14px 32px;
  font-size: 0.875rem;
}
.l-side-nav__list li:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-side-nav .l-side-parent__title {
  display: block;
  position: relative;
}
.l-side-nav .l-side-parent__title::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 12px;
  background: url(../img/icon-arrow-b.svg) center center/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-side-nav .l-side-parent__title.is-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 1024px) {
  .l-contents {
    width: calc(100% - 320px);
  }
}
.c-title {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.c-text {
  /* margin-top: 30px; */
  width: 375px;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-text {
    /* margin-top: 15px; */
    width: 180px;
    font-size: 0.625rem;
    text-align: justify;
  }
}

.c-logo {
  padding-top: 8px;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .c-logo {
    padding-top: 0;
    width: 113px;
  }
}

.c-sub-title {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.05;
  -webkit-animation: gradientEffect 2.5s infinite alternate;
          animation: gradientEffect 2.5s infinite alternate;
}
@media screen and (max-width: 768px) {
  .c-sub-title {
    font-size: 2.5rem;
  }
}

@-webkit-keyframes gradientEffect {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}

@keyframes gradientEffect {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
.c-gradient-title {
  position: relative;
  padding: 7px 10px 8px 20px;
  background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #efedef 47.69%, #d0e5f1 71.96%, #eee 100%);
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  color: #074c97;
}
.c-gradient-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(#074c97 0%, #0d5bb0 0%, #3b98ff 100%);
}
@media screen and (max-width: 768px) {
  .c-gradient-title {
    padding: 6px 10px 7px 20px;
    background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #efedef 47.69%, #d0e5f1 71.96%, #eee 100%);
    font-size: 1.125rem;
  }
}

.c-border-title {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 4px solid #ccc;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #074c97;
}
.c-border-title::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 300px;
  height: 4px;
  background-color: #074c97;
}
@media screen and (max-width: 768px) {
  .c-border-title {
    font-size: 1rem;
  }
  .c-border-title::after {
    width: 240px;
  }
}

.c-nav-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  background: linear-gradient(90deg, #d64093 0%, #a074ff 53.97%, #1a86ff 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  color: #fff;
}
.c-nav-button span {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
}
.c-nav-button span::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 15px;
  background: url(../img/icon-mail.svg) center center/contain no-repeat;
  vertical-align: middle;
}
.c-nav-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #d64093 0%, #a074ff 53.97%, #1a86ff 100%);
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
.c-nav-button:hover::after {
  opacity: 1;
}

.c-footer-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 367px;
  height: 80px;
  background: linear-gradient(90deg, #d64093 0%, #b95ad1 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-footer-button {
    width: 100%;
    max-width: 367px;
  }
}
.c-footer-button span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  z-index: 5;
}
.c-footer-button span::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 23px;
  height: 18px;
  background: url(../img/icon-mail.svg) center center/contain no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-footer-button span {
    font-size: 0.875rem;
  }
  .c-footer-button span::before {
    width: 15px;
    height: 12px;
  }
}
.c-footer-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #d64093 0%, #b95ad1 100%);
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
.c-footer-button:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-footer-button {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 60px;
  }
}

.c-blue-button,
.c-search-button {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  background: linear-gradient(90deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  border: 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.c-blue-button span,
.c-search-button span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  text-align: center;
}
.c-blue-button::after,
.c-search-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(270deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}
.c-blue-button:hover::after,
.c-search-button:hover::after {
  opacity: 1;
}

.c-blue-button span::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: url(../img/icon-arrow-w.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-blue-button {
    height: 40px;
    font-size: 0.875rem;
  }
  .c-blue-button span::after {
    right: 8px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}

.c-search-button span::before {
  content: "";
  display: inline-block;
  margin: -3px 13px 0 0;
  width: 16px;
  height: 16px;
  background: url(../img/icon-search.svg) center center/contain no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-search-button {
    height: 40px;
  }
  .c-search-button span::before {
    margin: -2px 8px 0 0;
    width: 14px;
    height: 14px;
  }
}

.p-home .main section {
  overflow: hidden;
}
.p-home .p-hero {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.p-home .p-hero .p-hero__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.p-home .p-hero .l-section-container {
  position: relative;
  z-index: 1;
}

  @media (max-width: 768px) {
    .p-hero {
      position: relative;
    }
    .c-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      color: #fff;
      font-size: 1rem;
      background: rgba(0, 0, 0, 0.5);
      padding: 10px;
      border-radius: 5px;
      width: 100%;
    }
    .p-hero__video {
      position: relative;
      z-index: 1;
    }
  }



/*
.p-home .p-hero {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.p-home .p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/top/img-hero.jpg");
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: zoomOutFadeIn 20s ease 2s forwards;
          animation: zoomOutFadeIn 20s ease 2s forwards;
  opacity: 0;
  z-index: -1;
}
.p-home .p-hero__container {
  padding: 235px 35px 0;
}
*/
.p-hero-scroll {
  position: absolute;
  right: 13px;
  bottom: 335px;
  color: #fff;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-hero-scroll::after {
  content: "";
  position: absolute;
  top: 4.5em;
  left: 10px;
  width: 1px;
  height: 60px;
  background-color: #fff;
  -webkit-animation: scrollHeight 3s ease infinite;
          animation: scrollHeight 3s ease infinite;
}

@-webkit-keyframes zoomOutFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOutFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scrollHeight {
  0% {
    height: 60px;
  }
  50% {
    height: 120px;
  }
  100% {
    height: 60px;
  }
}
@keyframes scrollHeight {
  0% {
    height: 60px;
  }
  50% {
    height: 120px;
  }
  100% {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-hero {
    height: 505px;
  }
  .p-home .p-hero::before {
/*    background-image: url("../img/top/img-hero-sp.jpg");*/
    background-position: right bottom;
  }
  .p-home .p-hero__container {
    padding: 0 0 0;
    margin-top: 400px;
  }
}
@media screen and (min-width: 768px) {
.p-home .p-hero__container {
display:none;
}
}
.p-lineup-boxes {
  position: relative;
}
.p-lineup-boxes__container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
}

.p-lineup-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 230px;
  height: 148px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-lineup-item:nth-child(1) {
  background-color: rgba(238, 68, 153, 0.9);
}
.p-lineup-item:nth-child(2) {
  background-color: rgba(34, 204, 187, 0.9);
}
.p-lineup-item:nth-child(3) {
  background-color: rgba(250, 153, 4, 0.9);
}
.p-lineup-item:nth-child(4) {
  background-color: rgba(7, 48, 125, 0.9);
}
.p-lineup-item::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: calc(50% - 6px);
  width: 14px;
  height: 12px;
  background: url(../img/icon-arrow-w.svg) center center/contain no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-lineup-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.p-lineup-title {
  color: #fff;
  text-align: center;
}
.p-lineup-title__en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.25rem;
}
.p-lineup-title__jp {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-lineup-boxes {
    gap: 18px;
  }
  .p-lineup-boxes__container {
    padding: 0 14px;
    width: 100%;
  }
  .p-lineup-item {
    width: calc((100% - 54px) / 4);
  }
  .p-lineup-title__en {
    font-size: 1.125rem;
  }
  .p-lineup-title__jp {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup-boxes__container {
    margin-top: 30px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .p-lineup-item {
    width: calc((100% - 15px) / 2);
    height: 80px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-lineup-item::after {
    bottom: 8px;
    left: calc(50% - 5px);
    width: 10px;
    height: 8px;
  }
  .p-lineup-title__en {
    font-size: 1rem;
    line-height: 1;
  }
  .p-lineup-title__jp {
    font-size: 0.625rem;
    line-height: 1.5rem;
  }
}
.p-about {
  padding-top: 92px;
  height: 750px;
  background: linear-gradient(#cdeefc 0%, #64d0ff 100%);
}
.p-about .l-section-container {

}

.p-about-group {
  display: flex;
  justify-content: flex-end;
  letter-spacing: 0.15em;
}
.p-about-group__logo {
  width: 236px;
}
.p-about-group__text {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-about-detail {
  display: flex;
  margin-top: 55px;
}
.p-about-detail__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 90px 0 0;
}
.p-about-detail__left--container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about-detail__logo {
  margin-top: 30px;
}
.p-about-detail__right {
  width: 50%;
}
.p-about-detail__right--container {
  margin-bottom: 20px;
  padding: 35px 40px 30px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.p-about-detail__right--container strong {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-about-detail__right .c-blue-button {
  width: 200px;
}

.p-about-title {
  background: linear-gradient(90deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-about-list {
  margin-top: 30px;
}
.p-about-list li {
  font-size: 0.9375rem;
  line-height: 2.4;
}
.p-about-list li::before {
  content: "";
  display: inline-block;
  margin: -3px 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #074C97;
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-about .l-section-container {
    background: none;
  }
  .p-about-detail__left {
    width: 35%;
    padding: 30px 60px 0 0;
  }
  .p-about-detail__right {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 240px;
    height: auto;
  }
  .p-about .l-section-container {
    background-position: 0 105px;
    background-size: 122px auto;
  }
  .p-about-group {
    margin-bottom: 25px;
    letter-spacing: 0.1em;
  }
  .p-about-group__logo {
    width: 190px;
  }
  .p-about-group__text {
    padding-left: 1em;
    font-size: 0.6875rem;
  }
  .p-about-detail {
    flex-direction: column;
    margin-top: 55px;
    padding-bottom: 40px;
  }
  .p-about-detail__left {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 40px 0 0;
  }
  .p-about-detail__left--container {
    flex-direction: row;
    gap: 20px;
  }
  .p-about-detail__logo {
    margin-top: 0;
  }
  .p-about-detail__right {
    margin-top: 60px;
    width: 100%;
  }
  .p-about-detail__right--container {
    margin-bottom: 20px;
    padding: 28px 0 28px 30px;
  }
  .p-about-detail__right--container strong {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .p-about-list li {
    text-indent: -1.1em;
    margin-left: 1em;
    line-height: 1.5;
    font-size: 0.8125rem;
  }
  .p-about-list li::before {
    width: 12px;
    height: 12px;
  }
  .p-about-list li + li {
    margin-top: 12px;
  }
}
.p-category {
  position: relative;
  margin-top: 80px;
  padding-bottom: 60px;
}
.p-category::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: calc(100% - 300px);
  height: calc(100% - 15px);
  background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #efedef 47.69%, #d0e5f1 71.96%, #eee 100%);
  z-index: -1;
  opacity: 0;
  -webkit-animation: fadeInRight 1s 0.4s forwards;
          animation: fadeInRight 1s 0.4s forwards;
}

.p-category-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.p-category-title {
  background: linear-gradient(90deg, #e49 0%, #3b98ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-category-description {
  font-weight: 700;
  color: #074C97;
}

.p-category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 25px auto 0;
  max-width: 1240px;
  gap: 28px;
}
.p-category-list__item {
  display: flex;
  align-items: center;
  width: calc((100% - 84px) / 4);
  height: 217px;
  padding: 0 2.26%;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(7, 76, 151, 0.5);
  text-align: center;
  transition: 0.3s;
}
.p-category-list__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.p-category-figure {
  aspect-ratio: 233/116;
  text-align: center;
}
.p-category-figure img {
  width: auto;
  height: 100%;
}

.p-category-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  height: 48px;
  font-weight: 500;
  color: #074c97;
}

.p-category-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 40px auto 0;
  padding-left: 20px;
}
.p-category-search__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #074C97;
  letter-spacing: 0.1em;
}
.p-category-search__input {
  width: 427px;
  height: 60px;
  padding: 0 10px 0 25px;
  border: 1px solid #707070;
  border-radius: 6px;
  font-size: 1.25rem;
}

.p-category-search-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-category-search-group .c-search-button {
  width: 109px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-category-list {
    gap: 22px;
  }
  .p-category-list__item {
    width: calc((100% - 44px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-category {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .p-category::after {
    top: 15px;
    right: 0;
    width: calc(100% - 60px);
    height: calc(100% - 15px);
    background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #d1e5f1 100%);
  }
  .p-category-header {
    flex-direction: column;
    gap: 6px;
  }
  .p-category-description {
    font-size: 0.875rem;
  }
  .p-category-list {
    flex-wrap: wrap;
    margin: 35px auto 0;
    gap: 15px;
  }
  .p-category-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 15px) / 2);
    height: auto;
    aspect-ratio: 160/125;
    padding: 10px 10px 0;
  }
  .p-category-figure {
    margin: 0 auto;
    height: 16vw;
  }
  .p-category-caption {
    margin-top: 5px;
    height: 36px;
    font-size: 0.75rem;
  }
  .p-category-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 55px auto 0;
    padding-left: 0;
  }
  .p-category-search__text {
    font-size: 1rem;
  }
  .p-category-search__input {
    width: calc(100% - 85px);
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1rem;
  }
  .p-category-search__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .p-category-search__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-category-search__input::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-category-search__input::placeholder {
    font-size: 0.875rem;
  }
  .p-category-search__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .p-category-search__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-category-search-group {
    width: 100%;
    gap: 10px;
  }
  .p-category-search-group .c-search-button {
    width: 75px;
    font-size: 0.875rem;
  }
}
.p-pickup {
  position: relative;
  margin-top: 107px;
}
/*
.p-pickup::after {
  content: "";
  position: absolute;
  top: 240px;
  left: 0;
  width: calc(100% - 120px);
  height: 442px;
  background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #efedef 47.69%, #d0e5f1 71.96%, #eee 100%);
  z-index: -1;
}
*/
.p-pickup-title {
  background: linear-gradient(90deg, #074c97 0%, #2cb 0%, #3b98ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-pickup-description {
  margin-top: 10px;
  font-weight: 700;
  color: #074C97;
}

.p-pickup-list {
  position: relative;
  left: 20px;
  margin: -60px -50px 0 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-pickup-list {
    min-width: 1390px;
  }
}
.p-pickup-list__item {
  height: 370px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(7, 76, 151, 0.5);
}
.p-pickup-list__item a {
  display: block;
  height: 100%;
}
.p-pickup-list__item a:hover {
  opacity: 0.7;
}
.p-pickup-list__item a:hover .p-pickup-img .c-blue-button::after {
  opacity: 1;
}

.p-pickup-img {
  position: relative;
}
.p-pickup-img .c-blue-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.p-pickup-img .c-blue-button span::after {
  right: calc(50% - 7px);
}

.swiper-slide-prev,
.swiper-slide-active {
  margin-top: 150px;
}

.swiper-slide-next {
  margin-top: 100px;
}
.swiper-slide-next + .swiper-slide {
  margin-top: 50px;
}

.p-pickup-buttons {
  display: flex;
  justify-content: flex-end;
}
.p-pickup-buttons .c-blue-button {
  margin-top: -60px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-pickup-buttons .c-blue-button {
    margin-top: -50px;
  }
}
.p-pickup-buttons .c-blue-button span::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: 14px 14px;
  aspect-ratio: 1/1;
}
.p-pickup-buttons .c-blue-button.button-prev, .p-pickup-buttons .c-blue-button.button-next {
  align-items: flex-start;
}
.p-pickup-buttons .c-blue-button.button-prev {
  border-right: 1px solid #fff;
}
.p-pickup-buttons .c-blue-button.button-prev span {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pickup-caption {
  padding: 25px 20px 10px;
}
.p-pickup-caption__name {
  font-size: 0.75rem;
}
.p-pickup-caption__text {
  margin: 15px 0 12px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #074C97;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-pickup-caption__description {
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-pickup-banners {
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.p-pickup-banner {
  position: relative;
  width: calc(50% - 20px);
  aspect-ratio: 630/161;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.p-pickup-banner::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  width: 14px;
  height: 12px;
  background: url(../img/icon-arrow-w.svg) center center/contain no-repeat;
  pointer-events: none;
}
.p-pickup-banner a {
  display: block;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.p-pickup-banner a:hover {
  opacity: 0;
}
.p-pickup-banner.banner-item01, .p-pickup-banner.banner-item01 a {
  background-image: url(../img/top/bnr-pickup-1.png);
}
.p-pickup-banner.banner-item02, .p-pickup-banner.banner-item02 a {
  background-image: url(../img/top/bnr-pickup-2.png);
}
.p-pickup-banner.banner-item03, .p-pickup-banner.banner-item03 a {
  background-image: url(../img/top/bnr-pickup-3.png);
}
.p-pickup-banner.banner-item04, .p-pickup-banner.banner-item04 a {
  background-image: url(../img/top/bnr-pickup-4.png);
}

@media screen and (max-width: 768px) {
  .p-pickup {
    margin-top: 60px;
    overflow: hidden;
  }
  .p-pickup::after {
    top: 185px;
    width: 100%;
    height: 409px;
    background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #d1e5f1 100%);
  }
  .p-pickup .c-sub-title {
    font-size: 1.875rem;
  }
  .p-pickup-description {
    margin-top: 16px;
    font-size: 0.875rem;
  }
  .p-pickup-list {
    left: 0;
    margin: -40px -50px 0 0;
    padding-bottom: 90px;
  }
  .p-pickup-list__item {
    min-height: 294px;
    aspect-ratio: 257/294 !important;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(7, 76, 151, 0.5);
  }
  .p-pickup-img .c-blue-button {
    width: 40px;
    height: 40px;
  }
  .p-pickup-img .c-blue-button span::after {
    right: calc(50% - 7px);
  }
  .swiper-slide-prev,
  .swiper-slide-active {
    margin-top: 0;
    top: 80px;
  }
  .swiper-slide-next {
    margin-top: 0;
    top: 40px;
  }
  .swiper-slide-next + .swiper-slide {
    margin-top: 0;
  }
  .p-pickup-buttons {
    display: flex;
    justify-content: flex-end;
  }
  .p-pickup-buttons .c-blue-button {
    margin-top: 20px;
    width: 32px;
    height: 32px;
  }
  .p-pickup-buttons .c-blue-button span::after {
    right: calc(50% - 7px);
  }
  .p-pickup-caption {
    padding: 25px 20px 10px;
  }
  .p-pickup-caption__name {
    font-size: 0.625rem;
  }
  .p-pickup-caption__text {
    margin: 15px 0 12px;
    font-size: 1rem;
  }
  .p-pickup-caption__description {
    font-size: 0.8125rem;
  }
  .p-pickup-banners {
    margin-top: 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .p-pickup-banner {
    padding: 0;
    width: calc(100% - 20px);
  }
  .p-pickup-banner:nth-child(2n) {
    margin-left: 20px;
  }
  .p-pickup-banner a::after {
    right: 15px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
}
.p-office {
  position: relative;
  margin-top: 95px;
}

.p-office-title {
  background: linear-gradient(90deg, #fa9904 0%, #fa9904 0%, #e2e69d 47.7%, #32cfc1 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-office-description {
  margin-top: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #074C97;
}

.p-office-figure {
  margin: 10px 0 40px -80px;
  width: 476px;
}

.p-office-content {
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -670px;
  width: 476px;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-office-content {
    left: 50px;
    margin-left: 0;
  }
}
.p-office-content .c-blue-button {
  width: 200px;
}

.p-office-map {
  margin: 0 auto;
  padding-left: 192px;
  width: 1440px;
  height: 742px;
}

.p-office-map-container {
  height: 100%;
  padding: 180px 0 0 318px;
  background: url(../img/top/bg-map.png) right top/100% auto no-repeat;
}

.p-office-map-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(221, 105, 31);
}

.p-office-map-links {
  position: relative;
  width: 510px;
  height: 245px;
}
.p-office-map-links.map-saitama {
  padding-top: 35px;
}
.p-office-map-links.map-tokyo {
  padding: 100px 0 0 300px;
}

.p-office-map-list li {
  position: absolute;
  font-weight: 700;
  color: #074C97;
}
.p-office-map-list a:not(.icon-right)::before,
.p-office-map-list a.icon-right::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 63px;
  margin: 0 -5px;
  background: url(../img/top/icon-marker.svg) center center/contain no-repeat;
  vertical-align: baseline;
}
.p-office-map-list .office-kawagoe {
  top: 3px;
  left: 170px;
}
.p-office-map-list .office-sanjyo {
  top: 3px;
  left: 325px;
}
.p-office-map-list .office-sayama {
  top: 95px;
  left: 125px;
}
.p-office-map-list .office-miyoshi {
  top: 110px;
  left: 250px;
}
.p-office-map-list .office-miyoshi a {
  display: flex;
  align-items: center;
}
.p-office-map-list .office-miyoshi a::before {
  margin: 0;
}
.p-office-map-list .office-tokorozawa {
  top: 155px;
  left: 85px;
}
.p-office-map-list .office-niiza {
  top: 175px;
  left: 285px;
}
.p-office-map-list .office-wako {
  top: 160px;
  left: 395px;
}
.p-office-map-list .office-higashiyamato {
  top: -3px;
  left: 100px;
}
.p-office-map-list .office-tachikawa {
  top: 60px;
  left: 70px;
}
.p-office-map-list .office-kunitachi {
  top: 130px;
  left: 115px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-office-content {
    top: -20px;
    width: 300px;
  }
  .p-office-figure {
    width: 300px;
  }
  .p-office-map {
    padding-left: 0;
    margin-left: 0;
  }
  .p-office-map-container {
    height: 100%;
    padding: 180px 0 0 318px;
    background: url(../img/top/bg-map.png) calc(100% - 90px) top/100% auto no-repeat;
  }
  .p-office-map-links {
    position: relative;
    width: 510px;
    height: 245px;
  }
}
@media screen and (max-width: 768px) {
  .p-office {
    margin-top: 75px;
    padding-top: 100px;
  }
  .p-office-header {
    padding: 0 20px;
  }
  .p-office-description {
    margin-top: 5px;
    font-size: 0.875rem;
  }
  .p-office-figure {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    text-align: right;
  }
  .p-office-figure img {
    width: 239px;
  }
  .p-office-content {
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .p-office-content .c-blue-button {
    margin: 90px 0 0 calc(100% - 180px);
    width: 160px;
  }
  .p-office-map {
    margin: 10px auto 0;
    padding-left: 0;
    width: 100%;
    height: 483px;
  }
  .p-office-map-container {
    height: 100%;
    padding: 115px 20px 0;
    background: url(../img/top/bg-map.png) calc(50% + 32px) center/auto 100% no-repeat;
  }
  .p-office-map-title {
    font-size: 1.125rem;
  }
  .p-office-map-links {
    position: relative;
    margin: -10px auto 0;
    width: 100%;
    max-width: 335px;
    height: 170px;
  }
  .p-office-map-links.map-tokyo {
    padding: 85px 0 0 195px;
  }
  .p-office-map-list li {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .p-office-map-list a:not(.icon-right)::before,
  .p-office-map-list a.icon-right::after {
    width: 24px;
    height: 40px;
    margin: 4px -4px;
  }
  .p-office-map-list .office-kawagoe {
    top: 15px;
    left: 105px;
  }
  .p-office-map-list .office-sanjyo {
    top: 15px;
    left: 215px;
  }
  .p-office-map-list .office-sayama {
    top: 72px;
    left: 85px;
  }
  .p-office-map-list .office-miyoshi {
    top: 88px;
    left: 163px;
  }
  .p-office-map-list .office-miyoshi a {
    display: flex;
    align-items: center;
  }
  .p-office-map-list .office-miyoshi a::before {
    margin: 0 4px;
  }
  .p-office-map-list .office-tokorozawa {
    top: 115px;
    left: 60px;
  }
  .p-office-map-list .office-niiza {
    top: 125px;
    left: 185px;
  }
  .p-office-map-list .office-wako {
    top: 120px;
    left: 260px;
  }
  .p-office-map-list .office-higashiyamato {
    top: 7px;
    left: 70px;
  }
  .p-office-map-list .office-tachikawa {
    top: 45px;
    left: 40px;
  }
  .p-office-map-list .office-tachikawa a {
    display: flex;
    align-items: baseline;
  }
  .p-office-map-list .office-tachikawa a::before {
    margin: 8px 0 15px;
  }
  .p-office-map-list .office-kunitachi {
    top: 95px;
    left: 80px;
  }
}
.p-information {
  margin-top: 70px;
}
.p-information .p-informatio-container {
  position: relative;
  padding: 70px 0;
}
.p-information .p-informatio-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 550px);
  height: 100%;
  background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #efedef 47.69%, #d0e5f1 71.96%, #eee 100%);
  z-index: -1;
}

.p-information-title {
  background: linear-gradient(90deg, #074c97 0%, #0d5bb0 0%, #3b98ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-information-description {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #074C97;
}

.p-information-list {
  margin: 15px auto 0;
  width: 980px;
  padding: 26px 38px 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-information-list {
    width: 100%;
  }
}
.p-information-list li a {
  display: flex;
  gap: 56px;
}
.p-information-list li a:hover {
  opacity: 0.7;
}
.p-information-list li + li {
  margin-top: 25px;
}
.p-information-list .p-information-date {
  width: 90px;
  white-space: nowrap;
  color: #707070;
}
.p-information-list .p-information-note {
  width: calc(100% - 146px);
}

.p-information-button {
  margin: 50px auto 0;
  width: 980px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-information-button {
    width: 100%;
  }
}
.p-information-button .c-blue-button {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .p-information {
    margin-top: 0;
  }
  .p-information .p-informatio-container {
    padding: 70px 0 60px;
  }
  .p-information .p-informatio-container::before {
    top: 35px;
    width: calc(100% - 20px);
    height: calc(100% - 35px);
    background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #d1e5f1 100%);
  }
  .p-information-description {
    margin-top: 10px;
    font-size: 1rem;
  }
  .p-information-list {
    margin: 25px 20px 0 0;
    width: calc(100% - 20px);
    padding: 20px;
  }
  .p-information-list li a {
    flex-direction: column;
    gap: 5px;
  }
  .p-information-list li + li {
    margin-top: 25px;
    font-size: 0.875rem;
  }
  .p-information-list .p-information-date {
    width: 100%;
    font-size: 0.875rem;
  }
  .p-information-list .p-information-note {
    width: 100%;
    font-size: 0.875rem;
  }
  .p-information-button {
    margin: 20px 0 0;
    padding-right: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .p-information-button .c-blue-button {
    width: 240px;
  }
}
.p-company {
  overflow: hidden;
}
.p-company .p-hero {
  /* background: url(../img/company/bg-key.jpg) center center/cover no-repeat; */
}

@media screen and (max-width: 768px) {
  .p-company {
    overflow: hidden;
  }
  .p-company .p-hero {
    /* background: url(../img/company/bg-key-sp.jpg) center center/cover no-repeat; */
  }
}
.p-company-main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 70px 0 90px;
}
.p-company-main::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  width: 72.5vw;
  height: 1584px;
  background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #efedef 47.69%, #d0e5f1 71.96%, #eee 100%);
  z-index: -1;
}

.p-company-menu {
  width: calc(50% - 30px);
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(7, 76, 151, 0.5);
}
.p-company-menu a {
  display: block;
  height: 100%;
}
.p-company-menu a:hover {
  opacity: 0.7;
}
.p-company-menu a:hover .p-pickup-img .c-blue-button::after {
  opacity: 1;
}
.p-company-menu__img {
  position: relative;
}
.p-company-menu__img .c-blue-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.p-company-menu__img .c-blue-button span::after {
  right: calc(50% - 7px);
}
.p-company-menu__caption {
  padding: 15px 25px 30px;
}
.p-company-menu__caption--title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #074C97;
}
.p-company-menu__caption--text {
  margin-top: 12px;
  letter-spacing: 0.15em;
}

.p-company-catch {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-company-main {
    gap: 50px;
  }
  .p-company-main::after {
    left: auto;
    right: -14px;
  }
  .p-company-menu {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .p-company-main {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 35px 0 40px;
  }
  .p-company-main::after {
    content: "";
    position: absolute;
    top: 40px;
    left: auto;
    right: -20px;
    width: calc(100vw - 57px);
    height: 100%;
    background: linear-gradient(90deg, #eee 0%, #f5e7f4 16.32%, #d1e5f1 100%);
  }
  .p-company-menu {
    width: 100%;
  }
  .p-company-menu__img .c-blue-button {
    width: 32px;
    height: 32px;
  }
  .p-company-menu__caption {
    padding: 13px 15px 22px;
  }
  .p-company-menu__caption--title {
    font-size: 1rem;
  }
  .p-company-menu__caption--text {
    margin-top: 5px;
    font-size: 0.75rem;
  }
  .p-company-catch {
    font-size: 0.875rem;
  }
}
.p-qualification {
  overflow: hidden;
}
.p-qualification .p-hero {
/*  background: url(../img/qualification/bg-key.jpg) center center/cover no-repeat;*/
}

@media screen and (max-width: 768px) {
  .p-qualification {
    overflow: hidden;
  }
  .p-qualification .p-hero {
/*    background: url(../img/qualification/bg-key-sp.jpg) center center/cover no-repeat;*/
  }
}
.p-qualification-nav {
  margin-top: 25px;
  padding: 20px 0 20px 18px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-qualification-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 40px;
  }
  .p-qualification-nav__list li {
    line-height: 1;
  }
}
.p-qualification-nav__list a {
  font-size: 0.875rem;
  color: #074c97;
  line-height: 1.5;
}

.p-qualification-data {
  margin-top: 40px;
  padding-bottom: 20px;
}
.p-qualification-data__table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #074C97;
  table-layout: fixed;
}
.p-qualification-data__table thead > tr > th:nth-child(1) {
  width: 11.7%;
}
.p-qualification-data__table thead > tr > th:nth-child(2) {
  width: 12.7%;
}
.p-qualification-data__table thead > tr > th:nth-child(3) {
  width: 30.4%;
}
.p-qualification-data__table thead > tr > th:nth-child(4) {
  width: 12%;
}
.p-qualification-data__table thead > tr > th:nth-child(5) {
  width: 16.9%;
}
.p-qualification-data__table thead > tr > th:nth-child(6) {
  width: 16.3%;
}
.p-qualification-data__table th {
  padding: 15px;
  border: 1px solid #074C97;
  background-color: #E4EAF0;
  color: #074C97;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.p-qualification-data__table tbody > tr:first-child th {
  font-weight: 500;
}
.p-qualification-data__table td {
  padding: 10px;
  border: 1px solid #074C97;
  font-size: 0.875rem;
  color: #707070;
  vertical-align: middle;
}
.p-qualification-data__text {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .p-qualification-nav {
    margin-top: 15px;
    padding: 20px 0 20px 18px;
  }
  .p-qualification-nav__list li {
    padding: 3px 0;
  }
  .p-qualification-nav__list a {
    line-height: 2;
  }
  .p-qualification-data {
    margin-top: 34px;
    padding-bottom: 0;
  }
  .p-qualification-data__table {
    width: 100%;
    border-width: 0 1px 1px 1px;
    display: block;
  }
  .p-qualification-data__table thead {
    display: none;
  }
  .p-qualification-data__table tbody {
    display: block;
  }
  .p-qualification-data__table tbody tr {
    display: block;
    padding-bottom: 28px;
  }
  .p-qualification-data__table tbody th {
    display: block;
    padding: 17px;
    border-width: 1px 0;
    font-weight: 400;
    text-align: left;
  }
  .p-qualification-data__table tbody th.cloned-th {
    padding: 17px 20px 0;
    background-color: transparent;
    border: 0;
    color: #074C97;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .p-qualification-data__table tbody td {
    display: block;
    width: 100%;
    padding: 10px 20px 0;
    border: 0;
  }
  .p-qualification-data__table tbody td:empty {
    display: none;
  }
}
.badge-cert {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 3px 0;
  padding: 0 10px;
  height: 20px;
  border-radius: 10px;
  font-size: 0.75rem;
  color: #fff;
  vertical-align: middle;
}

.badge-teiji {
  background-color: #707070;
}

.badge-dennbou {
  background-color: #4AA26A;
}

.badge-tokukyou {
  background-color: #E39F3C;
}

.badge-men {
  background-color: #3AB3E8;
}

.badge-syaken {
  background-color: #f00;
}

.badge-gi {
  background-color: #17A2B8;
}

.badge-youken {
  background-color: #999;
}

.badge-tokujiken {
  background-color: #333;
}

.p-group {
  overflow: hidden;
}
.p-group .p-hero {
/*  background: url(../img/group/bg-key.jpg) center center/cover no-repeat;*/
}

@media screen and (max-width: 768px) {
  .p-group {
    overflow: hidden;
  }
  .p-group .p-hero {
 /*   background: url(../img/group/bg-key-sp.jpg) center center/cover no-repeat;*/
  }
}
.p-group-top__text {
  margin-bottom: 1lh;
  letter-spacing: 0.1em;
}
.p-group-top .p-group-item {
  position: relative;
  margin-top: 40px;
  border-top: 4px solid #ccc;
}
.p-group-top .p-group-item::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 300px;
  height: 4px;
  background-color: #074c97;
}

@media screen and (max-width: 768px) {
  .p-group-top__text {
    font-size: 0.875rem;
  }
  .p-group-top .p-group-item::after {
    width: 240px;
  }
}
.p-group-item {
  display: flex;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
.p-group-item__logo {
  flex: 1;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1059px) {
  .p-group-item__logo {
    max-width: 280px;
  }
}
.p-group-item__logo a {
  position: relative;
  display: inline-block;
}
.p-group-item__logo a .c-blue-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}
.p-group-item__logo a .c-blue-button span::after {
  right: calc(50% - 7px);
}
.p-group-item__logo a:hover {
  opacity: 0.7;
}
.p-group-item__logo a:hover .c-blue-button::after {
  opacity: 1;
}
.p-group-item__logo--img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  aspect-ratio: 320/195;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(7, 76, 151, 0.5);
}
.p-group-item__text {
  flex: 1;
}
.p-group-item__text--title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #074c97;
}
@media screen and (min-width: 768px) {
  .p-group-item__text--title {
    margin-top: calc((0.5lh - 0.5em) * -1);
  }
}
.p-group-item__text--title a:hover {
  opacity: 0.7;
}
.p-group-item__text--tel {
  margin-top: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-group-item__text--summary {
  margin-top: 34px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.p-group-main {
  margin-top: 60px;
}

.p-group-detail {
  margin: 25px 0 60px;
}
.p-group-detail:last-of-type {
  margin: 25px 0 40px;
}

@media screen and (max-width: 768px) {
  .p-group-item {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 17px;
  }
  .p-group-item__logo {
    max-width: 100%;
    width: 100%;
  }
  .p-group-item__logo a {
    position: relative;
    display: block;
  }
  .p-group-item__logo a .c-blue-button {
    width: 32px;
    height: 32px;
  }
  .p-group-item__logo--img {
    padding: 0;
    aspect-ratio: 335/100;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(7, 76, 151, 0.5);
  }
  .p-group-item__logo--img img {
    width: auto;
    height: 100%;
  }
  .p-group-item__text {
    flex: 1;
  }
  .p-group-item__text--title {
    font-size: 1.25rem;
  }
  .p-group-item__text--summary {
    margin-top: 24px;
    font-size: 0.875rem;
  }
  .p-group-main {
    margin-top: 40px;
  }
  .p-group-detail {
    margin: 20px 0 40px;
  }
}
