@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro','Meiryou','sans-serif';
    font-size: 1.5vw;
}

a {
    text-decoration: none;
    color: #333;
}
#menu-btn-check {
  display: none;
}
.header_logo {
  display: none;
}
.header-box {
  max-width: 100%;
  height: 7vw;
  display: flex;
  position: fixed;
  background-color: rgba(0, 18, 39, 0.875);
  z-index: 3;
}


.background {
position: absolute;
width: 80%;
height: 320vw;
margin: 0;
margin-top: -0.5%;
background-color: #f4f4f4;
z-index: 0.1;
}

.header-box {
display: block;
  max-width: 100%;
  height: 7vw;
  display: flex;
  position: fixed;
  background-color: rgba(0, 18, 39, 0.875);
  z-index: 10;
}

.banner-logo img{
  width: 36.4%;
  z-index: 1;
  margin-top: -0.1vw;
  margin-left: 0.5%;
}
.menu-content {
display: block;
  width: 55vw;
  display: flex;
  z-index: 1;
  margin-left: 43.4%;
  margin-top: -3.5vw;
}

.menu-content ul {
  width: 55vw;
  height: 2vw;
  display: flex;
  text-align: center;
  margin: 0;
}
.menu-content ul li {
  width: 23%;
  list-style: none;
  border-right: solid 0.01vw #f2f2f2;
}
.menu-content ul li:first-child {
  border-left: 0.01vw solid #f2f2f2;
}
.menu-content a {
color: #f4f4f4;
}
.header-img img {
width: 100%;
height: 40vw;
opacity: 0.8;
}
.access {
margin: -2.5vw 0% 0% 2%;
position: relative;
display: inline-block;
width: 100%;
max-width: 10vw; /* ボタン幅 */
padding: 1em 1em;
background: rgb(222, 202, 142); /* 背景色 */
text-decoration: none;
border-radius: 0.5em;
box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
text-align: center; /* 文字の太さ */
font-size: 1.3vw;
font-family: serif;
}
.access a {
color: #252525;
letter-spacing: 2px;
font-weight: bold;
}

/* マウスオーバーした際のデザイン */
.access::before {
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 50%, #314a61 50%, #31506e 60%); /* めくれた色 */
border-radius: 0 0 0.5em 0;
box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
transition: 0.3s;
}
.access:hover::before {
width: 2em;
height: 2em;
}

/* クリックした際のデザイン */
.access:active {
box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
transform: translate(1px, 1px);
}

  .background {
    position: absolute;
    width: 75%;
    height: 140vw;
    margin: 0;
    margin-top: -0.5%;
    background-color: #f4f4f485;
    z-index: 0.1;
  }
.form-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container input[type=text],
.form-container input[type=email],
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 0;
    border: none;
    background: #f1f1f1;
}

.form-container input[type=submit] {
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 1vw;
}

.form-container input[type=submit]:hover {
    opacity: 0.8;
}
.contact-box {
    max-width: 60%;
    margin-top: 7vw;
    margin-left: 15%;
    padding: 0% 5% 5% 5%;
    margin-bottom: 6vw;
    font-family: serif;
    position: relative;
    z-index: 2;
}
.contact-input {
    background-color: #f1f1f1;
    margin-top: 2vw;
    padding: 5% 20% 10% 20%;
    line-height: 2;
}
.contact-top h1 {
  position: relative;
    width: 55%;
    line-height: 1.5;
    font-weight: normal; 
    text-align: left;
    margin-left: 25%;
    border-bottom: solid 3px #ffc439;

}
.contact-top h1::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #96e089;
  width: 35%;
}
.contact-input p {
    width: 140%;
    font-size: 1.4vw;
    margin: 0 0 3vw -14%;
}
.contact-top h2 {
    text-align: center;
    font-weight: normal;
    padding: 5% 0% 1% 0%;
}
.contact-title {
    text-align: center;
    background-color: #ccc;
    font-weight: normal;
    font-size: 2.2vw;
    margin-bottom: 1vw;
}

input[type="text"],
textarea {
    display: block;
    width: calc(130% - 50px);
    height: 2.5vw;
    padding: 10px;
    margin: 0vw 0 2vw -10%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    font-size: 1.2vw;
}
textarea {
    height: 10vw;
    resize:none;
}
label {
    text-align: center;
    margin-bottom: 2.3vw;
    font-size: 1.5vw;
}
.required {
    background-color: rgb(222, 117, 117);
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 1.2vw;
    text-align: left;
    margin: 0 5% 0 -10%;
  }
select {
    display: block;
    width: calc(135% - 55px);
    height: 4vw;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 0 0 1.5vw -10%;
}

input {
    margin-top: 1vw;
    margin-bottom: 2vw;
}
label[for="agree"] {
    display: inline-block;
    font-size: 1vw;
}
input[id="agree"] {
  margin: -10vw 0 0 -10%;
}
button {
    width: calc(135% - 55px);
    margin-left: -10%;
    margin-top: 1vw;
    height: 4vw; 
    border-radius: 6px;
    cursor: pointer;
    background-color: #93c995;
    display: block;
    border: none;
    font-size: 1.6vw;
}
.privacy-policy {
   width: 112%;
    height: 18vw;
    padding: 2vw;
    background-color: #fdfdfd;
    overflow-y: scroll;
    border: 2px solid #d7d5d5;
    color: #3b3838;
    margin: 2vw 0 1vw -3.5vw;
    font-size: 1.1vw;
}
.privacy-policy__box {
    margin-top: 2vw;
}
.privacy-policy__box:first-child {
    margin-top: 0;
}

.privacy-policy__box .privacy-policy__head {
    font-size: 1.3vw;
    font-weight: 700;
    padding: 0 10%;
}

.privacy-policy__box .privacy-policy__detail {
  max-width: 100%;
    padding: 0 10%;
    font-size: 1vw;
}

@media screen and (max-width: 1000px) {
  .wrapper {
    margin-right: 5%;
    margin-left: 5%;
  }
}
.footer {
  position: relative;
  font-family: serif;
  margin-bottom: -0.6vw;
}
.footer img {
  position: relative;
  width: 100%;
  height: 41vw;
  opacity: 0.5;
}
.footer h1 {
  position: absolute;
  width: 100%;
  height: 7vw;
  text-align: center;
  line-height: 2.5;
  font-weight: normal;
  background-color: #00203d;
  color: #fff;
  letter-spacing: 3px;
  opacity: 1;
  z-index: 3;
}
.footer-box {
  position: absolute;
  top: 0vw;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 41vw;
  align-items: center;
  text-align: center;
  background-color: #001f3d5d;
  color: black;
}

.footer-box img {
  margin-bottom: -1vh;
  width: 55%;
  height: 6vw;
  opacity: 1;
}
.footer-box a {
  display: block;
  font-size: 1.6vw;
  color: #fdfdfd;
  letter-spacing: 2px;
}
.address {
  width: 100%;
  margin-top: 3vw;
}
.address iframe {
  margin-top: 8vw;
  width: 40vw;
  height: 25vw;
}
.footer-access::before {
position: absolute; /*--positionを追加--*/
top: 0%;
left: 50%;
margin: 0 1rem;
content: "";
width: 1px; /*--縦線の太さ(幅)--*/
height: 27.5vw;
  margin-top: 12vw;
background-color: #333; /*--縦線の色--*/
  opacity: 1;
  z-index: 5;
}
.footer-access {
  width: 100%;
  margin-top: 9vw;
}
.footer-access .tel {
  margin-top: 1vw;
  font-size: 1.8vw;
}
.footer-access a {
  display: inline-block;
  margin-left: 2%;
  font-size: 1.5vw;
}
.footer-access p {
  color: #fdfdfd;
  margin-left: 2%;
  font-size: 1.8vw;
  letter-spacing: 2px;
}

.access-btn a {
  margin: 2vw 0 0 27%;
  position: relative;
  display: inline-block;
  display: block;
  width: 100%;
  max-width: 42%; /* ボタン幅 */
  padding: 1em 1em;
  background: #e4da77; /* 背景色 */
  text-decoration: none;
  border-radius: 3em;
  color: #000000; /* 文字色 */
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.2);
  font-weight: normal;
  text-align: center; /* 文字の太さ */
  font-size: 1.5vw;
}
.copy {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 0.9vw;
  background-color: #020527;
  padding: 7px 0 4px;
  z-index: 1;
}

div.animation_box {
  padding: 10px;
  animation: fadeIn 5s ease 1s 1 normal backwards;
}
 
@media only screen and (max-width: 600px) {
  * {
    font-weight: bold;
  }

  .header-box {
    display: none;
  }
  .menu-content {
    display: none;
  }

  .header_logo {
    display: block;
    width: 100%;
    height: 16vw;
    display: flex;
    background-color: rgba(13, 24, 70, 0.93);
    position: fixed;
    z-index: 90;
  }
  .header_logo img {
    max-width: 75%;
    height: auto;
    margin-left: 1%;
    margin-top: 0.5vw;
    z-index: 100;
 }
 .menu-btn {
  position: fixed;
  top: 5vw;
  right: 5vw;
  display: flex;
  height: 6vw;
  width: 8vw;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: '';
  display: block;
  height: 0.4vw;
  width: 7vw;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  z-index: 90;
}
.menu-btn span::before {
  bottom: 1.8vw;
}
.menu-btn span::after {
  top: 1.8vw;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-contentsp {
  display: block;
  width: 100%;
  height: 200vw;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(13, 24, 70, 0.93);
  transition: all 0.5s;
  color: #f4f4f4;
}
  
.menu-contentsp ul:first-child {
  padding: 80px 10px 50px;
  font-size: 4.8vw;
}

.menu-contentsp ul {
  margin: 1vw 8px 2vw 8px;
  font-size: 4vw;
  text-align: center;
}

  
.menu-contentsp ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
  padding-bottom: 8px;
}

.menu-contentsp ul li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 20px 15px 0px 0px;
  position: relative;
  z-index: 95;
  font-weight: normal;
}

.menu-contentsp ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right:  solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  z-index: 90;
  right: 11px;
  top: 28px;
}
  
#menu-btn-check:checked ~ .menu-contentsp {
  left: 0;
} 
.access {
  display: inline;
  margin-left: 13%;
  background-color: rgb(222, 202, 142);
  padding: 9.7vw 20vw 6.5vw 20vw;
  border-radius: 100px;
}
.access a {
  color: #001c29;
  font-weight: bold;
  font-size: 5vw;
}
.access::before {
  display: none;
  }
  .access:hover::before {
    display: none;
  }
.menu-box {
  display: none;
}
.header-img img {
width: 100%;
height: 250px;
padding-top: 16%;
}
.background {
  height: 1600px;
}
.contact-box{
  max-width: 70%;
  margin: 0;
  margin-left: 3%;
  margin-bottom: 20vw;
}
.contact-top h1 {
  font-size: 6.65vw;
  height: 13.3vw;
  line-height: 2.01;
  width: 105%;
  margin: 0 auto;
  margin: 20vw 0 5vw 12%;
  font-weight: bold;
  color: #2e2e36;
}
.contact-input {
  width: 90%;    
  margin-left: -5%;                 
}
.contact-input h1 {
  width: 100%;
  margin: 4vw 0 4vw -4%;
  font-size: 5vw;
  padding: 2% 5%;
  font-weight: bold;
  color: #2e2e36;
}
.contact-input p {
  font-size: 4vw;
  margin-bottom: 4vw;
  width: 130%;
}
.required {
  font-size: 3.5vw;
}
label {
  font-size: 3.7vw;
}
input[type="text"],
textarea {
  font-size: 3.5vw;
  margin-bottom: 4vw;
  font-weight: normal;
}
.wrapper {
  width: 100%;
}
input[type="radio"] {
  margin-bottom: 4vw;
}
.sex-label { 
  font-size: 3.2vw;
}
select[name="item"] {
  height: 10vw;
  margin-bottom: 4vw;
  font-weight: normal;
  font-size: 3vw;
}
textarea[name=content] {
  font-weight: 100;
  letter-spacing: 0.1vw;
}
.privacy-policy {
  width: 95%;
  height: 30vw;
  overflow-x: hidden;
  padding: 5% 10%;
  margin-top: 10vw;
  margin-left: -14%;
}
.privacy-policy__box .privacy-policy__head {
  font-size: 3vw;
}
.privacy-policy__box .privacy-policy__detail {
  font-size: 2.8vw;
}
label[for="agree"] {
  margin-left: 2%;
  display: inline;
  font-size: 12px;
  white-space: nowrap;
}
input[type="checkbox"] {
  margin-left: -7%;
  margin-top: 3%;
}
label[for="agree"] {
  display: block;
  margin-top: -8%;
  font-size: 2.7vw;
}

button {
  margin: 10vw 0 0 -8.5%;
  height: 12vw;
  font-size: 4vw;
  color: #333;
  font-family: sans-serif;
  letter-spacing: 3px;
}

.footer img {
  height: 130vw;
  object-fit: cover; 
}
.footer h1 {
  font-size: 25px;
  height: 60px;
  font-weight: bold;
}
.footer-box {
  display: block;
  width: 100%;
  height: 130vw;
}

.address a {
  margin-bottom: 2vw;
}
.footer-box .tel {
  font-size: 5vw;
}
.footer-box a{
  font-size: 4vw;
  margin-bottom: 1.5vw;
}
.footer-box p  {
  font-size: 5vw;
}
.footer-box img {
  width: 70%;
  height: auto;
  margin-top: 20vw;
}
.address iframe {
  width: 95%;
  height: 46vw;
  margin-top: 5vw;
}

.access-btn a {
  max-width: 70%;
  margin: 3vw 0 0 10%;
  color: #2c2c3d;
  font-weight: bold;
}
.footer-access::before {
  display: none;
}
.footer-box .access-btn {
  margin: 0 auto;
}
.copy {
  height: 6vw;
  font-size: 2.5vw;
  margin-top: -1vw;
}

}
