@charset "UTF-8";


.fixed_contact {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 300;
    background-color: rgba(255,255,255,0.8);
}
    
    .fixed_contact .tel {
        color: #221187;
        font-size: 36px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 0 10px 0;
    }
       /*キラキラ星ボタン*/
       .contact1>strong {
        font-size: 20px;
    }
      .btn {
        font-size: 20px;
        display: inline-block;
        padding: 25px 10em;
        box-shadow: 0 10px 0 #ed915f;
        border-radius: 60px;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
      }
      .btn {
        overflow: hidden;
        background-size: 300% 300%;
        backdrop-filter: blur(1rem);
        transition: 0.5s;
        animation: gradient_301 4s ease infinite;
        border: solid 4px #777777;;
        background-image:linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), linear-gradient(125.48deg, #b0ffae 10%, #4de1ac 45%, #ffe10b 67%, #3c18ff 94%);
        background-origin: border-box;
        background-clip: content-box, border-box;
      }
      .btn:hover {
        transform: scale(1.1)
      }
      .btn:active {
        border: double 4px #FE53BB;
        background-origin: border-box;
        background-clip: content-box, border-box;
        animation: none;
      }
      .btn:active .circle {
        background: #FE53BB;
      }
      #container-stars {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top:0px;
        left:-1px;
        overflow: hidden;
        transition: 3.5s;
        backdrop-filter: blur(1rem);
        border-radius: 26rem;
      }
      button.btn>a {
        text-decoration: none;
        z-index: 1;
        font-family: 'Avalors Personal Use';
        font-size: 20px;
        letter-spacing: 3px;
        color: #FFFFFF;
        text-shadow: 0 0 4px white;
      }
      #glow {
        position: absolute;
        display: flex;
        width: 0rem;
      }
      .circle {
        width: 100%;
        height: 30px;
        filter: blur(2rem);
        animation: pulse_3011 4s infinite;
        z-index: -1;
      }
      .circle:nth-of-type(1) {
        background: rgba(254, 83, 186, 0.636);
      }
      .circle:nth-of-type(2) {
        background: rgba(142, 81, 234, 0.704);
      }
      #stars {
        position: relative;
        background: transparent;
        width: 200rem;
        height: 200rem;
      }
      #stars::after {
        content: "";
        position: absolute;
        top: -10rem;
        left: -100rem;
        width: 100%;
        height: 100%;
        animation: animStarRotate 90s linear infinite;
      }
      #stars::after {
        background-image: radial-gradient(#ffffff 1px, transparent 8%);
        background-size: 50px 50px;
    }
      #stars::before {
        content: "";
        position: absolute;
        top: 0;
        left: -50%;
        width: 170%;
        height: 500%;
        animation: animStar 30s linear infinite;
      }
      #stars::before {
        background-image:radial-gradient(#ffffff 2.5px, transparent 7%);
        background-size: 50px 50px;
        opacity: 0.5;
      }
      @keyframes animStar {
        from {
          transform: translateY(0);
        }
      
        to {
          transform: translateY(-135rem);
        }
      }
      
      @keyframes animStarRotate {
        from {
          transform: rotate(360deg);
        }
        to {
          transform: rotate(0);
        }
      }
      @keyframes gradient_301 {
        0% {
          background-position: 0% 50%;
        }
        50% {
          background-position: 100% 50%;
        }
        100% {
          background-position: 0% 50%;
        }
      }
      @keyframes pulse_3011 {
        0% {
          transform: scale(0.75);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        }
      
        70% {
          transform: scale(1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }
      
        100% {
          transform: scale(0.75);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
      }
    @media screen and (max-width: 640px) {
        
      .fixed_contact .tel {
        color: #221187;
        text-decoration: none;
        font-size: 23px;
        }
        
    }
    
    .fixed_contact .tel a:link { color: #221187; text-decoration: none; font-size: 24px;
      letter-spacing: 0px; letter-spacing: -3px; font-weight: normal;}
    .fixed_contact .tel a:visited { color: #221187; text-decoration: none; }
    .fixed_contact .tel a:hover { color: #221187; text-decoration: none; }
        
        .fixed_contact .tel i {
            margin: 0 5px 0 0;
        }
        
        .fixed_contact .tel span {
            font-size: 14px;
            color: #fff;
            background: red;
            padding: 7px 7px;
            margin: 0 0 0 10px;
        }
    
    .fixed_contact .contact {
        max-width: 500px;
        text-align: center;
        margin: 10px auto;
        padding: 0 30px;
    }

.hover:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}
	
		.hover img {
			transition: 0.2s;
		}
    .sub_mkdir {
      display: flex;
      justify-content: space-evenly;
      transform: translate(0%);
  }

@media screen and (max-width: 640px) {
  .main_visual_wrapper {
    display: none;
  }
 /*キラキラ星ボタン*/
 .btn {
  width:100%;
  font-size: 19px;
  display: inline-block;
  padding: 13px 1.1em;
  box-shadow: 0 10px 0 #ed915f;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
button.btn>a {
text-decoration: none;
z-index: 1;
font-family: 'Avalors Personal Use';
font-size: 12px;
letter-spacing: 3px;
color: #FFFFFF;
text-shadow: 0 0 4px white;
}
.contact1>strong {
font-size: 12px;
}
}
/*PC用の携帯リンク消し*/
@media screen and (min-width: 660px) {
  i.fas.fa-phone+a {
    display: none;
}
}
@media screen and (min-width: 641px) {
  
  .main_visual_wrapper_sp {
    display: none;
  }
  
  .main_visual_wrapper {
      width: 100%;
      margin: 0 auto;
  }
  
}



img {
  max-width: 100%;
}

html {
  /* overflow-y: scroll; */
  font-size: 62.5%;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 50%;
  }
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

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

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

@media screen and (max-width: 640px) {
  .vsp {
    display: block;
  }
}

.inner {
  max-width: 1100px;
  margin: auto;
  width: 95%;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 95%;
  }
}

.fv {
  position: relative;
}

@media screen and (max-width: 1080px) {
  .fv {
    background: url("../images/main.jpg");
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 1080px) {
  .fv .fv_bg {
    display: none;
  }
}

.fv .fv_on {
  position: absolute;
  left: 10%;
  top: 5%;
  max-width: 780px;
  width: 40%;
}

@media screen and (max-width: 1080px) {
  .fv .fv_on {
    position: static;
    padding: 20px;
    width: 60%;
  }
}

.fv .fv_on .logo {
  text-align: center;
  margin: 10px auto 5%;
}

@media screen and (max-width: 640px) {
  .fv .fv_on .logo {
    max-width: 100px;
  }
}

.fv .fv_on .fv_txt {
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .fv .fv_on .fv_txt {
    margin-bottom: 25px;
  }
}

.fv .fv_on .cv_btn {
  max-width: 530px;
  margin: auto;
  display: block;
}

.ttl {
  background: #221187;
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  padding: 50px 0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ttl {
    font-size: 2.8rem;
    padding: 30px 0;
    line-height: 1.6em;
  }
}

.hope ul {
  margin: 70px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .hope ul {
    margin: 30px auto;
  }
}

.hope li {
  float: left;
  width: 50%;
  margin-right: 0;
  padding-left: 55px;
  position: relative;
  font-size: 2rem;
  color: #000;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .hope li {
    float: none;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}

.hope li span {
  color: #221187;
}

.hope li:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  margin-top: -15px;
  width: 35px;
  height: 30px;
  background: url(../images/check_icon.png);
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .hope li:before {
    width: 20px;
    height: 17px;
    margin-top: -8.5px;
    background: url(../images/check_icon.png);
    background-size: cover;
  }
}

.cv_area {
  background: #ff9c00;
  position: relative;
}

.cv_area .inner {
  position: relative;
}

.cv_area:after {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -50px;
  top: -50px;
  width: 100px;
  height: 70px;
  z-index: 10;
  background: url(../images/arrow.png);
}

@media screen and (max-width: 640px) {
  .cv_area:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -25px;
    top: -25px;
    width: 50px;
    height: 33px;
    z-index: 10;
    background: url(../images/arrow.png);
    background-size: cover;
  }
}

.cv_area .left {
  padding: 70px 0;
  width: 67%;
  float: left;
}

@media screen and (max-width: 640px) {
  .cv_area .left {
    width: 60%;
    padding: 35px 0;
  }
}

.cv_area .left .bg_white {
  font-size: 5rem;
  color: #ff9c00;
  background: #fff;
  font-weight: bold;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cv_area .left .bg_white {
    font-size: 1.8rem;
    padding: 10px;
  }
}

.cv_area .left .bg_white:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  content: "";
  background: #c77a00;
  z-index: -1;
}

.cv_area .left .txt {
  margin: 50px auto;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .cv_area .left .txt {
    margin: 20px auto;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}

.cv_area .left .txt.big {
  font-size: 4rem;
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .cv_area .left .txt.big {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: left;
  }
}

.cv_area .left .cv_btn {
  display: block;
  max-width: 540px;
  margin: auto;
  width: 90%;
}

.cv_area .right {
  max-width: 350px;
  width: 32%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .cv_area .right {
    width: 38%;
  }
}

.bg_black h2 {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1.8em;
  font-weight: bold;
  padding: 110px 0 140px;
  background: url("../images/bg_black.png");
  background-position: bottom;
}

@media screen and (max-width: 640px) {
  .bg_black h2 {
    font-size: 2.6rem;
    padding: 30px 0 50px;
  }
}

.bg_black .point {
  margin-top: -100px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .bg_black .point {
    margin-top: -30px;
  }
}

.point_3 {
  margin-bottom: 150px;
}

.point_3 .bg_yellow {
  background: #ffffe1;
  text-align: center;
  padding: 70px 0 140px;
}

@media screen and (max-width: 640px) {
  .point_3 .bg_yellow {
    padding: 35px 5% 70px;
  }
}

.point_3 .bg_yellow .txt {
  color: #333;
  line-height: 3em;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .point_3 .bg_yellow .txt {
    font-size: 1.8rem;
    text-align: left;
  }
}

.point_3 .orange_arrow {
  text-align: center;
  margin-top: -70px;
}

.point_3 .orange_arrow span {
  display: inline-block;
  max-width: 560px;
  width: 90%;
  padding: 50px 0 100px;
  background: url("../images/orange_bg.png");
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .point_3 .orange_arrow span {
    max-width: 350px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.point_3 ul {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .point_3 ul {
    width: 95%;
  }
}

.point_3 li {
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .point_3 li {
    margin-bottom: 50px;
  }
}

.point_3 li .left {
  float: left;
}

@media screen and (max-width: 640px) {
  .point_3 li .left {
    float: none;
  }
}

.point_3 li .right {
  float: right;
}

@media screen and (max-width: 640px) {
  .point_3 li .right {
    float: none;
  }
}

.point_3 li .detail {
  width: 55%;
}

@media screen and (max-width: 640px) {
  .point_3 li .detail {
    width: 100%;
  }
}

.point_3 li .img {
  width: 43%;
}

@media screen and (max-width: 640px) {
  .point_3 li .img {
    width: 100%;
  }
}

.point_3 li h3 {
  font-size: 4rem;
  color: #000000;
  padding-bottom: 25px;
  position: relative;
  font-weight: bold;
  position: relative;
  line-height: 1.6em;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .point_3 li h3 {
    font-size: 2.3rem;
  }
}

.point_3 li h3 span {
  font-size: 4.6rem;
}

@media screen and (max-width: 640px) {
  .point_3 li h3 span {
    font-size: 3.2rem;
  }
}

.point_3 li h3:after {
  position: absolute;
  content: "";
  font-size: 9rem;
  font-weight: bold;
  z-index: -1;
  top: -35px;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .point_3 li h3:after {
    font-size: 6rem;
    top: -10px;
  }
}

.point_3 li .txt {
  margin-top: 40px;
  font-size: 2.1rem;
  line-height: 1.8em;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .point_3 li .txt {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.point_3 li:first-child h3 {
  margin-top: 150px;
  border-bottom: 2px solid #74b64c;
}

@media screen and (max-width: 640px) {
  .point_3 li:first-child h3 {
    margin-top: 50px;
  }
}

.point_3 li:first-child h3:after {
  content: "POINT 01";
  color: #e0f8d1;
  left: 0;
}

.point_3 li:first-child h3 span {
  color: #328302;
}

.point_3 li:nth-child(2) h3 {
  margin-top: 70px;
  border-bottom: 2px solid #3565bd;
}

.point_3 li:nth-child(2) h3:after {
  content: "POINT 02";
  color: #d0e0fe;
  right: 0;
  top: -25px;
}

@media screen and (max-width: 640px) {
  .point_3 li:nth-child(2) h3:after {
    top: -10px;
  }
}

.point_3 li:nth-child(2) h3 span {
  color: #2250a5;
}

.point_3 li:nth-child(3) h3 {
  margin-top: 70px;
  border-bottom: 2px solid #ff0090;
}

.point_3 li:nth-child(3) h3:after {
  content: "POINT 03";
  color: #ffdef1;
  left: 0;
  top: -20px;
}

@media screen and (max-width: 640px) {
  .point_3 li:nth-child(3) h3:after {
    top: -10px;
  }
}

.point_3 li:nth-child(3) h3 span {
  color: #ff0090;
}

.faq .inner {
  margin: 80px auto 60px;
}

@media screen and (max-width: 640px) {
  .faq .inner {
    margin: 40px auto 30px;
  }
}

.faq dt {
  position: relative;
  padding: 25px 10px 25px 90px;
  background: #eef0f2;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .faq dt {
    font-size: 1.8rem;
    padding: 25px 10px 25px 60px;
  }
}

.faq dt:before {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 20px;
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/Q.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .faq dt:before {
    left: 15px;
    margin-top: -15px;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
}

.faq dd {
  position: relative;
  padding: 30px 10px 50px 90px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  .faq dd {
    font-size: 1.6rem;
    padding: 25px 10px 25px 60px;
  }
}

.faq dd:before {
  position: absolute;
  top: 25px;
  left: 20px;
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/A.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .faq dd:before {
    left: 15px;
    background-size: cover;
    width: 30px;
    height: 30px;
  }
}

.form .form_table {
  max-width: 830px;
  margin: 90px auto;
}

@media screen and (max-width: 640px) {
  .form .form_table {
    margin: 0 auto 90px;
  }
}

.form .form_table table {
  width: 100%;
}

.form .form_table table tr {
  border-bottom: 1px solid #ccc;
}

.form .form_table table th {
  padding: 35px 25px;
  width: 25%;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  .form .form_table table th {
    display: block;
    width: 100%;
    padding: 15px 5px 0;
  }
}

.form .form_table table td {
  padding: 35px 25px;
  width: 70%;
  color: #000;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  .form .form_table table td {
    display: block;
    width: 100%;
    padding: 15px 5px;
  }
}

.form .form_info {
  background: #ff9c00;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 30px;
  position: relative;
}

.form .form_info:before {
  position: absolute;
  content: "";
  border: 30px solid transparent;
  border-top: 25px solid #ff9c00;
  left: 50%;
  margin-left: -30px;
  bottom: -50px;
}

.info {
  background: #333;
  padding: 90px 0 60px;
}

.info .inner {
  max-width: 830px;
  margin: auto;
}

.info h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .info h2 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .info {
    padding: 45px 0;
  }
}

.info table {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
}

.info table th {
  width: 180px;
  padding: 0 20px 40px 0;
  text-align: left;
  border-right: 2px solid #fff;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .info table th {
    width: 100%;
    padding: 20px 20px 0;
    display: block;
    border-right: none;
    font-weight: bold;
  }
}

.info table td {
  text-align: left;
  padding: 0 20px 40px 50px;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  .info table td {
    width: 100%;
    padding: 10px 20px 20px;
    display: block;
  }
}

.info table td a {
  color: #fff;
}


.info .image {
    margin: 20px 0 20px 0;
}

.copy {
  padding: 20px;
  font-size: 1.6rem;
  background: #333;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .copy {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}









.handicap {
    
}

.handicap .banner {
    margin: 30px auto;
    text-align: center;
}


.handicap .message {
    margin: 30px auto;
    max-width: 1000px;
    background: url("/images/handicap/bg.jpg") repeat;
    padding: 30px 40px;
    font-size: 1.8rem;
}

.handicap .message .title {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 7px 7px 7px;
    border-bottom: solid 2px #222222;
    margin-bottom: 30px;
}

.handicap .message .txt {
    padding: 0 7px 7px 7px;
}

@media screen and (max-width: 640px) {
    .handicap {
    
    }
}



#contact_form {
    font-size: 1.6rem;
}

#contact_form .form {
    margin: 30px auto;
    max-width: 1000px;
}