﻿@charset "utf-8";
/* CSS Document */

/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

/* -----------------------------------
トップページ
-------------------------------------*/
.firstview {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../home/img_main_pc.jpg);
  background-size: cover;
  z-index: -1;
}

.clip {
  position: relative;
  width: 100%;
}

.clip01 {
  height: 140px;
  min-width: 1400px;
}

.clip01 .shape01 {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 12vw;
  min-height: 168px;
  background-color: #b72842;
  clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0 100%);
}

.clip01 .shape02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12vw;
  min-height: 168px;
  background-color: #fff;
  clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0 100%);
}

/* うちスポについて */

.overview .inner {
  position: relative;
  flex-direction: column;
}

.overview .inner>p {
  line-height: 2;
}

.schedule {
  position: absolute;
  right: 20px;
  top: -130px;
  flex-direction: column;
  width: 272px;
  height: 272px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,.4));
}

.schedule img {
  position: absolute;
  width: 100%;
  height: auto;
  animation: rotate 10s infinite linear;
    /* box-shadow: 0px 0px 8px 2px #777777; */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.schedule p {
  z-index: 1;
  line-height: 1.3;
  color: #fff;
}

.schedule .date {
  font-family: 'shingo-m';
}

.schedule .public {
  font-size: 45px;
  font-weight: bold;
}

.swiper {
  height: 390px;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.swiper-slide img{
  width: 240px !important;
  height: 240px !important;
  border-radius: 50%;
  object-fit: cover;
  transition: all .3s ease;
  /* filter: grayscale(1); */
}

.swiper-slide-active img{
  width: 380px !important;
  height: 380px !important;
  /* filter: grayscale(0); */
}

.swiper-slide-prev img,
.swiper-slide-next img {
  width: 300px !important;
  height: 300px !important;
  /* filter: grayscale(0); */
}

/* 企業紹介 */

.sample {
  padding-top: calc(max(9vw,126px) + 70px);
  padding-bottom: 80px;
  position: relative;
  background-color: #b72842;
}

.clip02 {
  position: absolute;
  top: -1px;
  height: 9vw;
  min-height: 126px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 10%);
}

.sample_btn {
  position: relative;
  align-items: center;
  width: 600px;
  height: 90px;
  border-radius: 45px;
  background-color: #fff;
}

.sample_btn p {
  padding-left: 30px;
  color: #00afec;
  font-weight: bold;
}

.sample_btn .arrow {
  position: relative;
  right: -1px;
  width: 110px;
  height: 100%;
  background-color: #008cbc;
  border-radius: 0 45px 45px 0;
  clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}

.sample_btn .arrow img {
  position: relative;
  right: 0;
  transition: all .3s ease;
}

.sample_btn:hover .arrow img {
  right: -5px;
}

/* 期待できる効果 */

.effect {
  position: relative;
  width: 100%;
  background-color: #00afec;
}

.clip03 {
  position: absolute;
  margin-top: 0;
  height: 10vw;
  min-height: 140px;
  background-color: transparent;
}

.clip03 .shape {
  position: relative;
  top: -1px;
  height: 9vw;
  min-height: 126px;
  background-color: #b72842;
  clip-path: polygon(0 0, 100% 0%, 100% 5%, 0% 100%);
}


.effect_btn {
  position: relative;
  align-items: center;
  width: 260px;
  height: 76px;
  border-radius: 38px;
  background-color: #fff;
}

.effect_btn p {
  padding-left: 25px;
  color: #00afec;
  font-weight: bold;
  line-height: 1.4;
}

.effect_btn .arrow {
  position: relative;
  right: -1px;
  width: 73px;
  height: 100%;
  background-color: #008cbc;
  border-radius: 0 48px 48px 0;
  clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}

.effect_btn .arrow img {
  position: relative;
  right: 0;
  transition: all .3s ease;
}

.effect_btn:hover .arrow img {
  right: -3px;
}

.effect .left,
.effect .right {
  padding-top: max(10vw, 140px);
}

.effect .left {
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  border-right: 1px solid #fff;
}

.effect .left>p {
  padding-top: 50px;
  font-weight: bold;
}

.effect .right {
  width: 100%;
}

.effect_item {
  position: relative;
  padding: 30px 90px;
  height: 150px;
  border-top: 1px solid #fff;
  overflow-y: hidden;
  cursor: pointer;
  transition: all .3s ease;
}

.effect_item.active {
  height: 320px;
}

.effect_item:last-of-type {
  border-bottom: 1px solid #fff;
}

.effect_item .ttl {
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.effect_item .sub {
  font-family: 'Bahnschrift';
  color: #b72842;
  font-weight: 400;
  transform: scale(0.87);
  transform-origin: left;
}

.effect_item .content {
  font-weight: 400;
}

.effect_item img {
  position: absolute;
  right: 0;
  top: 0;
  height: 320px;
  width: auto;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0;
  transition: all .3s ease;
}

.effect_item.active img {
  opacity: 1;
}

/* 料金 */

.amount {
  background-color: #fff;
}

.amount_box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  border: 1px solid #b72842;
  border-radius: 20px;
}

.amount_box::before {
  content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    height: calc(100% - 80px);
    width: 1px;
    background-image: repeating-linear-gradient(
    to bottom,
    #999 0,
    #999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-y;
  background-position: bottom;
}

.amount_box .left,
.amount_box .right {
  width: 50%;
}

.amount_box .left {
  padding-left: 120px;
}

.amount_box .left .txt {
  font-weight: 700;
}

.amount_box .number {
  position: relative;
  display: flex;
  align-items: end;
  color: #b72842;
  font-size: 100px;
  line-height: 210px;
  margin-top: 10px;
}

.amount_box .number::before {
  content: "（税抜き）";
  font-size: 16px;
  position: absolute;
  right: 70px;
  bottom: 55px;
  color: #000;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.amount_box .number span {
  display: block;
  font-family: "bahnschrift";
  font-size: 270px;
  font-weight: 600;
  line-height: 250px;
  letter-spacing: -0.09em;
  margin-right: 0.09em;
}

.all_in {
  position: absolute;
  left: -20px;
  top: 150px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #b72842;
  background-color: #fff;
  line-height: 1.5;
}

.amount_box .right {
  padding-left: 60px;
}

.amount_box .right .copy {
  margin-top: 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.33;
  color: #b72842;
}

.amount_box ul {
  margin-top: 30px;
  line-height: 28px;
}

.amount_box .gray {
  position: relative;
  top: -1px;
  color: #666;
  margin-right: 3px;
}

.amount_box .caution {
  display: block;
  text-indent: 1.1em;
  line-height: 1;
  margin-bottom: 0.8em;
}


/* -----------------------------------
ページタイトル
-------------------------------------*/
.page_title {
  width: 100%;
  height: 200px;
  background-color: #00afec;
  clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 99%);
  padding-top: 40px;
  line-height: 1;
  color: #fff;
}

.page_title h1 {
  font-weight: bold;
}

/* -----------------------------------
お問い合わせ
-------------------------------------*/
.form_item {
  position: relative;
  padding: 15px 10px 55px 10px;
  border-top: 1px solid #ccc;
}

.form_item.last {
  border-bottom: 1px solid #ccc;
}

.form_item .ttl {
  position: relative;
  align-items: center;
  width: 260px;
  min-height: 50px;
}

.ttl_container {
  align-self: stretch;
}

.ttl.required::before  {
  content: "必須";
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  background-color: #00afec;
}

.input_area {
  width: 915px;
}

input {
  height: 50px;
  width: 100%;
  border: 1px solid #00afec;
  border-radius: 3px;
}

.radio {
  display: flex;
  align-items: center;
  margin-right: 140px;
}

.radio input {
  appearance: none;
  width: 28px;
  height: 28px;
  border: 1px solid #00afec;
  border-radius: 50%;
  margin-right: 5px;
  /* transition: all .3s ease; */
}

.radio input:checked {
  border-width: 6px;
}

input#zip_three {
  width: 140px;
}

input#zip_four {
  width: 240px;
}

input#dep,
input#dep_name {
  width: 390px;
}

input#address {
  margin-top: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-size: 18px;
  padding: 10px 15px;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #00afec;
  border-radius: 3px;
  resize: none;
}

.pp_ttl {
  font-weight: bold;
}

.privacypolicy {
  width: 100%;
  padding: 20px 50px;
  background-color: #ebfaff;
}

.scroll {
  height: 260px;
  overflow-y: scroll;
}

.scroll .inner {
  line-height: 1.5;
  padding-right: 20px;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border: 2px solid #00afec;
  border-radius: 5px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.checkbox:checked {
  border-color: #00afec;
  background-color: #00afec;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.contact_btn {
  position: relative;
  align-items: center;
  width: 460px;
  height: 80px;
  border-radius: 40px;
  background-color: #00afec;
  padding: 0;
}

.contact_btn p {
  width: 360px;
  padding-left: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.contact_btn .arrow {
  position: relative;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: #008cbc;
  border-radius: 0 40px 40px 0;
  clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}

.contact_btn .arrow img {
  display: block;
  position: relative;
  top: -5px;
  right: 0;
  transition: all .3s ease;
}

.contact_btn:hover .arrow img {
  right: -3px;
}

.alert,.confirm,.complete {
  display: none;
}

.alert{
  display: none;
}

.alert.active{
  position: absolute;
  display: block;
  padding-left: 260px;
  font-size: 13px;
  color: #f00;
}

.alert_pp.active {
  padding: 0;
  width: 1200px;
  text-align: center;
}

.confirm{
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  left: calc(50% - 510px);
  top: calc(50vh - 40vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 1020px;
  height: 80vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
  font-size: 28px;
  margin-bottom: 30px;
  background: none;
  color: #000;
  text-align: center;
}

.confirm_item {
  display: flex;
  justify-content: left;
  padding: 16px 60px;
  width: 100%;
  border-top: 1px solid #000;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #000;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  width: 180px;
  margin-right: 20px;
  line-height: 1.5;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  width: 620px;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 50px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  left: calc(50% - 450px);
  top: calc(50% - min(40vh, 400px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 900px;
  height: 80vh;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  margin-bottom: 30px;
}
.close{
  width: 130px;
  height: 50px;
  font-size: 18px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover{
  opacity: .8;
}




}  /*  PC版ここまで  */



/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

/* -----------------------------------
トップページ
-------------------------------------*/
.firstview {
  width: 100%;
  height: 169vw;
  position: fixed;
  top: 12.5vw;
  left: 0;
  background-image: url(../home/img_main_sp.jpg);
  background-size: cover;
  z-index: -1;
}

.clip {
  position: relative;
  width: 100%;
}

main.top {
  margin-top: 181.5vw;
  background-color: #fff;
}

/* うちスポについて */

.overview {
  padding-top: 10vw;
}

.overview .inner {
  position: relative;
  flex-direction: column;
  align-items: unset;
  padding: 0;
}

.overview .inner>img {
  width: 74.8%;
  margin-left: 4.7vw;
}

.overview .inner>p {
  line-height: 2;
}

.schedule {
  position: absolute;
  right: -6.6%;
  top: -14.3%;
  flex-direction: column;
  width: 27%;
  height: 27%;
  filter: drop-shadow(3px 3px 1px rgba(0,0,0,.4));
}

.schedule img {
  position: absolute;
  width: 100%;
  height: auto;
  animation: rotate 10s infinite linear;
    /* box-shadow: 0px 0px 8px 2px #777777; */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.schedule p {
  z-index: 1;
  line-height: 1.3;
  color: #fff;
}

.schedule .date {
  font-family: 'shingo-m';
}

.schedule .public {
  font-weight: bold;
}

.swiper {
  height: 44.75vw;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43.75vw;
  height: 100%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.swiper-slide img{
  width: 34.5vw !important;
  height: 34.5vw !important;
  border-radius: 50%;
  object-fit: cover;
  transition: all .3s ease;
}

.swiper-slide-active img{
  width: 43.75vw !important;
  height: 43.75vw !important;
}

.sample {
  margin-top: 12vw;
  padding-top: 22.5vw;
  padding-bottom: 15.5vw;
  position: relative;
  background-color: #b72842;
}

.clip02 {
  position: absolute;
  top: -1px;
  height: 7vw;
  /* min-height: 126px; */
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 10%);
}

/* 企業紹介 */

.sample_btn {
  position: relative;
  align-items: center;
  width:87.5vw;
  height: 12.5vw;
  border-radius: 45px;
  background-color: #fff;
}

.sample_btn p {
  padding-left: 4vw;
  color: #00afec;
  font-weight: bold;
}

.sample_btn .arrow {
  position: relative;
  right: -1px;
  width: 15vw;
  height: 100%;
  background-color: #008cbc;
  border-radius: 0 45px 45px 0;
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}

.sample_btn .arrow img {
  position: relative;
  right: 0;
  width: 8vw;
  transition: all .3s ease;
}

.sample_btn:hover .arrow img {
  right: -5px;
}

/* 期待できる効果 */

.effect {
  position: relative;
  width: 100%;
  background-color: #00afec;
}

.clip03 {
  position: absolute;
  margin-top: 0;
  height: 7vw;
  /* min-height: 140px; */
  background-color: transparent;
}

.clip03 .shape {
  position: relative;
  top: -1px;
  height: 7vw;
  /* min-height: 126px; */
  background-color: #b72842;
  clip-path: polygon(0 0, 100% 0%, 100% 5%, 0% 100%);
}

.effect>.flex {
  flex-direction: column;
}

.effect .left,
.effect .right {
  width: 93%;
  margin: 0 auto;
  padding: 0;
}

.effect .left {
  padding: 9vw 3vw 2vw 3vw;
  margin: 0 auto;
  flex-shrink: 0;
  flex-direction: column;
  align-items: unset;
}

.effect .left>p {
  font-weight: bold;
}

.effect .right {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.effect_item {
  margin: 0 auto;
  position: relative;
  flex-direction: column;
  align-items: unset;
  justify-content: start;
  padding: 3vw;
  width: 93%;
  max-height: 22.4vw;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow-y: hidden;
  cursor: pointer;
  transition: all .3s ease;
}

.effect_item::before {
  content: "";
  position: absolute;
  right: 3vw;
  top: 6vw;
  background-image: url(../home/icon_tap.png);
  background-size: cover;
  width: 7.8vw;
  aspect-ratio: 5/7;
  opacity: 1;
  transition: all .3s ease;
}

.effect_item.active {
  max-height: 120vw;
  /* scrollbar-gutter: stable; */
}

.effect_item.active::before {
  opacity: 0;
}

.effect_item:last-of-type {
  border-bottom: none;
}

.effect_item .ttl {
  font-size: 6.5vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.effect_item .sub {
  font-family: 'Bahnschrift';
  color: #b72842;
  font-weight: 400;
  transform: scale(0.87);
  transform-origin: left;
}

.effect_item .content {
  font-weight: 400;
  margin-top: 3vw;
  line-height: 1.5;
}

.effect_item img {
  /* height: 320px; */
  margin-top: 3vw;
  width: 100%;
  opacity: 0;
  transition: all .3s ease;
}

.effect_item.active img {
  opacity: 1;
}

.btn_area {
  padding: 8vw 0;
}

/* 料金 */

.amount {
  background-color: #fff;
}

.amount_box {
  padding: 4vw 6vw;
  margin: 0 auto;
  flex-direction: column;
  position: relative;
  width: 86vw;
  border: 1px solid #b72842;
  border-radius: 20px;
}

.amount_box::before {
  content: "";
    position: absolute;
    bottom: 54%;
    left: calc(50% - 36vw);
    width: 72vw;
    height: 1px;
    background-image: repeating-linear-gradient(
    to right,
    #999 0,
    #999 2px,
    transparent 2px,
    transparent 4px
  );
  background-repeat: repeat-y;
  background-position: bottom;
}

.amount_box .left,
.amount_box .right {
  width: 100%;
}

.amount_box .left {
  padding-left: 8vw;
}

.amount_box .left .txt {
  font-weight: 700;
}

.amount_box .number {
  position: relative;
  display: flex;
  align-items: end;
  color: #b72842;
  font-size: 15.6vw;
  line-height: 2.25;
  margin-top: -2vw;
}

.amount_box .number::before {
  content: "（税抜き）";
  font-size: 2.5vw;
  position: absolute;
  right: 2.5vw;
  bottom: 22vw;
  color: #000;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}

.amount_box .number span {
  display: block;
  font-family: "bahnschrift";
  font-size: 42vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.09em;
  margin-right: 0.09em;
}

.all_in {
  position: absolute;
  left: -4vw;
  top: 18vw;
  width: 19.5vw;
  height: 19.5vw;
  border-radius: 50%;
  border: 1px solid #b72842;
  background-color: #fff;
  line-height: 1.3;
}

.amount_box .right {
}

.amount_box .right .copy {
  margin-top: 10px;
  font-weight: 900;
  font-size: 6.5vw;
  line-height: 1.33;
  color: #b72842;
}

.amount_box ul {
  margin-top: 2vw;
}

.amount_box ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin-bottom: 1.5vw;
}

.amount_box .gray {
  position: relative;
  top: -1px;
  color: #666;
  margin-right: 3px;
}

.amount_box .caution {
  display: block;
  text-indent: 1em;
  line-height: 1;
  margin-bottom: 0.8em;
}

/* -----------------------------------
ページタイトル
-------------------------------------*/
.page_title {
  width: 100%;
  height: 31vw;
  background-color: #00afec;
  clip-path: polygon(0 0, 100% 0%, 100% 60%, 0 99%);
  padding-top: 6vw;
  line-height: 1;
  color: #fff;
}

.page_title h1 {
  font-size: 7.2vw;
  font-weight: bold;
}

/* -----------------------------------
お問い合わせ
-------------------------------------*/
.form_item {
  position: relative;
  padding: 1vw 2vw 5vw 2vw;
  border-top: 1px solid #ccc;
}

.form_item>.flex {
  display: block;
}

.form_item.last {
  border-bottom: 1px solid #ccc;
}

.form_item .ttl {
  position: relative;
  align-items: center;
  width: fit-content;
  font-weight: bold;
}

.ttl_container {
  align-self: stretch;
}

.ttl::after {
  content: "";
  position: absolute;
  left: -2vw;
  width: 1vw;
  height: 3.9vw;
  background-color: #00afec;
}

.ttl.required::before  {
  content: "必須";
  position: absolute;
  right: -10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 4vw;
  color: #fff;
  font-size: 2.8vw;
  background-color: #00afec;
}

.input_area {
  flex-direction: column;
}

input {
  height: 8vw;
  width: 100%;
  border: 1px solid #00afec;
  border-radius: 3px;
}

.radio {
  display: flex;
  align-items: center;
}

.radio input {
  appearance: none;
  width: 4vw;
  height: 4vw;
  border: 1px solid #00afec;
  border-radius: 50%;
  margin-right: 5px;
  /* transition: all .3s ease; */
}

.radio input:checked {
  border-width: 6px;
}

input#zip_three {
  width: 20vw;
}

input#zip_four {
  width: 34vw;
}

.block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}

input#dep,
input#dep_name {
  width: 70vw;
}

input#address {
  margin-top: 2vw;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-size: 3vw;
  padding: 10px 1vw;
  line-height: 1.3;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  width: 100%;
  height: 36vw;
  border: 1px solid #00afec;
  border-radius: 3px;
  resize: none;
}

.pp_ttl {
  font-weight: bold;
}

.privacypolicy {
  width: 100%;
  padding: 3vw 6vw;
  padding-right: 1vw;
  background-color: #ebfaff;
}

.scroll {
  height: 40vw;
  overflow-y: scroll;
}

.scroll .inner {
  line-height: 1.5;
  padding-right: 3vw;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 1vw;
  width: 5vw;
  height: 5vw;
  border: 2px solid #00afec;
  border-radius: 5px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.checkbox:checked {
  border-color: #00afec;
  background-color: #00afec;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.contact_btn {
  position: relative;
  align-items: center;
  width: 72vw;
  height: 12.5vw;
  border-radius: 6.25vw;
  background-color: #00afec;
  border: transparent;
}

.contact_btn p {
  width: 46.875vw;
  padding-left: 10vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.contact_btn .arrow {
  position: relative;
  right: -1vw;
  width: 15.625vw;
  height: 12.5vw;
  background-color: #008cbc;
  border-radius: 0 6.25vw 6.25vw 0;
  clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}

.contact_btn .arrow img {
  display: block;
  position: relative;
  top: -3px;
  right: 0;
  width: 7.5vw;
  transition: all .3s ease;
}

.contact_btn:hover .arrow img {
  right: -3px;
}

.alert,.confirm,.complete {
  display: none;
}

.alert.active{
  display: block;
  font-size: 2.6vw;
  color: #f00;
}

.confirm.active {
  position: fixed;
  display: flex;
  top: 100px;
  left: calc(50vw - 45%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 90%;
  height: 530px;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
    background: none;
    color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.confirm_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  border-top: 1px solid #5b575e;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #5b575e;
}

.confirm_item p {
  padding: 7px 10px;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  min-width: 160px;
  background-color: #ddd;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 10px;
  width: 110px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  display: none;
  left: calc(50% - 40vw);
  top: calc(50% - 25vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80vw;
  height: 50vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.complete.active{
  display: flex;
}

.complete h1{
  font-size: 28px;
  margin-bottom: 30px;
}

.close{
  width: 100px;
  height: 50px;
  font-size: 16px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover{
  opacity: .8;
}






}  /*  スマホ版ここまで  */
