@charset "UTF-8";
body {
  font-family: “Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
}

a {
  text-decoration: none;
  color: #000000;
}

li {
  list-style: none;
}

h2 {
  font-weight: 500;
}

.noscroll {
  overflow: hidden;
}

.header {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9995;
  position: fixed;
  -webkit-transition: 1s;
  transition: 1s;
  font-weight: bold;
}

@media screen and (max-width: 768px), print {
  .header {
    max-width: 560px;
  }
}
.header-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  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;
  color: #000000;
}

@media screen and (max-width: 768px), print {
  .header-inner {
    padding: 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
}
@media screen and (max-width: 1200px), print {
  .header-inner {
    max-width: 800px;
  }
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
}

.header-left a {
  display: block;
  color: #FFFFFF;
}

.header-left h1 {
  font-size: 32px;
  padding: 17px 0 20px 0;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

@media screen and (max-width: 768px), print {
  .header-left h1 {
    font-size: 20px;
  }
}
.header-left img {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #FFFFFF;
}

@media screen and (max-width: 768px), print {
  .header-left img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px), print {
  .header #js-nav {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9997;
    margin-left: 0;
  }
  .header #js-nav .header-nav {
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
  }
  .header #js-nav .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 48.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
  }
}
.header #js-nav.fade {
  visibility: visible;
  opacity: 1;
}

.header-nav {
  padding: 21px 0;
  margin-left: 110px;
}

@media screen and (max-width: 768px), print {
  .header-nav {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px), print {
  .header-nav ul {
    text-align: center;
    margin-top: 0px;
  }
}
.header-nav li {
  padding-right: 33px;
  line-height: 2.6;
}

@media screen and (max-width: 768px), print {
  .header-nav li {
    padding-right: 0;
    padding-bottom: 50px;
    font-size: 30px;
  }
}
.header-nav a {
  color: #FFFFFF;
  display: block;
}

.header-btn {
  background-color: #978F10;
  color: #FFFFFF;
  width: 170px;
  height: 54px;
  text-align: center;
  font-size: 16px;
  font-family: Agency FB;
  font-weight: Extrabold;
  line-height: 3;
  left: 30%;
}

@media screen and (max-width: 768px), print {
  .header-btn {
    max-width: 100px;
    margin-left: 5%;
    position: absolute;
    left: 48%;
  }
}
.header-btn a {
  line-height: 3;
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 768px), print {
  .header-btn a {
    font-size: 13px;
  }
}
.header-btn img {
  margin-right: 10px;
  margin-bottom: -4.5px;
}

@media screen and (max-width: 768px), print {
  .header-btn img {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px), print {
  .header .burger-btn {
    display: none;
  }
}
@media screen and (max-width: 768px), print {
  .header .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 88%;
    z-index: 9999;
    border: none;
  }
}
.header .burger-btn .bar {
  width: 20px;
  height: 1px;
  display: block;
  margin: 10px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.header .burger-btn .bar_top {
  top: 10px;
}

.header .burger-btn .bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header .burger-btn .bar_bottom {
  bottom: 10px;
}

.header .burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, 18px) rotate(45deg);
          transform: translate(-50%, 18px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header .burger-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header .burger-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -4px) rotate(-45deg);
          transform: translate(-50%, -4px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.modal {
  width: 30%;
  border: 1px solid #707070;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  display: none;
  z-index: 9999;
}
@media screen and (max-width: 1440px), print {
  .modal {
    max-width: 550px;
    max-height: 600px;
    overflow-y: scroll;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: fixed;
  }
}
@media screen and (min-width: 769px), print {
  .modal {
    width: 80%;
    height: 80%;
    overflow-y: scroll;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: fixed;
  }
}
@media screen and (max-width: 768px), print {
  .modal {
    width: 80%;
    height: 80%;
    overflow-y: scroll;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: fixed;
  }
}
.modal-form {
  text-align: center;
  padding: 25px 60px 90px 61px;
}
@media screen and (min-width: 1200px), print {
  .modal-form {
    padding-left: 42px;
    padding-right: 42px;
    padding-bottom: 120px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .modal-form {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px), print {
  .modal-form {
    padding: 20px 20px;
  }
}
.modal-form h2 {
  font-size: 20px;
  font-weight: 1.35;
  padding-bottom: 26.5px;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (min-width: 769px), print {
  .modal-form h2 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px), print {
  .modal-form h2 {
    padding-bottom: 26.5px;
  }
}
.modal-form p {
  line-height: 1.31;
}
@media screen and (max-width: 768px), print {
  .modal-form p {
    font-size: 14px;
  }
}
.modal-form__btn {
  width: 198px;
  padding: 10px 0 11px 0;
  text-align: center;
  border: 1px solid #707070;
  line-height: 1.31;
}
@media screen and (max-width: 768px), print {
  .modal-form__btn {
    padding: 5px 0;
  }
}
.modal-iner {
  margin-left: auto;
  margin-right: auto;
}
.modal-iner__wrapper {
  text-align: left;
  padding: 32.5px 0 64px 0;
}
@media screen and (min-width: 769px), print {
  .modal-iner__wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px), print {
  .modal-iner__wrapper {
    padding: 0px 0;
  }
}
.modal-iner__wrapper input, .modal-iner__wrapper select {
  border: 1px solid #E7E7E7;
  width: 100%;
  height: 32px;
  padding: 6px 0 6px 10px;
  margin: 12px 0 11px 0;
  font-size: 14px;
  line-height: 1.36;
}
@media screen and (max-width: 768px), print {
  .modal-iner__wrapper input, .modal-iner__wrapper select {
    margin: 5px 0;
    padding: 3px 0 3px 10px;
    font-size: 13px;
  }
}
.modal-iner__wrapper span {
  font-size: 14px;
  margin-left: 12px;
}

.modal-close__wrap {
  position: absolute;
  right: 22px;
  top: 20px;
}

.modal-close {
  background: transparent;
  border-color: #707070;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: block;
}
.modal-close span {
  position: relative;
  width: 100%;
  background: #707070;
  display: block;
  height: 1px;
}
.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 1px;
}
.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 1px;
  top: -1px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: gray;
  opacity: 0.7;
  z-index: 888;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

.header.hide {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.footer {
  width: 100%;
}
.footer-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/bg3.png);
  background-size: cover;
  text-align: center;
  padding: 55px 0 30px 0;
}
.footer-list {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-align: left;
  font-weight: Medium;
  margin: 0 auto;
  padding-bottom: 70px;
}
.footer-list li {
  margin-left: 34px;
}
.footer-list li:last-child {
  margin-left: 0;
}
.footer-list a {
  display: block;
  font-size: 18px;
  letter-spacing: 1.05em;
  line-height: 1.1;
}
@media screen and (max-width: 768px), print {
  .footer-list a {
    font-size: 14px;
  }
}
.footer .section-ttl {
  text-align: center;
  padding-bottom: 50px;
}
.footer .section-ttl img {
  width: 40px;
  height: 40px;
}
.footer .section-ttl h2 {
  font-size: 36px;
  line-height: 1.125;
  margin-top: 13px;
}
.footer-tag p {
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px), print {
  .footer-tag p {
    display: block;
  }
}
.footer .footer-tag p:last-child {
  margin-right: 0;
  padding-bottom: 0;
}
.footer p:nth-child(1) {
  margin-right: 0px;
  margin-left: 10px;
  margin-top: 10px;
}
.footer p:nth-child(2) {
  margin-left: 25px;
  letter-spacing: 0.12em;
}
.footer p:nth-last-child(2) {
  margin-bottom: 10px;
  letter-spacing: -0.05em;
  margin-left: 5px;
}
.footer .copy-light {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 21px 0 23px 0;
  letter-spacing: 0.1em;
}

.footer-tag__form a {
  text-decoration: underline;
  cursor: pointer;
  display: block;
}

.footer-tag__form a:hover {
  opacity: 3;
  color: aqua;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-wrapper {
  overflow: hidden;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.slide-img img {
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  height: 108vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 1441px), print {
  .slide-img img {
    background-position: center;
    height: 128.5vh;
  }
}

.slide-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  z-index: 90;
  top: 33.5%;
  left: 66.5%;
  color: #FFFFFF;
  text-align: justify;
  line-height: 2.352;
  font-size: 34px;
  letter-spacing: 8.32px;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .slide-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px), print {
  .slide-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1441px), print {
  .slide-text {
    line-height: 2.9;
    letter-spacing: 15px;
  }
}

.contents {
  background-image: url(../images/bg.png);
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 1200px), print {
  .contents {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: Medium;
    padding: 146px 130px 50px 220px;
  }
}
@media screen and (min-width: 1441px), print {
  .contents {
    padding: 146px 250px 90px 130px;
  }
}
@media screen and (min-width: 1441px), print {
  .contents-inner {
    margin-left: auto;
    margin-right: 30%;
  }
  .contents-inner__start {
    padding-right: 96px;
    font-size: 28px;
    letter-spacing: 9px;
  }
  .contents-inner__tag {
    padding-left: 10px;
    text-indent: -19%;
  }
  .contents-inner__tag2 {
    padding-left: 87px;
    letter-spacing: 9px;
  }
  .contents-inner__text {
    padding-left: 88px;
    font-size: 16px;
    letter-spacing: 0.4em;
    line-height: 2.3;
  }
  .contents-inner span.text__parts {
    letter-spacing: 0.12em;
  }
  .contents-inner .text2 {
    padding-right: 10px;
    letter-spacing: 0.45em;
  }
  .contents-inner span.text-parts2 {
    letter-spacing: 0.51em;
    padding-top: 2px;
  }
  .contents-inner .text3 {
    padding-right: 20px;
  }
  .contents-inner__end {
    text-align: right;
    font-size: 24px;
    letter-spacing: 0.3em;
    margin-bottom: 5%;
    line-height: 1.45;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1440px), print {
  .contents-inner {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 60px 35px 80px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1200px), print {
  .contents-inner {
    padding: 50px 10px 20px 10px;
  }
}
@media screen and (max-width: 1440px), print {
  .contents-inner__start {
    padding-right: 70px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1200px), print {
  .contents-inner__start {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px), print {
  .contents-inner__start {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1440px), print {
  .contents-inner__tag {
    padding-left: 23px;
    text-indent: -19%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1200px), print {
  .contents-inner__tag {
    text-indent: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px), print {
  .contents-inner__tag {
    padding-left: 0;
  }
}
@media screen and (max-width: 1440px), print {
  .contents-inner__tag2 {
    padding-left: 50px;
    text-indent: -1%;
    letter-spacing: 9px;
  }
  .contents-inner__text {
    padding-left: 50px;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 2.3;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px), print {
  .contents-inner__text {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1440px), print {
  .contents-inner__end {
    text-align: right;
    font-size: 22px;
    letter-spacing: -0.03em;
    margin-bottom: 5%;
    line-height: 1.45;
  }
}
@media screen and (max-width: 1200px), print {
  .contents br {
    display: none;
  }
  .contents-innner {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 20px 32px 20px;
  }
  .contents-innner__start {
    padding-right: 10px;
    padding-bottom: 30px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .contents-innner__tag {
    padding-left: 0;
    text-indent: 0;
  }
  .contents-innner__tag2 {
    padding-left: 10px;
    letter-spacing: 1px;
    text-indent: 0%;
  }
  .contents-innner__text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 2.5;
  }
  .contents-innner__end {
    text-align: right;
    font-size: 20px;
    letter-spacing: -0.03em;
    padding-top: 15%;
    margin-bottom: 0;
    line-height: 1.45;
  }
}

.top-media {
  width: 100%;
  padding: 106px 0 55px 0;
}
.top-media h2 {
  font-size: 36px;
  line-height: 1.72;
  letter-spacing: -0.15em;
  padding-top: 20px;
}
.top-media .top-media__btn {
  width: 200px;
  height: 56px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #707070;
}
.top-media .top-media__btn a {
  letter-spacing: -0.2em;
}
.top-media__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 1441px), print {
  .top-media__list__nomal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-media__list__nomal .top-media__body {
    margin-left: 137px;
  }
  .top-media__list__nomal .top-media__body p {
    line-height: 1.8;
    padding: 60px 0 70px 0;
    letter-spacing: -0.2em;
  }
  .top-media__list__nomal .top-media__body .top-media__btn {
    width: 200px;
    height: 56px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #707070;
  }
  .top-media__list__nomal span.media-parts {
    letter-spacing: -0.07em;
  }
  .top-media__list__revers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 100px 0;
  }
  .top-media__list__revers .top-media__body {
    margin-right: 210px;
  }
  .top-media__list__revers .top-media__body h2 {
    margin-top: 20px;
    margin-left: 0px;
    letter-spacing: 0.01em;
  }
  .top-media__list__revers .top-media__body span.media-parts2 {
    letter-spacing: -0.1em;
  }
  .top-media__list__revers .top-media__body p {
    margin: 50px 0 39px 0px;
    line-height: 2;
    letter-spacing: -0.2em;
  }
  .top-media .media-last p {
    padding-top: 50px;
    padding-bottom: 69px;
    line-height: 2;
  }
  .top-media .media-last span.media-parts3 {
    letter-spacing: -0.09em;
  }
}
@media screen and (max-width: 1440px), print {
  .top-media h2 {
    font-size: 32px;
  }
  .top-media__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .top-media__list__nomal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-media__list__nomal .top-media__body {
    margin-left: 107px;
  }
  .top-media__list__nomal .top-media__body p {
    margin: 67px 0 53px 0;
  }
  .top-media__list__nomal .top-media__body p br {
    display: none;
  }
  .top-media__list__nomal .top-media__body .top-media__btn {
    width: 200px;
    height: 56px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #707070;
  }
  .top-media__list__nomal .top-media__body .top-media__btn a {
    display: block;
    padding: 16px 0;
  }
  .top-media__list__revers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 122px 0;
  }
  .top-media__list__revers .top-media__body {
    margin-right: 107px;
  }
  .top-media__list__revers .top-media__body p {
    margin: 67px 0 31px 0;
  }
  .top-media__list__revers .top-media__btn a {
    display: block;
    padding: 16px 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1440px), print {
  .top-media__list__revers .top-media__body p br {
    display: none;
  }
}
@media screen and (max-width: 768px), print {
  .top-media h2 {
    font-size: 24px;
  }
  .top-media .top-media__body {
    margin: 0;
  }
  .top-media__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .top-media__list__nomal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-media__list__revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-media__thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  width: 100%;
  padding: 60px 0 142px 0;
  background-image: url(../images/bg02.png);
  background-size: cover;
}
.card .section-ttl {
  text-align: center;
}
.card .section-ttl img {
  width: 40px;
  height: 40px;
}
.card .section-ttl h2 {
  font-size: 36px;
  line-height: 1.125;
  margin-top: 13px;
}
.card .section-ttl h2 {
  letter-spacing: -0.16em;
  line-height: 1.1;
  margin-left: -55px;
}
.card .card-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 1200px), print {
  .card .card-inner {
    max-width: 680px;
  }
}
.card .card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px), print {
  .card .card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.card .card-inner .card-list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px), print {
  .card .card-inner .card-list:last-child {
    margin-bottom: 0;
  }
}
.card .card-inner li {
  max-width: 331px;
  margin-right: 94px;
}
@media screen and (min-width: 1441px), print {
  .card .card-inner li p {
    max-width: 86%;
    letter-spacing: -0.15em;
    line-height: 1.9;
  }
  .card .card-inner li h3.card-title1 {
    max-width: 83%;
    letter-spacing: -0.12em;
    text-indent: -3%;
  }
  .card .card-inner li p.card-text1 {
    max-width: 70%;
  }
  .card .card-inner li h3.card-title2 {
    text-indent: -3%;
  }
  .card .card-inner li p.card-text2 {
    max-width: 87%;
  }
}
@media screen and (max-width: 1200px), print {
  .card .card-inner li {
    max-width: 200px;
    margin-right: 40px;
  }
  .card .card-inner li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px), print {
  .card .card-inner li {
    margin-right: 0;
    margin-bottom: 130px;
    max-width: 100%;
  }
}
.card .card-inner li h3 {
  letter-spacing: -0.1em;
  max-width: 90%;
  line-height: 1.55;
  font-size: 20px;
  margin: 20px 0 25px 0;
}

.contact {
  width: 100%;
  padding: 60px 0;
}
.contact .section-ttl {
  text-align: center;
}
.contact .section-ttl img {
  width: 40px;
  height: 40px;
}
.contact .section-ttl h2 {
  font-size: 36px;
  line-height: 1.125;
  margin-top: 13px;
}
@media screen and (min-width: 1441px), print {
  .contact .section-ttl h2 {
    margin-left: -20px;
    padding-top: -15px;
    letter-spacing: -0.05em;
  }
}
.contact .tabs {
  padding-top: 38px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1441px), print {
  .contact .tabs {
    margin-left: -1%;
  }
}
.contact .tabs a {
  display: block;
}
.contact .tabs li {
  margin-right: 45px;
  line-height: -1;
  cursor: pointer;
}
.contact .tabs li:last-child {
  margin-right: -10px;
}
.contact .tabs .active {
  text-decoration: underline;
}

.contact-inner {
  max-width: 980px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  overflow-y: scroll;
  border: 1px solid #000000;
}
@media screen and (min-width: 1441px), print {
  .contact-inner {
    height: 450px;
    width: 1280px;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1440px), print {
  .contact-inner {
    padding-top: 20px;
  }
}
.contact-inner .tab_content {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 20px;
  padding: 0 10px;
}

.tablist {
  padding: 20px 0 0px 0;
  margin: 10px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 14px;
  background-color: #F6F6F6;
}
.tablist p {
  margin-top: 10px;
}
@media screen and (max-width: 768px), print {
  .tablist p {
    font-size: 12px;
  }
}

.contact-list_img {
  margin-right: 10px;
}

.access {
  width: 100%;
  padding: 60px 0px 110px 0;
  background-image: url(../images/bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px), print {
  .access {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.access-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1441px), print {
  .access-inner {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1441px), print {
  .access {
    padding-top: 45px;
  }
}
.access .section-ttl {
  text-align: center;
}
.access .section-ttl img {
  width: 40px;
  height: 40px;
}
.access .section-ttl h2 {
  font-size: 36px;
  line-height: 1.125;
  margin-top: 13px;
}
@media screen and (min-width: 1441px), print {
  .access .section-ttl h2 {
    letter-spacing: -0.25em;
    margin-left: -30px;
  }
}
.access-warrper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 79px 0 69px 0;
}
@media screen and (max-width: 1200px), print {
  .access-warrper {
    display: block;
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px), print {
  .access-warrper {
    padding-left: 0;
  }
}
@media screen and (min-width: 1441px), print {
  .access-warrper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: -32px;
  }
}
.access-thumb {
  margin-right: 83px;
}
@media screen and (max-width: 1200px), print {
  .access-thumb {
    margin-right: 0;
  }
}
.access-thumb img {
  max-width: 656px;
  max-height: 373px;
}
@media screen and (max-width: 768px), print {
  .access-thumb img {
    max-width: 100%;
    width: 100%;
    max-height: auto;
  }
}
.access-body p {
  margin-top: 19px;
}
@media screen and (max-width: 768px), print {
  .access-body p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1441px), print {
  .access-body p {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1441px), print {
  .access .access-body p:last-child {
    margin-right: 89px;
    line-height: 1.9;
    letter-spacing: -0.14em;
  }
}
.access-map {
  margin-left: auto;
  margin-right: auto;
  padding: 69px 0;
}
.access iframe {
  width: 792px;
  height: 544px;
  margin-left: 18%;
}
@media screen and (max-width: 768px), print {
  .access iframe {
    width: 100%;
    max-width: 100%;
    max-height: auto;
  }
}
@media screen and (min-width: 1441px), print {
  .access iframe {
    margin-left: 21.2%;
    height: 590px;
    margin-top: -22px;
  }
}
@media screen and (max-width: 1200px), print {
  .access iframe {
    max-width: 650px;
    max-height: 300px;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px), print {
  .access iframe {
    margin-left: 0;
  }
}

.bg {
  width: 100%;
  text-align: center;
  background-image: url(../images/oheya-header.png);
  background-size: cover;
  background-position: center;
  max-height: 500px;
  padding: 220px 0 235px 0;
  color: #FFFFFF;
}
.bg h2 {
  font-size: 34px;
  line-height: 1.23;
  margin-top: 10px;
}

.menu-bg {
  width: 100%;
  text-align: center;
  background-image: url(../images/menu-header.png);
  background-size: cover;
  background-position: center;
  max-height: 500px;
  padding: 220px 0 235px 0;
  color: #FFFFFF;
}
.menu-bg h2 {
  font-size: 34px;
  line-height: 1.23;
  margin-top: 10px;
}

.onsen-bg {
  width: 100%;
  text-align: center;
  background-image: url(../images/onsen-header.png);
  background-size: cover;
  background-position: center;
  max-height: 500px;
  padding: 220px 0 235px 0;
  color: #FFFFFF;
}
.onsen-bg h2 {
  font-size: 34px;
  line-height: 1.23;
  margin-top: 10px;
}

.otoiawase-bg {
  width: 100%;
  text-align: center;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  max-height: 300px;
  padding: 100px 0;
}

.main-area {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.link-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 33px;
}

.link-tag li {
  font-size: 16px;
  line-height: 2;
}
.link-tag li a {
  cursor: pointer;
  display: block;
}

.main-text {
  text-align: center;
  padding: 88px 0 76px 0;
  letter-spacing: -0.07em;
  line-height: 1.68;
}
@media screen and (max-width: 768px), print {
  .main-text {
    font-size: 14px;
    text-align: left;
  }
  .main-text p br {
    display: none;
  }
}

.main-mojul {
  width: 100%;
  padding: 0 0 155px 0;
}

.onsen-mojul {
  padding-bottom: 70px;
}

.main-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px), print {
  .main-inner {
    max-width: 980px;
  }
}

@media screen and (max-width: 1200px), print {
  .main-warapper {
    padding: 0 10px;
  }
  .main-warapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.main-warapper .main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px), print {
  .main-warapper .main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.main-warapper .main-list .main-list__thumb {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 1200px), print {
  .main-warapper .main-list .main-list__thumb {
    width: 80%;
  }
}
.main-warapper .main-list .main-list__body {
  position: relative;
  height: 381px;
  background: url(../images/bg.png);
  width: calc(50% + 239px);
}
@media screen and (max-width: 1200px), print {
  .main-warapper .main-list .main-list__body {
    width: calc(50% + 100px);
    height: auto;
  }
}
@media screen and (max-width: 768px), print {
  .main-warapper .main-list .main-list__body p br {
    display: none;
  }
}
.main-warapper .normal .main-list__body {
  margin-left: -239px;
  margin-top: 80px;
  padding-left: 239px;
  padding-top: 55px;
}
@media screen and (min-width: 1441px), print {
  .main-warapper .normal .main-list__body {
    margin-top: 60px;
    margin-left: -220px;
  }
}
@media screen and (max-width: 1200px), print {
  .main-warapper .normal .main-list__body {
    padding-left: -190px;
    margin-left: -190px;
  }
}
@media screen and (max-width: 1200px), print {
  .main-warapper .normal .main-list__body {
    width: 80%;
    padding: 40px 20px;
    margin-left: 40px;
    margin-top: -40px;
  }
}
.main-warapper .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px), print {
  .main-warapper .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main-warapper .reverse .main-list__body {
  margin-top: 80px;
  margin-right: -378px;
  padding-top: 54px;
  padding-right: 378px;
  padding-left: 60px;
  width: calc(50% + 378px);
}
@media screen and (min-width: 1441px), print {
  .main-warapper .reverse .main-list__body {
    margin-top: 60px;
    margin-right: -440px;
    padding-right: 259px;
  }
}
@media screen and (max-width: 1200px), print {
  .main-warapper .reverse .main-list__body {
    width: 80%;
    padding: 40px 20px;
    margin-left: 40px;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1441px), print {
  .main-warapper .reverse .main-list__text {
    letter-spacing: -0.22em;
  }
}
@media screen and (min-width: 1441px), print {
  .main-warapper .reverse span.oheya-text__mini2 {
    letter-spacing: -0.2em;
  }
}
.main-warapper .reverse .main-list__thumb {
  position: relative;
  margin-left: 120px;
}
@media screen and (min-width: 1441px), print {
  .main-warapper .reverse .main-list__thumb {
    margin-left: 278px;
  }
}
@media screen and (max-width: 1200px), print {
  .main-warapper .reverse .main-list__thumb {
    margin: 0;
  }
}
.main-warapper h2 {
  font-size: 24px;
  line-height: 1.33;
}
@media screen and (max-width: 768px), print {
  .main-warapper h2 {
    font-size: 18px;
  }
}
.main-warapper .main-list__text {
  padding: 46px 0 57px 0;
}
@media screen and (min-width: 1441px), print {
  .main-warapper .main-list__text {
    letter-spacing: -0.05em;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px), print {
  .main-warapper .main-list__text {
    padding: 20px 0 40px 0;
  }
}
.main-warapper .main-list__textmini {
  font-size: 14px;
}
@media screen and (min-width: 1441px), print {
  .main-warapper .main-list__textmini {
    letter-spacing: -0.05em;
  }
  .main-warapper .main-list__textmini span.oheya-text__mini {
    letter-spacing: -0.12em;
  }
}
.main-warapper .normal:last-child {
  margin-bottom: 0px;
}
.main-warapper .normal p:nth-last-child(2) {
  letter-spacing: -0.15em;
}

.onsen-table {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 74px 0;
  margin-bottom: 95px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.onsen-table .onsen-ttl {
  text-align: center;
  padding-bottom: 47.5px;
}
.onsen-table table {
  border-bottom: 1px solid #E7E7E7;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1441px), print {
  .onsen-table table {
    width: 880px;
  }
}
.onsen-table th {
  text-align: left;
  width: 30%;
}
@media screen and (min-width: 1441px), print {
  .onsen-table th {
    width: 25%;
  }
}
.onsen-table th, .onsen-table td {
  padding: 14px 0 14.5px 0;
  border-top: 1px solid #E7E7E7;
}
@media screen and (min-width: 1441px), print {
  .onsen-table th, .onsen-table td {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px), print {
  .onsen-table th, .onsen-table td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px), print {
  .onsen-table td {
    border-top: 0;
  }
}
@media screen and (max-width: 1200px), print {
  .onsen-table td br {
    display: none;
  }
}
@media screen and (min-width: 1441px), print {
  .onsen-table td {
    width: 80%;
    letter-spacing: -0.05em;
  }
}
.onsen-table td:last-child {
  line-height: 1.68;
  letter-spacing: -0.08em;
  font-size: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1440px), print {
  .onsen-table br {
    display: none;
  }
}

.news-mv {
  width: 100%;
  background-image: url(../images/mainbg02.png);
  height: auto;
  padding: 200px 0;
  background-size: cover;
  text-align: center;
}
.news-mv h2 {
  font-size: 36px;
  color: #FFFFFF;
}

.news-page {
  width: 100%;
  background-image: url(../images/bg.png);
  background-size: cover;
  padding: 20px;
}

.news-inner {
  max-width: 100%;
  padding: 0 10px;
}

.news-body {
  padding: 30px 0;
}

.more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.header-sub {
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 768px), print {
  .header-sub {
    max-width: 560px;
  }
}
.header-sub__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  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;
  color: #000000;
}
@media screen and (max-width: 768px), print {
  .header-sub__inner {
    padding: 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
}
@media screen and (max-width: 1200px), print {
  .header-sub__inner {
    max-width: 800px;
  }
}
.header-sub__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
}
.header-sub__left a {
  display: block;
  color: #000000;
}
.header-sub__left h1 {
  font-size: 32px;
  padding: 17px 0 20px 0;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
@media screen and (max-width: 768px), print {
  .header-sub__left h1 {
    font-size: 20px;
  }
}
.header-sub__left img {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px), print {
  .header-sub__left img {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px), print {
  .header-sub #js-nav {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9997;
    margin-left: 0;
  }
  .header-sub #js-nav .header-sub__nav {
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
  }
  .header-sub #js-nav .header-sub__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 48.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
  }
}
.header-sub #js-nav.fade {
  visibility: visible;
  opacity: 1;
}
.header-sub__nav {
  padding: 21px 0;
  margin-left: 110px;
}
@media screen and (max-width: 768px), print {
  .header-sub__nav {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-sub__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px), print {
  .header-sub__nav ul {
    text-align: center;
    margin-top: 0px;
  }
}
.header-sub__nav li {
  padding-right: 33px;
  line-height: 2.6;
}
@media screen and (max-width: 768px), print {
  .header-sub__nav li {
    padding-right: 0;
    padding-bottom: 50px;
    font-size: 30px;
  }
}
.header-sub__nav a {
  color: #000000;
  display: block;
}
@media screen and (max-width: 768px), print {
  .header-sub__nav a {
    color: #FFFFFF;
  }
}
.header-sub__btn {
  background-color: #978F10;
  color: #FFFFFF;
  width: 170px;
  height: 54px;
  text-align: center;
  font-size: 16px;
  font-family: Agency FB;
  font-weight: Extrabold;
  line-height: 3;
  left: 30%;
}
@media screen and (max-width: 768px), print {
  .header-sub__btn {
    max-width: 100px;
    margin-left: 5%;
    position: absolute;
    left: 48%;
  }
}
.header-sub__btn a {
  line-height: 3;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 768px), print {
  .header-sub__btn a {
    font-size: 13px;
  }
}
.header-sub__btn img {
  margin-right: 10px;
  margin-bottom: -4.5px;
}
@media screen and (max-width: 768px), print {
  .header-sub__btn img {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px), print {
  .header-sub .burger-btn {
    display: none;
  }
}
@media screen and (max-width: 768px), print {
  .header-sub .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 88%;
    z-index: 9999;
    border: none;
  }
}
.header-sub .burger-btn .bar {
  width: 20px;
  height: 1px;
  display: block;
  margin: 10px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #707070;
}
.header-sub .burger-btn .bar_top {
  top: 10px;
}
.header-sub .burger-btn .bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header-sub .burger-btn .bar_bottom {
  bottom: 10px;
}
.header-sub .burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, 18px) rotate(45deg);
          transform: translate(-50%, 18px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-sub .burger-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-sub .burger-sub__btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -4px) rotate(-45deg);
          transform: translate(-50%, -4px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-contact {
  width: 100%;
  padding: 30px 0;
}
.main-contact__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000000;
  padding-bottom: 20px;
}

.wpcf7 {
  padding-left: 20px;
}
.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #000000;
}

span.cf7__first {
  font-size: 1.5rem;
  padding-top: 20px;
  display: block;
  text-align: center;
}

textarea {
  width: 80%;
}

.wpcf7-validates-as-required {
  width: 80%;
}

.wpcf7 p {
  padding-bottom: 20px;
}

.has-spinner {
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px #3d3d3d;
          box-shadow: 0 3px #3d3d3d;
}

.has-spinner:active {
  position: relative;
  top: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#wpcf7-f116-p117-o1 p {
  padding: 20px 0;
}

.wpcf7-previous {
  padding: 10px 20px;
  text-align: left;
}

.wpcf7-form-control-wrap select {
  padding: 20px 10px;
  border: 1px solid #000000;
  position: relative;
}

.wpcf7-select {
  cursor: pointer;
  border-radius: 30px;
  position: relative;
}

.cf7__select {
  margin-bottom: 20px;
  border-radius: 30px;
}

.cf7__select span::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 15px;
  left: 80%;
  top: 80%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cf7__select span::after {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 15px;
  left: 86%;
  top: 80%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

span.cf7__required {
  display: inline-block;
  margin-left: 10px;
  color: #FFFFFF;
  background-color: red;
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.wpcf7 p:nth-of-type(6) {
  text-align: center;
}

.cf7__button {
  text-align: center;
  margin-top: 20px;
}

.cf7__button input {
  color: #000000;
}