@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/MPLUSRounded1c-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/MPLUSRounded1c-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../webfonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
/* ↓ アニメーションの定義 -------*/
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe,
.js-observeShort {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

/*------ contact ------*/
@media screen and (max-width: 768px) {
  .ttlSec.ttlSec--contact h1 img {
    right: -2.5rem;
    bottom: -5rem;
    height: 5.5rem;
  }
}
.ttlSec.ttlSec--contact a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .ttlSec.ttlSec--contact a:hover {
    opacity: 0.3;
  }
}

.required {
  display: inline-block;
  padding: 0.25rem 0.75rem 0.35rem;
  line-height: 1.4;
  color: #fff;
  background: #9e2b25;
  border-radius: 9999px;
}
.required {
  font-size: 0.75rem;
}
@media screen and (max-width: 1600px) {
  .required {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1300px) {
  .required {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .required {
    font-size: 0.6249987793rem;
  }
}

.contactSec {
  padding-top: 2rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .contactSec {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
}
.contactSec__errors {
  display: block;
  margin-left: 17.5rem;
  color: #fa0101;
}
@media screen and (max-width: 768px) {
  .contactSec__errors {
    margin-left: 0;
  }
}
.contactSec__table {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}
.contactSec__table {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .contactSec__table {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec__table {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec__table {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec__table {
    margin-bottom: 1.5rem;
  }
}
.contactSec__table dl {
  display: flex;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contactSec__table dl {
    flex-wrap: wrap;
    margin-top: 0.75rem;
  }
}
.contactSec__table dt {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
  align-items: center;
  width: 17.5rem;
  padding: 0.75rem;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .contactSec__table dt {
    width: 100%;
  }
}
.contactSec__table dd {
  width: 100%;
  padding: 0.75rem 1rem;
  line-height: 1.15;
  vertical-align: top;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contactSec__table dd {
    display: block;
  }
}
.contactSec__select dd {
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .contactSec__select dd {
    width: 100%;
  }
}
.contactSec__radio dd {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 5.1rem;
  align-items: flex-start;
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactSec__radio dd {
    flex-direction: column;
    gap: 1.5em;
    align-items: flex-start;
  }
}
.contactSec__post dd {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .contactSec__post dd {
    gap: 0.25rem;
    width: 100%;
  }
}
.contactSec__file dd .file-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contactSec__file dd .file-wrap {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.contactSec__file dd span {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.contactSec__file dd span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .contactSec__file dd span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec__file dd span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec__file dd span {
    font-size: 0.7499985352rem;
  }
}
.contactSec__textarea dt {
  align-items: flex-start;
}
.contactSec__policy dt {
  align-items: flex-start;
}
.contactSec__policy dd {
  padding: 0;
}
.contactSec .form-input {
  display: block;
  padding: 0;
  line-height: 1.4;
  border: none;
}
@media screen and (max-width: 768px) {
  .contactSec .form-input {
    width: 100%;
  }
}
.contactSec .select-wrap {
  position: relative;
}
.contactSec .select-wrap:before {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  z-index: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  pointer-events: none;
  content: "\f0dc";
  transform: translateY(-50%);
}
.contactSec .select-wrap:before {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .contactSec .select-wrap:before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec .select-wrap:before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .select-wrap:before {
    font-size: 1.4999970703rem;
  }
}
.contactSec .form-select {
  display: block;
  padding: 0;
  line-height: 1.4;
  background: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .contactSec .form-select {
    width: 100%;
  }
}
.contactSec .form-radio + span {
  padding: 0 0 0 30px;
}
.contactSec .form-radio + span::before {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
}
.contactSec .form-radio + span::after {
  left: 5px;
  width: 15px;
  height: 15px;
  background: #9e2b25;
}
.contactSec .form-textarea {
  height: 13.4375rem;
  padding: 0;
  border: none;
}
.contactSec .reset-file-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid #333;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .contactSec .reset-file-label:hover {
    opacity: 0.3;
  }
}
.contactSec .reset-file-label {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .contactSec .reset-file-label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec .reset-file-label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .reset-file-label {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .reset-file-label {
    width: 100%;
  }
}
.contactSec .reset-file-label i {
  margin-right: 0.75rem;
}
.contactSec .reset-file-label i {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .contactSec .reset-file-label i {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec .reset-file-label i {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .reset-file-label i {
    font-size: 0.9999980469rem;
  }
}
.contactSec .reset-file-name {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .contactSec .reset-file-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec .reset-file-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec .reset-file-name {
    font-size: 0.9999980469rem;
  }
}
.contactSec__btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contactSec__btn {
    margin-top: 2.5rem;
  }
}
.contactSec__finish {
  padding-top: 1.5rem;
  text-align: center;
}
.contactSec__finish h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 1600px) {
  .contactSec__finish h2 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 1300px) {
  .contactSec__finish h2 {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  .contactSec__finish h2 {
    font-size: 1.749996582rem;
  }
}
.contactSec__finish p {
  margin-bottom: 1.5rem;
}

form[name=formConfirm] .contactSec__btn {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  form[name=formConfirm] .contactSec__btn {
    gap: 1rem;
  }
}
form[name=formConfirm] .contactSec__btn .btn-basic {
  width: 30%;
}
form[name=formConfirm] .contactSec__btn .btn-basic {
  font-size: 1rem;
}
@media screen and (max-width: 1600px) {
  form[name=formConfirm] .contactSec__btn .btn-basic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  form[name=formConfirm] .contactSec__btn .btn-basic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  form[name=formConfirm] .contactSec__btn .btn-basic {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 768px) {
  form[name=formConfirm] .contactSec__btn .btn-basic {
    width: 50%;
  }
}

.policy-wrapper {
  display: block;
  height: 10rem;
  padding: 1rem 1rem;
  overflow-y: scroll;
  line-height: 1.4;
}
.policy-wrapper {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .policy-wrapper {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .policy-wrapper {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .policy-wrapper {
    font-size: 0.7499985352rem;
  }
}
.policy-wrapper h3 {
  margin-bottom: 0.3rem;
}
.policy-wrapper p {
  margin-bottom: 1rem;
  text-align: left;
}
.policy-wrapper ol {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
