@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&display=swap");

html {
  font-size: 62.5%;
}

html body {
  color: #343434;
  font-family: 'Heebo', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "メイリオ", "verdana", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.15em;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html _:lang(x)::-ms-backdrop,
html body {
  font-family: "メイリオ", sans-serif;
}

html img {
  height: auto;
  max-width: 100%;
}

html main {
  width: 100%;
  margin: 0 auto;
}

html .fw-bold {
  font-weight: bold;
}

.first__all {
  padding: 64px 64px 64px 0;
  background-color: #fff;
}

@media (min-width:1080px) {
  .pcView{
    display: block;
  }
}
@media (max-width:1080px) {
  .pcView{
    display: none;
  }
}


@media (max-width:1080px) {
  .first__all {
    padding: 0;
  }
}

.first__all .first__inner {
  width: 100%;
  height: auto;
  padding: 64px 64px 64px 0;
  border-radius: 8px;
  background-color: #E4E4E4;
}

@media (max-width: 1080px) {
  .first__all .first__inner {
    border-radius: 0px;
    padding: 0;
    background-color: #fff;
  }
}

.first__all .first__inner .view__area {
  height: 80vh;
}

.first__all .first__inner .view__area .view__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.first__all .first__inner .view__area .view__flex div:first-of-type {
  width: 17%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1080px) {
  .first__all .first__inner .view__area .view__flex div:first-of-type {
    height: auto;
    width: 40%;
    position: absolute;
    right: 15%;
    top: 0;
    z-index: 1;
  }
}

@media (max-width: 820px) {
  .first__all .first__inner .view__area .view__flex div:first-of-type {
    width: 45%;
  }
}

.first__all .first__inner .view__area .view__flex div:first-of-type img {
  width: 200px;
}

/* 1080以上ロゴ非表示 */
@media screen and (min-width: 1081px) {
  .first__all .first__inner .view__area .view__flex div:first-of-type img {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media (max-width: 1080px) {
  .first__all .first__inner .view__area .view__flex div:first-of-type img {
    width: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pc {
    display: none;
  }
}

@media (max-width: 1080px) and (min-width: 501px) {
  .tb {
    display: block;
  }
}

.first__all .first__inner .view__area .view__flex div:nth-of-type(2) {
  height: inherit;
  width: 80%;
  position: absolute;
  right: 0;
}

@media (max-width: 1080px) {
  .first__all .first__inner .view__area .view__flex div:nth-of-type(2) {
    height: inherit;
    width: 100%;
    position: relative;
  }
}

.first__all .first__inner .view__area .view__flex div:nth-of-type(2) img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: inherit;
  object-position: right;
}

.tb {
  display: none;
}

@media (max-width: 1080px) and (min-width: 501px) {
.tb {
  display: block;
}
.first__all .first__inner .view__area .view__flex div:nth-of-type(2) img {
    width: 100%;
    border-radius: 0px;
    object-fit: cover;
    object-position: right;
    height: inherit;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .view__area .view__flex div:nth-of-type(2) img.sp_block {
    display: block;
  }
}

.first__all .first__inner .view__area .view__flex h1 {
  position: absolute;
  top: 67%;
  left: -9%;
  font-size: 2.6rem;
  z-index: 5;
  line-height: 1.7;
}

@media (max-width: 1080px) {
  .first__all .first__inner .view__area .view__flex h1 {
    font-size: 2.6rem;
    top: 65%;
    left: 5%;
  }
}

@media (max-width: 820px) {
  .first__all .first__inner .view__area .view__flex h1 {
    font-size: 2.5rem;
    top: 75%;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .view__area .view__flex h1 {
    font-size: 1.9rem;
    top: 70%;
  }
}

.first__all .first__inner .view__area .view__flex h1 span {
  background-color: #fff;
}

.first__all .first__inner .view__area .view__flex h1 .fw-bold {
  font-weight: bold;
}

.first__all .first__inner .first-view__line {
  position: absolute;
  top: 83%;
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .first__all .first__inner .first-view__line {
    top: 90%;
  }
}

@media (max-width: 1080px) {
  .first__all .first__inner .first-view__line {
    display: none;
  }
}

.first__all .first__inner .first-view__line p {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: Light;
}

.first__all .first__inner .first-view__line .arrow-3 {
  display: inline-block;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: relative;
  margin-left: 48px;
}

.first__all .first__inner .first-view__line .arrow-3 p {
  display: inline-block;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: absolute;
  right: -2px;
  bottom: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.first__all .first__inner .first-view__button {
  position: absolute;
  right: 11%;
  top: 88%;
  z-index: 2;
  -webkit-box-shadow: 1px 1px 5px #343434;
  box-shadow: 1px 1px 5px #343434;
  border-radius: 18px;
}

.first__all .first__inner .first-view__button:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

@media (max-width: 1080px) {
  .first__all .first__inner .first-view__button {
    background-color: #fff;
    height: 20vh;
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.first__all .first__inner .first-view__button a {
  position: relative;
  width: 480px;
  height: 100px;
  border-radius: 18px;
  background-color: #EDEDE2;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  font-size: 2rem;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


/* 矢印 */
@media (min-width: 500px){
  .first__all .first__inner .first-view__button div{
    display: block
  }
  .arrow::before{
    display: none;
  }
}
@media (max-width: 414px) {
  .arrow{
    display: block;
  }
}
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
/* .arrow::before{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #343434;
  border-right: solid 2px #343434;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
} */
/* 矢印ここまで */

@media screen and (min-width: 1025px) {
  .first__all .first__inner .first-view__button a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #343434;
    color: #fff;
  }
}

@media (max-width: 1080px) {
  .first__all .first__inner .first-view__button a {
    height: 70%;
    width: 90%;
    margin: 0 auto 0;
    font-size: 1.8rem;
  }
}

@media (max-width: 820px) {
  .first__all .first__inner .first-view__button a {
    height: 70%;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .first-view__button a {
    font-size: 1.5rem;
  }
}

.first__all .first__inner .first-view__button div {
  position: absolute;
  top: 50%;
  right: 15%;
}

.first__all .first__inner .first-view__button div p {
  width: 20px;
  height: 1px;
  border-bottom: 2px solid;
  position: relative;
}

.first__all .first__inner .first-view__button div p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -1;
  bottom: -1;
}

.first__all .first__inner .first-view__button div p::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -1;
  top: 1;
}

.first__all .first__inner .about__inner {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #EDEDE2;
  background-color: #E4E4E4;
  padding-bottom: 0;
}

@media (max-width: 1080px) {
  .first__all .first__inner .about__inner {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .first__all .first__inner .about__inner {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner {
    padding: 48px 0 48px;
  }
}

.first__all .first__inner .about__inner .about__main {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  height: auto;
}

@media (max-width: 1080px) {
  .first__all .first__inner .about__inner .about__main {
    width: 90%;
    margin: 0 auto;
  }
}

.first__all .first__inner .about__inner .about__main div:first-of-type {
  font-size: 1.8rem;
  width: 376px;
  height: 296px;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 56px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

@media (max-width: 1080px) {
  .first__all .first__inner .about__inner .about__main div:first-of-type {
    width: 40%;
    padding: 40px;
    height: auto;
  }
}

@media (max-width: 820px) {
  .first__all .first__inner .about__inner .about__main div:first-of-type {
    width: 45%;
    font-size: 1.6rem;
    padding: 40px;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner .about__main div:first-of-type {
    width: 85%;
    font-size: 1.4rem;
    height: auto;
  }
}

.first__all .first__inner .about__inner .about__main div:first-of-type h2 {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
  position: absolute;
  top: -20px;
  left: 20px;
  border: none;
}

@media (max-width: 820px) {
  .first__all .first__inner .about__inner .about__main div:first-of-type h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner .about__main div:first-of-type h2 {
    font-size: 2rem;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner .about__main div:first-of-type h2 {
    top: -12px;
  }
}

.first__all .first__inner .about__inner .about__main div:nth-of-type(2) {
  border-radius: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  width: 607px;
  height: auto;
  background-color: #646262;
  padding: 56px 56px 220px 56px;
  line-height: 3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: 29%;
  top: -100px;
}

@media (max-width: 1080px) {
  .first__all .first__inner .about__inner .about__main div:nth-of-type(2) {
    padding: 56px 56px 56px 56px;
    width: 75%;
    top: 0;
    left: 0;
    background-color: #EDEDE2;
    color: #343434;
    margin-left: auto;
    position: relative;
    top: -32px;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner .about__main div:nth-of-type(2) {
    width: 90%;
    padding: 20px;
    font-size: 1.2rem;
    position: relative;
    top: -20px;
  }
}

.first__all .first__inner .about__inner .about__main div:nth-of-type(2) p:first-of-type {
  width: 12%;
  position: relative;
}

.first__all .first__inner .about__inner .about__main div:nth-of-type(2) p:first-of-type span {
  position: absolute;
  top: 11%;
  left: -50%;
  display: inline-block;
  width: 120px;
  text-align: right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 820px) {
  .first__all .first__inner .about__inner .about__main div:nth-of-type(2) p:first-of-type span {
    width: 220px;
    left: -170px;
    font-size: 2rem;
    color: #343434;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner .about__main div:nth-of-type(2) p:first-of-type span {
    width: 220px;
    top: 15%;
    left: -130px;
    font-size: 1.5rem;
    color: #343434;
  }
}

.first__all .first__inner .about__inner .about__main div:nth-of-type(2) p:last-of-type {
  width: 80%;
}

@media (max-width: 820px) {
  .first__all .first__inner .about__inner .about__main div:nth-of-type(2) p:last-of-type {
    width: 100%;
  }
}

.first__all .first__inner .about__inner .about__main .under__top-img {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 1080px) {
  .first__all .first__inner .about__inner .about__main .under__top-img {
    position: relative;
    top: -32px;
  }
}

.first__all .first__inner .about__inner .about__main .under__top-img p {
  text-align: right;
}

.first__all .first__inner .about__inner .about__main .under__top-img img {
  width: 531px;
  height: 242px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .first__all .first__inner .about__inner .about__main .under__top-img img {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 500px) {
  .first__all .first__inner .about__inner .about__main .under__top-img img {
    height: 192px;
  }
}

.content__area {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #F0F0E9;
  position: relative;
}

@media (max-width: 1080px) {
  .content__area {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .content__area {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .content__area {
    padding: 48px 0 48px;
  }
}

.content__area .content__style {
  background-color: #000;
  color: fff;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

@media (max-width: 1080px) {
  .content__area .content__style {
    display: none;
  }
}

.content__area .next-wrapper {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 23%;
  left: 4%;
}

@media (max-width: 1080px) {
  .content__area .next-wrapper {
    top: 12.5%;
  }
}

@media (max-width: 820px) {
  .content__area .next-wrapper {
    top: 8%;
  }
}

@media (max-width: 500px) {
  .content__area .next-wrapper {
    top: 6%;
  }
}

.content__area .next-wrapper div {
  position: relative;
}

.content__area .next-wrapper div .next {
  position: relative;
  display: inline-block;
}

.content__area .next-wrapper div .next p:first-of-type {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media (max-width: 820px) {
  .content__area .next-wrapper div .next p:first-of-type {
    width: 24px;
    height: 24px;
  }
}

.content__area .next-wrapper div .next p:last-of-type {
  position: absolute;
  top: 14%;
  right: -80%;
}

@media (max-width: 820px) {
  .content__area .next-wrapper div .next p:last-of-type {
    right: -105%;
    top: -5%;
  }
}

.content__area .next-wrapper div .arrow-wrapper {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 50%;
  left: -180px;
}

.content__area .next-wrapper div .arrow-wrapper .arrow {
  display: inline-block;
  width: 126px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: relative;
  margin-left: 48px;
}

.content__area .next-wrapper div .arrow-wrapper .arrow p {
  display: inline-block;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: absolute;
  right: -1px;
  bottom: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.content__area .button-wrapper {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  position: absolute;
  top: 70%;
  left: 4%;
}

@media (max-width: 1080px) {
  .content__area .button-wrapper {
    top: 90%;
  }
}

@media (max-width: 500px) {
  .content__area .button-wrapper {
    top: 90%;
  }
}

.content__area .button-wrapper div {
  position: relative;
}

.content__area .button-wrapper div .number2__circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 820px) {
  .content__area .button-wrapper div .number2__circle {
    width: 24px;
    height: 24px;
  }
}

.content__area .button-wrapper div .number2__circle:hover {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #343434;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content__area .button-wrapper div div {
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content__area .button-wrapper div div .arrow-2 {
  display: inline-block;
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: relative;
  margin-left: 48px;
}

.content__area .button-wrapper div div .arrow-2 p {
  display: inline-block;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: absolute;
  right: -2px;
  bottom: 2px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.content__area .content__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .content__area .content__inner {
    width: 88%;
  }
}

.content__area .content__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 73px;
  display: inline-block;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .content__area .content__inner h2 {
    font-size: 2.6rem;
    margin-bottom: 56px;
  }
}

@media (max-width: 500px) {
  .content__area .content__inner h2 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

@media (max-width: 820px) {
  .content__area .content__inner h2 {
    margin-bottom: 40px;
  }
}

.content__area .content__inner .content__list li {
  margin-left: auto;
  width: 82%;
  background-color: #fff;
  padding: 48px 40px 48px;
  margin-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li {
    width: 90%;
  }
}

.content__area .content__inner .content__list li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .content__area .content__inner .content__list li {
    height: auto;
    margin-bottom: 64px;
  }
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li {
    margin-bottom: 48px;
  }
}

@media (max-width: 500px) {
  .content__area .content__inner .content__list li {
    margin-bottom: 40px;
    padding: 80px 28px 28px;
  }
}

.content__area .content__inner .content__list li::before {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 100px #F0F0E9;
  border-left: solid 100px transparent;
  top: 0px;
  z-index: 2;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.content__area .content__inner .content__list li .content-icon {
  background-color: #333;
  color: #fff;
  font-size: 1.7rem;
  width: 150px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 15%;
  left: -82px;
  z-index: 2;
}

@media (max-width: 500px) {
  .content__area .content__inner .content__list li .content-icon {
    font-size: 1.6rem;
    letter-spacing: 0.2;
  }
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content-icon {
    top: 10%;
    left: -12px;
  }
}

.content__area .content__inner .content__list li .content-icon span {
  position: relative;
  left: -5px;
  color: #333;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content__area .content__inner .content__list li .content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.content__area .content__inner .content__list li .content__flex div:first-of-type {
  text-align: center;
  width: 37%;
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content__flex div:first-of-type {
    width: 95%;
    border-bottom: 1px solid #707070;
    margin-bottom: 12px;
  }
}

.content__area .content__inner .content__list li .content__flex div:first-of-type h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content__flex div:first-of-type h3 {
    margin-bottom: 18px;
  }
}

@media (max-width: 500px) {
  .content__area .content__inner .content__list li .content__flex div:first-of-type h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .content__area .content__inner .content__list li .content-icon {
    width: 100px;
    left: 0px;
  }
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content__flex div:first-of-type h3 {
    font-size: 1.4rem;
    text-align: center;
  }
}

.content__area .content__inner .content__list li .content__flex div:first-of-type p {
  display: inline-block;
  background-color: #343434;
  color: #fff;
  /* width: 92px; */
  width: 154px;
  padding: 0 8px 0px;
  line-height: 0.9;
  font-size: 1.5rem;
  line-height: 1.1;
  height: 15px;
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content__flex div:first-of-type p {
    margin-left: auto;
    display: block;
    line-height: 1.3;
    /* border-bottom: solid 1px #343434; */
    font-size: 1.2rem;
    height: auto;
    /* width: 80px; */
    width: 128px;
    padding: 0 8px;
  }
}

.content__area .content__inner .content__list li .content__flex div:nth-of-type(2) {
  width: 63%;
  font-size: 1.3rem;
}

@media (max-width: 820px) {
  .content__area .content__inner .content__list li .content__flex div:nth-of-type(2) {
    width: 95%;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .content__area .content__inner .content__list li .content__flex div:nth-of-type(2) {
    width: 100%;
  }
}

.content__area .content__inner #mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 3;
  display: none;
}

.content__area .content__inner #modal {
  background-color: #fff;
  width: 405px;
  height: auto;
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: none;
}

.content__area .content__inner #modal .modal__inner {
  position: relative;
  width: inherit;
  height: inherit;
}

.content__area .content__inner #modal .modal__inner div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__area .content__inner #modal .modal__inner div:first-of-type img {
  width: 60px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content__area .content__inner #modal .modal__inner div:first-of-type p {
  height: 80px;
  width: calc(100% - 60px);
  background-color: #CCCCCC;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.content__area .content__inner #modal .modal__inner div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.content__area .content__inner #modal .modal__inner div:nth-of-type(2) .logo-style {
  width: 60px;
  height: auto;
  background-color: #EDEDE2;
}

.content__area .content__inner #modal .modal__inner div:nth-of-type(2) p {
  width: calc(100% - 60px);
  font-size: 1.2rem;
  padding: 40px;
  color: #646262;
  letter-spacing: 0.05em;
}

.content__area .content__inner #modal .modal__inner div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 1.4rem;
  position: absolute;
  top: 40px;
  letter-spacing: 0.08em;
  left: -58px;
  color: #818181;
}

.content__area .content__inner #modal .modal__inner div:nth-of-type(2) p:nth-of-type(2) span {
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.content__area .content__inner #modal .modal__inner .modal-line {
  border-bottom: solid 1px #818181;
  width: 180px;
  height: 1px;
  position: absolute;
  top: 38%;
  left: -59px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content__area .content__inner #modal .modal__inner .btn-wrapper {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}

.content__area .content__inner #modal .modal__inner .btn-wrapper .btn-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content__area .content__inner #modal .modal__inner .btn-wrapper .btn-close::before,
.content__area .content__inner #modal .modal__inner .btn-wrapper .btn-close::after {
  display: block;
  content: "";
  width: 12px;
  height: 0.5px;
  background: #343434;
  position: absolute;
  top: 0;
  left: -6px;
}

.content__area .content__inner #modal .modal__inner .btn-wrapper .btn-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content__area .content__inner #modal .modal__inner .btn-wrapper .btn-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.coming__content__all {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #EDEDE2;
  background: #fff;
}

@media (max-width: 1080px) {
  .coming__content__all {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .coming__content__all {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .coming__content__all {
    padding: 48px 0 48px;
  }
}

.coming__content__all .coming__content__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .coming__content__all .coming__content__inner {
    width: 88%;
  }
}

.coming__content__all .coming__content__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .coming__content__all .coming__content__inner h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 500px) {
  .coming__content__all .coming__content__inner h2 {
    font-size: 2rem;
  }
}

.coming__content__all .coming__content__inner .title__sub-text {
  font-size: 1.4rem;
  margin: 4px 0 73px;
  letter-spacing: 0.01em;
  border-bottom: none;
}

@media (max-width: 820px) {
  .coming__content__all .coming__content__inner .title__sub-text {
    font-size: 1.4rem;
    margin: 14px 0 56px;
    line-height: 1.5;
  }
  .coming__content__all .coming__content__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .coming__content__all .coming__content__inner .title__sub-text {
    font-size: 1.2rem;
    margin: 7px 0 40px;
  }
}

.coming__content__all .coming__content__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coming__content__all .coming__content__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  /* height: 200px; */
  /* width: 240px; */
  width: 360px;
  height: auto;
  background: #F0F0E9;
  padding: 0 35px 0;
  font-size: 1.6rem;
  margin-left: 48px;
  margin-bottom: 48px;
  position: relative;
}

.coming__content__all .coming__content__inner ul li:first-of-type,
.coming__content__all .coming__content__inner ul li:nth-of-type(3) {
  margin-left: 0;
}

.coming__content__all .coming__content__inner ul li:last-of-type,
.coming__content__all .coming__content__inner ul li:nth-of-type(3) {
  margin-bottom: 0;
}


@media (max-width: 1080px) {
  .coming__content__all .coming__content__inner ul li:nth-of-type(3) {
    margin-bottom: 40px;
  }
}

@media (max-width: 1080px) {
  .coming__content__all .coming__content__inner ul li {
    height: 180px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.coming__content__all .coming__content__inner ul li::before {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 75px #fff;
  border-left: solid 75px transparent;
  top: 0px;
  z-index: 2;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.coming__content__all .coming__content__inner ul li div {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coming__content__all .coming__content__inner ul li div span {
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0.5;
}

@media (max-width: 1080px) {
  .coming__content__all .coming__content__inner ul li div span {
    margin-bottom: 16px;
  }
}

.coming__content__all .coming__content__inner ul li div p {
  line-height: 1.2;
  margin: 56px 0 8px;
}

@media (max-width: 1080px) {
  .coming__content__all .coming__content__inner ul li div p {
    margin-top: 0;
  }
}


/* @media (max-width: 500px) {
  .coming__content__all .coming__content__inner ul li:nth-child(2) div p {
    margin-bottom: 12px;
  }
} */

/* .coming__content__all .coming__content__inner ul li:first-child div p, .coming__content__all .coming__content__inner ul li:nth-child(3) div p,.coming__content__all .coming__content__inner ul li:nth-child(4) div p {
  margin-bottom: 36px;
} */

.coming__content__all .coming__content__inner ul li:first-child div p {
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.5;
}

.coming__content__all .coming__content__inner ul li:nth-child(5) div p:nth-child(2),.coming__content__all .coming__content__inner ul li:nth-child(6) div p:nth-child(2) {
  margin-bottom: 16px;
}

.coming__content__all .coming__content__inner ul li div p:last-child {
  font-size: 1.5rem;
  background-color: #343434;
  color: #fff;
  font-weight: normal;
  line-height: 1.1;
  width: 92px;
  height: 15px;
  margin: 0 auto 56px;
}

.voice__area {
  width: 100%;
  padding: 124px 0 136px;
  background-color: #fff;
  position: relative;
}

.voice__area .voice__inner{
  width: 88%;
}

@media (max-width: 1080px) {
  .voice__area {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .voice__area {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .voice__area .sp_none{
    padding: 48px 0 48px;
  }
}

.voice__area .voice__inner {
  max-width: 960px;
  margin: 0 auto;
}

.voice__area .voice__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .voice__area .voice__inner h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 500px) {
  .voice__area .voice__inner h2 {
    font-size: 2rem;
    margin-left: 18px;
  }
}

.voice__area .voice__inner .section__sub-title {
  /* font-size: 1.4rem; */
  font-size: 1.6rem;
  margin: 4px 0 56px;
  letter-spacing: 0.05em;
}

@media (max-width: 820px) {
  .voice__area .voice__inner .section__sub-title {
    font-size: 1.4rem;
    margin: 14px 0 56px;
  }
}

@media (max-width: 500px) {
  .voice__area .voice__inner .section__sub-title {
    font-size: 1.2rem;
    margin: 12px 0 32px;
  }
}

.voice__area .voice__inner .voice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1080px) {
  .voice__area .voice__inner .voice__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.voice__area .voice__inner .voice__flex .voice__image {
  position: relative;
}

.voice__area .voice__inner .voice__flex .voice__image .voice__author {
  padding: 20px 20px 15px 20px;
  height: auto;
  /* line-height: 1.6; */
  background-color: #343434;
  opacity: 0.7;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media (max-width: 1080px) {
  .voice__area .voice__inner .voice__flex .voice__image .voice__author {
    left: 0;
    max-width: 200px;
  }
}

@media (max-width: 820px) {
  .voice__area .voice__inner .voice__flex .voice__image .voice__author {
    max-width: 180px;
    padding: 15px 15px 10px 15px;
  }
}

@media (max-width: 500px) {
  .voice__area .voice__inner .voice__flex .voice__image .voice__author {
    left: 0;
  }
}

.voice__area .voice__inner .voice__flex .voice__image .voice__author p:first-of-type {
  font-size: 1.2rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
}

@media (max-width: 820px) {
  .voice__area .voice__inner .voice__flex .voice__image .voice__author p:first-of-type {
    font-size: 1.1rem;
  }
}

.voice__area .voice__inner .voice__flex .voice__image .voice__author p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 820px) {
  .voice__area .voice__inner .voice__flex .voice__image .voice__author p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

@media (max-width: 1080px) {
  .voice__area .voice__inner .voice__flex .voice__image div {
    width: 88%;
    margin-left: auto;
    margin-bottom: 32px;
  }
}

.voice__area .voice__inner .voice__flex .voice__image div img {
  width: 456px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 30px;
  margin-left: 38px;
}

.voice__area .voice__inner .voice__flex .voice__comment {
  /* width: calc(100% - 362px); */
  margin-left: 82px;
  width: 477px;
}

@media (max-width: 1080px) {
  .voice__area .voice__inner .voice__flex .voice__comment {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .voice__area .voice__inner .voice__flex .voice__comment {
    font-size: 1.4rem;
  }
}

.voice__area .voice__inner .voice__flex .voice__comment h3 {
  font-weight: bold;
  font-size: 2.5rem;
  /* margin-bottom: 52px; */
  margin-bottom: 40px;
  line-height: 1.3;
}

@media (max-width: 820px) {
  .voice__area .voice__inner .voice__flex .voice__comment h3 {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
}

@media (max-width: 500px) {
  .voice__area .voice__inner .voice__flex .voice__comment h3 {
    font-size: 1.8rem;
    margin-bottom: 22px;
    letter-spacing: 0.05em;
  }
}

.voice__area .voice__inner .voice__flex .voice__comment p:not(:last-of-type) {
  /* margin-bottom: 32px; */
  margin-bottom: 24px;
  letter-spacing: 0.3;
}

.voice__area .voice__inner .voice__link {
  text-align: right;
  /* margin-top: 73px; */
}

@media screen and (min-width: 1025px) {
  .voice__area .voice__inner .voice__link:hover {
    font-weight: bold;
  }
}

@media (max-width: 820px) {
  .voice__area .voice__inner .voice__link {
    margin-top: 64px;
  }
}

@media (max-width: 500px) {
  .voice__area .voice__inner .voice__flex .voice__comment .voice__link {
    margin-top: 40px;
  }
}

.profile__area {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #E4E4E4;
}

@media (max-width: 1080px) {
  .profile__area {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .profile__area {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .profile__area {
    padding: 48px 0 48px;
  }
}

.profile__area .profile__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .profile__area .profile__inner {
    width: 88%;
  }
}

@media (max-width: 820px) {
  .profile__area .profile__inner {
    padding-bottom: 0px;
  }
}

.profile__area .profile__inner .profile-bold {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.6rem;
}

.profile__area .profile__inner .profile-bold:last-of-type {
  margin-bottom: 56px;
}
@media (max-width: 500px) {
  .profile__area .profile__inner .profile-bold:last-of-type {
    margin-bottom: 48px;
  }
}

.profile__area .profile__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 73px;
  display: inline-block;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .profile__area .profile__inner h2 {
    font-size: 2.6rem;
    margin-bottom: 56px;
  }
}

@media (max-width: 500px) {
  .profile__area .profile__inner h2 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.profile__area .profile__inner .profile__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* position: relative; */
}

@media (max-width: 820px) {
  .profile__area .profile__inner .profile__flex {
    margin-bottom: 0px;
  }
}

@media (max-width: 500px) {
  .profile__area .profile__inner .profile__flex {
    margin-bottom: 0px;
  }
}

@media (max-width: 1080px) {
  .profile__area .profile__inner .profile__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.profile__area .profile__inner .profile__flex div:first-of-type {
  width: 41%;
  position: relative;
}

@media (max-width: 1080px) {
  .profile__area .profile__inner .profile__flex div {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .profile__area .profile__inner .profile__flex div:first-of-type {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .profile__area .profile__inner .profile__flex div {
    font-size: 1.4rem;
  }
}

.profile__area .profile__inner .profile__flex div p:not(:last-of-type) {
  margin-bottom: 24px;
  line-height: 2.5;
  letter-spacing: 0.16;
}

.profile__area .profile__inner .profile__flex div p:last-of-type {
  line-height: 2.5;
  letter-spacing: 0.16;
}

@media (max-width: 820px) {
  .profile__area .profile__inner .profile__flex div p:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .profile__area .profile__inner .profile__flex div p:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.profile__area .profile__inner .profile__flex .owner__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
  position: relative;
}

.profile__area .profile__inner .profile__flex .owner__image .profileImage {
  width: 520px;
  height: 840px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  margin-left: 48px;
}
/* profile写真 */
@media (max-width: 1080px) and (min-width: 501px) {
  .profile__area .profile__inner .profile__flex .owner__image .profileImage {
    width: 100%;
    height: 520px;
    margin-bottom: 32px;
    margin-left: 0;
    object-position: top;
  }
}

@media (max-width: 500px) {
  .profile__area .profile__inner .profile__flex .owner__image .profileImage {
    height: 362px;
    margin-bottom: 40px;
    margin-left: 0;
    object-position: top;
  }
}

.profile__area .profile__inner .profile__flex .owner__image .owner__sign-img {
  width: 233px;
  position: absolute;
  right: 0;
  bottom: 50;
}

@media (max-width: 1080px) {
  .profile__area .profile__inner .profile__flex .owner__image .owner__sign-img {
    width: 230px;
  }
}

@media (max-width: 820px) {
  .profile__area .profile__inner .profile__flex .owner__image .owner__sign-img {
    width: 180px;
    bottom: 0;
  }
}

@media (max-width: 500px) {
  .profile__area .profile__inner .profile__flex .owner__image .owner__sign-img {
    width: 168px;
    bottom: -10;
  }
}


.message__area {
  width: 100%;
  padding: 0px 0 124px;
  background-color: #EDEDE2;
  background-color: #E4E4E4;
  padding-top: 0;
}

@media (max-width: 1080px) {
  .message__area {
    padding: 0px 0 96px;
  }
}

@media (max-width: 820px) {
  .message__area {
    padding: 0px 0 72px;
  }
}

@media (max-width: 500px) {
  .message__area {
    padding: 0px 0 48px;
  }
}

@media (max-width: 1080px) {
  .message__area {
    padding-top: 0;
  }
}

.message__area .message__inner {
  max-width: 960px;
  margin: 0 auto;
  /* padding-top: 124px */
}

@media (max-width: 1080px) {
  .message__area .message__inner {
    width: 88%;
    /* padding-top: 88px; */
  }
}

.message__area .message__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 73px;
  display: inline-block;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .message__area .message__inner h2 {
    font-size: 2.6rem;
    margin-bottom: 56px;
  }
}

@media (max-width: 500px) {
  .message__area .message__inner h2 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.message__area .message__inner h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 62px;
  letter-spacing: 0.05em;
}

@media (max-width: 820px) {
  .message__area .message__inner h3 {
    font-size: 2.2rem;
    margin-bottom: 48px;
  }
}

@media (max-width: 500px) {
  .message__area .message__inner h3 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}

.message__area .message__inner p:not(:last-of-type) {
  margin-bottom: 48px;
}

@media (max-width: 820px) {
  .message__area .message__inner p:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .message__area .message__inner p:not(:last-of-type) {
    margin-bottom: 32px;
  }
}

.plan__all {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #E4e4e4;
}

@media (max-width: 1080px) {
  .plan__all {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .plan__all {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .plan__all {
    padding: 48px 0 48px;
  }
}

.plan__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .plan__inner {
    width: 88%;
  }
}

.plan__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .plan__inner h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 500px) {
  .plan__inner h2 {
    font-size: 2rem;
  }
}

.plan__inner .title__sub-text {
  font-size: 1.4rem;
  margin: 4px 0 56px;
  letter-spacing: 0.05em;
  border-bottom: none;
}

@media (max-width: 820px) {
  .plan__inner .title__sub-text {
    font-size: 1.4rem;
    margin: 14px 0 56px;
  }
}

@media (max-width: 500px) {
  .plan__inner .title__sub-text {
    font-size: 1.2rem;
    margin: 12px 0 32px;
  }
}

.plan__inner p {
  font-size: 1.6rem;
  margin: 24px 0 24px;
  border-bottom: solid 1px #343434;
  display: inline-block;
  line-height: 1.4;
}

@media (max-width: 500px) {
  .plan__inner p {
    font-size: 1.2rem;
    margin: 20px 0 20px;
  }
}

.plan__inner .first__table td {
  font-weight: bold;
  font-size: 3rem;
}

@media (max-width: 500px) {
  .plan__inner .first__table td {
    font-size: 1.5rem;
  }
}

.plan__inner .first__table td span {
  font-size: 1rem;
  font-weight: normal;
}

.plan__inner table {
  width: 100%;
}

.plan__inner table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 86px;
  border-radius: 8px;
  margin-bottom: 4px;
}

@media (max-width: 500px) {
  .plan__inner table tr {
    height: 72px;
  }
}

.plan__inner table th {
  width: calc(100% / 3);
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.plan__inner table td {
  width: calc(100% / 3* 2);
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.plan__inner table td {
  font-size: 1.8rem;
}

.plan__inner table td span {
  font-size: 1.4rem;
}

.plan__inner table:last-of-type th {
  font-size: 1.4rem;
  /* padding-left: 80px; */
  justify-content: flex-start;
  display: flex;
  white-space: nowrap;
  display: block;
  text-align: center;
}

@media (max-width: 1080px) {
  .plan__inner table:last-of-type th{
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .plan__inner table:last-of-type th{
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 16px;
  }
}

.plan__inner table:last-of-type th.pc_none {
  display: none;
}
@media (max-width: 500px) {
.plan__inner table:last-of-type th.pc_block {
    display: none;
  }
  .plan__inner table:last-of-type th.pc_none {
    display: block;
  }
}

.plan__inner table:last-of-type td {
  font-size: 1.8rem;
}

.plan__inner table:first-of-type th:not(:nth-child(1)) {
  font-size: 1.8rem;
  width: calc(100% / 3* 2);
}

.plan__inner table .th-style {
  font-size: 1.2rem;
  font-weight: normal;
}

@media (max-width: 500px) {
  .plan__inner table th,
  .plan__inner table td,
  .plan__inner table:first-of-type th:not(:nth-child(1)),
  .plan__inner table:last-of-type td {
    font-size: 1.2rem;
  }
  .plan__inner table:first-of-type .th-style,
  .plan__inner table td span {
    font-size: 1rem;
  }
}

.plan__inner .table__bg-gray {
  background-color: #f8f8f8;
}

.question__all {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #EDEDE2;
  background: #fff;
}

@media (max-width: 1080px) {
  .question__all {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .question__all {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .question__all {
    padding: 48px 0 48px;
  }
}

.question__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .question__inner {
    width: 88%;
  }
}

.question__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 73px;
  display: inline-block;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .question__inner h2 {
    font-size: 2.6rem;
    margin-bottom: 56px;
  }
}

@media (max-width: 500px) {
  .question__inner h2 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.question__inner dl {
  width: 100%;
}

.question__inner dl dt {
  background: #EDEDE2;
  border-radius: 8px;
  padding: 32px 64px 32px;
  font-size: 1.6rem;
  cursor: pointer;
  margin-bottom: 16px;
}

@media (max-width: 820px) {
  .question__inner dl dt {
    padding: 24px 32px 24x;
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}

@media (max-width: 500px) {
  .question__inner dl dt {
    padding: 16px 24px 16px;
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}

.question__inner dl dt:last-of-type {
  margin-bottom: 0;
}

.question__inner dl dt::before {
  content: "Q";
  font-size: 1.8rem;
  margin-right: 32px;
}

@media (max-width: 820px) {
  .question__inner dl dt::before {
    font-size: 1.6rem;
    margin-right: 24px;
  }
}

@media (max-width: 500px) {
  .question__inner dl dt::before {
    font-size: 1.4rem;
    margin-right: 16px;
  }
}

.question__inner dl dd {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 16px;
}

@media (max-width: 820px) {
  .question__inner dl dd {
    font-size: 1.4rem;
  }
}

@media (max-width: 820px) {
  .question__inner dl dd {
    font-size: 1.2rem;
  }
}

.question__inner dl dd:last-of-type {
  display: none;
  width: 90%;
  margin: 0 auto;
  padding: 16px 0 16px;
}

footer {
  width: 100%;
  background-color: #818181;
  color: #fff;
  position: relative;
}

footer .footer__inner {
  padding: 64px 0 64px;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  footer .footer__inner {
    width: 88%;
  }
}

@media (max-width: 820px) {
  footer .footer__inner {
    padding: 48px 0 48px;
  }
}

@media (max-width: 500px) {
  footer .footer__inner {
    padding: 32px 0 32px;
  }
}

@media (max-width: 1080px) {
  footer .footer__inner .footer__main-pc {
    display: none;
  }
}

footer .footer__inner .footer__main-pc .main-pc__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__inner .footer__main-pc .main-pc__inner div:first-of-type {
  width: 228px;
  text-align: center;
}

footer .footer__inner .footer__main-pc .main-pc__inner div:first-of-type div {
  width: 228px;
  text-align: center;
}

footer .footer__inner .footer__main-pc .main-pc__inner div:first-of-type div img {
  width: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .footer__inner .footer__main-pc .main-pc__inner div:first-of-type .mail {
  margin-top: 16px;
}

footer .footer__inner .footer__main-pc .main-pc__inner div:first-of-type .mail small {
  font-size: 1.4rem;
}

footer .footer__inner .footer__main-pc .main-pc__inner div:first-of-type .mail small::before {
  content: "Mail";
  margin-right: 12px;
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button {
  width: 640px;
  height: 180px;
  border-radius: 18px;
  background-color: #EDEDE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button>a {
  display: inline-block;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #343434;
  color: #fff;
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button .arrow-wrapper {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 40px;
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button .arrow-wrapper .footer__arrow {
  position: relative;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  margin: 0;
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button .arrow-wrapper .footer__arrow::before {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 2px solid;
  top: -1px;
  right: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .footer__inner .footer__main-pc .main-pc__inner .footer__button .arrow-wrapper .footer__arrow::after {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 2px solid;
  top: 1px;
  right: -1.4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer .footer__inner .footer__main-pc .copyright {
  text-align: center;
  margin-top: 32px;
  font-size: 1.2rem;
}
.footerNav{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 24px;
}

footer .footer__inner .footer__main-pc .page-top {
  position: absolute;
  right: 5%;
  bottom: 34%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer__inner .footer__main-pc .page-top:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer__inner .footer__main-sp {
  display: none;
}

@media (max-width: 1080px) {
  footer .footer__inner .footer__main-sp {
    display: block;
  }
}

footer .footer__inner .footer__main-sp .footer__button {
  width: 100%;
  height: 180px;
  border-radius: 18px;
  background-color: #EDEDE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343434;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

@media (max-width: 820px) {
  footer .footer__inner .footer__main-sp .footer__button {
    height: 128px;
    font-size: 1.6rem;
  }
}

@media (max-width: 500px) {
  footer .footer__inner .footer__main-sp .footer__button {
    height: 96px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  footer .footer__inner .footer__main-sp .footer__button:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #343434;
    color: #fff;
  }
}

footer .footer__inner .footer__main-sp .footer__button a {
  display: inline-block;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer__inner .footer__main-sp .footer__button .arrow-wrapper {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 40px;
}

@media (max-width: 500px) {
  footer .footer__inner .footer__main-sp .footer__button .arrow-wrapper {
    right: 10%;
  }
}

footer .footer__inner .footer__main-sp .footer__button .arrow-wrapper .footer__arrow {
  position: relative;
  height: 2px;
  width: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  margin: 0;
}

@media (max-width: 500px) {
  footer .footer__inner .footer__main-sp .footer__button .arrow-wrapper .footer__arrow {
    width: 16px;
  }
}

footer .footer__inner .footer__main-sp .footer__button .arrow-wrapper .footer__arrow::before {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 2px solid;
  top: -1px;
  right: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer .footer__inner .footer__main-sp .footer__button .arrow-wrapper .footer__arrow::after {
  position: absolute;
  content: "";
  width: 5px;
  border-bottom: 2px solid;
  top: 1px;
  right: -1.4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer .footer__inner .footer__main-sp .footer__logo-area {
  width: 100%;
  margin: 40px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer__inner .footer__main-sp .footer__logo-area div:first-of-type {
  width: 40%;
}

footer .footer__inner .footer__main-sp .footer__logo-area div:first-of-type img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer .footer__inner .footer__main-sp .footer__logo-area div:nth-of-type(2) {
  width: 10%;
  height: 40px;
}

footer .footer__inner .footer__main-sp .footer__logo-area div:nth-of-type(2) p {
  height: inherit;
  width: 1px;
  background-color: #fff;
  margin: 0 auto;
}

footer .footer__inner .footer__main-sp .footer__logo-area div:last-of-type {
  width: 40%;
  text-align: left;
  font-size: 2.4rem;
}

@media (max-width: 820px) {
  footer .footer__inner .footer__main-sp .footer__logo-area div:last-of-type {
    font-size: 1.8rem;
  }
}

@media (max-width: 500px) {
  footer .footer__inner .footer__main-sp .footer__logo-area div:last-of-type {
    font-size: 1.2rem;
  }
}

footer .footer__inner .footer__main-sp .copyright {
  text-align: center;
}

footer .footer__inner .footer__main-sp .pagetop-sp {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  margin-top: 40px;
}

footer .footer__inner .footer__main-sp .pagetop-sp span:first-of-type {
  width: 15px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* footer instagram */
.footerLitlinkButton {
  width: 220px;
  height: 44px;
  margin: 0 auto 48px;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #818181;
}

.footerLitlinkButton p {
  /* position: relative;
  right: 16px; */
  font-size: 1.6rem;
}

.litlinkIcon {
  width: 26px;
  position: absolute;
  right: 20%;
}

.snsSPWrapper {
  width: 49px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  padding: 4px;
  border: solid 1px #fff;
  display: block;
  margin-bottom: 40px;
}

.instaiconSP {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  text-align: center;
}

/* footer instagram */

footer .footer__inner .footer__main-sp .pagetop-sp span:last-of-type {
  width: 15px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.entry__all {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #EDEDE2;
}

@media (max-width: 1080px) {
  .entry__all {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .entry__all {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .entry__all {
    padding: 48px 0 48px;
  }
}

.entry__all .top {
  position: absolute;
  top: 5%;
  left: 5%;
}

.entry__all .entry__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .entry__all .entry__inner {
    width: 88%;
  }
}

.entry__all .entry__inner h1 {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .entry__all .entry__inner h1 {
    font-size: 2.6rem;
  }
}

@media (max-width: 500px) {
  .entry__all .entry__inner h1 {
    font-size: 2rem;
  }
}

.entry__all .entry__inner .title__sub-text {
  font-size: 1.4rem;
  margin: 4px 0 73px;
  letter-spacing: 0.05em;
  border-bottom: none;
}

@media (max-width: 820px) {
  .entry__all .entry__inner .title__sub-text {
    font-size: 1.4rem;
    margin: 14px 0 56px;
  }
}

@media (max-width: 500px) {
  .entry__all .entry__inner .title__sub-text {
    font-size: 1.2rem;
    margin: 12px 0 32px;
  }
}

.entry__all .entry__inner ul {
  width: 100%;
}

.entry__all .entry__inner ul li {
  padding: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  border-radius: 8px;
}

.entry__all .entry__inner ul li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .entry__all .entry__inner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.entry__all .entry__inner ul li div:first-of-type {
  width: 40%;
  border: solid 1px #343434;
}

@media (max-width: 1080px) {
  .entry__all .entry__inner ul li div:first-of-type {
    width: 100%;
  }
}

.entry__all .entry__inner ul li div:last-of-type {
  width: 50%;
}

@media (max-width: 1080px) {
  .entry__all .entry__inner ul li div:last-of-type {
    width: 100%;
  }
}

.entry__all .entry__inner ul li div:last-of-type h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

@media (max-width: 1080px) {
  .entry__all .entry__inner ul li div:last-of-type h2 {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}

@media (max-width: 820px) {
  .entry__all .entry__inner ul li div:last-of-type h2 {
    margin-top: 32px;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 500px) {
  .entry__all .entry__inner ul li div:last-of-type h2 {
    margin-top: 24px;
  }
}

.entry__all .entry__inner ul li div:last-of-type p {
  margin-bottom: 40px;
  font-size: 1.6rem;
}

@media (max-width: 820px) {
  .entry__all .entry__inner ul li div:last-of-type p {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}

.entry__all .entry__inner ul li div:last-of-type button {
  display: block;
  width: 200px;
  height: 48px;
  background-color: #343434;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 1080px) {
  .entry__all .entry__inner ul li div:last-of-type button {
    width: 100%;
    height: 56px;
  }
}

@media (max-width: 820px) {
  .entry__all .entry__inner ul li div:last-of-type button {
    font-size: 1.4rem;
    height: 48px;
  }
}

.success__all {
  width: 100%;
  padding: 124px 0 124px;
  background-color: #EDEDE2;
  height: 100vh;
}

@media (max-width: 1080px) {
  .success__all {
    padding: 96px 0 96px;
  }
}

@media (max-width: 820px) {
  .success__all {
    padding: 72px 0 72px;
  }
}

@media (max-width: 500px) {
  .success__all {
    padding: 48px 0 48px;
  }
}

.success__all .success__inner {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .success__all .success__inner {
    width: 88%;
  }
}

@media (max-width: 500px) {
  .success__all .success__inner {
    width: 88%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}

.success__all .success__inner h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 73px;
  display: inline-block;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}

@media (max-width: 820px) {
  .success__all .success__inner h1 {
    font-size: 2.6rem;
    margin-bottom: 56px;
  }
}

@media (max-width: 500px) {
  .success__all .success__inner h1 {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.success__all .success__inner .success__first-text {
  margin-bottom: 40px;
}

.success__all .success__inner div:first-of-type {
  margin-bottom: 40px;
}

.success__all .top__btn {
  width: 200px;
  height: 40px;
  background-color: #343434;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .success__all .top__btn {
    margin: 0 auto;
    width: 50%;
  }
  .first-view__button{
    align-items: center;
  }
}


/* 矢印 */
@media screen and (max-width: 500px) and (min-width:414px){
  .first__all .first__inner .first-view__button div {
    width: 7px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 49%;
    right: 15%;
  }
}

@media screen and (max-width: 413px) and (min-width:374px){
  .first__all .first__inner .first-view__button div{
    width: 7px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 49%;
    right: 15%;
  }
}

@media (max-width: 375px) {
  .first__all .first__inner .first-view__button div{
    width: 6px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 49%;
    right: 15%;
  }
}
/* 矢印ここまで*/

/* voice of participants */
.participants__all{
  width: 100%;
  padding: 124px 0 124px;
  background-color: #EDEDE2;
  position: relative;
}
.participants__inner{
  max-width: 960px;
  margin: 0 auto;
}
.participants__inner h2{
  font-size: 3rem;
  font-weight: bold;

  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}
.participants__inner > p{
  font-size: 1.6rem;
  margin: 4px 0 56px;
  letter-spacing: 0.05em;
}
.participants__inner img{
  width: 310px;
  height: 242px;
  object-fit: cover;
  margin-bottom: 24px;
  border-radius: 8px;
}
.participants__inner img.bottom {
  object-position: 0 0;
}
.participants__inner img.bottom1 {
  object-position: 0 -72px;
}
.participants__inner > div p:first-of-type{
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.participants__inner > div p:nth-of-type(2){
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.participants__inner > div p:last-of-type{
  letter-spacing: 0.03em;
}
.swiper_parent{
  position: relative;
}
/* //voice of participants */

/* RyU x */
.guest__area{
  width: 100%;
  padding: 124px 0;
  background-color: #edede2;
}
.guest__inner{
  max-width: 960px;
  margin: 0 auto;
}
.guest__inner h2{
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}
.guest__list{
  display: flex;
  justify-content: center;
}
.guest__list.sp_block{
  display: none;
}
.guest__inner > p{
  font-size: 1.6rem;
  margin: 4px 0 0;
  letter-spacing: 0.01em;
}
.guest__list img{
  width: 194px;
  height: 258px;
  object-fit: cover;
  border-radius: 8px;
}
.guest__list > li{
  position: relative;
  margin: 58px 28px 0;
}
.guest__list.col3 li:first-of-type{
  margin-left: 0;
}
.guest__list.col3 li:last-of-type{
  margin-right: 0;
}
.guest__list.col4 li:first-of-type{
  margin-left: 0;
}
.guest__list.col4 li:last-of-type{
  margin-right: 0;
}
.guestItem p:first-of-type{
  background-color: #343434;
  color: #fdfdfd;
  font-size: 1.5rem;
  width: 138px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 183;
  left: 66;
  letter-spacing: 0.5;
}
.guestItem.col4 p:first-of-type{
  width: 126px;
  left: 78px;
}
.guestItem.col4 p:last-of-type{
  width: 130px;
  left: 74px;
}
.guestItem p:last-of-type{
  background-color: #818181;
  color: #fdfdfd;
  font-size: 1rem;
  line-height: 1.5;
  width: 138px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 211;
  left: 66;
  letter-spacing: 0.5;
}


/* U too の講義動画 */
.movie__area{
  width: 100%;
  padding: 124px 0;
  background-color: #fff;
}
.movie__inner{
  max-width: 960px;
  margin: 0 auto;
}
.movie__inner > h2{
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px solid #343434;
  letter-spacing: 0.03em;
}
.movie__inner > p:first-of-type{
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin: 4px 0 56px;
}
.movie_text{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 56px;
}
.movie_title{
  border-bottom: solid 1px #707070;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 56px;
}
.movie_flex{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  line-height: 1.8;
}
/* vimeo */
.movie {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  }
  .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
.sp_block{
  display: none;
}
/* U too の講義動画ここまで */

/* voice */
.voice__area.section.sp_block {
  display: none;  
}
.slider-wrapper{
  width: 100%;
  margin: 0 auto;
}
.voice__comment{
  width: 456px;
}
.voice__comment h3{
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.voice__image{
  position: relative;
}
.voice__image img{
  width: 456px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}
.voice__author{
  width: 368px;
  height: 80px;
  background-color: #343434;
  color: #fff;
  bottom: 30px;
  border-radius: 8px;
  position: absolute;
  top: 255px;
  left: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
.voice__comment{
  margin-top: 46px;
}
.voice__comment p{
  font-size: 1.4rem;
  margin-top: 28px;
  letter-spacing: 0.05em;
}
.voice__author P:first-of-type{
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 32px;
  text-align: center;
}
.voice__author:last-of-type{
  font-size: 1.2rem;
  line-height: 1.4;
}
/* //voice ここまで*/

@media (min-width: 431px) {
  .voice__area.section.sp_none {
    display: block;  
  }
}

/* Swiper */

/* 次ページボタンのスタイル */
.swiper-button-next{
  right: 8%;
  top: 46%;
  width: 32px;
  height: 32px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  background-size: 32px;
}

/* 前ページボタンのスタイル */
.swiper-button-prev{
  left: 8%;
  top: 46%;
  width: 32px;
  height: 32px;
  right: 8%;
  top: 46%;
  width: 32px;
  height: 32px;
  background-image: url(../img/arrow.png);

  background-size: 32px;
}

/* Swiper 位置 */
.swiper-button-prev{
  top: 57%;
  left: 8%;
}
.swiper-button-next{
  top: 57%;
  right: 8%;
}
.swiper-button-prev.sp_none{
  top: 47%;
  left: 8%;
}
.swiper-button-next.sp_none{
  top: 47%;
  right: 8%;
}

/* navigation消す */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  display: none;
}

/* swiper1の幅 */
.swiper.slide1.swiper-initialized.swiper-horizontal.swiper-pointer-events{
  width: 100%;
  height: 870px;
}
/* swiper2の幅 */
.swiper.slide2.swiper-initialized.swiper-horizontal.swiper-pointer-events{
  width: 100%;
  height: 580px;
}

/* hover */
.swiper-button-prev:hover{
  opacity: 0.6;
}
.swiper-button-next:hover{
  opacity: 0.6;
}
.swiper-button-next span:first-of-type:hover{
  background-color: #818181;
}
.swiper-button-next span:nth-of-type(2):hover{
  background-color: #818181;
}
.slider1 .swiper-button-prev .sp_none{
  outline: none;
}

@media screen and (max-width:1080px)  and (min-width:820px) {
  .swiper-slide .swiper-slide-active,
  .swiper-slide .swiper-slide-next {
    width: 49%;
  }
}
/* //Swiperここまで */



/*  共通パーツ*/
.br{
  display: none;
}
.sp_br{
  display: none;
}
.pc_br{
  display: block;
}
.font_small{
  font-size: 1.2rem;
}
*:focus {
  outline: none;
  }
  .tb_br{
    display: none;
  }
  #fontSmall{
    font-size: 1rem;
  }
  .pc_block {
    display: block;
  }
  .pc_none {
    display: none;
  }
/*  //共通パーツ*/

@media (max-width: 430px) {
  .sp_block{
    display: block;
  }
  .voice__area.section.sp_block{
    display: block;
    }
}

@media screen and (max-width:1180px)  and (min-width:1081px) {
  *:focus {
    outline: none;
    }
  .swiper-button-prev.sp_none{
    top: 14.8%;
    left: 82%;
  }
  .swiper-button-next.sp_none{
    top: 14.8%;
    left: 87%;
  }
  .swiper-button-prev{
    top: 20.4%;
    left: 82%;
  }
  .swiper-button-next{
    top: 20.4%;
    left: 87%;
  }
  .swiper.slide1.swiper-initialized.swiper-horizontal.swiper-ios{
    width: 100%;
    height: 880px;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-ios{
    width: 100%;
    height: 560px;
  }
  .voice__author{
    left: 107px;
  }
/*以下括弧消さない  */
}
/*//以下括弧消さない  */



/* 以下1080以下 */
@media screen and (max-width: 1080px) and (min-width:821px) {
*:focus {
  outline: none;
  }
.tb_br{
  display: none;
}
.swiper_container1{
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  height: 874px;
}
.swiper_container2{
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
.voice__author{
  left: 107px;
}
.guestItem.col4 p:first-of-type{
  width: 126px;

}
.guestItem.col4 p:last-of-type{
  width: 130px;
}
.participants__all{
  padding: 96px 0;
}
.swiper.slide1.swiper-initialized.swiper-horizontal.swiper-pointer-events{
  /* width: 100%; */
  width: 960px;
  height: 874px;
}
.swiper.slide2.swiper-initialized.swiper-horizontal.swiper-pointer-events{
  width: 964px;
  height: 580px;
}
.participants__inner > div p:last-of-type{
  width: 310px;
}
.swiper-button-prev.sp_none{
  position: absolute;
  top: 13.3%;
  left: 86%;
}
.swiper-button-next.sp_none{
  position: absolute;
  top: 13.3%;
  left: 91%;
}
.participants__all .participants__inner .swiper-button-prev{
  position: absolute;
  top: 18.2%;
  left: 86%;
}
.participants__all .participants__inner .swiper-button-next{
  position: absolute;
  top: 18.2%;
  left: 91%;
}
/* footer */
.footerLitlinkButton p{
  font-size: 2rem;
}
.litlinkIconSp{
  width: 32px;
  position: absolute;
  right: 12%;
}
/* 以下括弧消さない */
}
/* //以下括弧消さない */


/* 以下820以下*/
@media screen and (max-width: 820px) and (min-width:501px) {
  *:focus {
    outline: none;
    }
  .tb_br{
    display: block;
  }
  .line_height{
    line-height: 1.3;
  }
  .swiper_container1{
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    height: 870px;
  }
  .swiper_container2{
    width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
  }
  .voice__area .voice__inner{
    width: 88%;
  }
  .voice__comment h3{
    width: 340px;
  }
  .voice__area .voice__inner .section__sub-title{
    font-size: 1.6rem;
  }
  .voice__comment{
    margin-top: 44px;
  }
  .guestItem.col3 p:first-of-type{
    left: 56px;
  }
  .guestItem.col3 p:last-of-type{
    left: 56px;
  }
  .guestItem.col4 p:first-of-type{
    width: 126px;
    left: 48px;
  }
  .guestItem.col4 p:last-of-type{
    width: 130px;
    left: 44px;
  }
  .first__all .first__inner .view__area .view__flex h1{
    top: 65%;
  }
  .sp_block{
    display: none;
  }
  .colum3.sp_none{
    display: block;
  }
  .guest__list.col3{
    justify-content: center;
  }
  .guest__list img{
    width: 176px;
    height: 234px;
  }
  .guest__list.col3 > li{
    width: 192px;
    height: 274px;
    margin: 56px 4px 0;
  }
  .guest__list.col3 > li:nth-of-type(3){
    margin-right: 0;
  }
  .colum4.sp_none{
    display: block;
  }
  .guest__list.col4{
    justify-content: space-between;
  }
  .guest__list.col4 li{
    margin-right: 0;
    margin: 38px 8px 42px;
  }
  .swiper.slide1.swiper-initialized.swiper-horizontal.swiper-ios{
    width: 100%;
    height: 960px;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-ios{
    width: 100%;
    height: 590px;
  }
  .swiper-button-prev.sp_none{
    display: block;
    top: 12.2%;
    left: 87%;
    text-align: center;
  }
  .swiper-button-next.sp_none{
    display: block;
    top: 12.2%;
    left: 93%;
    text-align: center;
  }
  .voice__image img{
    width: 370px;
    height: 260px;
  }
  .voice__comment p{
    width: 340px;
  }
  .voice__author{
    width: 300px;
    height: 66px;
    top: 205px;
    left: 60px;
    z-index: 10;
  }
  .voice__author P:first-of-type{
    font-size: 1.3rem;
  }
  .participants__inner img{
    width: 248px;
    height: 194px;
    object-fit: cover;
  }
  .participants__inner > div p:last-of-type{
    width: 234px;
  }
  /* ファーストビュー */
  .sp_firstView{
    display: none;
  }
  .pc_firstView{
    display: block;
  }
  /* Ryu X */
  .guest__area{
    padding: 72px 0;
  }
  .guest__inner{
    width: 88%;
  }
  .guest__list.sp_block{
    display: block;
  }
  /* //Ryu X */
  /* u too */
  .movie__area{
    padding: 72px 0;
  }
  .movie__inner{
    width: 88%;
  }
  /* //u too */

  /* participants */
  .participants__all{
    padding: 96px 0;
    position: relative;
  }
  .participants__inner{
    width: 88%;
    /* width: 764px; */
  }
  .swiper-button-prev{
    position: absolute;
    top: 18.5%;
    left: 87%;
  }
  .swiper-button-next{
    position: absolute;
    top: 18.5%;
    left: 93%;
  }
  .participants__inner img{
    width: 248px;
    height: 194px;
    object-fit: cover;
  }
  /* //participants */
  
  /* footer */
  .litlinkIconSp{
    width: 26px;
    position: absolute;
    right: 18%;
  }
  /* //footer */
  /* 以下括弧消さない */
  }
  /* //以下括弧消さない */


/* 以下500px以下 */
@media (max-width: 500px) {
  .voice_contents img.top {
    object-position: top;
  }
  .guestItem_sp.kawahara p:first-of-type,
  .guestItem_sp.fukuda p:first-of-type {
    height: 260px;
  }
  .guestItem_sp.kawahara p:last-of-type,
  .guestItem_sp.fukuda p:last-of-type {
    height: 87px;
  }
  .spList:first-of-type{
    width: 164px;
    height: 260px;
    margin-right: 7px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(2){
    width: 164px;
    height: 260px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(3){
    width: 164px;
    height: 230px;
    margin-right: 7px;
    margin-bottom: 20px; 
  }
  .spList:nth-of-type(4){
    width: 164px;
    height: 230px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(5){
    width: 164px;
    height: 230px;
    margin-bottom: 20px;
    margin-right: 7px;
  }
  .spList:nth-of-type(6){
    width: 164px;
    height: 230px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(7){
    width: 164px;
    height: 230px;
    margin-right: 7px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(8){
    width: 164px;
    height: 230px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(9){
    width: 164px;
    height: 230px;
    margin-right: 7px;
    margin-bottom: 20px;
  }
  .spList:nth-of-type(10){
    width: 164px;
    height: 230px;
    margin-bottom: 20px;
  }
  .guest__list > li{
    margin: 0;
  }
  .guest__list img {
    width: 130px;
    height: 173px;
    object-fit: cover;
    border-radius: 4px 0 0 0;
  }
  .guestItem_sp p:last-of-type{
    font-size: 1rem;
    letter-spacing: 0.02em;
    padding-top: 16px;
    padding-left: 12px;
    line-height: 1.5;
    padding-bottom: 16px;
    background-color: #343434;
    opacity: 0.6;
    color: #fdfdfd;
    margin: 0;
    width: 130px;
    border-radius: 0 0 0 4px;
    text-align: left;
    padding-right: 5px;
    height: 57px;
  }
  .guestItem_sp p:first-of-type{
    display: flex;
    writing-mode: vertical-rl;
    align-items: center;
    height: 230px;
    margin: 0;
    display: flex;
    background-color: #343434;
    color: #fdfdfd;
    font-size: 1.5rem;
    padding-top: 20px;
    width: 35px;
    left: 130px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
  }
  .voice_contents.tamura p:last-of-type,
  .voice_contents.nakajima p:last-of-type,
  .voice_contents.yuka p:last-of-type,
  .voice_contents.sugawara p:last-of-type   {
    top: 72px;
  }
  .voice_contents.kimura p:last-of-type,
  .voice_contents.maki p:last-of-type {
    top: 82px;
  }
  .voice_contents.kawahara p:last-of-type {
    top: 64px;
  }
  .sp_none {
    display: none;
  }
  .sp {
    display: block;
  }
  .voice__area .section .sp_block {
    display: block;
  }
  .sp_block {
    display: block;
  }
}


@media screen and (max-width: 430px) and (min-width:414px) { 
  .voice__area .voice__inner {
    width: 88%;
  }
  .voice_contents img {
    width: 219px;
    height: 124px;
    left: 42%;
    position: relative;
    object-fit: cover;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-ios{
    height: 600px;
  }
}

@media screen and (max-width: 414px) and (min-width:391px){
  .voice_contents img{
    left: 144px;
  }
}

@media screen and (max-width: 390px) and (min-width:376px){
  .voice_contents img{
    left: 124px;
  }
}

/* 500px以下 */
@media screen and (max-width: 500px) {
  .line_height{
    line-height: 1.3;
  }
  .tb_br{
    display: block;
  }
  .colum3.sp_none{
    display: none;
  }
  .colum4.sp_none{
    display: none;
  }
  .first__all .first__inner .view__area .view__flex h1{
    top: 70%;
  }
  .swiper-button-prev.sp_none{
    display: none;
  }
  .swiper-button-next.sp_none{
    display: none;
  }
  .voice__image img{
    width: 370px;
    height: 260px;
  }
  .voice__author{
    top: 212px;
    left: 12%;
  }
  .voice__author P:first-of-type{
    font-size: 1.3rem;
  }
  .voice__author:last-of-type{
    width: 300px;
    height: 66px;
  }
  .voice__comment{
    margin-top: 44px;
    padding-left: 14px;
    width: 100%;
    padding-right: 14px;
  }
  .voice__comment p{
    width: 100%;
  }
  /* ファーストビュー */
  .sp_br{
    display: block;
  }
  .pc_br{
    display: none;
  }
  /* Irregular Content */
  .coming__content__all .coming__content__inner ul li div p:first-of-type{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  .coming__content__all .coming__content__inner ul li div span {
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .coming__content__all .coming__content__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .coming__content__all .coming__content__inner ul li {
    height: auto;
  }
  .coming__content__all .coming__content__inner ul li div p {
    margin-top: 40px;
  }
  .coming__content__all .coming__content__inner ul li div p:last-child{
    font-size: 1.2rem;
    width: 92px;
    height: 15px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .coming__content__all .coming__content__inner ul li::before {
    height: 0;
    display: block;
    position: absolute;
    left: -3px;
    content: "";
    border-top: solid 50px #fff;
    border-left: solid 50px transparent;
    top: 0px;
    z-index: 2;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .font_small{
    font-size: 1rem;
  }
  .coming__content__all .coming__content__inner ul li:nth-child(6){
    margin-bottom: 0;
  }

  /* Ryu X */
  .guest__area{
    padding: 48px 0;
  }
  .guest__inner{
    width: 90%;
  }
  .guest__inner h2{
    font-size: 2rem;
  }
  .guest__inner p{
    font-size: 1.2rem;
    margin: 7px 0 40px;
  }
  .guest__list.sp_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .guest__list img{
    width: 130px;
    height: 173px;
    object-fit: cover;
    border-radius: 4px 0 0 0;
  }
  .guestItem_sp p:first-of-type{
    margin: 0;
    display: inline-block;
    background-color: #343434;
    color: #fdfdfd;
    font-size: 1.5rem;
    padding-top: 20px;
    width: 35px;
    left: 130px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
  }
  .guestItem_sp p:last-of-type{
    font-size: 1rem;
    letter-spacing: 0.02em;
    padding-top: 16px;
    padding-left: 12px;
    line-height: 1.5;
    padding-bottom: 16px;
    background-color: #343434;
    opacity: 0.6;
    color: #fdfdfd;
    margin: 0;
    width: 130px;
    border-radius: 0 0 0 4px;
    text-align: left;
    padding-right: 5px;
  }
  /* //Ryu X */

  /* u too */
  .movie_flex{
    line-height: 1.6;
  }
  .movie_flexItem{
    display: block;
    height: 270px;
    overflow: hidden;
  }
  .movie_flexItem.show{
    height: auto;
  }
  .more-btn-arrow.show{
    transform: rotate(-180deg);
  }
  .movie__area{
    padding: 48px 0 0;
  }
  .movie__inner{
    width: 88%;
  }
  .movie__inner > h2{
    font-size: 2rem;
  }
  .movie__inner > p{
    font-size: 1.2rem;
  }
  .movie__inner > p:first-of-type{
    font-size: 1.2rem;
    margin: 4px 0 40px;
  }
  .movie__inner > p:nth-of-type(2){
    font-size: 1.4rem;
    letter-spacing: 0.6;
    margin-bottom: 40px;
  }
  .movie_title{
    margin-top: 40px;
  }
  .movie_flex{
    flex-direction: column;
    margin-top: 24px;
  }
  .movie_text{
    line-height: 2;
  }
  .move{
    height: 189px;
  }
  .more-btn{
    margin: 40px auto 48px;
    text-align: center;
  }
  .more-btn img{
    width: 20px;
    height: 20px;
  }
  .movieWrap{
    display: none;
  }
  .marginTop{
    margin-top: 40px;
  }
  /* //u too */

  /* voice */
  .voice__area .voice__inner{
    overflow: visible;
  }
  .voice__area .voice__inner .section__sub-title{
    margin: 4px 0 32px;
    margin-left: 18px;
  }
  .voice__area section.sp_none{
    display: block;
  }
  .voice__area section.sp_block{
    display: none;
  }
  .voice__flex{
    flex-direction: column;
  }
  .voice_contents{
    display: flex;
    position: relative;
  }
  .voice_contents p:first-of-type{
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 10;
  }
  .voice_contents p:last-of-type{
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    position: absolute;
    left: 10px;
    line-height: 1.3;
    z-index: 10;
  }
  .voice_contents.kimika p:last-of-type{
    top: 82px;
  }
  .voice_contents.gohan p:last-of-type{
    top: 72px;
  }
  .voice_contents.toshio p:last-of-type{
    top: 82px;
  }
  .voice_contents.eriko p:last-of-type{
    top: 72px;
  }
  .voice_contents.jyunichi p:last-of-type{
    top: 64px;
  }
  .voice_contents.satoru p:last-of-type{
    top: 64px;
  }
  .voice_contents.motohiro p:last-of-type{
    top: 64px;
  }
  .swiper.slide1.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    width: 48 2px;
    height: 870px;
  }
  .voice__area .voice__inner .voice__link{
    margin-top: 24px;
  }
  .voiceWrap{
    margin-bottom: 32px;
  }
  .contents_btn.kawahara{
    text-align: center;
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 3;
  }
  .contents_btn{
    text-align: center;
    position: absolute;
    top:14px;
    right: 10px;
    z-index: 3;
  }
  .contents_btn p{
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .contents_btn img{
    width: 11px;
    height: 6px;
    object-fit: cover;
    margin-top: 4px;
  }

  .contents_btn.change p {
    display: none;
    color: #fff;
  }
  .contents_btn.change {
    top: auto;
    right: 0;
    left: 0;
    bottom: -35px;
    transform: rotate(180deg);
    margin: auto;
    z-index: 1;
    padding: 18px 0;
    background-color: #343434;
  }
  .arrow_1{
    display: inline-block;
    width: 168px;
    border-bottom: 1px solid #343434;
    position: absolute;
    top: 50px;
  }
  .arrow_2 span{
    display: inline-block;
    width: 77px;
    border-bottom: 1px solid #343434;
    position: absolute;
    left: -38px;
    bottom: 34px;
    transform: rotate(-90deg);
  }
  .voice_flex.kawahara{
    height: 58px;
  }
  .voice_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.01em;
    line-height: 1.4;
    padding: 16px 15px;
    background-color: #343434;
    color: #fff;
    height: 66px;
    position: relative;
    z-index: 2;
  }
  .voice_flex p:nth-of-type(2){
    font-size: 1rem;
  }
  .voice_flex img{
    width: 11px;
    height: 6px;
    object-fit: cover;
  }
  .voiceText{
    background-color: #343434;
    color: #fff;
    padding: 0 15px 15px;
    display: none;
  }
  .voiceText.show {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .voiceText.show{
    display: block;
    height: auto;
  }
  .voiceText.show p:last-of-type{
    padding-bottom: 16px;
  }
  .voice_container{
    width: 100%;
    height: auto;
    position: relative;
  }
  #no_padding{
    padding-bottom: 0;
  }
  .voice_contents img.top {
    object-position: top;
  }
  /* //voice */

  /*  participants*/
  .participants__inner{
    width: 88%;
    overflow: visible;
    padding-left: 18px;
  }
  .participants__inner h2{
    font-size: 2rem;
  }
  .participants__inner p:first-of-type{
    margin-bottom: 8px;
  }
  .participants__inner p{
    font-size: 1.4rem;
  }
  .participants__inner img{
    width: 248px;
    height: 194px;
    object-fit: cover;
  }
  .participants__inner > div p:last-of-type{
    width: 248px;
    letter-spacing: 0.01em;
  }
  .participants__all{
    padding: 48px 0;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    width: 100%;
    height: 592px;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
  /*  //participants*/

  /* footer */
  .litlinkIconSp{
    width: 26px;
    position: absolute;
    right: 13%;
  }
  /* //footer */

    /* 以下括弧消さない */
  }
    /* //以下括弧消さない */





/* 以下414px以下376px以上 */
@media screen and (max-width: 429px) and (min-width:376px) {
*:focus {
  outline: none;
  }
  .voice__area .voice__inner h2{
    margin-left: 0;
  }
  .voice__area .voice__inner{
    /* width: 340px; */
    width: 88%;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-ios{
    width: 100%;
    height: 600px;
  }
.swiper_container2{
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
.sp_block{
  display: block;
}

/* ファーストビュー */
.sp_br{
  display: block;
}
.pc_br{
  display: none;
}

/* Irregular Content */
/* .coming__content__all .coming__content__inner ul li{
  width: 136px;
  height: 128px;
} */
.coming__content__all .coming__content__inner ul li div p:first-of-type{
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 2px;
}
/* .coming__content__all .coming__content__inner ul li div p:last-child{
  font-size: 1.2rem;
  width: 92px;
  height: 15px;
  line-height: 1.4;
  margin-bottom: 24px;
} */
.coming__content__all .coming__content__inner ul li{
  /* margin-left: 25px; */
  margin-bottom: 36px;
}
.coming__content__all .coming__content__inner ul li::before {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 50px #fff;
  border-left: solid 50px transparent;
  top: 0px;
  z-index: 2;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* .coming__content__all .coming__content__inner ul li{
  padding: 0 8px;
} */
.font_small{
  font-size: 1rem;
}
.coming__content__all .coming__content__inner ul{
  justify-content: flex-end;
}
/* .coming__content__all .coming__content__inner ul li:nth-of-type(4){
  margin-left: 25px;
} */
.coming__content__all .coming__content__inner ul li:nth-child(5){
  margin-bottom: 0;
}
.coming__content__all .coming__content__inner ul li:nth-child(6){
  margin-bottom: 0;
}

/* Ryu X */
.guest__area{
  padding: 48px 0;
}
.guest__inner{
  width: 88%;
}
.guest__inner h2{
  font-size: 2rem;
}
.guest__inner p{
  font-size: 1.2rem;
  margin: 7px 0 40px;
}
.guest__list.sp_block{
  display: flex;
  flex-wrap: wrap;
}
.guest__list > li{
  margin: 0;
}
.guest__list.sp_block li:last-of-type{
  margin-bottom: 0;
}
/* //Ryu X kここまで*/

/* u too */
.movie_flex{
  line-height: 1.6;
}
.movie_flexItem{
  display: block;
  height: 270px;
  overflow: hidden;
}
.movie_flexItem.show{
  height: auto;
}
.more-btn-arrow.show{
  transform: rotate(-180deg);
}
.movie__area{
  padding: 48px 0 0;
}
.movie__inner{
  width: 88%;
}
.movie__inner > h2{
  font-size: 2rem;
}
.movie__inner > p{
  font-size: 1.2rem;
}
.movie__inner > p:first-of-type{
  font-size: 1.2rem;
  margin: 4px 0 40px;
}
.movie__inner > p:nth-of-type(2){
  font-size: 1.4rem;
  letter-spacing: 0.6;
  margin-bottom: 40px;
}
.movie_title{
  margin-top: 40px;
}
.movie_flex{
  flex-direction: column;
  margin-top: 24px;
}
.movie_text{
  line-height: 2;
}
.move{
  height: 189px;
}
.more-btn{
  margin: 40px auto 48px;
  text-align: center;
}
.more-btn img{
  width: 20px;
  height: 20px;
}
.movieWrap{
  display: none;
}
.marginTop{
  margin-top: 40px;
}
/* //u too */

/* voice */
.voice__area{
  padding: 40px 0 56px;
}
.voice__area .voice__inner .section__sub-title{
  margin: 4px 0 32px;
}.voice__flex{
  flex-direction: column;
}
.voice_contents{
  display: flex;
  position: relative;
}
.voice_contents p:first-of-type{
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 10;
}
.voice_contents p:last-of-type{
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  position: absolute;
  left: 10px;
  line-height: 1.3;
  z-index: 10;
}
.voice_contents.kimika p:last-of-type{
  top: 82px;
}
.voice_contents.gohan p:last-of-type{
  top: 72px;
}
.voice_contents.toshio p:last-of-type{
  top: 82px;
}
.voice_contents.eriko p:last-of-type{
  top: 72px;
}
.voice_contents.jyunichi p:last-of-type{
  top: 64px;
}
.voice_contents.satoru p:last-of-type{
  top: 64px;
}
.voice_contents.motohiro p:last-of-type{
  top: 64px;
}
.voice_contents img{
  width: 219px;
  height: 124px;
  object-fit: cover;
  position: relative;
}
.voice__area .voice__inner .voice__link{
  margin-top: 24px;
  padding-bottom: 16px;
}
.voiceWrap{
  margin-bottom: 32px;
}
.voiceWrap:last-of-type{
  margin-bottom: 0;
}
.contents_btn.kawahara{
  text-align: center;
  position: absolute;
  top:10px;
  right: 10px;
  z-index: 3;
}
.contents_btn{
  text-align: center;
  position: absolute;
  top:14px;
  right: 10px;
  z-index: 3;
}
.contents_btn p{
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.contents_btn img{
  width: 11px;
  height: 6px;
  object-fit: cover;
  margin-top: 4px;
}

.contents_btn.change p {
  display: none;
  color: #fff;
}
.contents_btn.change {
  top: auto;
  right: 0;
  left: 0;
  bottom: -35px;
  transform: rotate(180deg);
  margin: auto;
  z-index: 1;
  padding: 18px 0;
  background-color: #343434;
}
.arrow_1{
  display: inline-block;
  width: 168px;
  border-bottom: 1px solid #343434;
  position: absolute;
  top: 50px;
}
.arrow_2 span{
  display: inline-block;
  width: 77px;
  border-bottom: 1px solid #343434;
  position: absolute;
  left: -38px;
  bottom: 34px;
  transform: rotate(-90deg);
}
.voice_flex.kawahara{
  height: 58px;
}
.voice_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 16px 15px;
  background-color: #343434;
  color: #fff;
  height: 66px;
  position: relative;
  z-index: 2;
}
.voice_flex p:nth-of-type(2){
  font-size: 1rem;
}
.voice_flex img{
  width: 11px;
  height: 6px;
  object-fit: cover;
}
.voiceText{
  background-color: #343434;
  color: #fff;
  padding: 0 15px 15px;
  display: none;
}
.voiceText.show {
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.voiceText.show{
  display: block;
  height: auto;
}
.voiceText.show p:last-of-type{
  padding-bottom: 16px;
}
.voice_container{
  width: 100%;
  height: auto;
  position: relative;
}
#no_padding{
  padding-bottom: 0;
}
/* //voice */

/*  participants*/
.participants__inner{
  width: 88%;
}
.participants__inner h2{
  font-size: 2rem;
}
.participants__inner p:first-of-type{
  margin-bottom: 32px;
}
.participants__inner p{
  font-size: 1.4rem;
}
.participants__inner img{
  width: 308px;
  height: 231px;
}
.participants__inner > div p:last-of-type{
  width: 290px;
  letter-spacing: 0.01em;
}
.participants__all{
  padding: 40px 0;
}
.swiper.slide2.swiper-initialized.swiper-horizontal.swiper-pointer-events{
  width: 100%;
  height: 598px;
}
.swiper-button-prev, .swiper-button-next{
  display: none;
}
.plan__all{
  padding: 40px 0 48px;
}
/*  //participants*/

/* footer */
.litlinkIconSp{
  width: 26px;
  position: absolute;
  right: 13%;
}
/* //footer */

/* .coming__content__all .coming__content__inner ul li div span {
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: bold;
} */
.coming__content__all .coming__content__inner ul li:nth-child(5) div p:nth-child(2), .coming__content__all .coming__content__inner ul li:nth-child(6) div p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
/* .coming__content__all .coming__content__inner ul li:nth-child(3) div p,.coming__content__all .coming__content__inner ul li:nth-child(4) div p {
  margin-bottom: 24px;
  margin-bottom: 8px;
} */
.coming__content__all .coming__content__inner ul li:first-child div p:first-of-type,
.coming__content__all .coming__content__inner ul li.spList:nth-of-type(2) {
  margin-bottom: 2px;
}
.coming__content__all .coming__content__inner ul li div p:last-child{
  font-size: 1.2rem;
  width: 92px;
  height: 15px;
  line-height: 1.4;
  /* margin-bottom: 24px; */
}
  /* 以下括弧消さない */
}
  /* //以下括弧消さない */




/* 375px以下  */
@media screen and (max-width: 375px) {
  .br{
    display: block;
  }
  .voice__area .voice__inner h2{
    margin-left: 0;
  }
  .voice__area .voice__inner{
    /* width: 330px; */
    width: 88%;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-ios{
    width: 100%;
    height: 600px;
  }
  .guest__inner{
    width: 90%;
  }
  .guest__list.sp_block{
    width: 89%;
  }
  .guest__list.sp_block{
    width: 100%;
    justify-content: space-between;
  }
  .sp_block{
    display: block;
  }

  /* ファーストビュー */
  .sp_br{
    display: block;
  }
  .pc_br{
    display: none;
  }

  /* Irregular Content */

  /* .coming__content__all .coming__content__inner ul li{
    width: 136px;
    height: 128px;
  } */
  .coming__content__all .coming__content__inner ul li div p:first-of-type{
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    /* margin-bottom: 12px; */
    margin-bottom: 8px;
  }
  /* .coming__content__all .coming__content__inner ul li div p:last-child{
    font-size: 1.2rem;
    width: 92px;
    height: 15px;
    line-height: 1.4;
    margin-bottom: 24px;
  } */
  .coming__content__all .coming__content__inner ul li{
    /* margin-left: 25px; */
    margin-bottom: 36px;
  }
  .coming__content__all .coming__content__inner ul li::before {
    height: 0;
    display: block;
    position: absolute;
    left: -3px;
    content: "";
    border-top: solid 50px #fff;
    border-left: solid 50px transparent;
    top: 0px;
    z-index: 2;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* .coming__content__all .coming__content__inner ul li{
    padding: 0 8px;
  } */
  .font_small{
    font-size: 1rem;
  }
  .coming__content__all .coming__content__inner ul{
    justify-content: flex-end;
  }
  /* .coming__content__all .coming__content__inner ul li:nth-of-type(4){
    margin-left: 25px;
  } */
  .coming__content__all .coming__content__inner ul li:nth-child(5){
    margin-bottom: 0;
  }
  .coming__content__all .coming__content__inner ul li:nth-child(6){
    margin-bottom: 0;
  }
  /* .coming__content__all .coming__content__inner ul li div span {
    font-size: 1.2rem;
    margin-bottom: 12px;
    font-weight: bold;
  } */
  .coming__content__all .coming__content__inner ul li:nth-child(5) div p:nth-child(2), .coming__content__all .coming__content__inner ul li:nth-child(6) div p:nth-child(2) {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  /* .coming__content__all .coming__content__inner ul li div p:last-child {
    margin-bottom: 24px;
  } */
  .coming__content__all .coming__content__inner ul li:first-child div p:first-of-type,
  .coming__content__all .coming__content__inner ul li:first-child div p:nth-child(2) {
    margin-bottom: 2px;
  }

  /* Ryu X */
  .guest__area{
    padding: 48px 0;
  }
  .guest__inner h2{
    font-size: 2rem;
  }
  .guest__inner p{
    font-size: 1.2rem;
    margin: 7px 0 40px;
  }
  .guest__list.sp_block{
    display: flex;
    flex-wrap: wrap;
  }
  .guest__list > li{
    margin: 0;
  }
  .guest__list.sp_block li:last-of-type{
    margin-bottom: 0;
  }
  /* //Ryu X kここまで*/

  /* u too */
  .movie_flex{
    line-height: 1.6;
  }
  .movie_flexItem{
    display: block;
    height: 270px;
    overflow: hidden;
  }
  .movie_flexItem.show{
    height: auto;
  }
  .more-btn-arrow.show{
    transform: rotate(-180deg);
  }
  .movie__area{
    padding: 48px 0 0;
  }
  .movie__inner{
    width: 88%;
  }
  .movie__inner > h2{
    font-size: 2rem;
  }
  .movie__inner > p{
    font-size: 1.2rem;
  }
  .movie__inner > p:first-of-type{
    font-size: 1.2rem;
    margin: 4px 0 40px;
  }
  .movie__inner > p:nth-of-type(2){
    font-size: 1.4rem;
    letter-spacing: 0.6;
    margin-bottom: 40px;
  }
  .movie_title{
    margin-top: 40px;
  }
  .movie_flex{
    flex-direction: column;
    margin-top: 24px;
  }
  .movie_text{
    line-height: 2;
  }
  .move{
    height: 189px;
  }
  .more-btn{
    margin: 40px auto 48px;
    text-align: center;
  }
  .more-btn img{
    width: 20px;
    height: 20px;
  }
  .movieWrap{
    display: none;
  }
  .marginTop{
    margin-top: 40px;
  }
  /* //u too */

  /* voice */
  .voice__area{
    padding: 40px 0 56px;
  }
  .voice__area .voice__inner .section__sub-title{
    margin: 4px 0 32px;
  }.voice__flex{
    flex-direction: column;
  }
  .voice_contents{
    display: flex;
    position: relative;
  }
  .voice_contents p:first-of-type{
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 10;
  }
  .voice_contents p:last-of-type{
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    position: absolute;
    left: 10px;
    line-height: 1.3;
    z-index: 10;
  }
  .voice_contents.kimika p:last-of-type{
    top: 82px;
  }
  .voice_contents.gohan p:last-of-type{
    top: 72px;
  }
  .voice_contents.toshio p:last-of-type{
    top: 82px;
  }
  .voice_contents.eriko p:last-of-type{
    top: 72px;
  }
  .voice_contents.jyunichi p:last-of-type{
    top: 64px;
  }
  .voice_contents.satoru p:last-of-type{
    top: 64px;
  }
  .voice_contents.motohiro p:last-of-type{
    top: 64px;
  }
  .voice_contents img{
    width: 219px;
    height: 124px;
    object-fit: cover;
    position: relative;
    left: 110px;
  }
  .voice__area .voice__inner .voice__link{
    margin-top: 24px;
    padding-bottom: 16px;
  }
  .voiceWrap{
    margin-bottom: 32px;
  }
  .voiceWrap:last-of-type{
    margin-bottom: 0;
  }
  .contents_btn.kawahara{
    text-align: center;
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 3;
  }
  .contents_btn{
    text-align: center;
    position: absolute;
    top:14px;
    right: 10px;
    z-index: 3;
  }
  .contents_btn p{
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .contents_btn img{
    width: 11px;
    height: 6px;
    object-fit: cover;
    margin-top: 4px;
  }

  .contents_btn.change p {
    display: none;
    color: #fff;
  }
  .contents_btn.change {
    top: auto;
    right: 0;
    left: 0;
    bottom: -35px;
    transform: rotate(180deg);
    margin: auto;
    z-index: 1;
    padding: 18px 0;
    background-color: #343434;
  }
  .arrow_1{
    display: inline-block;
    width: 168px;
    border-bottom: 1px solid #343434;
    position: absolute;
    top: 50px;
  }
  .arrow_2 span{
    display: inline-block;
    width: 77px;
    border-bottom: 1px solid #343434;
    position: absolute;
    left: -38px;
    bottom: 34px;
    transform: rotate(-90deg);
  }
  .voice_flex.kawahara{
    height: 58px;
  }
  .voice_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.01em;
    line-height: 1.4;
    padding: 16px 15px;
    background-color: #343434;
    color: #fff;
    height: 66px;
    position: relative;
    z-index: 2;
  }
  .voice_flex p:nth-of-type(2){
    font-size: 1rem;
  }
  .voice_flex img{
    width: 11px;
    height: 6px;
    object-fit: cover;
  }
  .voiceText{
    background-color: #343434;
    color: #fff;
    padding: 0 15px 15px;
    display: none;
  }
  .voiceText.show {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .voiceText.show{
    display: block;
    height: auto;
  }
  .voiceText.show p:last-of-type{
    padding-bottom: 16px;
  }
  .voice_container{
    width: 100%;
    height: auto;
    position: relative;
  }
  #no_padding{
    padding-bottom: 0;
  }
  /* //voice */

  /*  participants*/
  .participants__inner{
    width: 88%;
  }
  .participants__inner h2{
    font-size: 2rem;
  }
  .participants__inner p:first-of-type{
    margin-bottom: 8x;
  }
  .participants__inner p{
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
  .participants__inner img{
    width: 308px;
    height: 231px;
  }
  .participants__inner > div p:last-of-type{
    width: 290px;
    letter-spacing: 0.01em;
  }
  .participants__all{
    padding: 40px 0;
  }
  .swiper.slide2.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    width: 100%;
    height: 582px;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
  .plan__all{
    padding: 40px 0 48px;
  }
  /*  //participants*/

  /* footer */
  .litlinkIconSp{
    width: 26px;
    position: absolute;
    right: 13%;
  }
  /* //footer */
  /* 以下括弧消さない */
}
  /* 以下括弧消さない */


/* 特定商取引法に基づく表記 */
.tokushohoWrapper{
  width: 960px;
  margin: 124px auto;
  letter-spacing: 0.05em;
  color: #343434;
}
.tokushohoWrapper h1{
  font-size: 2.8rem;
  margin-bottom: 48px;
  text-align: center;
}
.tokushohoWrapper h2{
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.tokushohoWrapper table{
  width:  100%;       
}
.tokushohoWrapper tr{
  display: flex;
  margin-bottom: 4px;
}
.tokushohoWrapper th{
  width: 30%;
  padding: 16px;
  background-color: #646262;
  color: #fff;
  font-weight: normal;
  margin-right: 4px;
}
.tokushohoWrapper td{
  width: 70%;
  padding: 16px;
  border: solid 1px #707070;
}
.tokushohoWrapper td p:not(:last-of-type){
  margin-bottom: 24px;
}
.underfooter__inner > small{
  display: block;
}
.underfooter__inner > a{
  display: block;
  font-size: 1.2rem;
}
.underfooter__inner{
  text-align: center;
  width: 960px;
  height: 116px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* プライバシーポリシー */
.privacyWrapper{
  width: 960px;
  margin: 124px auto;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.privacyWrapper h1{
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 48px;
}
.privacyFirstText{
  margin-bottom: 40px;
}
.privacyItem{
  margin-bottom: 64px;
}
.privacyItem:last-of-type{
  margin-bottom: 24px;
}
.privacyWrapper .privacyList .privacyItem .privacyTitle{
  font-size: 2.2rem;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #343434;
}
.listInnerList{
  margin: 24px 0;
}
.privacyWrapper .privacyList .privacyItem .listInnerList li{
  padding-left: 40px;
  margin-bottom: 8px;
  position: relative;
}
.privacyWrapper .privacyList .privacyItem .listInnerList li:last-of-type{
  margin-bottom: 16px;
}
.privacyWrapper .privacyList .privacyItem .listInnerList .subList li:last-of-type{
  margin-bottom: 16px;
}
.privacyWrapper .privacyList .privacyItem .listInnerList li .privacyNumber{
  position: absolute;
  left: 0;
}
.privacyWrapper .privacyList .privacyItem .listInnerList .subList{
  margin-top: 16px;
}
.privacyWrapper .privacyList .privacyItem .listInnerList .subList li{
  margin-bottom: 10px;
  padding-left: 0;
}


/* 利用規約 */
.definitionWrapper{
  width: 960px;
  margin: 124px auto;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.definitionWrapper h1{
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.definitionWrapper dt{
  margin-bottom: 24px;
}
.definitionWrapper dd{
  margin-bottom: 48px;
}
.definitionContainer p:first-of-type{
  margin-bottom: 24px;
}
/* ボタン */
.topBtn{
  width: 400px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edede2;
  margin: 86px auto 0;
  border: solid 1px #343434;
  position: relative;
  color: #343434;
  border-radius: 18px;
  transition: 0.4s;
}
.topBtn_arrow{
  position: absolute;
  right: 88px;
}
.topBtn_arrow span:first-of-type{
  display: block;
  transform: rotate(-45deg);
  width: 2px;
  height: 10px;
  position: relative;
  top: 2px;
  background-color: #343434;
}
.topBtn_arrow span:last-of-type{
  display: block;
  transform: rotate(45deg);
  width: 2px;
  height: 10px;
  position: relative;
  top: -2px;
  background-color: #343434;  
}
.topBtn:hover{
  background-color: #343434;
  color: #fff;
}

/* 以下1080以下 */
@media screen and (max-width: 1080px) {
  .tokushohoWrapper{
    width: 80%;
  }
  .privacyWrapper{
    width: 80%;
  }
  .definitionWrapper{
    width: 80%;
  }
/* 以下括弧消さない */
}
/* 以下括弧消さない */


/* 以下820以下*/
@media screen and (max-width: 820px) {
  .tokushohoWrapper{
    margin: 72px auto;
  }
  .tokushohoWrapper h2{
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .tokushohoWrapper table{
    font-size: 1.5rem;   
  }
  .privacyWrapper{
    margin: 72px auto;
  }
  .privacyWrapper .privacyList .privacyItem .privacyTitle{
    font-size: 2rem;
  }
  .definitionWrapper{
    margin: 72px auto;
  }
  .topBtn{
    margin: 56px auto;
  }
  .underfooter__inner{
    width: 100%;
  }
  .footerNav p:hover{
    opacity: 0.6;
  }
/* 以下括弧消さない */
}
/* 以下括弧消さない */


/* 以下500以下 */
@media screen and (max-width: 500px){
  .tokushohoWrapper h1{
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .tokushohoWrapper h2{
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .tokushohoWrapper table{
    font-size: 1.4rem;     
  }
  .tokushohoWrapper tr{
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .tokushohoWrapper th{
    width: 100%;
    padding: 14px;
  }
  .tokushohoWrapper td{
    width: 100%;
    padding: 14px;
  }
  .definitionWrapper{
    font-size: 1.4rem;
  }
  .definitionWrapper h1{
    font-size: 2.2rem;
  }
  .definitionWrapper dt{
    margin-bottom: 16px;
  }
  .definitionWrapper dd{
    margin-bottom: 36px;
  }
  .definitionContainer p:first-of-type{
    margin-bottom: 16px;
  }
  .privacyWrapper{
    font-size: 1.5rem;
  }
  .privacyWrapper h1{
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  .privacyWrapper .privacyList .privacyItem .privacyTitle{
    font-size: 1.7rem;
  }
  .privacyFirstText{
    margin-bottom: 40px;
  }
  .privacyItem{
    margin-bottom: 32px;
  }
  .topBtn{
    width: 100%;
    height: 54px;
    margin: 56px auto;
  }
  .footerNav{
    font-size: 1.1rem;
    margin-top: 12px;
  }
/* 以下括弧消さない */
}
/* 以下括弧消さない */