@charset "UTF-8";
/*
 * foundation
 * -------------------------------------------------------------------
 */

/*--基本スタイル--*/
/* グラデーション */
/*--mixin--*/
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  font-family: "游ゴシック体 Std", YuGothicStd, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
  letter-spacing: 0;
}
body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .pbMainArea {
    letter-spacing: normal;
  }
}
.max-extend {
  max-width: 2560px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.content-extend,
.top-instagram__inner,
.top-example__inner,
.footer__bottom__inner,
.footer__inner__content {
  max-width: 1160px;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  padding: 0 4%;
}

.content-wrapper {
  padding: 0 5%;
}

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

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.25rem;
  }
}
b {
  font-weight: 700;
}

p {
  line-height: 24px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 21px;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 0.75rem;
  }
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
.pc-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-show {
    display: none;
  }
}
.l-show,
.sp-show,
.sp-xs-none,
.sp-xs-show,
.xs-show {
  display: none;
}

@media screen and (max-width: 1280px) {
  .l-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-xs-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sp-xs-none {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}
.xs-none {
  display: block;
}

@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}
ul {
  list-style: none;
}

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

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 576px) {
  table th,
  table td {
    font-size: 0.875rem;
  }
}
ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

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

.mr-right {
  margin-right: 4%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex-warp {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-as {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントカラー */
.fc-white {
  color: #ffffff;
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #242424;
}

@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #242424;
  }
}
.vertical-font {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

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

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

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.d-inline {
  display: inline-block;
}

.arrow-right:after {
  content: "";
  position: absolute;
  right: 32px;
  top: 16px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-weight,
.top-instagram__inner__title,
.top-example__inner__flex__item__tab__item__link,
.top-example__inner__flex__item__title,
.top-story__inner__mymenu__title,
.top-story__inner__flex__item__text span,
.house-content__inner__link__text,
.house-content__inner__subtitle,
.house-content__inner__title,
.main-message h2,
.regular-btn__text {
  font-weight: 700 !important;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  padding: 0 30px;
}
.header .nav-bar {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .nav-bar .logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .nav-bar .logo a {
  width: 66px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header .nav-bar .logo a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .nav-bar .logo a:hover {
  opacity: 0.5;
}
.header .nav-bar .logo__text {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}
.header .nav-bar .global-menu {
  width: calc(100% - 115px);
}
.header .nav-bar .global-menu .menu-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .nav-bar .global-menu .menu-list li:nth-of-type(n + 2) {
  margin-left: 24px;
}
.header .nav-bar .global-menu .menu-list li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 0.8125rem;
}
.header .nav-bar .global-menu.show {
  height: 100vh;
  overflow: scroll;
}
.header .nav-bar .global-menu.show .menu-list {
  width: 100%;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  -webkit-animation: menuFadein 0.5s forwards;
  animation: menuFadein 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15%;
}
.header .nav-bar .global-menu.show .menu-list li {
  margin: 0 auto 20px;
}
.header .nav-bar .global-menu.show .menu-list li a {
  border: none;
  color: #0a5798;
  font-size: 1.25rem;
  position: relative;
}
.header .nav-bar .global-menu.show .menu-list li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-bar .global-menu.show .menu-list li a:hover:before {
  width: 80%;
}
.header .nav-bar .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .nav-bar .header__menu .mypage {
  display: block;
  width: 20px;
  margin-right: 20px;
}
.header .nav-bar .header__menu .mypage img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header .nav-bar .logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header .nav-bar .logo a {
    width: 53px;
  }
}
@media screen and (max-width: 767px) {
  .header .nav-bar .logo__text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .header .nav-bar .global-menu {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: inherit;
    position: fixed;
    height: 0;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 105;
  }
}
@media screen and (max-width: 767px) {
  .header .nav-bar .global-menu .menu-list {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .header .nav-bar .global-menu .menu-list li:nth-of-type(n + 2) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .nav-bar .global-menu .menu-list li:nth-of-type(n + 2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .header .nav-bar .global-menu.show .menu-list li a {
    font-size: 1.125rem;
  }
}
@-webkit-keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toggle-hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 25px;
  padding: 5px;
  z-index: 120;
}
.toggle-hamburger span {
  position: relative;
  display: block;
}
.toggle-hamburger span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 0px;
  left: 0;
  -webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-hamburger span:nth-of-type(2)::before {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  width: 100%;
}
.toggle-hamburger span:nth-of-type(3)::before {
  -webkit-transform: translateY(14px);
  -ms-transform: translateY(14px);
  transform: translateY(14px);
  width: 100%;
  opacity: 1;
}
.toggle-hamburger.close span:before {
  top: 7px;
}
.toggle-hamburger.close span:nth-of-type(1)::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-hamburger.close span:nth-of-type(2)::before {
  width: 100%;
  -webkit-transform: rotate(45deg) translateY(0);
  -ms-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
}
.toggle-hamburger.close span:nth-of-type(3)::before {
  opacity: 0;
}

.footer__inner {
  padding: 68px 0 80px;
  background: #3b3b40;
}

.footer__inner__content__logo {
  width: 102px;
  margin: auto;
}
.footer__inner__content__logo img {
  display: block;
  width: 100%;
}

.footer__inner__content__list {
  margin-top: 50px;
}

.footer__bottom {
  background: #43434c;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 15px 0 32px;
  }
}
.footer__bottom__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 36px);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__bottom__inner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__bottom__inner__list li {
  margin-right: 10px;
  color: #83838c;
}
.footer__bottom__inner__list li a {
  color: #83838c;
  font-weight: 500;
  font-size: 0.75rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer__bottom__inner__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom__inner__list li {
    margin-right: 4px;
  }
}
.footer__bottom__inner__small {
  display: inline-block;
  color: #c4c4c4;
  font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
  .footer__bottom__inner__small {
    margin-top: 32px;
  }
}
.page-top__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #43434c;
  color: #ffffff;
  position: relative;
  padding: 18px 0;
  font-weight: 700;
}
.page-top__list img {
  width: 13px;
  display: block;
}
.page-top__list span {
  margin-left: 4px;
  font-size: 0.75rem;
  display: inline-block;
}

.breadcrumb {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 40px;
  }
}
.breadcrumb__list {
  padding: 16px 0;
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb__list li {
  color: #919191;
  font-size: 0.75rem;
  margin-right: 12px;
}
.breadcrumb__list li.current {
  color: #242424;
}
.breadcrumb__list li a {
  color: #242424;
  font-size: 0.75rem;
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumb__list li a:hover {
  opacity: 0.5;
}

.regular-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 70px auto 0;
  width: 200px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  height: 55px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .regular-btn {
    border: 1px solid #ffffff;
    margin: 60px auto 0;
    height: 42px;
    width: 127px;
    border-radius: 3px;
  }
}
.regular-btn__text {
  display: inline-block;
  font-size: 1rem;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .regular-btn__text {
    font-size: 0.875rem;
    margin-right: 6px;
  }
}
.regular-btn img {
  display: block;
  width: 8px;
  height: 13px;
}
.regular-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .regular-btn img {
    width: 7px;
    height: 10px;
  }
}
.regular-link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 200px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  height: 55px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .regular-link-btn {
    border: 1px solid #ffffff;
    margin: 32px auto 0;
    height: 42px;
    width: 132px;
    border-radius: 3px;
  }
}
.regular-link-btn__text {
  display: inline-block;
  font-size: 1rem;
  margin-right: 8px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .regular-link-btn__text {
    font-size: 0.875rem;
    margin-right: 6px;
  }
}
.regular-link-btn img {
  display: block;
  width: 15px;
  height: 15px;
}
.regular-link-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .regular-link-btn img {
    width: 10px;
    height: 10px;
  }
}
.regular-black-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 0;
  width: 200px;
  border: 2px solid #242424;
  border-radius: 5px;
  height: 55px;
  color: #242424;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .regular-black-btn {
    border: 1px solid #242424;
    height: 47px;
    width: 132px;
    margin: 32px auto 0;
    border-radius: 3px;
  }
}
.regular-black-btn__text {
  display: inline-block;
  font-size: 1rem;
  margin-right: 8px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .regular-black-btn__text {
    font-size: 0.875rem;
    margin-right: 6px;
  }
}
.regular-black-btn img {
  display: block;
  width: 8px;
  height: 12px;
}
.regular-black-btn img.plus {
  width: 12px;
  height: 12px;
}
.regular-black-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .regular-black-btn img {
    width: 7px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .regular-black-btn img.plus {
    margin-top: -3px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .regular-black-btn.example-btn {
    margin: 24px auto 0;
  }
}
.sns-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 200px;
  border: 2px solid #242424;
  border-radius: 5px;
  height: 55px;
  color: #242424;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .sns-btn {
    margin: 24px auto 0;
    border: 1px solid #242424;
    height: 47px;
    width: 137px;
  }
}
.sns-btn__text {
  display: inline-block;
  font-size: 1rem;
  margin-right: 8px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sns-btn__text {
    font-size: 0.875rem;
    margin-right: 6px;
  }
}
.sns-btn img {
  display: block;
  width: 15px;
  height: 15px;
}
.sns-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .sns-btn img {
    width: 10px;
    height: 10px;
  }
}
.favorite-btn {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 3;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.favorite-btn img {
  width: 25px;
  display: block;
}
.favorite-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .favorite-btn {
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .favorite-btn img {
    width: 23px;
  }
}
.accordion-list {
  width: 100%;
}
.accordion-list:last-child {
  border-bottom: 1px solid #54545e;
}
.accordion-list .js-accordion-title {
  color: #ffffff;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #54545e;
}
.accordion-list .js-accordion-title:hover {
  opacity: 0.8;
}
.accordion-list .js-accordion-title p {
  font-weight: 500;
  font-size: 0.9375rem;
}
.accordion-list .js-accordion-title .arrow {
  position: relative;
  width: 67px;
  height: 70px;
  background: #43434c;
}
.accordion-list .js-accordion-title .arrow:before, .accordion-list .js-accordion-title .arrow:after {
  content: "";
  display: block;
  background-color: #c0c6ca;
  position: absolute;
  width: 15px;
  height: 2px;
  left: 41%;
}
.accordion-list .js-accordion-title .arrow:before {
  top: 48%;
}
.accordion-list .js-accordion-title .arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: 48%;
}
.accordion-list .js-accordion-title.is-active .arrow:before {
  opacity: 0;
}
.accordion-list .js-accordion-title.is-active .arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-list .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 0;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.accordion-list .accordion__content__title {
  width: 25%;
}
.accordion-list .accordion__content__title.space {
  margin-top: 42px;
}
.accordion-list .accordion__content__title__text {
  position: relative;
}
.accordion-list .accordion__content__title__text__title {
  font-size: 0.9375rem;
  color: #ffffff;
  display: block;
  text-align: left;
}
.accordion-list .accordion__content__title__text__arrow {
  display: none;
}
.accordion-list .accordion__content__title__text.is-active .accordion__content__title__text__arrow:before {
  opacity: 0;
}
.accordion-list .accordion__content__title__text.is-active .accordion__content__title__text__arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-list .accordion__content__title__link {
  font-size: 0.9375rem;
  color: #ffffff;
  display: block;
  text-align: left;
}
.accordion-list .accordion__content__inner-list {
  margin-top: 24px;
}
.accordion-list .accordion__content__inner-list li:nth-child(n+2) {
  margin-top: 10px;
}
.accordion-list .accordion__content__inner-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9a9a9a;
  font-size: 0.75rem;
  font-weight: 500;
}
.accordion-list .accordion__content__inner-list li a .inner-arrow {
  width: 9px;
  height: 9px;
  position: relative;
  background: #43434c;
}
.accordion-list .accordion__content__inner-list li a .inner-arrow:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 56%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid #83838c;
}
.accordion-list .accordion__content__inner-list li a .text {
  display: inline-block;
  margin-left: 9px;
}
.accordion-list .accordion__content.is-open {
  height: auto;
  line-height: 1.3;
  /* numberに書き換える*/
  opacity: 1;
  padding-left: 18px;
  padding-top: 30px;
  padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .accordion-list .accordion__content__title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion__content__title.space {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion__content__title__text {
    padding: 16px 24px 16px 0;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #54545e;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion__content__title__text__arrow {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
  }
  .accordion-list .accordion__content__title__text__arrow:before, .accordion-list .accordion__content__title__text__arrow:after {
    content: "";
    display: block;
    background-color: #c0c6ca;
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
  }
  .accordion-list .accordion__content__title__text__arrow:before {
    top: 48%;
  }
  .accordion-list .accordion__content__title__text__arrow:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 48%;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion__content__title__link {
    padding: 16px 0;
    border-top: 1px dashed #54545e;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion__content__inner-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .accordion-list .accordion__content.is-open {
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .sp-accordion__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    line-height: 0;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.sp-accordion__content.is-open {
  height: auto;
  line-height: 1.3;
  /* numberに書き換える*/
  opacity: 1;
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 16px;
}

.fv {
  width: 100%;
}
.fv img {
  width: 100%;
  display: block;
}

.scroll-text {
  display: none;
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.sliderFV {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}
.sliderFV .scroll-text {
  display: none;
}
.sliderFV.complete {
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 1;
}

_::-webkit-full-page-media, _:future {
  min-height: -webkit-fill-available;
}

:root .sliderFV.complete {
  min-height: -webkit-fill-available;
}

.sliderFV.complete .scroll-text {
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 62px;
  height: 53px;
}
.sliderFV.complete .scroll-text__inner {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 8px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sliderFV.complete .scroll-text__inner {
    font-size: 1.2rem;
  }
}
.sliderFV.complete .scroll-text__line {
  position: relative;
  height: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1px;
}
.sliderFV.complete .scroll-text__line:before {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mainSlideScroll;
  animation-name: mainSlideScroll;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  opacity: 0;
  position: absolute;
  width: 0;
}
.sliderFV .sliderList .sliderItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sliderFV .sliderList .sliderItem .fvImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition: -webkit-transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sliderFV .sliderList .sliderItem .fvImageMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}
.sliderFV .sliderList .sliderItem .fvImageMessage.first {
  width: 25%;
  max-width: 354px;
  left: 22%;
  top: 60%;
}
.sliderFV .sliderList .sliderItem .fvImageMessage.second {
  width: 23%;
  max-width: 330px;
  left: 32%;
  top: 59%;
}
.sliderFV .sliderList .sliderItem .fvImageMessage.three {
  width: 18%;
  max-width: 250px;
  left: 26%;
  top: 35%;
}
.sliderFV .sliderList .sliderItem .fvImageMessage.four {
  left: 75%;
  top: 75%;
  width: 22%;
  max-width: 330px;
}
.sliderFV .sliderList .sliderItem .fvImageMessage.five {
  left: 23%;
  top: 38%;
  width: 18%;
  max-width: 250px;
}
.sliderFV .sliderList .sliderItem .fvImageMessage img {
  display: block;
  width: 100%;
}
.sliderFV .sliderList .sliderItem.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 1800ms;
  -o-transition: opacity 1800ms;
  transition: opacity 1800ms;
}
.sliderFV .sliderList .sliderItem.active .fvImage img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sliderFV.skip .sliderList .sliderItem .fvImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: inherit;
  mask-image: inherit;
}

.scroll-text {
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  height: 53px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .scroll-text {
    bottom: 120px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .scroll-text {
    bottom: 90px;
  }
}

.scroll-text__inner {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 8px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .scroll-text__inner {
    font-size: 1.2rem;
  }
}

.scroll-text__line {
  position: relative;
  height: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1px;
}
.scroll-text__line:before {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mainSlideScroll;
  animation-name: mainSlideScroll;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  opacity: 0;
  position: absolute;
  width: 0;
}

@media screen and (max-width: 767px) {
  .scroll-text {
    height: 41px;
  }
}
@media screen and (max-width: 767px) {
  .sliderFV .sliderList .sliderItem .fvImageMessage {
    width: 72% !important;
  }
}
@media screen and (max-width: 767px) {
  .sliderFV .sliderList .sliderItem .fvImageMessage.first {
    left: 50%;
    top: 68%;
    width: 63% !important;
  }
}
@media screen and (max-width: 767px) {
  .sliderFV .sliderList .sliderItem .fvImageMessage.second {
    left: 60%;
    top: 57.5%;
    width: 58% !important;
  }
}
@media screen and (max-width: 767px) {
  .sliderFV .sliderList .sliderItem .fvImageMessage.three {
    top: 27%;
    left: 32%;
    width: 46.2% !important;
  }
}
@media screen and (max-width: 767px) {
  .sliderFV .sliderList .sliderItem .fvImageMessage.four {
    left: 63%;
    width: 56% !important;
  }
}
@media screen and (max-width: 767px) {
  .sliderFV .sliderList .sliderItem .fvImageMessage.five {
    left: 50%;
    top: 75%;
    width: 48% !important;
  }
}
@-webkit-keyframes closeUpAnim {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes closeUpAnim {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes messageShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes messageShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.skipButtonBlock {
  position: absolute;
  bottom: 30px;
  right: 24px;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  z-index: -1;
}
.skipButtonBlock.show {
  z-index: 150;
  opacity: 1;
}
.skipButtonBlock.complete {
  display: none;
}
.skipButtonBlock .skipButton {
  display: inline-block;
  border: 2px solid white;
  padding: 12px 30px 12px 16px;
  font-weight: 700;
  font-size: 0.875rem;
  color: white;
  background-image: url("../img/fv/arrow.svg");
  background-repeat: no-repeat;
  background-size: 11px 13px;
  background-position: top 49% right 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .skipButtonBlock {
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .skipButtonBlock .skipButton {
    padding: 8px 24px 8px 14px;
    font-size: 0.6875rem;
    background-size: 6px 8px;
    background-position: top 50% right 12px;
  }
}
.sliderNavBlock {
  position: absolute;
  bottom: 24px;
  right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  z-index: 120;
  display: none;
}
.sliderNavBlock.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadein 1s forwards;
  animation: fadein 1s forwards;
}
.sliderNavBlock span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
}
.sliderNavBlock span.active {
  background-color: #4a5568;
}

@media screen and (max-width: 767px) {
  .sliderNavBlock.show {
    display: none;
  }
}
@-webkit-keyframes mainSlideScroll {
  0% {
    width: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    width: 25px;
  }
}
@keyframes mainSlideScroll {
  0% {
    width: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    width: 25px;
  }
}
@-webkit-keyframes mainSlideScrollSp {
  0% {
    width: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    width: 20px;
  }
}
@keyframes mainSlideScrollSp {
  0% {
    width: 0;
  }
  10% {
    opacity: 1;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.carousel__main {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .carousel__main {
    min-height: inherit;
  }
}
.carousel__main__item {
  opacity: 0;
  -webkit-transition: opacity 4s linear, -webkit-transform 7.5s linear;
  transition: opacity 4s linear, -webkit-transform 7.5s linear;
  -o-transition: opacity 4s linear, transform 7.5s linear;
  transition: opacity 4s linear, transform 7.5s linear;
  transition: opacity 4s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel__main__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(var(--vh, 1vh) * 100);
}
.carousel__main__item.show_ {
  opacity: 1;
}
.carousel__main__item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0%;
}

@media screen and (max-width: 767px) {
  .carousel__main__item img {
    min-height: inherit;
  }
}
@-webkit-keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slider-title {
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation-name: fadein;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .slider-title {
    width: 706px;
  }
}
@media screen and (max-width: 767px) {
  .slider-title {
    width: 264px;
    top: 27%;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider-title-2 {
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: fadein;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .slider-title-2 {
    width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .slider-title-2 {
    width: 100%;
  }
}

.slider-title img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.slider-subtitle {
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.02em;
  font-size: 3.6rem;
  display: block;
  margin-bottom: 25px;
  text-shadow: 4px 0 10px rgba(0, 0, 0, 0.15);
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .slider-subtitle {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-left: 5px;
  }
}

.slider-point {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider-point {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

.slider-main-title {
  font-weight: bold;
  font-size: 8rem;
  letter-spacing: 0em;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider-main-title {
    font-size: 3.6rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
}

.slider-categoly {
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .slider-categoly {
    font-size: 2.2rem;
  }
}

.fv-wrapper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*  mainVisual
========================================================================*/
.mainVisual {
  width: 100%;
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.mainVisual .slider-subtitle {
  display: block;
}
.mainVisual .logo-wrapper {
  width: 400px;
}
.mainVisual .logo-wrapper img {
  width: 100%;
  height: auto;
}
.mainVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  scroll
========================================================================*/
.scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.scroll p {
  color: #eee;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: bold;
}
.scroll p:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background: #eee;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  animation: pathmove 1.4s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
  .scroll p {
    letter-spacing: 0.15em;
    font-size: 12px;
    font-weight: normal;
  }
  .scroll p:after {
    width: 1px;
    bottom: -17px;
  }
}

/* スクロールバーのスタイルを調整 */
.simplebar-track.simplebar-horizontal {
  height: 6px !important; /* スクロールバーの高さを調整 */
  background-color: #d8d8d8;
  border-radius: 3px !important;
}

.simplebar-scrollbar:before {
  background: #3b3b41;
  border-radius: 3px !important;
  height: 6px !important;
}

/* スクロールバーの背景の高さを合わせる */
.simplebar-content-wrapper {
  padding-bottom: 6px !important; /* スクロールバーの高さと同じ値を設定 */
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: -2px !important;
}

.p-point__concept .simplebar-track.simplebar-horizontal {
  width: 80% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .simplebar-content-wrapper {
    height: 100vh !important;
  }
}

/*　スクロールバーのツマミ部分の不透明度とhover時のtransitionを変えたい時　*/
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important;
}

/*　スクロールバー太さを変えたい時　*/
.simplebar-track.simplebar-vertical {
  width: 40px;
}

/*
 * layout
 * -------------------------------------------------------------------
 */
.l-main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow: hidden;
  }
}

.l-main img {
  width: 100%;
  height: auto;
}

/*
 * component
 * -------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .c-section-anchor {
    margin-top: 150px;
  }
}
.c-section-anchor__inner {
  margin: 0 auto;
  padding: 60px 80px;
  background: #f4f4f4;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-section-anchor__inner {
    width: calc(100% - 40px);
    max-width: 837px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-anchor__inner {
    width: 100%;
    background: #f4f4f4;
    flex-direction: column;
    padding: 50px 20px;
  }
}

.c-section-anchor__title {
  display: flex;
  align-items: center;
  padding-right: 60px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-section-anchor__title {
    font-size: 1.2rem;
    padding-right: 0;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.c-section-anchor__title p {
  border-bottom: 2px solid #242424;
  line-height: 1;
  padding: 0px 2px 10px;
  font-size: 1.8rem;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  .c-section-anchor__title p {
    font-family: "Hiragino Kaku Gothic ProN";
    border-bottom: 1px solid #242424;
    letter-spacing: 0.145em;
    padding-bottom: 6px;
    font-size: 1.2rem;
  }
}

.c-section-anchor__title span {
  vertical-align: bottom;
  width: 17px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-section-anchor__title span {
    font-size: 20px;
    display: inline;
    margin-right: 1px;
  }
}

.c-section-anchor__title a {
  padding-left: 1rem;
}

.c-section-anchor ol {
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .c-section-anchor ol {
    margin-top: 20px;
  }
}

.c-section-anchor ol li {
  position: relative;
  padding-left: 30px;
  padding: 0.5em 0.5em 0.5em 40px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity 0.3s color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-section-anchor ol li {
    border: 1px solid #242424;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 0 0 40px;
    font-size: 15px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .c-section-anchor ol li a {
    padding: 25px 40px 25px 12px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-section-anchor ol li a:before {
    content: "";
    position: absolute;
    border-left: 1px solid #242424;
    height: 100%;
    width: 1px;
    top: 0;
    left: 40px;
  }
}

.c-section-anchor ol li:nth-child(1):before {
  background: url(/library/kodate/start/lkd/common/img/num_1.png) no-repeat center;
  background-size: 50%;
}

.c-section-anchor ol li:nth-child(2):before {
  background: url(/library/kodate/start/lkd/common/img/num_2.png) no-repeat center;
  background-size: 50%;
}

.c-section-anchor ol li:nth-child(3):before {
  background: url(/library/kodate/start/lkd/common/img/num_3.png) no-repeat center;
  background-size: 50%;
}

.c-section-anchor ol li:before {
  content: "";
  position: absolute;
  border: 2px solid #242424;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-section-anchor ol li:before {
    border: 0px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
  }
}

.c-section-anchor ol li:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #242424;
  border-bottom: 2px solid #242424;
  margin-left: 5px;
  margin-top: -5px;
  transform: rotate(-45deg) !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-section-anchor ol li:after {
    right: 20px;
  }
}

.p-intro .c-section-anchor ol li:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #242424;
  border-bottom: 2px solid #242424;
  transform: translateY(-50%);
  margin-left: 10px;
  margin-top: -6px;
  transform: rotate(45deg) !important;
}
@media screen and (max-width: 767px) {
  .p-intro .c-section-anchor ol li:after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-section-anchor span[data-num]:after {
    content: attr(data-num);
  }
}

@media screen and (max-width: 767px) {
  .c-section-anchor img {
    display: none;
  }
}

.c-point {
  width: 100%;
  margin: 0 auto 0px;
  padding-top: 100px;
  position: relative;
  letter-spacing: 0.04em;
  padding-bottom: 100px;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .c-point {
    margin: 0px auto 0px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-point-1 {
    border: none;
  }
}

.c-point__inner {
  width: 1160px;
  margin: 0 auto;
  padding: 0px 0px;
}
@media screen and (max-width: 767px) {
  .c-point__inner {
    width: 100%;
    margin: 55px auto 55px;
  }
}

.c-point_title_num p {
  border-bottom: 2px solid #242424;
  display: inline-block;
  line-height: 1;
  padding: 0px 2px 10px 2px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-point_title_num p {
    border-bottom: 1px solid #242424;
    font-size: 12px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN";
    letter-spacing: 0.1em;
    padding: 0 0 6px 0;
  }
}

.c-point_title_num {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-point_title_num img {
    display: none;
  }
}

.c-point_title_num span {
  margin-left: 3px;
  display: inline-block;
  vertical-align: bottom;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .c-point_title_num span {
    font-size: 20px;
    display: unset;
    margin-left: 0;
  }
}

.c-point__heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 34px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-point__heading {
    width: calc(100% - 40px);
    margin: 35px auto 0;
    font-size: 1.8rem;
    font-weight: bolder;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.c-point__sub-heading {
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-point__sub-heading {
    margin-top: 5px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.c-point__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .c-point__text {
    width: calc(100% - 60px);
    text-align-last: left;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}

.c-point__image {
  width: 1160px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .c-point__image {
    width: 100%;
    margin: 0 auto 0px;
  }
}

.c-point__subtitle {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 4rem;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-point__subtitle {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .c-point__subtitle {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 25px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.c-point__description {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-point__description {
    font-size: 1.5rem;
    letter-spacing: 0.021em;
    line-height: 1.7;
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .c-point_title_num span[data-num]:after {
    content: attr(data-num);
  }
}

.c-point-4 {
  padding-top: 75px;
  padding-bottom: 80px;
}

.c-example {
  width: 100%;
  margin: 75px auto 80px;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-example {
    margin: 0px auto 0px;
    padding-bottom: 0;
  }
}

.c-example__inner {
  width: 1160px;
  margin: 0 auto;
  padding: 0px 0px;
}
@media screen and (max-width: 767px) {
  .c-example__inner {
    width: 100%;
    margin: 55px auto 100px;
  }
}

.c-example_title_num p {
  border-bottom: 2px solid #242424;
  display: inline-block;
  line-height: 1;
  padding: 0px 2px 10px 2px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-example_title_num p {
    border-bottom: 1px solid #242424;
    font-size: 12px;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN";
    letter-spacing: 0.1em;
    padding: 0 0 6px 0;
  }
}

.c-example_title_num {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-example_title_num img {
    display: none;
  }
}

.c-example_title_num span {
  margin-left: 3px;
  display: inline-block;
  vertical-align: bottom;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .c-example_title_num span {
    font-size: 20px;
    display: unset;
    margin-left: 0;
  }
}

.c-example__heading {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-example__heading {
    width: calc(100% - 40px);
    margin: 35px auto 0;
    font-size: 1.8rem;
    font-weight: bolder;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.c-example__sub-heading {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-example__sub-heading {
    margin-top: 10px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.c-example__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .c-example__text {
    width: calc(100% - 60px);
    text-align-last: left;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}

.c-example__image {
  width: 1160px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .c-example__image {
    width: 100%;
    margin: 0 auto 0px;
  }
}

.c-example__subtitle {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 4rem;
  margin-bottom: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-example__subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.c-example__description {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-example__description {
    font-size: 1.5rem;
    letter-spacing: 0.021em;
    line-height: 1.7;
    width: calc(100% - 60px);
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-example_title_num span[data-num]:after {
    content: attr(data-num);
  }
}

.c-example__message {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-example__message {
    font-size: 1.5rem;
    margin-bottom: 30px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

.c-primary-button {
  text-align: center;
  margin: 0 auto;
}

.c-primary-button a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 16px 49px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border: 2px solid #242424;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-primary-button a {
    font-size: 1.5rem;
    padding: 16px 19px;
    text-align: left;
    letter-spacing: 0.03em;
    border: 1px solid #242424;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .c-primary-button-1 a {
    width: 258px;
  }
}

@media screen and (max-width: 767px) {
  .c-primary-button-2 a {
    width: 273px;
  }
}

@media screen and (max-width: 767px) {
  .c-primary-button-3 a {
    width: 227px;
  }
}

@media screen and (max-width: 767px) {
  .c-primary-button-4 a {
    width: 244px;
  }
}

.c-primary-button a:after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 1em;
  margin-left: 8px;
  background: url(/kodate/assets/img/icon_arrow-b.svg) no-repeat center/contain;
  transform: translateY(-1px);
}

.c-primary-button a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s color 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .c-primary-button a:hover {
    opacity: 0.5;
  }
}

.c-links {
  width: 100%;
  background-color: #eeefea;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
}

.c-links__inner {
  width: 1160px;
  margin: 0 auto;
  padding: 100px 0px;
}
@media screen and (max-width: 767px) {
  .c-links__inner {
    width: 100%;
  }
}

.c-links__heading {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-links__heading {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}

.c-links__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-links__box {
    flex-flow: column;
    margin-bottom: 0;
  }
}

.c-links__part {
  overflow: hidden;
  display: flex;
  padding-left: 0px;
  transition: opacity 0.3s color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-links__part {
    width: calc(100% - 60px);
    flex-flow: column;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .c-links__part:hover {
    opacity: 0.5;
  }
}

.c-links__part:first-child {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-links__part:first-child {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.c-links__image {
  width: 233px;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-links__image {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .c-links__text:first-child {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.c-links__text {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-links__text {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .c-links__text {
    padding-left: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .c-links__text {
    padding-left: 15px;
  }
}

.c-links__image img {
  width: 233px;
}
@media screen and (max-width: 767px) {
  .c-links__image img {
    width: 100%;
  }
}

.c-links__title {
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-links__title {
    text-align: center;
    margin: 20px auto;
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 767px) {
  .c-links__title---lssmall {
    letter-spacing: -0.04em;
  }
}

.c-links__title::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/library/kodate/start/lkd/common/img/blank_icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}

.c-links__description {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .c-links__description {
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .c-links__description {
    letter-spacing: 0;
  }
}

.c-media {
  display: flex;
  justify-content: space-between;
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  border-radius: 10px;
  width: 1068px;
}
@media screen and (max-width: 767px) {
  .c-media {
    flex-flow: column;
    width: calc(100% - 60px);
    margin: 0 auto 0;
  }
}

.c-media-1 {
  display: flex;
  justify-content: space-between;
  padding: 45px 88px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .c-media-1 {
    flex-flow: column;
    padding: 50px 20px;
  }
}

.c-media-2 {
  display: flex;
  justify-content: space-between;
  padding: 45px 88px;
  margin: 0 auto 90px;
  transition: opacity 0.3s color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-media-2 {
    flex-flow: column;
    padding: 50px 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-media-2:hover {
    opacity: 0.5;
  }
}

.c-media-3 {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px;
  width: 1160px;
  border: none;
  background-color: #f5f5f2;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-media-3 {
    width: calc(100% - 60px);
    padding: 50px 20px;
  }
}

.c-media__inner {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-media__inner {
    flex-flow: column;
  }
}

.c-media__image-2 {
  width: 448px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-media__image-2 {
    width: 100%;
  }
}

.c-media__image-1 {
  width: 233px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-media__image-1 {
    width: 100%;
  }
}

.c-media__text {
  display: block;
  margin-left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-media__text {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .c-media__text {
    margin-left: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .c-media__text {
    margin-left: 50px;
  }
}

.c-media__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-media__title {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .c-media__title {
    font-feature-settings: "palt";
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .c-media__title {
    font-feature-settings: "palt";
  }
}

.c-media__title-2::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 23px;
  background-image: url(/library/kodate/start/lkd/common/img/mystage_icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: -5px;
}

.c-media_buttons {
  font-size: 1.4rem;
  line-height: 1.4;
}

.c-media__description {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-media__description {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-media-2 .c-media__description {
    word-break: break-all;
    letter-spacing: -0.02em;
  }
}

.c-media__categoly {
  border: 1px solid #707070;
  width: 251px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-media__categoly {
    margin-top: 30px;
    width: 100%;
  }
}

.c-media__button {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  flex-shrink: 0;
  min-width: 260px;
  display: inline-block;
  transition: opacity 0.3s color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-media__button {
    min-width: 100%;
    letter-spacing: 0em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .c-media__button {
    letter-spacing: -0.06em;
    font-feature-settings: "palt";
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .c-media__button {
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
  }
}

@media screen and (min-width: 768px) {
  .c-media__button:hover {
    opacity: 0.5;
  }
}

.c-media__button:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-media__button:first-child {
    margin-bottom: 26px;
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .c-media__button:first-child {
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .c-media__button:first-child {
    margin-right: 15px;
  }
}

.c-media__button::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/library/kodate/start/lkd/common/img/blank_icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}

.c-media_buttons {
  margin-top: 40px;
}

.c-links img {
  width: 100%;
}

.c-catalog {
  width: 100%;
  margin: 0 auto;
}

.c-catalog__inner {
  width: 1160px;
  margin: 0 auto;
  padding: 150px 0px 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-catalog__inner {
    width: 100%;
    padding: 100px 0px 60px;
  }
}

.c-catalog__heading {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-catalog__heading {
    font-size: 1.5rem;
  }
}

.c-catalog-button {
  text-align: center;
  margin: 0 auto;
}

.c-catalog-button a {
  display: block;
  align-items: center;
  max-width: 100%;
  padding: 16px 49px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: 314px;
  background-color: #3b3b41;
  letter-spacing: 0.1em;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-catalog-button a {
    max-width: 100%;
    padding: 24px 49px;
  }
}

.c-catalog-button a {
  text-decoration: none;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .c-catalog-button a:hover {
    opacity: 0.5;
  }
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.c-modal.show {
  opacity: 1;
}

.c-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.close .c-modal-content {
  animation: slideOut 0.5s forwards;
}

.c-modal-content {
  position: absolute;
  right: -100%;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  background-color: #fff;
  animation: slideIn 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .c-modal-content {
    width: calc(100% - 30px);
  }
}

@keyframes slideIn {
  from {
    right: -100%;
  }
  to {
    right: 0px;
  }
}
@keyframes slideOut {
  0% {
    right: 0%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    right: -15%;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
.c-modal-body {
  overflow-y: hidden;
  margin-left: 50px;
  position: relative;
  top: 50%;
  margin-right: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-modal-body {
    margin-top: -330px;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-body {
    top: 0%;
    height: auto;
    margin-right: 30px;
    height: 96%;
    margin-left: 30px;
  }
}

.show .c-modal-body {
  opacity: 1;
}

.c-modal__box {
  display: flex;
  width: max-content;
  overflow-x: visible;
}
@media screen and (min-width: 768px) {
  .c-modal__box {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__box {
    margin-top: 9.3vh;
  }
}

@media screen and (max-width: 767px) {
  .c-modal__box--mt27p {
    margin-top: 27% !important;
  }
}

.c-modal__part {
  display: flex;
  flex-flow: column;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .c-modal__part {
    display: block;
  }
}

.c-modal__part-field {
  width: 42px;
  height: auto;
}

.c-modal__part-field-1 {
  width: 44px;
}

.c-modal__part-1 {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .c-modal__part-1 {
    width: 324px;
  }
}

.c-modal__part-2 {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}

.c-modal__part-3 {
  margin-top: 0;
}

.c-modal__part-4 {
  display: flex;
  flex-flow: column;
  align-items: normal;
  margin-top: 0;
}

.c-modal__part-5 {
  display: flex;
  flex-flow: column;
  align-items: normal;
  margin-top: 0;
}

.c-modal__part4__box {
  display: flex;
}

.c-modal__part5__box {
  display: flex;
}

.c-modal__part1-image {
  width: 319px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-modal__part1-image {
    width: 284px;
  }
}

.c-modal__part2-image {
  margin-right: 40px;
  position: relative;
}
.c-modal__part2-1-1-image {
  width: 529px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-1-1-image {
    width: 528px;
  }
}

.c-modal__part2-1-2-image {
  width: 645px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-1-2-image {
    width: 644px;
  }
}

.c-modal__part2-1-3-image {
  width: 804px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-1-3-image {
    width: 803px;
  }
}

.c-modal__part2-1-4-image {
  margin-right: 0px;
  width: 910px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-1-4-image {
    width: 911px;
  }
}

.c-modal__part2-2-1-image {
  width: 553px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-2-1-image {
    width: 552px;
  }
}

.c-modal__part2-2-2-image {
  width: 683px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-2-2-image {
    width: 682px;
  }
}

.c-modal__part2-2-3-image {
  width: 714px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-2-3-image {
    width: 713px;
  }
}

.c-modal__part2-2-4-image {
  margin-right: 0;
  width: 990px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-2-4-image {
    width: 934px;
    padding-right: 0;
  }
}

.c-modal__part2-3-1-image {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-3-1-image {
    width: 528px;
  }
}

.c-modal__part2-3-2-image {
  width: 709px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-3-2-image {
    width: 712px;
  }
}

.c-modal__part2-3-3-image {
  width: 735px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-3-3-image {
    width: 733px;
  }
}

.c-modal__part2-3-4-image {
  width: 916px;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-3-4-image {
    width: 907px;
    padding-right: 0;
  }
}

.c-modal__part2-4-1-image {
  width: 553px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-4-1-image {
    width: 552px;
  }
}

.c-modal__part2-4-2-image {
  width: 764px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-4-2-image {
    width: 761px;
  }
}

.c-modal__part2-4-3-image {
  width: 634px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-4-3-image {
    width: 632px;
  }
}

.c-modal__part2-4-4-image {
  margin-right: 0px;
  width: 939px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-4-4-image {
    width: 937px;
  }
}

.c-modal__part2-5-1-image {
  width: 529px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-5-1-image {
    width: 528px;
  }
}

.c-modal__part2-5-2-image {
  width: 622px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-5-2-image {
    width: 617px;
  }
}

.c-modal__part2-5-3-image {
  width: 712px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-5-3-image {
    width: 711px;
  }
}

.c-modal__part2-5-4-image {
  margin-right: 0;
  width: 1027px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-5-4-image {
    width: 1025px;
  }
}

.c-modal__part2-6-1-image {
  width: 529px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-6-1-image {
    width: 528px;
  }
}

.c-modal__part2-6-2-image {
  width: 891px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-6-2-image {
    width: 891px;
  }
}

.c-modal__part2-6-3-image {
  width: 391px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-6-3-image {
    width: 391px;
  }
}

.c-modal__part2-6-4-image {
  margin-right: 0;
  width: 1079px;
}
@media screen and (max-width: 767px) {
  .c-modal__part2-6-4-image {
    width: 1077px;
  }
}

.c-modal__part4-image {
  margin-right: 40px;
  position: relative;
}
.c-modal__part4-1-1-image {
  width: 501px;
}
@media screen and (max-width: 767px) {
  .c-modal__part4-1-1-image {
    width: 495px;
  }
}

.c-modal__part4-1-2-image {
  width: 592px;
}
@media screen and (max-width: 767px) {
  .c-modal__part4-1-2-image {
    width: 585px;
  }
}

.c-modal__part4-1-3-image {
  width: 592px;
}
@media screen and (max-width: 767px) {
  .c-modal__part4-1-3-image {
    width: 581px;
  }
}

.c-modal__part4-1-4-image {
  width: 501px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-modal__part4-1-4-image {
    width: 495px;
    padding-right: 0;
  }
}

.c-modal__part5-image {
  margin-right: 40px;
  position: relative;
}
.c-modal__part5-1-1-image {
  width: 501px;
}
@media screen and (max-width: 767px) {
  .c-modal__part5-1-1-image {
    width: 495px;
  }
}

.c-modal__part5-1-2-image {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .c-modal__part5-1-2-image {
    width: 584px;
  }
}

.c-modal__part5-1-3-image {
  width: 869px;
}
@media screen and (max-width: 767px) {
  .c-modal__part5-1-3-image {
    width: 859px;
  }
}

.c-modal__part5-1-4-image {
  width: 609px;
}
@media screen and (max-width: 767px) {
  .c-modal__part5-1-4-image {
    width: 602px;
    padding-right: 0;
  }
}

.c-modal__part5-1-5-image {
  width: 501px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-modal__part5-1-5-image {
    width: 495px;
    padding-right: 0;
  }
}

.c-modal__part-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 28px 0 33px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-modal__part-text {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 20px 0 26px;
  }
}

.c-modal__part-title {
  margin-bottom: 40px;
  display: block;
  line-height: 2;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-modal__part-title {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.c-modal__part-maintitle {
  font-weight: bold;
  display: block;
}
.c-modal__part-subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-modal__part-subtitle {
    font-size: 1.5rem;
  }
}

.c-modal-body::-webkit-scrollbar {
  height: 8px; /* スクロールバーの高さ */
  position: absolute;
  margin-bottom: -20px;
}

.c-modal-body::-webkit-scrollbar-track {
  background: #d8d8d8; /* スクロールバーのトラックの背景色 */
  border-radius: 4px;
}

.c-modal-body::-webkit-scrollbar-thumb {
  background: #3b3b41; /* スクロールバーのサムの背景色 */
  /* スクロールバーのサムの角を丸くする */
  border-radius: 4px;
}

.c-modal-body::-webkit-scrollbar-thumb:hover {
  background: #555; /* スクロールバーのサムのホバー時の背景色 */
}

.c-modal-inner-content {
  width: 200%; /* コンテンツの幅を親要素の幅を超えるように設定 */
  height: 100%;
}

.c-close {
  width: 27px;
  height: 36px;
  top: 28px;
  left: 41px;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  padding-left: 0px;
  color: #242424;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-close {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .c-close {
    top: 17px;
    left: 21px;
  }
}

.c-close img {
  top: 20px;
  width: 9px;
  position: relative;
  top: 11px;
  left: 9px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .c-close img {
    bottom: -85px;
  }
}

.c-close:hover,
.c-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.c-modal-close {
  position: absolute;
  bottom: -110px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .c-modal-close {
    bottom: -85px;
  }
}

.c-modal-close__button {
  width: 248px;
  height: 60px;
  border: 1px solid #242424;
  border-radius: 30px;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: opacity 0.3s color 0.3s;
  font-weight: 500;
  padding-right: 1px;
}
@media screen and (max-width: 767px) {
  .c-modal-close__button {
    width: 170px;
    height: 46px;
    border-radius: 23px;
    letter-spacing: 0.03em;
  }
}

.c-modal-close__button:hover {
  opacity: 0.5;
}

.c-modal-close__button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(/library/kodate/start/lkd/common/img/kakeru_03.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.c-open {
  width: 27px;
  height: 36px;
  float: left;
  top: 41px;
  left: 41px;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-open {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .c-open {
    top: 21px;
    left: 21px;
  }
}

.c-open img {
  width: 9px;
  position: relative;
}

.c-open:hover,
.c-open:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.c-modal-open {
  position: relative;
  bottom: 0px;
  right: 0px;
  margin-top: 150px;
  width: 239px;
  margin-left: 345px;
}
@media screen and (max-width: 767px) {
  .c-modal-open {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
    text-align: right;
  }
}

.c-modal-open-2 {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-modal-open-2 {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.c-modal-open__button {
  width: 239px;
  height: 60px;
  border: 1px solid #242424;
  border-radius: 30px;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  transition: opacity 0.3s color 0.3s;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-modal-open__button {
    width: 170px;
    height: 46px;
    border-radius: 23px;
    letter-spacing: 0.03em;
  }
}

.c-modal-open__button:hover {
  opacity: 0.5;
}

.c-modal-open__button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(/library/kodate/start/lkd/common/img/plus_black_01.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -6px;
}

/*
 * project
 * -------------------------------------------------------------------
 */
.p-planning-intro {
  min-width: 1160px;
  margin: 0 auto;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .p-planning-intro {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-planning-intro__inner {
    margin: 145px auto 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-planning-intro__inner {
    margin: 45px auto 50px;
  }
}

.p-planning-intro-descriotion {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto 75px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-planning-intro-descriotion {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 60px;
  }
}

.p-planning-intro-lead {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planning-intro-lead {
    width: 100%;
    line-height: 1.7;
    font-size: 1.8rem;
    margin: 50px auto 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-planning-intro__content {
    width: 970px;
    margin: 118px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-planning-intro__content {
    width: 100%;
  }
}

.p-planning-intro__box {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-planning-intro__box {
    width: 100%;
    flex-flow: column;
  }
}

.p-planning-intro-figure {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .p-planning-intro-figure {
    width: 295px;
    margin: 0 auto 30px;
  }
}

.p-planning-intro-title {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .p-planning-intro-title {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 auto 30px;
  }
}

.p-planning-intro-text {
  font-weight: bold;
  font-size: 1.8rem;
  width: 410px;
  line-height: 2;
  letter-spacing: 0.04em;
  margin: 0 0;
  display: grid;
  place-items: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-planning-intro-text {
    width: calc(100% - 60px);
    margin: 0 auto 75px;
    text-align-last: left;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
  }
}

.p-planning-sciene {
  width: 100%;
  margin: 100px auto 100px;
  position: relative;
  letter-spacing: 0.04em;
  padding-bottom: 100px;
}

.p-planning-sciene__inner {
  width: 1160px;
  margin: 0 auto;
  padding: 0px 0px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__inner {
    width: 100%;
    margin: 0 auto;
  }
}

.p-planning-sciene-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 226px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene-box {
    display: block;
  }
}

.p-planning-sciene-box-1 {
  width: 1026px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene-box-1 {
    width: calc(100% - 60px);
    margin: 0 auto 140px;
  }
}

.p-planning-sciene-box-2 {
  width: 1120px;
  margin-left: 72px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene-box-2 {
    width: calc(100% - 60px);
    margin: 0 auto 140px;
  }
}

.p-planning-sciene-box-3 {
  width: 1013px;
  margin-left: 2px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene-box-3 {
    width: calc(100% - 60px);
    margin: 0 auto 100px;
  }
}

.p-planning-sciene-box-outer {
  position: relative;
}

.p-planning-sciene-box-outer:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d8d8d8;
  background-size: contain;
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-planning-sciene-box-outer:before {
    top: -35px;
    display: inline-block;
    width: 13px;
    height: 13px;
  }
}

.p-planning-sciene__textarea-1 {
  width: 575px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__textarea-1 {
    width: 100%;
  }
}

.p-planning-sciene__textarea-2 {
  width: 620px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__textarea-2 {
    width: 100%;
  }
}

.p-planning-sciene__textarea-3 {
  width: 622px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__textarea-3 {
    width: 100%;
  }
}

.p-planning-sciene__image-1 {
  width: 336px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__image-1 {
    width: 100%;
  }
}

.p-planning-sciene__image-2 {
  width: 436px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__image-2 {
    width: 100%;
  }
}

.p-planning-sciene__image-3 {
  width: 289px;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__image-3 {
    width: 100%;
  }
}

.p-planning-sciene__subtitle {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__subtitle {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

.p-planning-sciene__subtitle {
  margin-bottom: 35px;
  margin-top: -11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__subtitle {
    margin-bottom: 25px;
  }
}

.p-planning-sciene__description {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__description {
    font-size: 1.5rem;
    letter-spacing: 0.021em;
    line-height: 1.7;
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    font-weight: 500;
  }
}

.p-planning-sciene__description-1 {
  width: 549px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__description-1 {
    width: 100%;
    letter-spacing: 0;
  }
}

.p-planning-sciene__description-2 {
  width: 580px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__description-2 {
    width: 100%;
    letter-spacing: 0;
  }
}

.p-planning-sciene__description-3 {
  width: 578px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planning-sciene__description-3 {
    width: 100%;
    letter-spacing: 0;
  }
}

.p-planning-concept {
  min-width: 1160px;
  margin: 0 auto;
  color: #242424;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planning-concept {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-planning-concept__inner {
    margin: 145px auto 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-planning-concept__inner {
    margin-bottom: 100px;
  }
}

.p-planning-concept__title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #d8d8d8;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-planning-concept__title:before {
    width: 13px;
    height: 13px;
    top: -25px;
  }
}

.p-planning-concept__title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planning-concept__title {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}

.p-planning-concept__image {
  width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-planning-concept__image {
    width: calc(100% - 60px);
    margin: 0 auto 20px;
  }
}

.p-planning-concept__text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .p-planning-concept__text {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: left;
    width: calc(100% - 60px);
    line-height: 1.7;
    margin-bottom: 30px;
  }
}

.p-planning-concept__caption {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .p-planning-concept__caption {
    font-size: 1.2rem;
    line-height: 1.8;
    width: calc(100% - 60px);
    text-align: left;
  }
}

.p-planning-concept-descriotion {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 0 auto 55px;
  letter-spacing: 0.1em;
}

.p-planning-concept-lead {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-planning-concept-lead {
    width: 100%;
    font-weight: 500;
    line-height: 2.2;
    font-size: 1.5rem;
    margin: 50px auto 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-planning-concept__content {
    width: 970px;
    margin: 118px auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-planning-concept__content {
    width: 100%;
  }
}

.p-planning-concept__box {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-planning-concept__box {
    width: 100%;
    flex-flow: column;
  }
}

.p-planning-concept-figure {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .p-planning-concept-figure {
    width: 295px;
    margin: 0 auto 30px;
  }
}

.p-planning-links {
  min-width: 1160px;
  margin: 0 auto 150px;
  color: #242424;
  position: relative;
  width: 1160px;
}
@media screen and (max-width: 767px) {
  .p-planning-links {
    min-width: 100%;
    width: 100%;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-planning-links__inner {
    margin: 145px auto 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-planning-links__inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.p-planning-links__title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planning-links__title {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: -0.03em;
    margin-bottom: 25px;
  }
}

.p-planning-links__image {
  width: 580px;
  margin: 0 auto;
}

.p-planning-links__text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 45px auto 0px;
}
@media screen and (max-width: 767px) {
  .p-planning-links__text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 25px auto 0px;
  }
}

.p-planning-links__caption {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 25px auto 0;
}

.p-planning-feature {
  min-width: 1160px;
  margin: 0 auto 150px;
  color: #242424;
  position: relative;
  width: 1160px;
}
@media screen and (max-width: 767px) {
  .p-planning-feature {
    min-width: 100%;
    width: 100%;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-planning-feature__inner {
    margin: 145px auto 150px;
  }
}
.p-planning-feature__title {
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-planning-feature__title {
    font-size: 2rem;
    line-height: 1.9;
    width: calc(100% - 60px);
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}

.p-planning-feature__box {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-planning-feature__box {
    flex-flow: column;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}

.p-planning-feature__image {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-planning-feature__image {
    width: calc(100% - 60px);
  }
}

.p-planning-feature__text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  margin: 45px auto 55px;
}
@media screen and (max-width: 767px) {
  .p-planning-feature__text {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 30px auto 55px;
    width: calc(100% - 60px);
  }
}

.p-planning-feature__caption {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 25px auto 0;
}
.p-planning-feature__icon {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-planning-feature__icon {
    position: relative;
    transform: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 17px 0;
  }
}

.p-planning-feature__capture {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin: 10px auto 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-planning-feature__capture {
    font-size: 1.5rem;
  }
}

.p-planning-feature__capture--small {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-planning-feature__capture--small {
    font-size: 1.2rem;
  }
}

.p-accordion-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 522px;
  margin: 0;
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

.p-accordion {
  display: flex;
  gap: 0px; /* アイテム間のスペース */
}

.p-accordion-item {
  position: relative;
  flex: 1; /* 各セクションの初期サイズを均等に */
  height: 522px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: flex 0.5s ease; /* 滑らかに開くアニメーション */
  cursor: pointer;
  width: 193px;
}

.p-accordion-item:hover {
  flex: 2; /* ホバー時に拡大する比率 */
}

.p-accordion-item::before,
.p-accordion-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%; /* 中央からの広がりを表現 */
  transition: transform 0.5s ease;
  z-index: 1;
}

.p-accordion-item::before {
  left: 0;
  transform-origin: right; /* 左半分が右側を基点に広がる */
}

.p-accordion-item::after {
  right: 0;
  transform-origin: left; /* 右半分が左側を基点に広がる */
}

.p-accordion-item:hover::before,
.p-accordion-item:hover::after {
  transform: scaleX(0); /* ホバー時に透明になる演出 */
}

.p-accordion-item-1 {
  background-image: url("/library/kodate/start/lkd/lkd1/img/02_pic_02-1_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-accordion-item-2 {
  background-image: url("/library/kodate/start/lkd/lkd1/img/02_pic_02-2_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-accordion-item-3 {
  background-image: url("/library/kodate/start/lkd/lkd1/img/02_pic_02-3_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-accordion-item-4 {
  background-image: url("/library/kodate/start/lkd/lkd1/img/02_pic_02-4_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-accordion-item-5 {
  background-image: url("/library/kodate/start/lkd/lkd1/img/02_pic_02-5_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-accordion-item-6 {
  background-image: url("/library/kodate/start/lkd/lkd1/img/02_pic_02-3_pc.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-accordion-field {
  width: 55px;
  display: block;
}

.p-accordion-field:first-child {
  width: 61px;
}

.p-accordion-opentext {
  position: absolute;
  bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.p-accordion-opentext::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(/library/kodate/start/lkd/common/img/plus_white_01.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
}

/*
 * utility
 * -------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .b-is-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .b-is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .b-is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .b-is-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt0_sp {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt20_sp {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt0_sp {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-tac_sp {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-fz18 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mb100_pc {
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mb150_pc {
    margin-bottom: 150px !important;
  }
}

/*
 * setting
 * -------------------------------------------------------------------
 *//*# sourceMappingURL=style.css.map */