:root {
  --font-family-NotoSansJP: "Noto Sans JP", sans-serif;
  --font-family-NotoSerifJP: "Noto Serif JP", serif;
  --font-family-Garamond: "Garamond", serif;

  --max-width-1920px: 1920px;
  --max-width-1200px: 1200px;

  font-size: 10px;
}

/* 全体 */
body {
  font-size: 1.6rem;
}

img {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}
/*=== ヘッダー ===*/
.header-contents {
  width: 100%;
  position: fixed;
  background-color: #fff;
}

.header-container-box {
}

.headre-top {
  margin: 0 auto;
  max-width: var(--max-width-1920px);
  position: relative;
  display: flex;
  height: 12.5rem;
  justify-content: flex-end;
  padding: 0 5rem;
  transition: all 0.4s ease;
  z-index: 1000;
}

.headre-top.isSmall {
  height: 10rem;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .headre-top {
    height: 12.5rem;
  }

  .headre-top.isSmall {
    height: 10rem;
  }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
  .headre-top {
    height: 4rem;
  }

  .headre-top.isSmall {
    height: 4rem;
  }
}

@media only screen and (max-width: 375px) {
  .headre-top {
    height: 4rem;
  }

  .headre-top.isSmall {
    height: 4rem;
  }
}

/*--- ロゴ ---*/
.header-img {
  position: absolute;
  top: 0;
  left: 11rem;
  width: 12rem;
  padding: 1rem 0;
  transition: all 0.4s ease;
  z-index: 1000;
  box-sizing: border-box;
}

.header-img.isSmall {
  width: 12rem;
  padding: 1rem 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header-img {
    left: 7rem;
    width: 12rem;
  }

  .header-img.isSmall {
    width: 12rem;
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
  .header-img {
    left: 6rem;
    width: 10rem;
  }

  .header-img.isSmall {
    width: 10rem;
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 375px) {
  .header-img {
    left: 4rem;
    width: 6rem;
  }

  .header-img.isSmall {
    width: 6rem;
    padding: 1rem 0;
  }
}

/*--- グローバルナビ ---*/

/* PC */
.gnav-pc {
  display: flex;
  /* フォント情報 */
  color: #333;
  font-family: var(--font-family-Garamond);
  font-size: 2.4rem;
  line-height: normal;
}

.gnav-box-pc a {
  display: flex;
  height: 12.5rem;
  align-items: center;
  padding: 0rem 2rem;
  width: 10rem;
  margin-left: 1rem;
  transition: all 0.4s ease;
  justify-content: center;
}

.gnav-box-pc a:hover {
  color: #fff;
  background-color: #425d72;
}

.gnav-box-pc a.isSmall {
  height: 10rem;
}

@media only screen and (max-width: 1280px) {
  .gnav-box-pc a {
    display: none;
  }
}

/* SP */

.gnav-sp {
  display: none;
  /* フォント情報 */
  color: #333;
  font-family: var(--font-family-Garamond);
  font-size: 1.6rem;
  line-height: normal;
  width: 100%;
  justify-content: space-around;
  justify-content: space-between;
}

.gnav-box-sp a {
  display: none;
  height: 6.5rem;
  align-items: center;
  padding: 0rem 1rem;
  transition: all 0.4s ease;
  width: 10rem;
  justify-content: center;
}

.gnav-box-sp a:hover {
  color: #fff;
  background-color: #425d72;
}

.bottom-gnav-sp {
  display: none;
  /* フォント情報 */
  color: #333;
  font-family: var(--font-family-Garamond);
  font-size: 1.6rem;
  line-height: normal;
  width: 100%;
  height: 6rem;
  justify-content: space-around;
}

.bottom-gnav-box-sp {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
  z-index: 1000;
  height: 6rem;
}

.bottom-gnav-contents {
  background-color: #fff;
}
.bottom-gnav-sp li {
  height: 6rem;
  width: 10rem;
}

.bottom-gnav-box-sp a {
  display: none;
  width: 10rem;
  height: 6rem;
  align-items: center;
  padding: 0rem 1rem;
  transition: all 0.4s ease;
  justify-content: center;
}

.bottom-gnav-box-sp a:hover {
  color: #fff;
  background-color: #425d72;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .gnav-sp {
    display: flex;
  }

  .gnav-box-sp a {
    display: flex;
    width: 10rem;
  }

  .bottom-gnav-sp {
    display: flex;
  }

  .bottom-gnav-box-sp a {
    display: flex;
    padding: 0rem 0.5rem;
    height: 6rem;
    width: 10rem;
  }

  .bottom-gnav-box-sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
    z-index: 1000;
    height: 6rem;
  }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
  .gnav-sp {
    display: flex;
    font-size: 1.2rem;
  }

  .gnav-box-sp a {
    display: flex;
    padding: 0rem 0.5rem;
    height: 6rem;
    max-width: 10rem;
    width: 100%;
  }

  .gnav-box-pc a:hover {
    color: #fff;
    background-color: #425d72;
    width: 9rem;
  }

  .bottom-gnav-sp {
    display: flex;
    font-size: 1.2rem;
  }

  .bottom-gnav-box-sp a {
    display: flex;
    padding: 0rem 0.5rem;
    height: 6rem;
    width: 90%;
  }

  .bottom-gnav-box-pc a:hover {
    color: #fff;
    background-color: #425d72;
    width: 9rem;
  }

  .bottom-gnav-box-sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
    z-index: 1000;
    height: 6rem;
  }
}

@media only screen and (max-width: 375px) {
  .gnav-sp {
    display: flex;
    font-size: 1.2rem;
  }

  .gnav-box-sp a {
    display: flex;
    padding: 0rem 0.5rem;
    height: 5.5rem;
    width: 100%;
  }

  .gnav-box-pc a:hover {
    color: #fff;
    background-color: #425d72;
    width: 9rem;
  }

  .bottom-gnav-sp {
    display: flex;
    font-size: 1.2rem;
  }

  .bottom-gnav-box-sp a {
    display: flex;
    padding: 0rem 0.5rem;
    height: 6rem;
    width: 90%;
  }

  .bottom-gnav-box-pc a:hover {
    color: #fff;
    background-color: #425d72;
    width: 9rem;
  }

  .bottom-gnav-box-sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
    z-index: 1000;
    height: 6rem;
  }
}
/*--- fv ---*/
.header-fv {
  padding: 6rem 5rem 0 5rem;
  max-width: var(--max-width-1920px);
  margin: 0 auto;
  width: 70%;
  transition: all 0.4s ease;
}

.header-fv img {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header-fv {
    padding: 10rem 5rem 0 5rem;
  }

  .header-fv img {
    min-height: 50rem;
    object-fit: cover;
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 768px) {
  .header-fv {
    padding: 10rem 3rem 0 3rem;
  }

  .header-fv img {
    min-height: 45rem;
    object-fit: cover;
  }
}

@media only screen and (max-width: 375px) {
  .header-fv {
    padding: 7rem 1rem 0 1rem;
  }

  .header-fv img {
    min-height: 40rem;
    object-fit: cover;
  }
}

/*--- SNSアイコン ---*/
.header-sns {
  display: flex;
  height: 4rem;
  justify-content: flex-end;
  align-items: center;
}

.instagram-icon {
  height: 2.5rem;
}
.x-icon {
  height: 2.5rem;
  margin-left: 3rem;
}

@media only screen and (max-width: 1280px) {
  .header-sns {
    display: none;
  }
}

/* フォームコンテンツ */
.contact {
}

.success-message-text {
  display: none;
}

.contact-text-box {
  text-align: center;
}

.contact-text-box h1 {
  margin-top: 10rem;
  margin-bottom: 5rem;
  color: #242424;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: var(--font-family-NotoSansJP);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-text-box p {
  margin: 2rem 0;
  color: #242424;
  text-align: center;
  font-family: var(--font-family-NotoSerifJP);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (min-width: 391px) and (max-width: 919px) {
  .contact-text-box h1 {
    margin-bottom: 5rem;
    font-size: 3rem;
  }

  .contact-text-box p {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 390px) {
  .contact-text-box h1 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }

  .contact-text-box p {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
}

/* フォーム */

.red {
  color: #f00;
  text-align: center;
  font-family: var(--font-family-NotoSerifJP);
  font-size: 1.4rem;
}

.Form {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 3vw;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 130px;
  color: #242424;
  font-family: var(--font-family-NotoSansJP);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-NotoSerifJP);
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  background-color: #425d72;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 10rem 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  font-size: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin: 5rem auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 180px;
    font-size: 16px;
  }
}

.Form-Btn:hover {
  /*ボタンの形状*/
  border: 1px solid #425d72;
  /*背景の色と形状*/
  color: #425d72;
  background-color: #fff;
  background-size: 200% auto;
  background-position: right center;
}

.Form-Item-caution {
  margin-top: 5rem;
}

.Form-Item-cautiontext {
  overflow-y: scroll;
  height: 20rem;
  margin: 1rem;
  border: 1px solid #848484;
  padding: 2rem;
}

.Form-Item-cautiontext-2 {
  margin: 20rem 0;
  padding: 2rem;
}

.Form-Item-cautiontext-2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.Form-Item-cautiontext-2::-webkit-scrollbar-thumb {
  background: #848484;
  border-radius: 5px;
}

.text-1rem-bottom {
  padding-bottom: 3rem;
}

.Form-Item-cautiontext-2 p {
  color: #242424;
  font-family: var(--font-family-NotoSerifJP);
  font-size: 1.6rem;
}

.Form-Item-cautiontext2 {
  margin-top: 1rem;
  color: #242424;
  text-align: center;
  font-family: var(--font-family-NotoSerifJP);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}

.Form-Item-cautiontext::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.Form-Item-cautiontext::-webkit-scrollbar-thumb {
  background: #848484;
  border-radius: 5px;
}

.Form-Item-bold {
  color: #242424;
  font-family: var(--font-family-NotoSerifJP);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1.5rem;
}

.Form-Item-cautiontext p {
  color: #242424;
  font-family: var(--font-family-NotoSerifJP);
  font-size: 1.6rem;
  line-height: 1.5;
}
