* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: auto;
  overflow-y: scroll;
  color: #2D2D2D;
}
body.is-resizing * {
  transition: none !important;
}
body.is-fixed {
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  min-height: 100vh;
}

.l-container {
  max-width: 1244px;
  padding: 0 22px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c-header {
  position: relative;
  background-color: #ffffff;
}
.c-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
}
.c-header.is-nav-open .c-header__logo {
  opacity: 0;
}
.c-header__h1 {
  display: none;
}
.c-header__inner {
  display: flex;
  align-items: center;
  padding: 8px 20px 0;
  height: 60px;
}
.c-header__logo {
  transition: all 0.3s ease-in-out;
}
.c-header__logo img {
  width: auto;
  height: 38px;
}
.c-header__gnav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  padding: 57px 22px 100px;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -99;
}
.c-header__gnav.is-open {
  pointer-events: auto;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.c-header__gnav.is-open * {
  pointer-events: auto;
}
.c-header__navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: auto;
  z-index: 100;
}
.c-header__navbar.is-open .c-header__navbar__line {
  background-color: transparent;
}
.c-header__navbar.is-open .c-header__navbar__line:before, .c-header__navbar.is-open .c-header__navbar__line:after {
  top: 0;
  bottom: 0;
  transition: top 0.2s ease-in-out, bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
}
.c-header__navbar.is-open .c-header__navbar__line:before {
  transform: rotate(45deg);
}
.c-header__navbar.is-open .c-header__navbar__line:after {
  transform: rotate(-45deg);
}
.c-header__navbar__line {
  position: relative;
  width: 100%;
  height: 2px;
  background: #2D2D2D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header__navbar__line:before, .c-header__navbar__line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2D2D2D;
  transition: top 0.2s ease-in-out 0.2s, bottom 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out;
  left: 0;
}
.c-header__navbar__line:before {
  top: -8px;
}
.c-header__navbar__line:after {
  bottom: -8px;
}

.c-footer {
  background: #272727;
  padding: 35px 0 32px;
}
.c-footer__inner {
  padding: 0 20px;
}
.c-footer__logo {
  width: 127px;
  margin: 0 auto;
}
.c-footer__logo a {
  display: block;
}
.c-footer__logo img {
  width: 100%;
}
.c-footer__info {
  text-align: center;
  margin-top: 22px;
}
.c-footer__txt {
  font-size: 1.3rem;
  line-height: 1.55;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.c-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 21px;
}
.c-footer__social__item {
  margin: 0 7px;
}
.c-footer__social__item img {
  height: 22px;
}
.c-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.85px;
  margin-top: 21px;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 {
  width: 330px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 4px;
}
.c-btn1__txt {
  display: block;
  text-align: center;
  background: #e98285;
  font-size: 2.2rem;
  line-height: 1.68;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.32px;
  box-shadow: 5px 5px 0 #c26366;
  padding: 11px;
  position: relative;
}
.c-btn1__txt::after {
  content: "";
  border: 1px solid #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.c-btn1__txt span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
.c-btn1__txt span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translate(0, -50%) rotate(45deg);
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}
.c-title1__inner {
  display: inline-block;
  position: relative;
}
.c-title1__jp {
  display: block;
  font-size: 2.6rem;
  line-height: 1.1;
  color: #2d2d2d;
  font-weight: bold;
  position: relative;
}
.c-title1__jp::after {
  content: "";
  width: 156px;
  height: 6px;
  background: url("../images/common/line1.png") no-repeat center/100% 100%;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0);
}
.c-title1__en {
  position: relative;
  left: 80%;
}
.c-title1.is-style1 .c-title1__jp {
  margin-bottom: 19px;
}
.c-title1.is-style2 .c-title1__jp {
  margin-bottom: 21px;
}
.c-title1.is-style2 .c-title1__jp::after {
  width: 301px;
  height: 15px;
  background: url("../images/common/line2.png") no-repeat center/100% 100%;
  bottom: -16px;
}
.c-title1.is-style2 .c-title1__en {
  margin: 0 -22px 0 0;
  display: block;
  text-align: right;
  left: auto;
}
.c-title1.is-style3 .c-title1__jp {
  margin-bottom: 6px;
}
.c-title1.is-style3 .c-title1__jp::after {
  width: 140px;
  height: 6.5px;
  background: url("../images/common/line3.png") no-repeat center/100% 100%;
  bottom: -11px;
}
.c-title1.is-style3 .c-title1__en {
  left: 95%;
}
.c-title1.is-style4 .c-title1__jp {
  margin-bottom: 17px;
}
.c-title1.is-style4 .c-title1__jp::after {
  width: 199px;
  height: 8px;
  background: url("../images/common/line4.png") no-repeat center/100% 100%;
  left: 46%;
}
.c-title1.is-style4 .c-title1__en {
  left: 65%;
}
.c-title1.is-style5 .c-title1__jp::after {
  width: 165px;
  height: 7px;
  background: url("../images/common/line5.png") no-repeat center/100% 100%;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.5rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1px;
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.c-navi1__list {
  list-style: none;
}
.c-navi1__item {
  list-style: none;
}
.c-navi1__link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: 1.26px;
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1__item {
  width: 88%;
}
.c-list1__item:nth-child(even) {
  margin-left: auto;
}
.c-list1__item:nth-child(even) .c-list1__inner {
  padding: 0 17px 0 13px;
}
.c-list1__item:nth-child(even) .c-list1__inner::after {
  transform: rotate(-3deg);
  top: 2px;
  left: -2px;
  bottom: -2px;
}
.c-list1__item:nth-child(even) .c-list1__img {
  transform: rotate(4deg);
}
.c-list1__item:nth-child(even) .c-list1__info {
  right: 2.5vw;
  left: auto;
  bottom: 3.5vw;
}
.c-list1__item:not(:last-child) {
  margin-bottom: 15.5vw;
}
.c-list1__inner {
  position: relative;
  padding: 0 15px;
  cursor: pointer;
}
.c-list1__inner::after {
  content: "";
  background: #efefef;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 2px;
  transform: rotate(2deg);
}
.c-list1__img {
  position: relative;
  transform: rotate(-4deg);
  z-index: 2;
}
.c-list1__img img {
  width: 100%;
}
.c-list1__info {
  position: absolute;
  left: 6vw;
  bottom: 9.5vw;
  z-index: 3;
}
.c-list1__ttl {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #6594b8;
  font-weight: 500;
  letter-spacing: 1.54px;
  padding-left: 10px;
  position: relative;
}
.c-list1__ttl::before {
  content: "";
  width: 12px;
  height: calc(50% - 1.5px);
  background: #fcfaee;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list1__ttl::after {
  content: "";
  width: 12px;
  height: calc(50% - 1.5px);
  background: #fcfaee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-list1__ttl span {
  display: inline-block;
  background: #fcfaee;
  position: relative;
  padding: 1px 33px 2px 10px;
}
.c-list1__ttl span::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/common/icon/icon-arrow-circle.svg") no-repeat center/14px 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

/*
------------------------------------------------------------*/
.c-list2 {
  padding: 0 12px;
}
.c-list2__item.is-reverse .c-list2__inner::after {
  transform: rotate(6deg);
  left: 4vw;
  right: 4vw;
  bottom: 4vw;
}
.c-list2__inner {
  position: relative;
  padding: 10.8vw 8.6vw 10vw;
  min-height: 265px;
}
.c-list2__inner::after {
  content: "";
  background: #fcfaee;
  position: absolute;
  top: 4vw;
  left: 5vw;
  right: 3vw;
  bottom: 3.5vw;
  transform: rotate(-5deg);
  z-index: -1;
}
.c-list2__ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #e98285;
  font-weight: bold;
  letter-spacing: 1.05px;
}
.c-list2__ttl span {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #272727;
  border-radius: 100px;
  padding: 2px 22px;
}
.c-list2__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.86;
  color: #272727;
  font-weight: 500;
  letter-spacing: 1.05px;
  margin-top: 15px;
}
.c-list2__icon {
  position: absolute;
}
.c-list2__icon.icon1 {
  width: 94px;
  height: 91px;
  top: 9.5vw;
  left: 6vw;
}
.c-list2__icon.icon2 {
  width: 98px;
  height: 72px;
  bottom: 3.5vw;
  right: 11vw;
}
.c-list2__icon.icon3 {
  width: 64px;
  height: 75px;
  bottom: 6vw;
  left: 12vw;
}
.c-list2__icon.icon4 {
  width: 104px;
  height: 80px;
  bottom: 6.5vw;
  right: 11vw;
}
.c-list2__icon.icon5 {
  width: 56px;
  height: 75px;
  bottom: 4.5vw;
  left: 13vw;
}
.c-list2 .prev,
.c-list2 .next {
  width: 11px;
  height: 17px;
  position: absolute;
  top: 34%;
  transform: translate(-50%, 0);
  outline: none !important;
}
.c-list2 .prev {
  background: url("../images/common/icon/icon-prev.svg") no-repeat center/11px 17px;
  left: 5px;
}
.c-list2 .next {
  background: url("../images/common/icon/icon-next.svg") no-repeat center/11px 17px;
  right: -5px;
}
.c-list2 .swiper-pagination {
  position: relative;
  margin-top: 13px;
}
.c-list2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin: 0 5px !important;
}
.c-list2 .swiper-pagination-bullet-active {
  background: #6594b8;
}

/*
------------------------------------------------------------*/
.c-list3__item {
  position: relative;
}
.c-list3__item:not(:last-child) {
  margin-bottom: 43px;
}
.c-list3__item:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #272727 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translate(-50%, 0);
}
.c-list3__item:nth-child(even) .c-list3__inner::after {
  transform: translate(-50%, 0) rotate(2deg);
}
.c-list3__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 19px;
}
.c-list3__inner::after {
  content: "";
  width: 96%;
  background: #fcfaee;
  position: absolute;
  top: 12px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0) rotate(-2deg);
  z-index: -1;
}
.c-list3__ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #272727;
  font-weight: bold;
  letter-spacing: 4.86px;
}
.c-list3__ttl span {
  border-bottom: 1px solid #272727;
  padding-bottom: 1px;
}
.c-list3__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #272727;
  font-weight: 500;
  letter-spacing: 1.05px;
  margin-top: 23px;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
.c-line {
  height: 1px;
  background: url("../images/common/dot_line.png") repeat-x top left/auto 1px;
}

/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-video1__wrap {
  position: relative;
}
.c-video1__wrap:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: calc(100% + 11px);
  background-color: #272727;
  transform: rotate(4deg) translateZ(0);
}
.c-video1__wrap.play .c-video1__inner:before {
  display: none;
}
.c-video1__wrap.play video {
  pointer-events: auto;
}
.c-video1__inner {
  position: relative;
  overflow: hidden;
  background-color: #615151;
}
.c-video1__inner:after {
  content: "";
  /* display: block; */
  padding-top: 74.9244%;
  z-index: -1;
}
.c-video1__inner:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97, 81, 81, 0.39);
  background-image: url(../images/common/icon/icon-play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 46px 46px;
  z-index: 2;
}
.c-video1__inner video {
  pointer-events: none;
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-video1__iframe {
  pointer-events: auto;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 1;
}
.c-video1__iframe iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: none;
}

/*------------------------------------------------------------
slider
------------------------------------------------------------*/
.c-slider2 {
  padding: 0 22px;
}
.c-slider2__inner {
  position: relative;
  padding: 0 11.2vw 12.6vw;
}
.c-slider2__pagi {
  display: none;
}
.c-slider2__pagi.swiper-pagination {
  bottom: 0;
  display: inline-grid;
  width: auto;
  max-width: 100%;
  grid-template-columns: repeat(10, 1fr);
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.c-slider2__pagi .swiper-pagination-bullet {
  background-color: #9F9F9F;
  margin: 9px 5px 0 !important;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.c-slider2__pagi .swiper-pagination-bullet-active {
  background-color: #6594B8;
}
.c-slider2__button {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.c-slider2__next.swiper-button-next, .c-slider2__prev.swiper-button-prev {
  pointer-events: auto;
  display: block;
  width: 12px;
  height: 20px;
  margin-top: -30px;
  outline: none !important;
}
.c-slider2__next.swiper-button-next:after, .c-slider2__prev.swiper-button-prev:after {
  position: relative;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-slider2__next {
  display: none;
}
.c-slider2__next.swiper-button-next {
  right: 9vw;
}
.c-slider2__next.swiper-button-next:after {
  background: url(../images/common/icon/icon-next2.svg) no-repeat center/12px 20px;
}
.c-slider2__prev {
  display: none;
}
.c-slider2__prev.swiper-button-prev {
  left: 9vw;
}
.c-slider2__prev.swiper-button-prev:after {
  background: url(../images/common/icon/icon-prev2.svg) no-repeat center/12px 20px;
}
.c-slider2__even .c-slider2__img {
  transform: rotate(8deg);
}
.c-slider2__odd .c-slider2__img {
  transform: rotate(-7deg);
}
.c-slider2__item {
  padding: 0 9.4vw;
}
.c-slider2__img {
  border: 5px solid #ffffff;
  position: relative;
  overflow: hidden;
  left: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}
.c-slider2__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-slider2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv1 {
  position: relative;
  overflow: hidden;
}
.c-mv1__inner {
  position: relative;
}
.c-mv1__inner:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;
  width: 100%;
  height: calc(100% - 65px);
  background-color: #FCFAEE;
  transform: rotate(-4deg);
  z-index: -1;
}
.c-mv1__slider {
  position: relative;
  padding-bottom: 9.0666666667vw;
}
.c-mv1__slider .swiper-pagination {
  bottom: 0;
}
.c-mv1__slider .swiper-pagination-bullet {
  background-color: #9F9F9F;
  margin: 0 5px !important;
  opacity: 1;
  width: 6px;
  height: 6px;
}
.c-mv1__slider .swiper-pagination-bullet-active {
  background-color: #6594B8;
}
.c-mv1__item {
  position: relative;
  padding-top: 6.1333333333vw;
  padding-left: 4.2666666667vw;
}
.c-mv1__img {
  position: relative;
  transform: rotate(5deg);
  left: 4.8vw;
}
.c-mv1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mv1__text {
  padding-left: 0;
  padding-right: 280px;
  margin-top: 0;
  text-align: center;
}
.c-mv1__text img {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .c-mv1__text {
    padding-left: 22px;
    padding-right: 10px;
    margin-top: 25px;
    text-align: center;
  }
  .c-mv1__text img {
    width: 100%;
  }
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-accordion + .c-accordion {
  margin-top: 15px;
}
.c-accordion__heading {
  background: #6594b8;
  position: relative;
  padding: 4.25px 40px;
  cursor: pointer;
}
@media screen and (max-width: 374px) {
  .c-accordion__heading {
    padding: 4.25px 35px;
  }
}
.c-accordion__heading::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 17px;
}
.c-accordion__heading::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  transition: all 0.3s ease-in-out;
}
.c-accordion__heading.is-active::before {
  transform: rotate(90deg);
}
.c-accordion__ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 374px) {
  .c-accordion__ttl {
    font-size: 1.3rem;
  }
}
.c-accordion__info {
  background: #ffffff;
  display: none;
  padding: 10px 35px 8px;
}
.c-accordion__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.95;
  color: #272727;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .c-accordion__txt {
    font-size: 1.3rem;
  }
}

/*
------------------------------------------------------------*/
.c-faq {
  position: relative;
  padding: 9.4vw 0;
}
.c-faq::after {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  top: 4.5vw;
  left: 16px;
  right: 16px;
  bottom: 4.5vw;
  position: absolute;
  transform: rotate(7deg);
}
.c-faq .c-accordion {
  position: relative;
  z-index: 2;
}

/*
------------------------------------------------------------*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  outline: none;
  opacity: 0;
  transition: opacity 0.2s linear;
  display: none;
}
.c-modal.show {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-modal__dialog {
  position: relative;
  pointer-events: none;
  width: 100%;
  margin: 75px 0;
  display: flex;
  align-items: center;
  min-height: calc(100% - 150px);
}
.c-modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0;
  padding-top: 51px;
  overflow: hidden;
}
.c-modal__body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #272727;
  pointer-events: none;
}
.c-modal__top {
  position: relative;
  margin-bottom: 62px;
}
.c-modal__top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97%;
  left: 25px;
  top: 32px;
  background-color: #FCFAEE;
  z-index: 0;
  transform: rotate(-4deg);
}
.c-modal__top__img {
  position: relative;
  margin-bottom: 42px;
}
.c-modal__top.is-style2:before {
  transform: rotate(5deg);
  height: 100%;
}
.c-modal__top.is-style2 .c-modal__top__img {
  margin-bottom: 16px;
}
.c-modal__top.is-style2 .c-modal__img1 {
  padding: 33px 37px 22px 19px;
  transform: rotate(-5deg);
}
.c-modal__top.is-style2 .c-modal__img2 {
  transform: rotate(4deg);
  top: auto;
  left: auto;
  bottom: 0;
  right: 13px;
}
.c-modal__top.is-style3:before {
  height: 100%;
}
.c-modal__top.is-style3 .c-modal__top__img {
  margin-bottom: 22px;
}
.c-modal__top.is-style3 .c-modal__img1 {
  padding: 32px 19px 17px 37px;
  transform: rotate(5deg);
}
.c-modal__top.is-style3 .c-modal__img2 {
  transform: rotate(-4deg);
  top: auto;
  left: 11px;
  bottom: 0;
}
.c-modal__img1 {
  width: 100%;
  padding: 30px 17px 0 38px;
  position: relative;
  overflow: hidden;
  transform: rotate(5deg);
}
.c-modal__img1 img {
  width: 100%;
}
.c-modal__img2 {
  position: absolute;
  top: 0;
  left: 12px;
  width: 40.7009%;
  overflow: hidden;
  transform: rotate(-4deg);
}
.c-modal__img2:after {
  display: block;
  content: "";
  padding-top: 64.9007%;
}
.c-modal__img2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-modal__img3 {
  position: relative;
  margin-top: 6.1333333333vw;
  margin-bottom: 5.8666666667vw;
  width: 100%;
}
.c-modal__img3.rotate-3 {
  margin-top: 8.8vw;
  margin-bottom: 7.2vw;
}
.c-modal__img3.rotate-3 img {
  transform: rotate(-3deg);
}
.c-modal__img3.rotate4 {
  margin-top: 8.2666666667vw;
  margin-bottom: 6.6666666667vw;
}
.c-modal__img3.rotate4 img {
  transform: rotate(4deg);
}
.c-modal__img3 img {
  position: relative;
  width: 100%;
  transform: rotate(2deg);
}
.c-modal__info {
  position: relative;
  display: flex;
  padding: 0 22px 0 26px;
}
.c-modal__title1 {
  width: 100%;
}
.c-modal__title1__cat {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 1.26px;
  font-weight: bold;
  color: #6594B8;
  border-bottom: 1px solid #6594B8;
  margin-bottom: 8px;
}
.c-modal__title1__txt {
  display: block;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 900;
}
@media screen and (max-width: 374px) {
  .c-modal__title1__txt {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.c-modal__avatar {
  width: 145px;
  padding-top: 6px;
  padding-left: 27px;
  flex-shrink: 0;
}
.c-modal__content {
  position: relative;
  padding: 0 22px;
}
.c-modal__content .c-line {
  margin-bottom: 29px;
}
.c-modal__text1 {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 1.05px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 23px;
}
.c-modal__close1 {
  position: absolute;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(../images/common/icon/icon-close.svg) no-repeat center/38px 38px;
  top: 22px;
  right: 22px;
  z-index: 10;
}
.c-modal__close2 {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(../images/common/icon/icon-close.svg) no-repeat center/38px 38px;
  margin: 18px auto 37px;
  z-index: 10;
}

/*
------------------------------------------------------------*/
.fadein {
  position: relative;
  transition: all 1500ms;
  opacity: 0.1;
  transform: translate3d(0, 100px, 0);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.p-onetokyo__bg1 {
  position: relative;
}
.p-onetokyo__bg1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: calc(100% - 44px);
  height: 100%;
  background-color: #FCFAEE;
  z-index: -1;
  transform: rotate(-2deg);
}
.p-onetokyo1 {
  padding: 22px 0 71px;
}
.p-onetokyo1 .c-text1 {
  margin: 29px 0 26px;
}
.p-onetokyo1 .c-text1 ~ .c-line {
  margin-bottom: 34px;
}
.p-onetokyo2 {
  padding: 33px 0 35px;
}
.p-onetokyo2 .c-title1 {
  margin-bottom: 2.8vw;
}
.p-onetokyo2 .c-video1 {
  margin-bottom: 16.5vw;
}
.p-onetokyo3 {
  padding: 74px 0 0;
}
.p-onetokyo3 .l-container {
  max-width: 100%;
}
.p-onetokyo3 .c-title1 {
  margin-bottom: 31px;
}
.p-onetokyo3 .c-list1 {
  margin: 0 -22px;
}
.p-onetokyo3 .c-btn1 {
  margin-top: 12.6vw;
}
.p-onetokyo4 {
  padding: 69px 0 0;
}
.p-onetokyo4 .l-container {
  max-width: 100%;
}
.p-onetokyo4 .c-title1 {
  margin: 63px 0 12px;
}
.p-onetokyo4__wrap {
  background: url("../images/bg-welfare.jpg") no-repeat center/cover;
  padding: 25px 10px 16px;
  margin: 0 -22px;
}
.p-onetokyo5 {
  padding: 63px 0 0;
}
.p-onetokyo5 .c-title1 {
  margin: 61px 0 28px;
}
.p-onetokyo5__wrap {
  position: relative;
  background: #ffffff;
  padding: 56px 0 44px;
  overflow: hidden;
}
.p-onetokyo5__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.33;
  background: url("../images/bg-tree-sp.jpg") no-repeat center bottom/100% auto, url("../images/bg-sky-sp.jpg") repeat-y center top/100% auto;
}
.p-onetokyo6 {
  padding: 80px 0 135px;
}
.p-onetokyo6 .c-title1 {
  margin: 63px 0 10px;
}
.p-onetokyo6 .c-btn1 {
  margin-top: 65px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  .l-wrapper {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .c-header {
    min-width: 1280px;
  }
  .c-header__inner {
    height: 85px;
    max-width: 1244px;
    padding: 0 22px;
    margin: 0 auto;
  }
  .c-header__logo {
    opacity: 1 !important;
  }
  .c-header__logo img {
    width: auto;
    height: 56px;
  }
  .c-header__navbar {
    display: none !important;
  }
  .c-header__gnav {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: auto;
    position: relative;
    pointer-events: auto;
    overflow: initial !important;
    visibility: visible;
    z-index: initial;
    opacity: 1;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding: 54px 0 49px;
  }
  .c-footer__logo {
    width: 212px;
  }
  .c-footer__info {
    margin-top: 31px;
  }
  .c-footer__txt {
    font-size: 1.5rem;
    letter-spacing: 1.05px;
  }
  .c-footer__social {
    margin-top: 31px;
  }
  .c-footer__copyright {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-btn1 {
    width: 710px;
  }
  .c-btn1__txt {
    font-size: 2.6rem;
    letter-spacing: 1.56px;
    padding: 14px 10px;
  }
  .c-btn1__txt::after {
    top: 8px;
    left: 7px;
    right: 8px;
    bottom: 7px;
  }
  .c-btn1__txt span::after {
    width: 14px;
    height: 14px;
    top: 52%;
    right: -8px;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-title1__jp {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  .c-title1.is-style1 .c-title1__jp {
    margin-bottom: 10px;
    padding-right: 5px;
  }
  .c-title1.is-style1 .c-title1__en {
    left: 65%;
  }
  .c-title1.is-style3 .c-title1__en {
    left: 103%;
  }
  .c-title1.is-style4 .c-title1__en {
    left: 68%;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-text1 {
    font-size: 1.8rem;
    line-height: 3.9rem;
    letter-spacing: 1.44px;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-navi1 {
    position: relative;
    right: -2px;
  }
  .c-navi1__list {
    display: flex;
  }
  .c-navi1__item {
    list-style: none;
    margin-left: 40px;
  }
  .c-navi1__link {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: 1.638px;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-list1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -21px;
  }
  .c-list1__item {
    width: calc(33.3333333333% - 42px);
    margin: 0 21px 40px !important;
  }
  .c-list1__item:nth-child(even) .c-list1__inner {
    padding: 0 34px 0 19px;
  }
  .c-list1__item:nth-child(even) .c-list1__inner::after {
    top: 2px;
    left: 1px;
    right: 10px;
    bottom: -2px;
  }
  .c-list1__item:nth-child(even) .c-list1__info {
    right: 17px;
    bottom: 19px;
  }
  .c-list1__inner {
    padding: 0 22px 0 31px;
  }
  .c-list1__inner::after {
    top: -2px;
    left: 8px;
    right: 3px;
    bottom: 3px;
  }
  .c-list1__info {
    left: 60px;
    bottom: 50px;
  }
  .c-list2 {
    margin: 0 -20px;
    padding: 0;
  }
  .c-list2__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-list2__item {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px;
  }
  .c-list2__item:nth-child(even) .c-list2__inner::after {
    left: 10px;
    right: 10px;
    bottom: 0;
  }
  .c-list2__item.item1 {
    margin-top: 22px;
  }
  .c-list2__item.item3 {
    margin-top: 22px;
  }
  .c-list2__item.item3 .c-list2__inner {
    padding-bottom: 45px;
  }
  .c-list2__item.item4 {
    margin-top: 33px;
  }
  .c-list2__item.item4 .c-list2__inner {
    padding-bottom: 60px;
  }
  .c-list2__inner {
    padding: 41px 30px 23px 25px;
    min-height: 265px;
  }
  .c-list2__inner::after {
    top: 15px;
    left: 12px;
    right: 14px;
    bottom: 0;
  }
  .c-list2__icon.icon1 {
    top: 36px;
    left: 14px;
  }
  .c-list2__icon.icon2 {
    bottom: -2px;
    right: 35px;
  }
  .c-list2__icon.icon3 {
    bottom: 10px;
    left: 36px;
  }
  .c-list2__icon.icon4 {
    bottom: 11px;
    right: 34px;
  }
  .c-list2__icon.icon5 {
    bottom: 4px;
    left: 42px;
  }
  .c-list2 .prev,
  .c-list2 .next {
    display: none;
  }
  .c-list3 {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .c-list3__item {
    width: calc(33.3333333333% - 45px);
    margin: 0 22.5px;
  }
  .c-list3__item:not(:last-child)::before {
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #272727;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -30px;
    transform: translate(0, -50%);
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-video1__wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    left: -5px;
  }
  .c-video1__wrap:before {
    top: 0;
    height: 100%;
  }
  .c-video1__inner:after {
    padding-top: 75%;
  }
  .c-video1__inner:before {
    background-color: rgba(97, 81, 81, 0.59);
    background-size: 67px 67px;
  }
}

/*------------------------------------------------------------
slider
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-slider2__inner {
    padding: 0 0 75px;
  }
  .c-slider2__pagi {
    display: none;
  }
  .c-slider2__pagi.swiper-pagination {
    bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .c-slider2__pagi .swiper-pagination-bullet {
    margin: 9px 6px 0 !important;
    width: 8px;
    height: 8px;
  }
  .c-slider2__button {
    width: 316px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .c-slider2__next.swiper-button-next, .c-slider2__prev.swiper-button-prev {
    display: block;
    width: 16px;
    height: 26px;
    margin-top: -45px;
  }
  .c-slider2__next.swiper-button-next:after, .c-slider2__prev.swiper-button-prev:after {
    background-size: 16px 26px;
  }
  .c-slider2__next.swiper-button-next {
    right: -12px;
  }
  .c-slider2__prev.swiper-button-prev {
    left: -12px;
  }
  .c-slider2__item {
    width: 316px !important;
    padding: 0 46px;
  }
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-mv1__inner {
    max-width: 1244px;
    padding: 0 22px;
    margin: 0 auto;
  }
  .c-mv1__inner:after {
    width: auto;
    height: calc(100% - 195px);
    top: 98px;
    left: 14.8713826367%;
    right: 7.6366559486%;
  }
  .c-mv1__slider {
    padding-bottom: 48px;
  }
  .c-mv1__slider .swiper-pagination-bullet {
    margin: 0 7.5px !important;
    width: 9px;
    height: 9px;
  }
  .c-mv1__item {
    padding-top: 84px;
    padding-left: 23.5833333333%;
    padding-right: 35px;
  }
  .c-mv1__img {
    transform: rotate(7deg);
    left: 0;
  }
  .c-mv1__text {
    margin-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-accordion {
    margin: 0 auto;
  }
  .c-accordion + .c-accordion {
    margin-top: 20px;
  }
  .c-accordion__heading {
    padding: 6px 40px 4.5px;
  }
  .c-accordion__heading::after {
    width: 19px;
    right: 23px;
  }
  .c-accordion__heading::before {
    height: 19px;
    right: 32px;
  }
  .c-accordion__ttl {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
  }
  .c-accordion__info {
    padding: 18px 20px 20px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-faq {
    max-width: 710px;
    margin: 0 auto;
    padding: 47px 0 41px;
  }
  .c-faq::after {
    top: 38px;
    left: 26px;
    right: 26px;
    bottom: 38px;
  }
  .c-faq .c-accordion {
    max-width: 530px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-modal__dialog {
    max-width: 710px;
    margin: 112px auto;
    min-height: calc(100% - 224px);
  }
  .c-modal__top {
    margin-bottom: 59px;
  }
  .c-modal__top:before {
    width: auto;
    left: 53px;
    right: 60px;
    margin: 0 auto;
  }
  .c-modal__top__img {
    margin-bottom: 69px;
  }
  .c-modal__top.is-style2 {
    margin-bottom: 50px;
  }
  .c-modal__top.is-style2:before {
    left: 54px;
    right: 60px;
    transform: rotate(4deg);
    height: calc(100% - 23px);
  }
  .c-modal__top.is-style2 .c-modal__top__img {
    margin-bottom: 41px;
  }
  .c-modal__top.is-style2 .c-modal__img1 {
    padding: 53px 125px 28px 38px;
  }
  .c-modal__top.is-style2 .c-modal__img2 {
    right: 28px;
  }
  .c-modal__top.is-style3 {
    margin-bottom: 67px;
  }
  .c-modal__top.is-style3:before {
    top: 41px;
    height: calc(100% - 23px);
  }
  .c-modal__top.is-style3 .c-modal__top__img {
    margin-bottom: 46px;
  }
  .c-modal__top.is-style3 .c-modal__img1 {
    padding: 43px 124px 0 38px;
  }
  .c-modal__top.is-style3 .c-modal__img2 {
    top: auto;
    left: 20px;
    right: auto;
    bottom: 0;
  }
  .c-modal__info {
    padding: 0 40px 0 42px;
  }
  .c-modal__info.is-reverse .c-modal__avatar {
    padding-left: 0;
    padding-right: 58px;
    order: -1;
  }
  .c-modal__avatar {
    width: 314px;
    padding-top: 21px;
    padding-left: 58px;
  }
  .c-modal__title1__cat {
    font-size: 3.1rem;
    line-height: 4.8rem;
    letter-spacing: 2.17px;
    margin-bottom: 13px;
  }
  .c-modal__title1__txt {
    font-size: 4.4rem;
    line-height: 6.8rem;
  }
  .c-modal__img1 {
    padding: 36px 46px 0 118px;
  }
  .c-modal__img2 {
    top: 28px;
    left: 58px;
    width: 36.4789%;
  }
  .c-modal__img2:after {
    padding-top: 64.4788%;
  }
  .c-modal__img3 {
    flex-shrink: 0;
    width: 43.0514%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 55px;
    left: -4px;
  }
  .c-modal__content {
    padding: 0 24px;
  }
  .c-modal__content .c-line {
    margin-bottom: 48px;
  }
  .c-modal__box1 {
    display: flex;
  }
  .c-modal__box1.is-reverse .c-modal__img3 {
    order: -1;
    margin-left: 0;
    margin-right: 46px;
    left: 3px;
  }
  .c-modal__box1 + .c-modal__box1 {
    margin-top: 34px;
  }
  .c-modal__text1 {
    margin-bottom: 10px;
  }
  .c-modal__close1 {
    top: 23px;
    right: 30px;
  }
  .c-modal__close2 {
    margin-top: 80px;
    margin-bottom: 52px;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-onetokyo__bg1:before {
    width: calc(100% - 86px);
    max-width: 1200px;
    transform: rotate(-5deg);
  }
  .p-onetokyo1 {
    padding: 56px 0 94px;
  }
  .p-onetokyo1 .c-text1 {
    margin: 40px 0;
  }
  .p-onetokyo1 .c-text1 ~ .c-line {
    margin-bottom: 90px;
  }
  .p-onetokyo2 {
    padding: 88px 0 94px;
  }
  .p-onetokyo2 .c-title1 {
    margin-bottom: 25px;
  }
  .p-onetokyo2 .c-video1 {
    margin-bottom: 82px;
  }
  .p-onetokyo3 {
    padding: 89px 0 0;
  }
  .p-onetokyo3 .l-container {
    max-width: 1244px;
  }
  .p-onetokyo3 .c-title1 {
    margin-bottom: 103px;
  }
  .p-onetokyo3 .c-btn1 {
    margin-top: 59px;
  }
  .p-onetokyo4 {
    padding: 93px 0 0;
  }
  .p-onetokyo4 .l-container {
    max-width: 1244px;
  }
  .p-onetokyo4 .c-title1 {
    margin: 87px 0 16px;
  }
  .p-onetokyo4__wrap {
    margin: 0;
    padding: 80px 73px 78px 76px;
  }
  .p-onetokyo5 {
    padding: 90px 0 0;
  }
  .p-onetokyo5 .c-title1 {
    margin: 90px 0 31px;
  }
  .p-onetokyo5__wrap {
    padding: 71px 0 72px;
  }
  .p-onetokyo5__wrap:before {
    background: url("../images/bg-tree.jpg") no-repeat center bottom -138px/100% auto, url("../images/bg-sky.jpg") repeat-y center top/100% auto;
  }
  .p-onetokyo6 {
    padding: 53px 0 194px;
  }
  .p-onetokyo6 .c-title1 {
    margin: 85px 0 49px;
  }
  .p-onetokyo6 .c-btn1 {
    margin-top: 35px;
  }
}

/* add ----------- */
.c-gide_line {
  display: block;
  margin-top: 50px;
}
.c-gide_line ul {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.c-gide_line ul li {
  font-size: 13px;
  line-height: 1.5em;
}
.c-gide_line ul li:not(:first-of-type) {
  margin-top: 10px;
}