@charset "UTF-8";

.brown {
  color: #A6826C;
}

.white {
  color: #FFFFFF;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 14px;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}

.button.black {
  background: #353547;
}

.button.brown {
  background: #A6826C;
}

.button.login {
  color: #A6826C;
  background: #E8E0DC;
}

.headerMenu {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.headerMenu__item {
  font-size: 14px;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.headerMenu__item:not(:last-child) {
  margin-right: 50px;
}

.headerMenu__item a {
  display: inline-block;
  padding: 1em 1em;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #A6826C;
  color: #A6826C;
  position: relative;
  overflow: hidden;
}

.headerMenu__item a>.icon {
  position: absolute;
  top: -10px;
  right: -15px;

}

.headerMenu__item a:hover {
  color: #fff;
}

.headerMenu__item a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background-color: #A6826C;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;

  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.headerMenu__item a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.header {
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  background: white;
  position: fixed;
  z-index: 22222;
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 20px 15px;
    border-bottom: 1px solid #A6826C;
  }
}

.header>.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
}

.header__logo {
  display: block;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 250px;
  }
}

.navigation {
  display: flex;
  align-items: center;
}

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

.navigation>.button {
  font-size: 18px;
}

.navigation>.button:not(:first-of-type) {
  margin-left: 20px;
}

.hamburger {
  display: block;
}

.hamburger.show {
  width: 22px;
  height: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger__border {
  height: 2px;
  background: #A6826C;
  display: block;
}

.hamburger__border.show {
  transition: 0.3s ease;
  position: absolute;
  bottom: 0;
  top: 50%;
}

.hamburger__border.show.first {
  transform: rotate(135deg);
}

.hamburger__border.show.second {
  display: none;
  margin: 0;
}

.hamburger__border.show.third {
  width: 22px;
  transform: rotate(-135deg);
  margin: 0;
}

.hamburger__border.first {
  width: 22px;
}

.hamburger__border.second {
  width: 17px;
  margin: 7px 0 7px 5px;
}

.hamburger__border.third {
  width: 12px;
  margin-left: 10px;
}

.headerHamburger {
  display: none;
  transition: 0.3s ease;
  padding: 0 16px;
}

.headerHamburger.show {
  display: block;
  background: white;
  margin-top: -1px;
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .headerHamburger.show {
    padding-top: 70px;
  }
}

.headerHamburger__nav {
  padding-top: 40px;
  margin-bottom: 50px;
}

.headerHamburger__nav>.item {
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  position: relative;
}

.headerHamburger__nav>.item:not(:last-child) {
  margin-bottom: 30px;
}

.headerHamburger__nav>.item a {
  color: #353547;
}

.headerHamburger__nav>.item a>.icon {
  position: absolute;
  top: -10px;
  right: -15px;
}

@media screen and (max-width: 767px) {
  .headerHamburger .button {
    width: 47.5%;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headerHamburger .button+.button {
    margin-left: 5%;
  }
}

.headerHamburger .button.login {
  width: 100%;
  margin-top: 20px;
}

/*くるくる*/
.slides-loop01,
.slides-loop02 {
  display: flex;
}

.slides-loop02 {
  width: 100%;
  overflow: hidden;
  transform: rotateY(180deg);
  /* Y軸に反転 */
}

.slides-loop02 .slick-slide {
  transform: rotateY(180deg);
  /* スライドを元に戻す */
}

.loop {
  background-color: #FFFFFF;
}

.slides-loop-content {
  margin-left: 30px;
}

.slides-loop-content img {
  width: 250px;
  height: 125px;
}

@media screen and (max-width:480px) {
  .slides-loop-content {
    margin-left: 10px;
  }

  .slides-loop-content img {
    width: 170px;
    height: 85px;
  }
}

/*くるくるここまで*/

/*くるくる*/
/* .slides-loop {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow:hidden;
}
.loop{
  background-color: #FFFFFF;
}

.slides-loop-content {
  width: 170px;
  height: 90px;
  margin: 0 40px;
}
.slides-loop-content:nth-child(1) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(2) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(3) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(4) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(5) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(6) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(7) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(8) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(9) {
  background-color: #FFFFFF;
}
.slides-loop-content:nth-child(10) {
  background-color: #FFFFFF;
} */
/*くるくるここまで*/

.firstView {
  width: 100%;
  height: 704px;
  background: #f0efef 45% 0 no-repeat;
  background-size: cover;
  font-family: ryo-display-plusn, serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.firstView::before {
  content: "";
  position: absolute;
  top: -11%;
    left: 32%;
    width: 117%;
    height: 118%;
  background-image: url(../img/first_view/bg-body-match.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width:1024px) {
  .firstView::before {
    content: "";
    position: absolute;
    top: -1%;
    left: 45%;
    width: 100%;
    height: 107%;
    background-image: url(../img/first_view/bg-body-match.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
}

@media screen and (max-width: 767px) {
  .firstView {
    height: 300px;
    padding: 0 16px;
    background: rgb(232 232 232 / 15%) 45% 0 no-repeat no-repeat;
    background-size: contain;
    position: relative;
  }

  .firstView::before {
    top: -16px;
    left: 42%;
    width: 100%;
    height: 110%;
    z-index: -1;
  }
}

.firstView>.wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .firstView>.wrapper {
    height: 459px;
    top: -11px;
  }
}

@media screen and (max-width: 767px) {
  .firstView>.wrapper {
    width: 100%;
    height: calc(100% - 65px);
    position: absolute;
    top: 37px;
    text-align: center;
  }
}

.firstView__button {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .firstView__button {
    left: 0;
    right: 0;
    bottom: 6px;
  }
}

.firstView__button>.button {
  width: 240px;
  height: 60px;
  font-size: 22px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .firstView__button>.button {
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border: 1px solid #E7E1DE;
  }
}

.firstView__button>.button:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .firstView__button>.button:last-child {
    margin-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .firstView__title {
    padding: 0 24px;
  }
}

.firstView__title .sp {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ambition {
    padding: 60px 16px 90px;
  }
}

@media screen and (min-width: 768px) {
  .ambition {
    margin-bottom: 195px;
  }
}

.ambition__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ambition__title {
    font-size: 24px;
  }
}

.ambition__title:before {
  content: "";
  width: 449px;
  height: 60px;
  display: block;
  margin: 50px auto 20px;
  background: url("../img/logo_title_pc.webp") no-repeat;
}

@media screen and (max-width: 767px) {
  .ambition__title:before {
    width: 264px;
    height: 35px;
    background: url("../img/logo_title_sp.webp") no-repeat;
    margin: 0 auto 8px;
  }
}

.ambition__title .brown {
  font-weight: 900;
}

.ambition__subTitle {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ambition__subTitle {
    font-size: 16px;
  }
}

.ambition__img {
  max-width: 1200px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .ambition__img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ambition__img img {
    margin: 0 auto;
  }
}

.ambition .button {
  width: 420px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .ambition .button {
    width: 305px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .worries {
    padding: 0 16px;
  }
}

.worries:after {
  content: "";
  display: block;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .worries:after {
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .worries:after {
    background-size: contain;
  }
}

.worries__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .worries__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.worries__text {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .worries__text {
    font-size: 20px;
    line-height: 0.5;
    display: block;
  }
}

.worries__text>.adjust {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .worries__text>.adjust {
    justify-content: center;
  }
}

.worries__text .logo {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .worries__text .logo {
    width: 250px;
    margin-right: 6px;
  }
}

.worries>.flex {
  width: 1200px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .worries>.flex {
    width: 100%;
    display: block;
  }
}

.worries .speechBubble {
  width: 386px;
  height: 260px;
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
}

.worries .speechBubble:last-child {
  margin-right: 0;
}


@media screen and (max-width: 767px) {
  .worries .speechBubble {
    max-width: 386px;
    width: 100%;
    margin: 0 auto;
  }
}

.worries h3 {
  line-height: 35px;
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 23px;
}


.worries .speechBubble__title {
  width: 107px;
  height: 35px;
  line-height: 35px;
  color: white;
  font-family: Ryo Display PlusN, serif;
  font-size: 23px;
  text-align: center;
  background: #A5775C;
  padding: 6px;
  margin-right: 5px;
  border-radius: 5px 0 0 0;
}

.worries .speechBubble__text {
  width: 149px;
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  position: absolute;
  top: 52px;
  left: 17px;
}

@media screen and (max-width: 767px) {
  .worries .speechBubble__text {
    width: 70%;
  }
}

.worries .speechBubble:after {
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: rgba(53, 53, 71, 0.3) transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .worries .speechBubble:after {
    content: "";
  }
}

.worries .speechBubble.case1 {
  background: rgba(53, 53, 71, 0.3) url("../img/case_01.webp") 100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .worries .speechBubble.case1 {
    background-size: 30%;
  }
}

.worries .speechBubble.case1:after {
  right: 180px;
  border-width: 20px 0 0 20px;
}

.worries .speechBubble.case2 {
  background: rgba(53, 53, 71, 0.3) url("../img/case_02.webp") 100% 120% no-repeat;
}

@media screen and (max-width: 767px) {
  .worries .speechBubble.case2 {
    background-size: 30%;
    margin: 35px auto;
  }
}

.worries .speechBubble.case2:after {
  right: 170px;
  border-width: 20px 20px 0 0;
}

.worries .speechBubble.case3 {
  background: rgba(53, 53, 71, 0.3) url("../img/case_03.webp") 100% 110% no-repeat;
}

@media screen and (max-width: 767px) {
  .worries .speechBubble.case3 {
    background-size: 35%;
  }
}

.worries .speechBubble.case3:after {
  right: 170px;
  border-width: 20px 20px 0 0;
}


/* .worries > .flex {
  width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .worries > .flex {
    width: 100%;
    display: block;
  }
} */



.reason {
  padding: 110px 0;
  background: #DDD5D1 url("/common/img/reason/bg_pc.webp") 0 0 no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .reason {
    height: 100%;
    background: #DDD5D1 url("/common/img/reason/bg_sp_01.webp") -62px 0 no-repeat;
    background-size: 80%;
    padding: 90px 16px 60px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .reason:after {
    content: "";
    width: 328px;
    height: 200px;
    background: url("/common/img/reason/bg_sp_02.webp") 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.reason__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 24px;
  }
}

.reason__title>.title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason__title>.title>.logo {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .reason__title>.title>.logo {
    width: 210px;
  }
}

.reason__title>.subTitle {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .reason__title>.subTitle {
    font-size: 24px;
  }
}

.reason__title>.subTitle>.big {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .reason__title>.subTitle>.big {
    font-size: 40px;
  }
}

.reason__box {
  width: 386px;
  height: 500px;
  background: #2A2A38;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reason__box {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
  }
}

.reason__box>.number {
  width: 85px;
  height: 76px;
  line-height: 76px;
  color: #D6B8A6;
  font-size: 50px;
  text-align: center;
  font-family: Spectral, serif;
  border-bottom: 1px solid #D6B8A6;
  margin-bottom: 20px;
}

.reason__box.first {
  margin: 0px 20px 0;
}

@media screen and (max-width: 767px) {
  .reason__box.first {
    margin: 0px auto;
  }
}

.reason__box.second {
  margin: 40px 20px 0;
}

@media screen and (max-width: 767px) {
  .reason__box.second {
    margin: 60px auto;
  }
}

.reason__box.third {
  margin: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .reason__box.third {
    margin: 0 auto;
  }
}

.reason__box.fourth {
  margin: 120px 20px 0;
}

@media screen and (max-width: 767px) {
  .reason__box.fourth {
    margin: 60px auto;
  }
}

.reason__box>.box {
  padding: 0 20px;
}

.reason__box>.box>.title {
  color: white;
  font-family: Ryo Display PlusN, serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .reason__box>.box>.title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.reason__box>.box>.text {
  color: white;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}


.reason__box>.img.sp img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .reason>.wrapper>.flex {
    display: block;
  }
}

.player {
  background: #E7E6E6;
}

@media screen and (min-width: 768px) {
  .player {
    height: 675px;
  }
}

.player>.wrapper {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .player>.wrapper {
    padding: 65px 16px;
  }
}

.player>.wrapper>.button {
  width: 420px;
  height: 60px;
  font-size: 22px;
  border-radius: 5px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .player>.wrapper>.button {
    width: 100%;
    font-size: 18px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .player>.wrapper>.flex {
    display: block;
    padding: 0 16px;
  }
}

.player__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .player__title {
    font-size: 24px;
    line-height: 1.7;
  }
}

.player__title:before,
.player__title:after {
  width: 36px;
  height: 32px;
  content: "";
  position: absolute;
  background: url("/common/img/player_title.webp") no-repeat;
}

.player__title:before {
  top: -15px;
  left: 170px;
}

@media screen and (max-width: 767px) {
  .player__title:before {
    left: 0;
  }
}

.player__title:after {
  bottom: -15px;
  right: 170px;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .player__title:after {
    right: -2%;
    bottom: -24px;
  }
}

.player__crown {
  min-width: 550px;
  min-height: 136px;
}

@media screen and (max-width: 767px) {
  .player__crown {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .player__crown:last-child {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .player__crown:last-child {
    margin-left: 70px;
  }
}

.player__crown>.decorate {
  margin-bottom: 20px;
  position: relative;
}

.player__crown>.decorate:before,
.player__crown>.decorate:after {
  content: "";
  width: 47px;
  height: 131px;
  display: block;
  position: absolute;
  bottom: 0;
  background: url("/common/img/leaf.webp") no-repeat;
}

@media screen and (max-width: 767px) {

  .player__crown>.decorate:before,
  .player__crown>.decorate:after {
    background-size: 70%;
    top: 26%;
  }
}

@media screen and (max-width: 767px) {
  .player__crown>.decorate:before {
    left: 0;
  }
}

.player__crown>.decorate:after {
  right: 0;
  transform: scale(-1, 1);
}

.player__crown>.decorate>.title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 27px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .player__crown>.decorate>.title {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .player__crown>.decorate>.title {
    margin: 10px 0;
  }
}

.player__crown>.decorate>.title:before {
  content: "";
  display: block;
  width: 75px;
  height: 50px;
  margin: 0 auto 24px;
  background: url("/common/img/crown.webp") no-repeat;
}

.player__crown>.decorate>.percent {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .player__crown>.decorate>.percent {
    font-size: 22px;
  }
}

.player__crown>.decorate>.percent>.big {
  font-family: Shippori Mincho B1, serif;
  font-size: 64px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .player__crown>.decorate>.percent>.big {
    font-size: 40px;
  }
}

.player__crown>.text {
  color: #353547;
  font-weight: bold;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.privacy {
  background: #FAF9F8;
}

.privacy>.wrapper {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .privacy>.wrapper {
    padding: 60px 16px;
  }
}

.privacy__title {
  color: #A6826C;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 24px;
  }
}

.privacy__read {
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy__content:not(:last-child) {
  margin-bottom: 30px;
}

.privacy__content .title {
  color: #A6826C;
  font-family: Ryo Display PlusN, serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}

.privacy__content .title:before {
  content: "";
  border-left: 1px solid #A6826C;
  margin-right: 16px;
}

.privacy__content .text {
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.privacy__content .text+.text {
  margin-top: 30px;
}

.privacy__content .text .mail {
  color: #A6826C;
  text-decoration: underline;
}

.partner__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .partner__title {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .partner__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .partner__title>.logo {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .partner>.wrapper {
    padding: 60px 16px;
  }
}

.partner>.wrapper>.flex {
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .partner>.wrapper>.flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .partner>.wrapper>.flex:nth-of-type(2) {
    display: flex;
    margin: 40px 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .partner>.wrapper>.flex:nth-of-type(2) {
    margin: 70px 0;
  }
}

.partner .description__title {
  color: #A6826C;
  font-family: Ryo Display PlusN, serif;
  font-size: 26px;
  font-weight: 900;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .partner .description__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.partner .description__title:before {
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 28px;
  color: white;
  text-align: center;
  font-family: Spectral, serif;
  border-radius: 50%;
  background: #A6826C;
  display: block;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .partner .description__title:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    margin-right: 11px;
  }
}

.partner .description__title.first:before {
  content: "1";
}

.partner .description__title.second:before {
  content: "2";
}

.partner .description__title.third:before {
  content: "3";
}

.partner .description__data {
  max-width: 528px;
  color: #353547;
  font-size: 16px;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  overflow: hidden;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .partner .description__data {
    font-size: 14px;
  }
}

.partner .description__data>.key {
  font-weight: bold;
  float: left;
}

.partner .description__data>.key:after {
  content: "：";
}

.partner .description__data>.value {
  margin-left: 3em;
}

@media screen and (max-width: 767px) {
  .partner .description__data>.value>.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .partner .image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .job>.wrapper {
    padding: 60px 16px;
  }
}

@media screen and (max-width: 767px) {
  .job>.wrapper .flex {
    display: block;
  }
}

.job>.wrapper .button {
  width: 420px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  border-radius: 5px;
  margin: 40px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .job>.wrapper .button {
    width: 305px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 30px auto 0;
  }
}

.job__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .job__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.job__box {
  border-radius: 3px;
  border: 1px solid #A6826C;
  padding: 40px 0px;
}

@media screen and (max-width: 767px) {
  .job__box {
    padding: 20px 16px;
  }
}

.job__box>.title {
  text-align: center;
  position: relative;
  height: 70px;
  margin-bottom: 15px;
  top: -10px;
  position: relative;
  padding: 0.1em 0.5em;
  background: linear-gradient(to left, #46382f, #a38672);
}

.job__box>.title>.subTitle {
  color: #FFFFFF;
  font-family: Ryo Display PlusN, serif;
  font-size: 28px;
  padding-left: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .job__box>.title>.subTitle {
    font-size: 22px;
  }
}

.job__box>.title>.jobName {
  color: #FFFFFF;
  font-family: Ryo Display PlusN, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.135em;
  display: block;
  padding-bottom: 20px;
}

.job__box>.title:after {
  content: "";
  position: absolute;
}

.job__box>.title.marketer {
  text-align: center;
  height: 70px;
  /*background: url("../img/job/marketer.svg") no-repeat;*/
  top: -10px;
  position: relative;
  padding: 0.1em 0.5em;
  background: linear-gradient(to left, #46382f, #a38672);
}

@media screen and (max-width: 767px) {
  .job__box>.title.marketer:after {
    width: 40px;
    height: 40px;
    background-size: cover;
    top: -5px;
    left: 138px;
  }
}

@media screen and (min-width: 767px) {
  .job__box>.flex>.list_1 {
    padding-right: 160px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .job__box>.flex>.list_1 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 767px) {
  .job__box>.flex>.list_2 {
    padding-right: 260px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .job__box>.flex>.list_2 {
    margin-right: 5px;
  }
}

/*.job__box > .title.designer:after {
  width: 46px;
  height: 46px;
  background: url("../img/job/designer.svg") no-repeat;
  top: -6px;
  left: 166px;
}*/
@media screen and (max-width: 767px) {
  .job__box>.title.designer:after {
    width: 39px;
    height: 39px;
    background-size: cover;
    top: -5px;
    left: 138px;
  }
}

/*.job__box > .title.engineer:after {
  width: 49px;
  height: 49px;
  background: url("../img/job/engineer.svg") no-repeat;
  top: -12px;
  left: 164px;
}*/
@media screen and (max-width: 767px) {
  .job__box>.title.engineer:after {
    width: 41px;
    height: 41px;
    background-size: cover;
    top: -8px;
    left: 138px;
  }
}

/*.job__box > .title.etc:after {
  width: 50%;
  height: 40px;
  background: url("../img/job/etc.svg") no-repeat;
  left: 340px;
  top: 10px;
}*/
.job__box.engineer {
  width: 50%;
  margin-left: 10px;
}

.job__box.engineer>.list {
  margin-left: 3%;
}

.job__box.etc {
  width: 50%;
  margin-left: 10px;
}

.job__box.etc>.list {
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .job__box.etc {
    width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .job__box>.title.etc:after {
    width: 36px;
    height: 36px;
    background-size: cover;
    left: 92px;
    top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .job__box .list+.list {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .job__box .list+.list {
    margin-left: 40px;
  }
}

.job__box .list__item {
  color: #353547;
  font-size: 14px;
  font-weight: bold;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .job__box .list__item {
    line-height: 1.2;
    word-break: break-all;
  }
}

.job__box .list__item:not(:last-child) {
  margin-bottom: 16px;
}

.job__box .list__item:before {
  content: "#";
}

@media screen and (min-width: 768px) {
  .job__box .list__item:before {
    margin-right: 4px;
  }
}

.job__box.marketer {
  margin-bottom: 20px;
}

.job__box.designer {
  width: 386px;
}

@media screen and (max-width: 767px) {
  .job__box.designer {
    width: 100%;
  }
}

.job__box.engineer {
  width: 50%;
  margin: 0 0;
}

@media screen and (max-width: 767px) {
  .job__box.engineer {
    width: 100%;
    margin: 20px 0;
  }
}

.job__box+.flex {
  justify-content: center;
}

.flow {
  background: #DDD5D1;
}

.flow>.wrapper {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .flow>.wrapper {
    padding: 60px 0;
  }
}

.flow__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 18px;
  }
}

.flow__image {
  text-align: center;
}

.support {
  background: #353547;
}

.support>.wrapper {
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  .support>.wrapper {
    padding: 60px 16px;
  }
}

.support>.wrapper .button {
  width: 420px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  border-radius: 5px;
  margin: 40px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .support>.wrapper .button {
    width: 305px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 30px auto 0;
  }
}

.support .flex {
  position: relative;
}

@media screen and (max-width: 767px) {
  .support .flex {
    min-height: 511px;
  }
}

@media screen and (min-width: 768px) {
  .support .flex {
    height: 422px;
  }
}

.support .flex:nth-of-type(2) {
  margin: 40px 0;
}

.support .flex:nth-of-type(3) {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .support .flex:nth-of-type(2) {
    margin: 20px 0;
  }
}

.support .flex.left>.support__image {
  left: 0;
}

.support .flex.left>.support__box {
  right: 0;
}

.support .flex.right>.support__image {
  right: 0;
}

.support .flex.right>.support__box {
  left: 0;
}

.support__title {
  color: white;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .support__title {
    font-size: 24px;
  }
}

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

@media screen and (min-width: 768px) {
  .support__image {
    position: absolute;
    z-index: 2;
    top: 72px;
  }
}

.support__box {
  width: 850px;
  border: 1px solid #887043;
  background: white;
  padding: 18px 15px;
  background: #F7F7F7;
  box-shadow: 7px 7px 13px rgba(239, 238, 235, 0.23);
}

@media screen and (max-width: 767px) {
  .support__box {
    width: 100%;
    height: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .support__box {
    position: absolute;
  }
}

.support__box>.inner {
  padding: 30px 0 30px 40px;
  border: 1px solid #A6826C;
}

@media screen and (max-width: 767px) {
  .support__box>.inner {
    padding: 10px 0 20px 10px;
  }
}

.support__box>.inner>.title {
  color: #A6826C;
  font-size: 40px;
  font-family: Ryo Display PlusN, serif;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .support__box>.inner>.title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.support__box>.inner>.title:after {
  content: "";
  width: 500px;
  height: 1px;
  background: #A6826C;
}

@media screen and (max-width: 767px) {
  .support__box>.inner>.title:after {
    width: 50%;
  }
}

.support__box .subInner {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .support__box .subInner {
    padding-right: 10px;
  }
}

.support__box .subInner>.title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .support__box .subInner>.title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.support__box .subInner>.title .block {
  display: block;
}

.support__box .subInner>.title .logo {
  width: 500px;
}

@media screen and (max-width: 767px) {
  .support__box .subInner>.title .logo {
    width: 80%;
    margin-top: 10px;
  }
}

.support__box .subInner>.text {
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .support__box .subInner>.text {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .support__box .subInner+.image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .support__box .subInner+.image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .faq>.wrapper {
    padding: 60px 16px;
  }
}

.faq__title {
  color: #A6826C;
  font-family: Spectral, serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.faq__box {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq__box {
    width: 100%;
  }
}

.faq__box:not(:first-of-type) {
  padding-top: 34px;
  border-top: 1px solid #887043;
}

.faq__box:not(:last-of-type) {
  padding-bottom: 34px;
}

.faq__box>.title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .faq__box>.title {
    font-size: 18px;
    line-height: 1.5;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .faq__box>.title:before {
    content: "";
    width: 36px;
    height: 36px;
    background: url("/common/img/faq/question.webp") no-repeat;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .faq__box>.title:before {
    content: "Q";
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: white;
    font-size: 30px;
    font-family: Spectral, serif;
    text-align: center;
    border-radius: 50%;
    background: #353547;
    margin-right: 20px;
  }
}

.faq__box>.title.height {
  line-height: 1.5;
}

.faq__box>.text {
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .faq__box>.text {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .faq__box>.text:before {
    content: "";
    width: 36px;
    height: 36px;
    background: url("/common/img/faq/answer.webp") no-repeat;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .faq__box>.text:before {
    content: "A";
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: white;
    font-size: 30px;
    font-family: Spectral, serif;
    text-align: center;
    border-radius: 50%;
    background: #A6826C;
    margin-right: 20px;
  }
}

.faq__box .adjust {
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .faq__box .adjust {
    width: 80%;
  }
}

.ctaSection {
  background: url("/common/img/cta/sp.webp") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .ctaSection {
    height: 428px;
    background: url("/common/img/cta/pc.webp") repeat;
    background-size: cover;
  }
}

.ctaSection .bg {
  background: rgba(53, 53, 71, 0.9);
}

@media screen and (min-width: 768px) {
  .ctaSection .bg {
    height: 428px;
    width: 100%;
  }
}

.ctaSection__wrapper {
  padding: 45px 16px 45px;
}

@media screen and (min-width: 768px) {
  .ctaSection__wrapper {
    width: 1200px;
    padding: 100px 0;
    position: relative;
    margin: 0 auto;
  }
}

.ctaSection__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .ctaSection__wrapper:before {
    background-size: contain;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.ctaSection__wrapper>.title {
  color: white;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .ctaSection__wrapper>.title {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    background: #F7F7F7;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ctaSection__wrapper>.title>.border {
    color: #353547;
    display: block;
    border: 1px solid #A6826C;
    padding: 15px;
  }
}

.ctaSection__wrapper>.button {
  width: 420px;
  height: 60px;
  display: block;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .ctaSection__wrapper>.button {
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .ctaSection__wrapper>.button {
    margin: 0 auto;
  }
}

.hs-richtext {
  padding: 1rem;
  max-width: 720px;
  margin: 0 auto;
}

.confirm {
  background: #EFEEEE;
}

.confirm>.wrapper {
  width: 800px;
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .confirm>.wrapper {
    width: 100%;
    padding-top: 50px;

  }
}

.confirm__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .confirm__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .confirm__title>.pc {
    display: none;
  }
}

.confirm__form {
  width: 632px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .confirm__form {
    width: 100%;
  }
}

.confirm__form>.flex {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .confirm__form>.flex {
    display: block;
  }
}

.confirm__form>.flex.left {
  justify-content: flex-start;
}

.confirm__form>.flex.right {
  justify-content: flex-end;
}

.confirm__form>.flex:not(:last-child) {
  margin-bottom: 25px;
}

.confirm__form>.flex .title {
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .confirm__form>.flex .title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .confirm__form>.flex .title.contact {
    height: 112px;
  }
}

.confirm__form>.flex .title.required:after {
  content: "*";
  color: #A70F0F;
}

@media screen and (min-width: 768px) {
  .confirm__form>.flex .title.required:after {
    position: absolute;
    top: -4px;
    right: -8px;
  }
}

.confirm__form>.flex .inputForm {
  width: 500px;
  height: 45px;
  line-height: 20px;
  padding: 10px;
  border-radius: 5px;
  color: #353547;
  font-size: 14px;
  background: white;
  border: 1px solid #D4D4D4;
}

.confirm__form>.flex .inputForm.error {
  border: 1px solid #A70F0F;
}

@media screen and (max-width: 767px) {
  .confirm__form>.flex .inputForm {
    width: 100%;
  }
}

.confirm__form>.flex .inputForm::placeholder {
  color: #979797;
}

.confirm__form>.flex .inputForm.contact {
  width: 500px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .confirm__form>.flex .inputForm.contact {
    width: 100%;
    height: 120px;
  }
}

.confirm__form>.flex .selectForm {
  border: none;
  background: none;
  border-bottom: 1px solid #887043;
  padding: 16px 0;
}

.confirm__form>.flex .selectForm.error {
  border: 1px solid #A70F0F;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .confirm__form>.flex .selectForm {
    width: 100%;
  }
}

.confirm__form>.flex .selectForm:invalid {
  color: #979797;
}

.confirm__form>.flex.checkbox {
  margin-top: 40px;
  justify-content: flex-end;
}

.confirm__form>.flex.checkbox .check {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #D4D4D4;
  margin: 0 10px 0 0;
}

.confirm__form>.flex.checkbox .check:hover {
  cursor: pointer;
}

.confirm__form>.flex.checkbox>.text {
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
}

.confirm__form>.flex.checkbox>.text .link {
  color: #353547;
  font-weight: bold;
  text-decoration: underline;
}

.confirm__form .confirmButton {
  width: 180px;
  height: 50px;
  color: white;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 18px;
  border-radius: 5px;
  background: #353547;
}

@media screen and (max-width: 767px) {
  .confirm__form .confirmButton {
    width: 100%;
  }
}

.confirm__form .errorText {
  display: none;
}

.confirm__form .errorText.error {
  color: #A70F0F;
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .confirm__form .contactValueAdjust {
    margin-left: 22px;
  }
}


.footer>.wrapper {
  padding: 0 0 110px;
}

@media screen and (max-width: 767px) {
  .footer>.wrapper {
    padding: 60px 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer>.wrapper>nav>.flex {
    display: block;
  }
}

.footer__logo {
  margin-bottom: 40px;
}

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

.footer__logo a {
  display: block;
}

.footer .flex.right {
  margin-top: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer .flex.right>.flex {
    justify-content: center;
  }
}

.footer .flex.right>.flex>.item {
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.footer__navigation {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  white-space: nowrap;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer__navigation {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__navigation:last-child {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 768px) {
  .footer__navigation:last-child {
    margin-left: 30px;
  }
}

.footer__navigation>.item {
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}

.footer__navigation>.item:not(:last-child) {
  margin-right: 25px;
}

.footer__navigation>.item:first-child {
  margin-right: 30px;
}

.footer__navigation>.item.medium {
  font-weight: normal;
}

.footer__navigation>.item a {
  color: #353547;
}

.footer__navigation>.item a>.icon {
  position: absolute;
  top: -10px;
  right: -15px;
}

.footer__navigation>.item>button {
  font-size: 18px;
}

.footer_banner {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50%;
  position: relative;
  text-align: right;
}

.footer_banner img {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer_banner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50%;
    position: relative;
    text-align: right;
  }
}

.container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .container.banner {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .container.topNone {
    padding-top: 0;
  }
}

.container>.banner {
  display: block;
}

@media screen and (max-width: 767px) {
  .container>.banner {
    width: 100%;
    padding: 40px 16px;
  }
}

@media screen and (min-width: 768px) {
  .container>.banner {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
  }
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.flex {
  display: flex;
}

.flex_2 {
  text-align: center;
  padding-top: 80px;
}

.showJudge {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .showJudge {
    padding-top: 70px;
  }
}

.showJudge.show {
  display: none;
}

@media screen and (min-width: 768px) {
  .showJudge.show {
    display: block;
  }
}

.confirmPage {
  padding: 86px 0;
  background: #EFEEEE;
}

@media screen and (max-width: 767px) {
  .confirmPage {
    padding: 60px 16px;
  }
}

.confirmPage .selectForm {
  min-width: 320px;
}

@media screen and (max-width: 767px) {
  .confirmPage .confirm__form>.flex.right {
    display: flex;
  }
}

.confirmPage .editButton {
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  background: #353547;
}

@media screen and (max-width: 767px) {
  .confirmPage .editButton {
    width: 49%;
    margin-right: 1%;
  }
}

.confirmPage .sendButton {
  width: 180px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  background: #A6826C;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .confirmPage .sendButton {
    width: 49%;
    margin-left: 1%;
  }
}

.sendPage {
  height: 100vh;
  padding: 86px 0;
  background: #EFEEEE;
}

@media screen and (max-width: 767px) {
  .sendPage {
    padding: 60px 16px;
  }
}

.sendPage__title {
  color: #353547;
  font-family: Ryo Display PlusN, serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sendPage__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.sendPage__text {
  width: 630px;
  color: #353547;
  font-family: Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, "MS P Gothic", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .sendPage__text {
    width: 100%;
  }
}

/*footer-cta*/
#footer-cta-top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.footer-cta {
  width: 100%;
  padding: 10px 0 5px 200px;
  background: #A6826C;
}

.footer-cta ul li {
  width: 70%;
  line-height: 1.4;
  font-size: 0.9em;
}

.footer-cta .button01 a,
.footer-cta .button02 a {
  width: 90%;
  min-width: 320px;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  color: #A6826C;
  display: block;
  text-decoration: none;
  text-align: center;
}

.footer-cta .button02 a {
  background: #222;
  color: #fff;
}

@media (max-width: 1120px) {
  .footer-cta ul li.pc {
    display: none;
  }

  .footer-cta ul li:nth-child(1) {
    width: 48%;
    margin-right: 2%;
  }

  .footer-cta ul li:nth-child(2) {
    width: 48%;
    margin-left: 2%;
  }

  .footer-cta .button01 a,
  .footer-cta .button02 a {
    min-width: 100px;
    width: 100%;
    padding: 20px;
    font-size: 1em;
  }
}


@media (max-width: 768px) {
  .footer-cta {
    padding: 10px;
  }

  .footer-cta .button01 a,
  .footer-cta .button02 a {
    padding: 13px 10px 10px 10px;
    font-size: 1.2em;
  }

  /*離脱防止popup*/
  #backGuide,
  #backGuide p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #backGuide {
    display: none;
    position: fixed !important;
    background-color: #333;
    z-index: 9999;
  }

  #backGuide p {
    display: block;
    width: 300px;
    height: 263px;
    line-height: 80px;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
  }

  #backGuide,
  #backGuide p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #backGuide {
    display: none;
    position: fixed !important;
    background-color: #333;
    z-index: 9999;
  }

  #backGuide p {
    display: block;
    width: 300px;
    height: 263px;
    line-height: 80px;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
  }
}

.Form {
  position: relative;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  font-size: 14px;
  padding-bottom: 110px;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
    padding-bottom: 60px;

  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 4px;
}

.Form-Item-Label-Required::before {
  position: absolute;
  content: "*";
  width: 10px;
  height: 10px;
  left: 50px;
  display: block;
  color: red;

}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
    margin-bottom: 18px;
  }
}

.Form-Item-Input {
  display: block;
  margin-bottom: 18px;
  border: 1px solid #cbd6e2;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #f5f8fa;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.Form select {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #cbd6e2;
  border-radius: 6px;
  background-color: #f5f8fa;
  margin-top: 4px;
  margin-bottom: 18px;
  color: #33475b;
}

/* お問い合わせにクラスの指定が無いため */
.Form input {
  position: relative;
  display: block;
  margin-bottom: 18px;
  border: 1px solid #cbd6e2;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #f5f8fa;
  font-size: 18px;
  margin-top: 4px;
}

.Form input::before {
  position: absolute;
  content: "*";
  width: 10px;
  height: 10px;
  display: block;
  color: red;
}


.Form input[type="checkbox"] {
  display: inline-block;
  width: fit-content;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}

.Form input[type="submit"] {
  display: block;
  width: fit-content;
  position: absolute;
  right: 0;
  margin: 0 auto;
  background: #A6826C;
  border-color: #A6826C;
  color: #ffffff;
  line-height: 12px;
}

/* thanks page */

#main {
  margin: 60px auto 140px;
}

.form_exp,
.form_underexp {
  text-align: center;
  letter-spacing: .13rem
}

.form_underexp {
  margin-top: 30px;
}

.form_exp.enph {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

#catalog .form_exp.enph {
  text-align: center !important;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.form_exp .red {
  color: #cb0808;
}

.form_exp a,
.form_underexp a {
  color: #2375c8;
  transition: all .3s;
}

.form_exp a:hover,
.form_underexp a:hover {
  opacity: .7;
}

.current_state {
  max-width: 780px;
  width: 100%;
  height: auto;
  margin: 60px auto 60px;
}

.flow ul.flex-start {
  justify-content: space-between;
}

.flow ul li {
  width: 32.8%;
  height: 60px;
  padding-left: 12px;
  background: #E3E3E3;
  font-size: .9rem;
  text-align: center;
  line-height: 60px;
  position: relative;
  color: #212121;
}

.flow ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.flow ul li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #E3E3E3;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}

.flow ul li:nth-child(1):before {
  display: none;
}

.flow ul li:nth-child(3):after {
  display: none;
}

.flow ul li.on {
  background: #212121;
  color: #fff;
}

.flow ul li.on:after {
  border-color: transparent transparent transparent #212121;
}

.return_btn {
  margin: 80px auto 0;
}

.return_btn .btn-1 {
  width: 220px;
  margin: 0 auto;
  padding: 16px 0px 16px 0;
}

.return_btn .btn-1:after {
  content: '';
}

.btn-1 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 240px;
  padding: 20px 20px 20px 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  z-index: 0;
  transition: 0.3s ease-in-out;
}

.btn-1:hover {
  color: #fff;
  border: 1px solid #212121;
}

.btn-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #212121;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.btn-1:hover:before {
  transform: translateX(0);
}



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