:where(.recruit-photo)

.site-header{display:none}
.site-footer{display:none}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*outline: 1px solid;*/
  }

html,body {
    /*font-size: calc(100vw * 16 / 1920);*/ /*viewport 1920px のとき font-size 16px*/
    /*font-family: "Hiragino Kaku Gothic ProN", "Hiragino Mincho ProN", "MS PMincho",'Noto Serif JP','Noto Sans JP' ,sans-serif;*/
    font-family: source-han-sans-japanese, sans-serif;
    font-feature-settings: "palt";
    margin: 0;
    padding: 0;
    text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}

a{
  all: unset;
}

#loading {
  display: none;
  opacity: 0;
}

#main-content {
  display: block;
}

.br__mobile {
  display: none;
}

/*============================
header
============================*/
.header {
  position: relative;
}

.header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.header__logo {
  position: relative;
  width: 15%;
}

.header__logo img {
  width: 100%;
}

.header__menu {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  gap: 2vw;
}

.header__merit, .header__works, .header__staff,
.header__work-style, .header__question, .header__entry {
  font-size: 1.3vw;
  font-weight: 400;
  cursor: pointer;
}

.header__merit:hover, .header__works:hover, .header__staff:hover,
.header__work-style:hover, .header__question:hover, .header__entry:hover {
  transform: scale(1.1);
}

.header__merit:active, .header__works:active, .header__staff:active,
.header__work-style:active, .header__question:active, .header__entry:active {
  transform: scale(0.9);
}

.header__hamburger {
  display: none;
}


/*============================
hero
============================*/
.hero {
  position: relative;
}

.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16vw;
  padding-bottom: 12vw;
  align-items: center;
}

.hero__subcopy {
  font-size: 1.2vw;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1;
  margin-bottom: 2.5vw;
}

.hero__maincopy {
  font-size: 3.3vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1;
  margin-bottom: 3vw;
}

.hero__btn__entry {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.hero__btn__entry:hover {
  transform: scale(1.1);
}

.hero__btn__entry:active {
  transform: scale(0.9);
  background: #54545485;
}

.hero__btn__entry__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  border: 1px solid #fff;
  padding: 1vw 3vw;
  background-color: transparent;
}

.hero__btn__entry-text {
  font-size: 0.9vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1vw;
  line-height: 1;
}

.hero__btn__entry-arrow {
  width: 1vw;
}

.hero__btn__entry-arrow img {
  width: 100%;
  display: block;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero__bg__pc {
  display: block !important;
}

.hero__bg__mobile {
  display: none !important;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*============================
intro
============================*/
.intro {
  position: relative;
  background-color: #fff;
}

.intro__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 67%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;  
  padding-top: 8.5vw;
  padding-bottom: 4vw;
}

.intro__title {
  font-size: 1.9vw;
  font-weight: 700;
  margin-bottom: 4vw;
  letter-spacing: 0;
  color: #3B4043;
}

.intro__message {
  font-size: 1.2vw;
  font-weight: 400;
  width: 50%;
  margin-bottom: 2vw;
  line-height: 1.6;
  color: #3B4043;
}

.intro__images {
  display: flex;
  flex-direction: row;
  gap: 2.5%;
  align-items: end;
  width: fit-content;
}

.intro__image-1 {
  width: 35%;
}

.intro__image-2 {
  width: 40%;
}

.intro__image-3 {
  width: 20%;
}

.intro__image-1 img, .intro__image-2 img, .intro__image-3 img {
  width: 100%;
}

/*============================
merit
============================*/
.merit {
  position: relative;
}

.merit__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.merit__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3B4043;
}

.merit__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.merit__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.merit__list {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2.5%;
}

.merit__list-card {
  position: relative;
  width: 32%;
  border: 1px solid #3B4043;
}

.merit__list-card__inner {
  padding: 2vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.merit__card-number {
  position: relative;
  align-self: flex-end;
  margin-left: auto;
  font-family: ab-kiraku-l, sans-serif;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.merit__card-number span {
  font-size: 2.4vw;
  margin-left: 0.2vw;
}

.merit__card-title {
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1vw;
  align-self: flex-start;
  margin-right: auto;
  margin-left: 10%;
  color: #3B4043;
}

.merit__card-line {
  height: 0.1vw;
  margin-bottom : 1vw;
  width: 110%;
  display: block;
  background: #3B4043;
}

.merit__card-text {
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1vw;
  margin-bottom: 1vw;
  width: 90%;
  color: #3B4043;
}



/*============================
works
============================*/
.works {
  position: relative;
}

.works__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.works__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.works__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.works__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 3.5vw;
  color: #3B4043;
}

.works__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,33%);
  grid-template-rows: repeat(2,12vw);
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vw;
}

.works__grid-item {
  position: relative;
}

.works__item-text {
  position: relative;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1vw;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1vw;
  filter: drop-shadow(0.1vw 0.2vw 0.2vw #000);
}

.works__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.works__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*============================
staff
============================*/
.staff {
  position: relative;
}

.staff__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.staff__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.staff__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.staff__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,47.5%);
  grid-template-rows: repeat(2,12.2vw);
  gap: 1vw;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vw;
}

.staff__card {
  position: relative;
}

.staff__card:hover {
  box-shadow: 0 0 1.5vw 0px #00000063
}

.staff__card:active {
  filter: brightness(0.75);
}

.staff__card-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1vw;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 1vw;
}

.staff__text-comment1,.staff__text-comment2 {
  color: #000;
  background-color: #fff;
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  padding: 0.5vw;
  margin-bottom: 0.3vw;
}

.staff__text-name {
  font-size: 0.7vw;
  margin-right: 0.5vw;
}


.staff-1 {
  color: #a98577;
}

.staff-2 {
  color: #98a5be;
}

.staff-3 {
  color: #cecda5;
}

.staff-4 {
  color: #718a96;
}


.staff__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.staff__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff__btn {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.staff__btn:hover {
  transform: scale(1.1);
}

.staff__btn:active {
  transform: scale(0.9);
  background: #54545485;
}

.staff__btn__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  border-top: 1px solid #3B4043;
  border-bottom: 1px solid #3B4043;
  padding: 1vw 3vw;
  background-color: transparent;
}

.staff__btn-text {
  font-size: 0.8vw;
  font-weight: 400;
  color: #3B4043;
  letter-spacing: 0.2vw;
  line-height: 1;
}

.staff__btn-arrow {
  width: 1vw;
  filter: invert(70%);
}

.staff__btn-arrow img {
  width: 100%;
  display: block;
}

/*============================
work-style
============================*/
.work-style {
  position: relative;
  background-color: #f6f6f6;
}

.work-style__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.5vw;
  padding-bottom: 4vw;
}

.work-style__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-style__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.work-style__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.work-style__list {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2.5%;
}

.work-style__card {
  position: relative;
  width: 32%;
  border: 1px solid #3B4043;
}

.work-style__list-card__inner {
  padding: 1vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}


.work-style__card-name {
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 0.5vw;
  align-self: flex-start;
  margin-right: auto;
  margin-left: 5%;
  color: #3B4043;
}

.work-style__card-style {
  font-size: 0.7vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  align-self: flex-start;
  margin-right: auto;
  margin-left: 5%;
  margin-bottom: 0.5vw;
  color: #3B4043;
}

.work-style__card-line {
  height: 0.1vw;
  margin-bottom : 1vw;
  width: 100%;
  display: block;
  background: #3B4043;
}

.work-style__card-comment {
  font-size: 0.8vw;
  line-height: 1.5;
  letter-spacing: -0.1px;
  margin-bottom: 1vw;
  width: 84%;
  color: #3B4043;
}


/* ios　mac&iphone */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .work-style__card-comment {
    width: 85%;
  }  
}

.work-style__card-detail {
  position: relative;
  border: 1px solid #3B4043;
  padding-top: 1vw;
  padding-bottom: 1vw;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3B4043;
}

.work-style__detail-work, .work-style__detail-reward {
  font-size: 0.8vw;
  color: #3B4043;
}


/*============================
recruit
============================*/
.recruit {
  position: relative;
  background-color: #fff;
}

.recruit__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  padding-bottom: 4vw;
}

.recruit__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.recruit__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.recruit__content {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 6%;
  width: 100%;
}

.recruit__content-image {
  width: 47%;
}

.recruit__content-image img {
  width: 100%;
}

.recruit__content-image__pc {
  display: block;
}

.recruit__content-image__mobile {
  display: none;
}

.recruit__content-detail {
  width: 47%;
}

.recruit__item {
  position: relative;
  margin-bottom: 3vw;
}

.recruit__item-title {
  font-size: 1vw;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 0.8vw;
  color: #3B4043;
}

.recruit__item-detail {
  font-size: 1vw;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3B4043;
}

.recruit__item-detail p {
  margin-bottom: 0.3vw;
}

/*============================
question
============================*/
.question {
  position: relative;
  background-color: #f6f6f6;
}

.question__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  padding-bottom: 4vw;
}

.question__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.question__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}


.question__list {
  display: flex;
  flex-direction: column;
  /*gap: 2vw;*/
}

.question__item {
  background-color: #ffffff;
  border: 2px solid #e4e4e4;
}

.question__label {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  background-color: #fff;
  padding: 1.7vw 1vw;
  position: relative;
  
}

.question__label__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  letter-spacing: normal;
  font-size: 1vw;
  line-height: 1.3;
  color: #3B4043;
  margin-left: 2vw;
}

.question__label__title span {
  margin-right: 0.1vw;
}

.question__state {
  width: 1.5vw;
  transition: 0.5s;
  margin-right: 3.5vw;
}

.question__state img {
  width: 100%;
  display: block;
}


/* 初期状態：非表示（PC用） */
.question__answer {
  font-size: 1vw;
  line-height: 1.6;
  color: #3B4043;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0vw 2vw;
  transform: translateY(-10%);
  opacity: 0; /* 本番は0 */
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease, margin 0.4s ease, padding 0.4s ease;
  max-height: 0; /* 本番は0*/
  overflow: hidden;
  background-color: #e4e4e4;
}

.question__answer span {
  margin-right: 0vw;
}

.question__item.open .question__state {
  /*transform: rotateZ(-90deg); 回転*/
  transform: scale(-1); 
}

.question__item.open .question__state::before {
  background: rgba(255, 255, 255, 0);
}

/* 開いたときの表示状態 */
.question__item.open .question__answer {
  max-height: 15vw; /* 想定される最大値。大きめに */
  opacity: 1;
  padding: 2vw 2vw;
  transform: translateY(0);
  
}

.question__item.open .question__answer span {
  margin-right: 0.1vw;
}


/*============================
entry
============================*/
.entry {
  position: relative;
  background-color: #fff;
}

.entry__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  padding-bottom: 4vw;
}

.entry__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.entry__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}


/* ===== エントリーフォーム ===== */
.entry-form {
  position: relative;
  background: #f5f5f5;
  background: #ffffff;
}

.entry-form__inner {
  width: 55%;
  margin: 0 auto;
  padding-top: 5vw;
}

.entry-form__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-form__title-main {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 1.5vw;
  color: #3B4043;
}

.entry-form__title-sub {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.entry-form__description {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
  color: #3B4043;
}

.entry-form__note {
  font-size: 1vw;
  color: #3B4043;
}

.required-mark {
  color: #e74c3c;
  margin-left: 0.3vw;
}

/* フォームテーブル */
.entry-form__table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-bottom: 4vw;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.entry-form__table tr {
  border-bottom: 1px solid #e0e0e0;
}

.entry-form__table th {
  width: 200px;
  padding: 20px;
  text-align: left;
  background: #f9f9f9;
  font-weight: 600;
  color: #333;
  vertical-align: middle;
  font-size: 1vw;
}

.entry-form__table td {
  padding: 20px;
}

.entry-form__table input[type="text"],
.entry-form__table input[type="email"],
.entry-form__table input[type="tel"],
.entry-form__table input[type="number"],
.entry-form__table textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1vw;
  transition: border-color 0.3s;
}

.entry-form__table input[type="text"]:focus,
.entry-form__table input[type="email"]:focus,
.entry-form__table input[type="tel"]:focus,
.entry-form__table input[type="number"]:focus,
.entry-form__table textarea:focus {
  outline: none;
  border-color: #3498db;
}

.entry-form__table textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.name-fields {
  display: flex;
  gap: 15px;
}

.name-fields input {
  flex: 1;
}

/* ボタン */
.entry-form__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.btn-confirm,
.btn-reset,
.btn-submit,
.btn-back,
.btn-home {
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  font-size: 1vw;
}

.btn-confirm,
.btn-submit {
  background: #3498db;
  color: #fff;
}

.btn-confirm:hover,
.btn-submit:hover {
  background: #2980b9;
}

.btn-reset {
  background: #95a5a6;
  color: #fff;
}

.btn-reset:hover {
  background: #7f8c8d;
}

.btn-back {
  background: #ecf0f1;
  color: #333;
}

.btn-back:hover {
  background: #bdc3c7;
}

.btn-home {
  background: #27ae60;
  color: #fff;
}

.btn-home:hover {
  background: #229954;
}

/* プライバシー */
.entry-form__privacy {
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.entry-form__privacy a {
  color: #3498db;
  text-decoration: underline;
}

/* 確認画面 */
.form-confirm {
  background: #fff;
  padding: 5vw;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-confirm h3 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-confirm > p {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

.confirm-table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}

.confirm-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.confirm-table th {
  width: 200px;
  padding: 20px;
  text-align: left;
  background: #f9f9f9;
  font-weight: 600;
  color: #333;
  vertical-align: top;
}

.confirm-table td {
  padding: 20px;
  color: #333;
}

.form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* 完了画面 */
.entry-form__complete {
  background: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.entry-form__complete h3 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #27ae60;
}

.entry-form__complete p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

/* エラー表示 */
.form-errors {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.form-errors h3 {
  color: #e74c3c;
  font-size: 24px;
  margin-bottom: 20px;
}

.form-errors ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.form-errors li {
  padding: 10px;
  background: #fee;
  border-left: 4px solid #e74c3c;
  margin-bottom: 10px;
  color: #c0392b;
}

/*============================
footer
============================*/
.footer {
  position: relative;
  background-color: #cfcfcf;
}

.footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 55%;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.5vw;
  padding-bottom: 5vw;
  color: #3B4043;
}

.footer__logo {
  width: 17.5%;
  margin-bottom: 1vw;
}

.footer__logo img {
  width: 100%;
}

.footer__campany, .footer__address, .footer__tel, .footer__mail,
.footer__time, .footer__policy, .footer__sitemap, .copyright{
font-size: 1vw;
color: #3B4043;
}

.footer__campany {
  margin-bottom: 2vw;
}

.footer__address {
  margin-bottom: 1.5vw;
}

.footer__time {
  margin-bottom: 2vw;
}

.footer__policy {
  cursor: pointer;
}

/*============================
アニメーション
============================*/

/* 上へ移動 */
.move_toUp {
  opacity: 0;
}

.move_toUp.active {
  animation: move_toUp 1.5s ease-out both;
}

@keyframes  move_toUp {
  from {
    transform:translatey(10vw);
    opacity: 0;
  }

  to {
    transform:translatey(0);
    opacity: 1;
  }
}


.move_toUp2 {
  opacity: 0;
}

.move_toUp2.active {
  animation: move_toUp2 1.5s ease-out both;
  animation-delay: 0.15s;
}

@keyframes  move_toUp2 {
  from {
    transform:translatey(10vw);
    opacity: 0;
  }

  to {
    transform:translatey(0);
    opacity: 1;
  }
}



.move_toUp3 {
  opacity: 0;
}

.move_toUp3.active {
  animation: move_toUp3 1.5s ease-out both;
  animation-delay: 0.3s;
}

@keyframes  move_toUp3 {
  from {
    transform:translatey(10vw);
    opacity: 0;
  }

  to {
    transform:translatey(0);
    opacity: 1;
  }
}


/* 左へ移動 */
.move_toLeft {
  opacity: 0;
}

.move_toLeft.active {
  animation: move_toLeft 1s ease-out both;
}

@keyframes  move_toLeft {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}


.move_toLeft2 {
  opacity: 0;
}

.move_toLeft2.active {
  animation: move_toLeft2 1s ease-out both;
  animation-delay: 0.15s;
}

@keyframes  move_toLeft2 {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}



.move_toLeft3 {
  opacity: 0;
}

.move_toLeft3.active {
  animation: move_toLeft3 1s ease-out both;
  animation-delay: 0.3s;
}

@keyframes  move_toLeft3 {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}



/* 親フッターが出す共通セクション類を隠す */
#common_about,
#common_contact,.footer.header_pc {
  display: none !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
