@charset "UTF-8";
.cc-title {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  text-align: center;
  margin: 0 0 75px;
}
@media screen and (max-width: 767px) {
  .cc-title {
    font-size: 3rem;
    margin: 0 0 35px;
  }
}
.cc-title.white {
  color: #fff;
}

.sub-title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #C8010B;
  font-size: 3.2rem;
  padding: 0 0 10px;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
}

.more-text {
  text-align: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .more-text {
    padding: 30px 0 0;
  }
}
.more-text a {
  display: inline-block;
  line-height: 1;
  padding: 0 0 7px;
  border-bottom: 1px solid #C8010B;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  color: #C8010B;
}
@media screen and (max-width: 767px) {
  .more-text a {
    font-size: 1.6rem;
  }
}

#mv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 170px;
  }
}
#mv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
#mv .c-body-inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}
#mv .c-body-inner #mv-title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  font-size: 5rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #mv .c-body-inner #mv-title {
    font-size: 3rem;
  }
}

#news-list {
  background: #0F0F0F;
}
#news-list .news-body {
  margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #news-list .news-body {
    margin: 0 0 15px;
  }
}
#news-list .news-body ul {
  border-bottom: #464646 1px solid;
}
#news-list .news-body ul li a {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  border-top: #464646 1px solid;
  padding: 33px 30px;
}
@media screen and (max-width: 767px) {
  #news-list .news-body ul li a {
    padding: 20px 10px;
  }
}
#news-list .news-body ul li a span {
  display: block;
}
#news-list .news-body ul li a i {
  display: block;
}
#news-list .news-body ul li a .date {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #news-list .news-body ul li a .date {
    font-size: 1.3rem;
  }
}
#news-list .news-body ul li a .title {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #news-list .news-body ul li a .title {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
#news-list .news-body ul li a .text {
  width: calc(100% - 320px);
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #news-list .news-body ul li a .text {
    width: calc(100% - 100px);
    padding-right: 15px;
  }
}
#news-list .news-body ul li a .img {
  width: 320px;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #news-list .news-body ul li a .img {
    width: 100px;
    height: 60px;
  }
}

#toppage #mv-top .main-img-otr .main-img > div {
  width: 100%;
  height: 59vw;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #toppage #mv-top .main-img-otr .main-img > div {
    height: 90vw;
  }
}
#toppage #news-list {
  background: #000;
}
@media screen and (min-width: 768px) {
  #toppage #news-list .news-body ul li a .text {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 768px) {
  #toppage #news-list .news-body ul li a .img {
    width: 160px;
    height: 90px;
  }
}
#toppage #top-profile {
  background: #C8010B;
}
@media screen and (min-width: 768px) {
  #toppage #top-profile .top-profile-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
#toppage #top-profile .top-profile-body .name {
  font-size: 2.4rem;
  color: #fff;
  margin: 0 0 6px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .name {
    font-size: 2.2rem;
    text-align: center;
  }
}
#toppage #top-profile .top-profile-body .lead {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .lead {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #toppage #top-profile .top-profile-body .img {
    width: 50%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .img figure.min-sp {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  #toppage #top-profile .top-profile-body .text {
    width: 50%;
    padding-right: 20px;
  }
}
#toppage #top-profile .top-profile-body .more-text a {
  color: #fff;
  border-color: #fff;
}
#toppage #top-profile .top-profile-body .text-outer {
  margin-top: 30px;
}
#toppage #top-profile .top-profile-body .ft-body {
  margin: 0px 0 0;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body {
    margin: 45px 0 0;
  }
}
#toppage #top-profile .top-profile-body .ft-body .border-text {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  padding: 4px 0;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .border-text {
    padding: 10px 0;
  }
}
#toppage #top-profile .top-profile-body .ft-body .border-text span {
  display: inline-block;
}
#toppage #top-profile .top-profile-body .ft-body .img-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
#toppage #top-profile .top-profile-body .ft-body .img-flex .f-img {
  width: 46%;
  margin: 0 0 4% 4%;
}
#toppage #top-profile .top-profile-body .ft-body .img-flex .f-img > p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
}
#toppage #top-profile .top-profile-body .ft-body .img-flex .f-img figure {
  margin: 10px 0 10px;
}
#toppage #top-profile .top-profile-body .ft-body .img-flex .f-img .t01 {
  font-size: 1.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .img-flex .f-img .t01 {
    font-size: 1.7rem;
  }
}
#toppage #top-profile .top-profile-body .ft-body .img-flex .f-img .t02 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .img-flex .f-img .t02 {
    font-size: 1.2rem;
  }
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  text-align: center;
  position: relative;
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .img,
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .text {
  width: 50%;
  padding: 0;
  margin: 0;
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .text {
  padding: 10px;
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .num {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #C8010B;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .num {
    font-size: 1.6rem;
  }
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .t01 {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .t01 {
    font-size: 2rem;
  }
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .t01.large {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .t01.large {
    font-size: 2.4rem;
  }
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .t02 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  #toppage #top-profile .top-profile-body .ft-body .season-box ul li .text .t02 {
    font-size: 1.2rem;
  }
}
#toppage #top-profile .top-profile-body .ft-body .season-box ul li + li {
  margin-top: 25px;
}

#profile .profile-body p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #profile .profile-body p {
    font-size: 1.4rem;
  }
}
#profile .profile-body p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #profile .profile-body p + p {
    margin-top: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  #profile .profile-body .profile-fx {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #profile .profile-body .profile-fx .text {
    width: 65%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  #profile .profile-body .profile-fx .img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #profile .profile-body .profile-fx .img {
    width: 60%;
    margin: 0 auto 30px;
  }
}
#profile .profile-body .profile-list .dl-outer {
  margin-top: 15px;
  display: grid;
  grid-template-columns: max-content 1fr;
}
#profile .profile-body .profile-list .dl-outer dl {
  font-size: 1.8rem;
  line-height: 1.8;
  display: contents;
}
@media screen and (max-width: 767px) {
  #profile .profile-body .profile-list .dl-outer dl {
    font-size: 1.4rem;
  }
}
#profile .profile-body .profile-list .dl-outer dl dt,
#profile .profile-body .profile-list .dl-outer dl dd {
  margin-top: 1em;
}
#profile .profile-body .profile-list .dl-outer dl dd {
  padding-left: 10%;
}
#profile .profile-body + .profile-body {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #profile .profile-body + .profile-body {
    margin-top: 50px;
  }
}
#profile .img-box-flex {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #profile .img-box-flex {
    margin-top: 40px;
  }
}

#news-body .det-ttl {
  font-size: 3rem;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #news-body .det-ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
#news-body .date {
  font-size: 1.8rem;
  text-align: right;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  #news-body .date {
    font-size: 1.6rem;
  }
}
#news-body .prev-next {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
#news-body .prev-next .prev-next-body {
  width: 50%;
}
#news-body .prev-next .prev-next-body a {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #news-body .prev-next .prev-next-body a {
    font-size: 1.4rem;
  }
}
#news-body .prev-next .prev-next-body.prev {
  padding-right: 30px;
}
#news-body .prev-next .prev-next-body.prev a::before {
  content: "＜";
  padding-right: 5px;
}
#news-body .prev-next .prev-next-body.next {
  padding-left: 30px;
  text-align: right;
}
#news-body .prev-next .prev-next-body.next a::after {
  content: "＞";
  padding-left: 5px;
}

.img-box-flex ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
.img-box-flex ul li {
  line-height: 0;
  width: 30.333%;
  margin: 0 0 3% 3%;
  padding-top: 20.3%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .img-box-flex ul li {
    width: 47%;
    padding-top: 31%;
  }
}

.the_content-body {
  margin: 30px 0 0;
  padding: 0 0 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .the_content-body {
    font-size: 1.4rem;
  }
}
.the_content-body p {
  line-height: 1.8;
}
.the_content-body p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .the_content-body p + p {
    margin-top: 25px;
  }
}
.the_content-body img {
  margin: 1em 0 30px;
  width: 100%;
  max-width: 700px;
  display: block;
}
.the_content-body table {
  border-collapse: collapse;
  width: 100%;
  height: 118px;
  margin-top: 30px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.the_content-body table th,
.the_content-body table td {
  padding: 10px;
  border: 1px solid #999;
}
.the_content-body ul,
.the_content-body ol {
  margin: 1em 0;
}
.the_content-body ul li,
.the_content-body ol li {
  line-height: 1.6;
  margin-top: 7px;
}
.the_content-body h1,
.the_content-body h2,
.the_content-body h3,
.the_content-body h4,
.the_content-body h5,
.the_content-body h6 {
  margin-top: 70px;
  line-height: 1.5;
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .the_content-body h1,
  .the_content-body h2,
  .the_content-body h3,
  .the_content-body h4,
  .the_content-body h5,
  .the_content-body h6 {
    margin-top: 50px;
  }
}
.the_content-body h1 + p,
.the_content-body h2 + p,
.the_content-body h3 + p,
.the_content-body h4 + p,
.the_content-body h5 + p,
.the_content-body h6 + p {
  margin-top: 0px;
}
.the_content-body h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .the_content-body h2 {
    font-size: 2.2rem;
  }
}
.the_content-body h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .the_content-body h3 {
    font-size: 2rem;
  }
}
.the_content-body h4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .the_content-body h4 {
    font-size: 1.8rem;
  }
}
.the_content-body h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .the_content-body h5 {
    font-size: 1.6rem;
  }
}
.the_content-body h6 {
  font-size: 1.6rem;
}
.the_content-body a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .the_content-body .video-container .video.js-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  .the_content-body .video-container .video.js-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.form-outer-box {
  padding: 40px 0 0;
}

.top_text {
  font-size: 1.4rem;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: 7px 0 0;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

.form-wrapper {
  position: relative;
  width: 100%;
  max-width: 885px;
}
.form-wrapper .sub-min {
  font-size: 1.2rem;
  margin: 5px 0 0;
}

input,
textarea {
  font-size: medium;
  background: #efefef;
}

.form {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-top: 1px solid #ccc;
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  .form {
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 10px;
  }
}
.form.col {
  flex-direction: column;
  gap: 10px;
}
.form.col .form_title {
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form_title {
  min-width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.form_title.pt0 {
  padding-top: 0;
}
.form_title.col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
}
.form_title.col .form_title-name,
.form_title.col .form_title-req {
  max-width: -moz-max-content;
  max-width: max-content;
}
.form_title.start {
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .form_title {
    width: 100%;
    min-width: none;
    justify-content: flex-start;
    gap: 15px;
  }
}
.form_title-name {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form_title-name span {
  color: #FF0000;
}
.form_input input {
  height: 46px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .form_input input {
    font-size: 1.6rem;
  }
}
.form_input.flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .form_input.flex {
    gap: 15px;
  }
}
.form_input.md input {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .form_input.md input {
    width: 100%;
  }
}
.form_input.lg {
  width: 100%;
}
.form_input.lg input {
  width: 100%;
}
.form_input.tel input {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .form_input.tel input {
    width: 100%;
  }
}
.form_input-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 5px;
}
.form_input-post {
  margin-bottom: 16px;
}
.form_input-post.sm input {
  width: 174px;
}
.form_select {
  position: relative;
  width: 100%;
  min-width: 240px;
}
.form_select::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7.5px 0 7.5px;
  border-color: black transparent transparent transparent;
  z-index: 1;
}
.form_select select {
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  background: #efefef;
}
.form_textarea {
  width: 100%;
}
.form_textarea textarea {
  width: 100%;
  height: 302px;
  border: 1px solid #ccc;
  padding: 10px;
  resize: vertical;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .form_textarea textarea {
    font-size: 1.6rem;
  }
}

.btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .btnBox {
    flex-direction: column;
  }
}
.btnBox .btn_share {
  position: relative;
  border: 1px solid #000;
}
.btnBox .btn_share::before {
  position: absolute;
  content: "";
}
.btnBox .btn_share input {
  width: 217px;
  padding: 18px 10px;
  position: relative;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  transition: 0.5s;
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.btnBox .btn_share a {
  width: 217px;
  padding: 18px 10px;
  position: relative;
  display: block;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
  transition: 0.5s;
  cursor: pointer;
  font-weight: bold;
}
.btnBox .btn_share.btnBack {
  background-color: #F2F2F2;
}
.btnBox .btn_share.btnBack::before {
  left: 25px;
  right: initial;
  transform: translateY(-50%) rotate(180deg);
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
  border: none !important;
  text-align: center;
  color: #dc3232 !important;
  font-size: 1.4rem !important;
}

.confirm .btnBox {
  margin-top: 50px;
}

.form_result {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .form_result {
    font-size: 1.2rem;
  }
}

.contact-thanks {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-thanks {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.contact-thanks + .top_text {
  text-align: center;
  margin: 0 0 60px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contact-thanks + .top_text {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}/*# sourceMappingURL=style.css.map */