/*共通部分*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #2f3f55;
}
a {
  text-decoration: none;
}
h1 {
  font-family: "ryuminpro-bold", serif;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-family: "ryuminpro-light", serif;
  font-weight: normal;
  font-style: normal;
}
p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}
.sp_br {
  display: none;
}
@font-face {
  font-family: "Antrovectra";
  src: url("../font/antro-vectra/Antro_Vectra.otf") format("opentype");
}
@font-face {
  font-family: "ryuminpro-bold";
  src: url("../font/A-OTF-RyuminPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "ryuminpro-light";
  src: url("../font/A-OTF-RyuminPro-Light.otf") format("opentype");
}
.midashi {
  font-size: 42px;
  text-align: center;
  font-family: "Antrovectra", serif;
  color: #34404b;
  font-weight: 200;
}

/*ヘッダー*/

/* header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 5;
}
.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.nav-list li {
  list-style: none;
}
.nav-list-item {
  display: inline-block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.nav-list-img {
  max-width: 187.5px;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.25s;
  box-shadow: 0px 0px 15px -5px #777777;
}
.nav-list-img:hover {
  opacity: 0.7;
}
.nav-list-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav-list-img img {
  width: 100%;
  height: 100%;
} */
.big {
  /* margin: 0 30px; */
  /* padding-top: 45px; */
  /* font-size: 21px; */
}
/* .small {
  margin-right: 50px;
  padding-top: 30px;
  font-size: 16px;
} */
header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  z-index: 5;
}
.nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.sns-list {
  display: flex;
  align-items: center;
  justify-content: end;
}
.nav-list-item {
  list-style: none;
  display: inline-block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.nav-list-img {
  max-width: 187.5px;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.25s;
  box-shadow: 0px 0px 15px -5px #777777;
}
.nav-list-img:hover {
  opacity: 0.7;
}
.nav-list-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.nav-list-img img {
  width: 100%;
  height: 100%;
}
.list-left {
  display: flex;
  align-items: center;
}
.list-right {
  display: flex;
  align-items: center;
}
.nav-list-icon {
  width: 35px;
  height: 35px;
}
.big {
  /* margin: 0 30px;
  padding-top: 45px; */
  font-size: 21px;
}
.small {
  margin-right: 50px;
  padding-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .header {
    display: none;
  }
  .nav-list {
    display: none;
  }
  .list-left{
    display: none;
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .navigation {
    display: none;
  }
}
.navigation__left {
  margin-top: 30px;
  margin-left: 50px;
  width: 150px;
}
.navigation__right {
  margin-top: 15px;
  margin-right: 15px;
}
.navigation__toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
}
.navigation__toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.navigation__toggle i:nth-child(1) {
  top: 0;
}
.navigation__toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.navigation__toggle i:nth-child(3) {
  bottom: 0;
}
.navigation__body {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  height: 100dvh;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.navigation__menu {
  margin-top: 50px;
}
.navigation__list {
  padding: 15px 30px;
  font-family: "a-otf-ryumin-pr6n", serif;
}
.navigation__list:not(:first-child) {
  margin-top: 30px;
}
.navigation .show__menu i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.navigation .show__menu i:nth-child(2) {
  opacity: 0;
}
.navigation .show__menu i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
.navigation .show__body {
  opacity: 1;
  visibility: visible;
}

/*メイン*/

/*メインビジュアル*/

main {
  width: 100%;
  margin: 0 auto;
}

.main-visual {
  position: relative;
  padding-top: 55%;
  background-image: url(../img/main-half.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .main-visual {
    padding-top: 124%;
    background-image: url(../img/main.png);
  }
}

/*コンセプト*/

.concept {
  width: 100%;
  height: 100%;
  background-image: url(../img/concept.png);
  background-position: center;
  background-size: cover;
}
.concept-editarea {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 140px;
}
@media screen and (max-width: 999px) {
  .concept-editarea {
    padding: 0;
  }
}
.external_links {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.external_links_content {
  max-width: 187.5px;
  height: 45px;
  transition: 0.25s;
}
.external_links_content:hover {
  opacity: 0.7;
}
.external_links_content a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.external_links_content img {
  width: 100%;
  height: 100%;
}
.external_links_menus {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -7.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}
.external_links_menus * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.external_links_item {
  width: 50vw;
  transition: 0.25s;
}
.external_links_item:nth-child(3) {
  margin-top: -7.5px;
}
.external_links_item:nth-child(4) {
  margin-top: -7.5px;
}
.external_links_item:hover {
  opacity: 0.7;
}
.external_links_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.external_links_item img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .external_links_menus {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .external_links {
    display: none;
  }
}
.title {
  width: 83%;
  height: 500px;
  background-color: white;
  position: relative;
  top: -80px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -7px 7px 7px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.title-textarea {
  position: relative;
  width: 80%;
  height: 54%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.title-accent-L {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
}
.title-accent-L::before,
.title-accent-L::after {
  position: absolute;
  width: 100px;
  height: 100px;
  content: "";
}
@media screen and (max-width: 999px) {
  .title-accent-L::before,
  .title-accent-L::after {
    position: absolute;
    width: 75px;
    height: 75px;
    content: "";
  }
}
.title-accent-L::before {
  border-left: solid 1px;
  bottom: -10px;
  left: 0;
}
.title-accent-L::after {
  border-bottom: solid 1px;
  bottom: 0;
  left: -10px;
}
.title-accent-R {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
.title-accent-R::before,
.title-accent-R::after {
  position: absolute;
  width: 100px;
  height: 100px;
  content: "";
}
@media screen and (max-width: 999px) {
  .title-accent-R::before,
  .title-accent-R::after {
    position: absolute;
    width: 75px;
    height: 75px;
    content: "";
  }
}
@media screen and (max-width: 999px) {
  .main-visual {
    height: 470px;
  }
}
.title-accent-R::before {
  border-right: solid 1px;
  top: -10px;
  right: 0;
}
.title-accent-R::after {
  border-top: solid 1px;
  top: 0;
  right: -10px;
}
.title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 2;
  width: 100%;
  padding: 10px;
}
.title-text-sub {
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  .title-text-sub {
    display: inline-block;
    margin: 0 auto;
  }
}
.title-text-sub h1 span:nth-child(1) {
  font-size: 23px;
}
.title-text-sub h1 span:nth-child(2) {
  font-size: 21px;
}
.title-text-sub h1 span:nth-child(3) {
  font-size: 32px;
}
.title-text-main {
  letter-spacing: 8px;
}
@media screen and (max-width: 999px) {
  .title-text-main {
    margin-top: 10px;
  }
}
.title-text-main h2 span {
  font-size: 56px;
}
@media screen and (max-width: 999px) {
  .title-text-main h2 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 999px) {
  .title-text-sub {
    letter-spacing: 0;
    text-align: left;
    line-height: 1.5;
  }
  .title {
    width: 100%;
    top: -5.5px;
    height: 300px;
  }
  .title-textarea {
    width: 83%;
    height: 83%;
  }
  .title-text-main {
    letter-spacing: 0;
  }
}
.concept-area-text {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.75;
}
.concept-area2 {
  margin-top: 30px;
  padding-right: 200px;
}
.concept-area2-image {
  width: 300px;
}
.check-list-item {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 26px;
  line-height: 2;
  list-style: none;
  text-shadow: 0px 0px 20px #fff;
}
@media screen and (max-width: 999px) {
  .concept {
    height: 100%;
    background-image: url(../img/concept_phone.png);
    background-size: cover;
    background-position: bottom;
  }
  .concept-area {
    position: relative;
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .concept-area1 {
    margin-top: 60px;
  }
  .concept-area-text {
    line-height: 1.5;
  }
  .concept-area2 {
    margin: 10px auto;
    padding: 0;
  }
}

/*メニュー*/

.menu {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-position: bottom -50px right -125px;
  text-align: center;
  background-size: 60%;
}
.menu-editarea {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 150px;
}
.menu-price {
  display: inline-block;
  text-align: left;
  margin-top: 80px;
}
.price1 {
  font-size: 20px;
  line-height: 1.5;
}
.price2 {
  font-size: 12px;
}
.price3 {
  font-size: 10px;
}
.menu-course {
  margin-top: 35px;
  font-size: 18px;
  line-height: 2;
}
.menu-script {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.menu-script-text {
  padding: 20px 30px;
  border: 1px solid #2f3f55;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .menu {
    background-size: 110%;
    background-position: center right -100px;
  }
  .menu-editarea {
    padding-bottom: 70px;
  }
  .menu-script {
    width: 100%;
    text-align: center;
    padding: 15px 15px 15px 25px;
  }

  .menu-script-text {
    text-align: left;
    padding-left: 30px;
    line-height: 1.5;
  }

  .sp_br {
    display: block;
  }
}

/*アバウト*/

.about {
  width: 100%;
  height: 100%;
  background-image: url(../img/about.png);
  background-position: center;
  background-size: cover;
}
.about-editarea {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 50px;
}
.about-title {
  text-align: center;
  line-height: 2;
  margin-top: 50px;
  font-size: 20px;
}
.about-index {
  text-align: center;
  position: relative;
  display: inline-block;
}
.about-index-image.phone {
  display: none;
}
.left {
  left: 5%;
}
.right {
  right: -40%;
  margin-top: -60px;
}
.left2 {
  left: 5%;
  margin-top: -60px;
}
.about-notes {
  font-size: 12px;
  padding-top: 50px;
  text-align: right;
  padding-right: 60px;
}
.about-netes-contents {
  text-align: left;
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .about {
    height: 100%;
    background-image: url(../img/about_phone.png);
    background-position: center;
  }
  .about-index {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .about-indexarea {
    margin-top: 5px;
  }
  .left,
  .left2 {
    left: 0;
  }
  .right {
    right: 0;
  }
  .about-index-title {
    font-size: 30px;
    padding-top: 20px;
    width: 35%;
  }
  .about-index-image.pc {
    display: none;
  }
  .about-index-image.phone {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .about-notes {
    padding-right: 40px;
  }
}

/*メッセージ*/

.message {
  width: 100%;
  height: 100%;
  text-align: center;
}
.message-editarea {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 15px 120px 15px;
}
.message-title {
  margin-top: 70px;
  font-size: 11pt;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 999px) {
  .message-title {
    margin-top: 35px;
  }
}
.message-title-main {
  font-size: 24px;
}
.message-title-sub {
  text-align: left;
  position: absolute;
  top: 7px;
  left: 22px;
  transform: rotate(-10deg);
  font-size: 18px;
}
.message-title-serifbox {
  text-align: left;
  display: block;
  width: 130px;
}
.message-deteal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .message-deteal {
    margin-top: 32.5px;
  }
}
@media screen and (max-width: 999px) {
  .message-deteal {
    flex-direction: column;
  }
}
.message-text {
  display: inline-block;
  width: 45%;
  font-size: 18px;
  margin-right: 40px;
  text-align: left;
  line-height: 1.75;
}
.message-image {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 40%;
}
@media screen and (max-width: 999px) {
  .message {
    height: 100%;
  }

  .message-text {
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }

  .message-deteal {
    width: 100%;
  }

  .message-image {
    width: 100%;
  }
}

/*Q&A*/

.QA {
  background-image: url(../img/QA.png.jpg);
  background-position: center;
  background-size: contain;
  /* text-align: center; */
  width: 100%;
}
.QA-editarea {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 170px;
}
.buttonarea {
  margin: 0 auto;
  margin-top: 70px;
  display: inline-block;
}
.qa-container {
  text-align: justify;
  margin-bottom: 0.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 730px;
}
.qa-container label {
  display: block;
  position: relative;
  background: #2f3f55;
  border-radius: 10px;
  box-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.2);
  padding: 1rem 2.5rem 1rem 0.5rem;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 0px 10px 40px;
  color: #fff;
  letter-spacing: 3px;
}
@media screen and (max-width: 999px) {
  .qa-container label {
    font-size: 16px;
  }
}
.qa-container input:checked ~ label:after {
  transform: rotate(-135deg) translate(-100%, -100%);
  margin-top: 0.75rem;
}
.qa-container input {
  display: none;
}
.qa-container p {
  height: 0px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, height 0.5s ease-in-out,
    margin 0.5s ease-in-out;
  margin: 0;
  border-radius: 10px;
  box-shadow: 1.5px 1.5px 3px rgba(0, 0, 0, 0.2);
}
.qa-container input:checked ~ p {
  height: initial;
  opacity: 1;
  transition: opacity 0.3s 0.2s ease-in-out, height 0.3s ease-in-out;
  margin-bottom: 1rem;
  padding: 15px 30px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .QA-editarea {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .buttonarea {
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: column;
  }
  .qa-container {
    width: 100%;
  }
  .qa-container label {
    padding: 10px 20px;
    letter-spacing: 0;
  }

  .qa-container input:checked ~ p {
    height: 100%;
  }
}

/*サロン*/

.salon {
  height: 100%;
  background-image: url(../img/salon.png);
  background-position: center;
  background-size: cover;
}
.salon-editarea {
  max-width: 1100px;
  padding-top: 130px;
  padding-bottom: 180px;
  margin: 0 auto;
  text-align: center;
}
.salon-address {
  text-align: left;
  display: inline-block;
  margin-top: 100px;
  line-height: 2.5;
  font-size: 18px;
}
.google-map {
  margin: 35px auto;
  width: 730px;
  height: 400px;
  display: block;
  text-align: center;
  filter: grayscale(100%);
}
.salon-deteal {
  line-height: 2.5;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .salon-editarea {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .salon-address {
    width: 85%;
    margin: 70px auto 0 auto;
  }

  .google-map {
    width: 95%;
    height: 395px;
  }
  .salon-deteal {
    width: 85%;
    text-align: left;
    margin: 0 auto;
    line-height: 1.5;
  }
}

/*  */
.company-editarea {
  max-width: 1100px;
  padding-top: 130px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 180px;
  margin: 0 auto;
  text-align: center;
}
.company-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: #2F3F55 solid 1px;
}
.company-row:first-of-type {
  margin-top: 100px;
  border-top: #2F3F55 solid 1px;
}
.company-left {
  width: 25%;
  padding-left: 10%;
}
.company-right {
  width: 75%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-left {
    width: 30%;
    padding-left: 5%;
  }
  .company-right {
    width: 70%;
    text-align: left;
  }
  .company-row:first-of-type {
    margin-top: 80px;
  }
}

/*  */
.privacy-editarea {
  max-width: 1100px;
  padding-top: 130px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 180px;
  margin: 0 auto;
}
.privacy-wrap {
  margin-top: 100px;
}

/*コンタクト*/

.contact {
  height: 100%;
}
@media screen and (max-width: 999px) {
  .contact {
    height: 100%;
  }
}
.contact-editarea {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .contact-editarea {
    padding: 45px 22px 85px 22px;
  }
}
.contact-deteal {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 999px) {
  .contact-deteal {
    text-align: left;
  }
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 718px;
}
@media screen and (max-width: 999px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 999px) {
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .Form-Item.a {
    display: block;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 180px;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.maxwidth {
  max-width: 230px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 999px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-long {
  max-width: 446px;
  margin-right: 20px;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 31px;
  display: inline-block;
  text-align: center;
  background: #c7d0da;
  color: #2f3f55;
  font-size: 10px;
}
@media screen and (max-width: 999px) {
  .Form-Item-Label-Required.margin0 {
    margin-left: 15px;
  }
}
.Form-Item-Label-Required.width {
  width: 40px;
}
.Form-Item-Label-Required.a {
  margin-right: 20px;
}
.Form-Item-Checkbox.margin {
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #2f3f55;
  border-radius: 3px;
  margin-left: 50px;
  padding-left: 1em;
  padding-right: 1em;
  height: 30px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    max-width: inherit;
    font-size: 15px;
  }
}
.Form-Item-Checkbox {
  margin-left: 50px;
}
input[type="checkbox"] {
  display: none;
}
/*ボックス枠のCSS*/
.Form-Item-Checkbox-Text::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0px;
  margin: -10px 0 0 -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #2f3f55;
  border-radius: 3px;
}

.Form-Item-Checkbox-Text {
  position: relative;
  padding: 0px 20px 0 30px;
  font-size: 16px;
}

.Form-Item-Checkbox-Text::after,
.Form-Item-Checkbox-Text::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
/*チェックマークの追加*/
.Form-Item-Checkbox-Text::before {
  left: 4px;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #2f3f55;
  border-bottom: 2px solid #2f3f55;
  transform: rotate(45deg);
  opacity: 0;
}
/*チェックボックスがチェックされた時に動作する内容*/
input[type="checkbox"]:checked + .Form-Item-Checkbox-Text::before {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .Form-Item-Checkbox {
    margin-left: 0;
    margin-top: 18px;
    max-width: inherit;
  }
  .Form-Item-Checkbox-Text {
    font-size: 14px;
    padding: 0 5px 0 25px;
  }
  .Form-Item-Checkbox.a {
    text-align: center;
  }
}
.Form-Item-Textarea {
  border: 1px solid #2f3f55;
  border-radius: 3px;
  margin-left: 50px;
  padding: 1em;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 999px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 130px;
    max-width: inherit;
    font-size: 15px;
  }
}
.btn-wrap {
  position: relative;
  display: block;
  margin: 50px auto 0;
  max-width: 300px;
}
@media screen and (max-width: 999px) {
  .btn-wrap {
    margin: 25px auto 0;
  }
}
.btn-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.Form-Btn {
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
  display: block;
  letter-spacing: 0.05em;
  background: #2f3f55;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 999px) {
  .Form-Btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

/*フッター*/

footer {
  margin: 0 auto;
  height: 100%;
  background-color: #c7d0da;
}
.main-footer {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
}
.access {
  width: 290px;
  margin-top: 20px;
  margin-left: 50px;
}
@media screen and (max-width: 999px) {
  .access {
    margin-left: 20px;
  }

  .main-footer {
    width: 100%;
    padding-bottom: 90px;
  }
}
.logo {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .logo {
    width: 40%;
  }
}
.address {
  margin-top: 10px;
}
.address-text {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .address-text {
    line-height: 1.25;
  }
}
.sub-footer {
  margin: 0 auto;
  height: 25px;
  width: 100%;
  background-color: #2f3f55;
  text-align: center;
}
.sub-footer-text {
  color: #fff;
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
}

.confirm {
  margin: 50px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 700px;
}
.confirm__title {
  text-align: center;
}
.confirm__subtitle {
  text-align: center;
}
.confirm__row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 30px 0;
  border-bottom: solid 1px #cbcbcb;
}
.confirm__row input[type="submit"] {
  padding: 15px 0;
  width: 100%;
  max-width: 150px;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
}
.confirm__row button {
  margin-left: 15px;
  padding: 15px 0;
  width: 100%;
  max-width: 150px;
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50px;
}
.confirm__left {
  font-weight: bold;
}
@media screen and (max-width: 833px) {
  .confirm__left {
    width: 100%;
  }
}
@media screen and (min-width: 834px) {
  .confirm__left {
    width: 40%;
  }
}
@media screen and (max-width: 833px) {
  .confirm__right {
    width: 100%;
  }
}
@media screen and (min-width: 834px) {
  .confirm__right {
    width: 60%;
  }
}

.send {
  margin: 50px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

/**
 * accordion style設定
 */
.accordion {
  margin: 70px auto 0;
  width: 90%;
  max-width: 700px;
}
.accordion__item {
  margin-top: 12.5px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.accordion__title {
  position: relative;
  padding: 0 15px;
  height: 47.5px;
  color: #fff;
  line-height: 47.5px;
  background-color: #2f3f55;
  border-radius: 10px;
  cursor: pointer;
}
.accordion__content {
  display: none;
  padding: 10px 15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
.accordion__content .is-open {
  display: block;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
}

.is-fadeIn {
  opacity: 1;
  visibility: visible;
}

.js-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  display: none;
}

.js-logo-sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  display: none;
}


@media screen and (min-width: 999px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .sp-none {
    display: none;
  }
}