@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  line-height: 1.7;
  color: #3b4546;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.wrapper {
  min-width: 1024px;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.time02 {
  transition-delay: 0.3s;
}

.time03 {
  transition-delay: 0.5s;
}

.time04 {
  transition-delay: 0.7s;
}

.time05 {
  transition-delay: 0.9s;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    min-width: auto;
  }
  /* ハンバーガーOPEN時 背景固定 */
  body.fixed {
    overflow: hidden;
    height: 100vh;
  }
}
.l-header {
  min-width: 1024px;
  background-color: #9ed6ed;
  padding: 16px 48px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-items: center;
  z-index: 10;
}
.l-header.change-color {
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
}
.l-header__inner {
  max-width: 1760px;
  display: flex;
  justify-content: space-between;
}
.l-header__logo {
  width: clamp(250px, 24.4140625vw, 348px);
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo--blue {
  display: none;
}
.l-header__logo.change-color .l-header__logo--wht {
  display: none;
}
.l-header__logo.change-color .l-header__logo--blue {
  display: block;
}
.l-header__register {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.25vw;
}
.l-header__register--link {
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.l-header__register--link a {
  font-size: clamp(14px, 1.3671875vw, 16px);
  color: #ffffff;
  display: block;
  border-radius: 8px;
  padding: 0.8333333333vw;
  transition: all 0.3s;
  border: solid #ffffff 0.5px;
}
.l-header__register--link a:hover {
  color: #ffffff;
  background-color: #9ed6ed;
}

.l-header__register--link a {
  color: #869dad;
  line-height: 1.68;
  font-weight: bold;
}
.p-contact .l-header__register--free-link a {
  background-color: #4fb5e0;
  color: #ffffff;
  line-height: 1.68;
  font-weight: bold;
}
.l-header__register--link span {
  display: flex;
  gap: 0 8px;
}
.l-header__register--link span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-contact__title .l-header__register--free-link {
  margin-top: 40px;
}
.l-header__register--free-link a span::before {
  background-image: url(../img/free-experience_icon.svg);
}
li.l-header__register--free-link a span::before {
  background-image: url(../img/free-experience_icon.svg);
}
p.l-header__register--free-link span {
  display: flex;
  justify-content: center;
}

.l-header__register--link.change-color a {
  background-color: #9ed6ed;
  color: #ffffff;
}
.p-contact .l-header__register--free-link.change-color a {
  background-color: #4fb5e0;
  color: #ffffff;
}
.l-header__register--link.change-color a:hover {
  color: #869dad;
  background-color: #ffffff;
  border: solid 1px #9ed6ed;
}
.p-contact .l-header__register--link.change-color a:hover {
  color: #ffffff;
  background-color: #9ed6ed;
  border: solid 0.5px #9ed6ed;
}
.l-header__register--insta,
.l-header__register--phone {
  background-color: #ffffff;
  border-radius: 50px;
  border: solid #ffffff 0.5px;
  padding: 10px;
  transition: all 0.3s;
}
.l-header__register--insta {
  transition: all 0.3s;
}
.l-header__register--insta:hover {
  background-color: #9ed6ed;
}
.l-header__register--insta:hover img:nth-of-type(1) {
  display: none;
}
.l-header__register--insta:hover img:nth-of-type(2) {
  display: block;
}
.l-header__register--phone {
  transition: all 0.3s;
}
.l-header__register--phone:hover {
  background-color: #9ed6ed;
}
.l-header__register--phone:hover img:nth-of-type(1) {
  display: none;
}
.l-header__register--phone:hover img:nth-of-type(2) {
  display: block;
}
.l-header__register--insta--wht,
.l-header__register--phone--wht {
  display: none;
}
.l-header__register--insta.change-color {
  background-color: #9ed6ed;
  transition: all 0.3s;
}
.l-header__register--insta.change-color:hover {
  background-color: #ffffff;
  border: solid 1px #9ed6ed;
}
.l-header__register--insta.change-color:hover img:nth-of-type(1) {
  display: block;
}
.l-header__register--insta.change-color:hover img:nth-of-type(2) {
  display: none;
}
.l-header__register--insta.change-color .l-header__register--insta--wht {
  display: block;
}
.l-header__register--insta.change-color .l-header__register--insta--blue {
  display: none;
}
.l-header__register--phone.change-color {
  background-color: #9ed6ed;
  transition: all 0.3s;
}
.l-header__register--phone.change-color:hover {
  background-color: #ffffff;
  border: solid 1px #9ed6ed;
}
.l-header__register--phone.change-color:hover img:nth-of-type(1) {
  display: block;
}
.l-header__register--phone.change-color:hover img:nth-of-type(2) {
  display: none;
}
.l-header__register--phone.change-color .l-header__register--phone--wht {
  display: block;
}
.l-header__register--phone.change-color .l-header__register--phone--blue {
  display: none;
}
.l-header__list {
  display: flex;
  gap: 0 2.0833333333vw;
  margin-top: 20px;
}
.l-header__list a {
  font-size: clamp(14px, 1.3671875vw, 20px);
  color: #ffffff;
}
.l-header__list a:hover {
  color: #50b6e0;
  transition: all 0.3s;
}
.l-header__list.change-color a {
  color: #50b6e0;
  transition: all 0.3s;
}
.l-header__list.change-color a:hover {
  color: #9ed6ed;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 80px;
    min-width: auto;
  }
  .l-header__inner {
    justify-content: center;
  }
  .l-header__logo {
    width: 174px;
  }
  .l-header__nav {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    gap: 2em 0;
    padding: 100px 30px 40px;
    width: 100%;
    height: 100%;
    top: 0;
    right: -120%;
    background-color: rgba(237, 247, 250, 0.8);
    text-align: center;
    transition: right 0.6s;
    z-index: 20;
    margin-top: 0;
  }
  .l-header__nav.active {
    right: 0;
    overflow: scroll;
  }
  .l-header__nav--cont {
    display: flex;
    flex-direction: column;
  }
  .l-header__list {
    margin-top: 0;
    gap: 32px 0;
    flex-direction: column;
  }
  .l-header__list li a {
    display: flex;
    font-size: 0.8125rem;
    color: #3b4546;
    align-items: center;
    gap: 0 1em;
  }
  .l-header__list li a span {
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 0 1em;
    font-size: 1.5rem;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
  .l-header__list li a span::before {
    content: "";
    margin-bottom: 1px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_golfball.svg");
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .l-header__register {
    margin-top: 2em;
    order: 2;
    align-items: center;
    flex-direction: column;
    gap: 1em 0;
  }
  .l-header__register--link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
  }
  .l-header__register--link a {
    font-size: 1.125rem;
    font-weight: bold;
    padding: 16px 24px;
    border-radius: 20px;
    pointer-events: auto;
  }
  .l-header__register.large {
    max-width: 303px;
  }
  .l-header__register .small {
    max-width: 193px;
  }
  .l-header__register--insta {
    display: block;
  }
  .l-header__register--phone {
    display: block;
  }
  .l-header__toggle {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 28px;
    height: 21px;
    top: 40px;
    transform: translate(-50%, -50%);
    right: 16px;
    margin-left: auto;
    z-index: 999;
  }
  .l-header__toggle span {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
  }
  .l-header__toggle span:nth-child(1) {
    top: 0px;
    transition: all 0.3s;
  }
  .l-header__toggle span:nth-child(2) {
    top: 10px;
    transition: all 0.3s;
  }
  .l-header__toggle span:nth-child(3) {
    top: 21px;
    transition: all 0.3s;
  }
  .l-header__toggle span.change-color {
    background-color: #50b6e0;
  }
  .l-header__toggle.open span {
    background-color: #50b6e0;
  }
  .l-header__toggle.open span:nth-child(1) {
    top: 10px;
    transform: rotate(315deg);
    transition: all 0.3s;
  }
  .l-header__toggle.open span:nth-child(2) {
    width: 0;
  }
  .l-header__toggle.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-315deg);
    transition: all 0.3s;
  }
}
/* SNSアイコン横並び */
.l-header__register--sns--list {
  display: flex;
  align-items: center;
  gap: 0 1.25vw;
}

@media screen and (max-width: 768px) {
  .l-header__register--sns--list {
    gap: 0 16px;
  }
}
.l-header__nav--logo {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__nav--logo {
    display: block;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 174px;
  }
}
.l-footer {
  background-color: #9ed6ed;
  text-align: center;
  padding: 80px 0 10px;
}
.l-footer__logo {
  width: 160px;
  margin: 0 auto;
}
.l-footer__list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-top: 90px;
}
.l-footer__list a {
  color: #ffffff;
}
.l-footer__list a:hover {
  color: #50b6e0;
  transition: all 0.3s;
}
.l-footer p {
  font-size: 12px;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 48px 0 0 0;
  }
  .l-footer p {
    font-size: 0.5rem;
  }
  .l-footer__list {
    flex-direction: column;
    gap: 24px 0;
    margin-top: 32px;
  }
  .l-footer__logo {
    width: 115px;
  }
}
.c-title {
  font-family: "Jost", sans-serif;
  text-align: center;
}
.c-title span {
  display: block;
}
.c-title .en {
  color: #50b6e0;
  font-family: "Jost", sans-serif;
  font-size: 3.75rem;
  font-weight: lighter;
  line-height: 1;
}
.c-title .ja {
  color: #3b4546;
  font-weight: 500;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .c-title .en {
    font-size: 1.875rem;
  }
  .c-title .ja {
    font-size: 0.5rem;
  }
}
#c-pagetop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 70px;
  height: 70px;
  right: 50px;
  bottom: 50px;
  background-image: url(../img/icon_golfball.svg);
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
  opacity: 0;
}
#c-pagetop a {
  color: #869dad;
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
}

#c-pagetop.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
  opacity: 1;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#c-pagetop.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
  opacity: 0;
  z-index: -1;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media screen and (max-width: 768px) {
  #c-pagetop {
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 16px;
  }
  #c-pagetop a {
    font-size: 1.25rem;
  }
}
.u-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5%;
}

@media screen and (max-width: 768px) {
  .u-wrapper {
    padding: 0 2.6vw;
  }
}
.p-kv {
  background-color: #9ed6ed;
}

.swiper {
  border-radius: 30px;
  padding: 0px 3.6458333333vw 4.1666666667vw;
  text-align: center;
}
.swiper img {
  border-radius: 30px;
}

/* スライド アクティブ時 */
.swiper-slide[class*="-active"] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
.p-about {
  background-image: url(../img/bg_dot.svg);
  background-repeat: repeat space;
  background-position: 0px 0px, 130px 130px;
}
.p-about__title {
  margin-left: 6.09375vw;
}
.p-about__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
}
.p-about__desc {
  width: clamp(800px, 78.125vw, 880px);
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 60px 52px;
  margin-left: 6.09375vw;
}
.p-about__desc p:not(:first-child) {
  padding-top: 2em;
}
.p-about__trouble {
  position: relative;
  background-color: #edf0f0;
}
.p-about__trouble--item {
  width: clamp(180px, 17.578125vw, 220px);
}
.p-about__trouble::after {
  content: "";
  position: absolute;
  bottom: -60px;
  z-index: 10;
  background-color: #edf0f0;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.p-about__trouble--title {
  color: #869dad;
  font-size: 2.875rem;
  text-align: center;
  padding-top: 100px;
}
.p-about__trouble--title span {
  padding: 0 18px;
}
.p-about__trouble--list {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 60px 0;
}
.p-about__trouble--list li:nth-child(even) {
  padding-top: 55px;
}
.p-about .anime {
  display: flex;
  gap: 0 100px;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 5px;
}
.p-about .boll {
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-animation: roll 15s linear infinite;
  animation: roll 15s linear infinite;
}
@-webkit-keyframes roll {
  0% {
    transform: translateX(100vw) rotate(1980deg);
  }
  100% {
    transform: translateX(-50vw) rotate(1deg);
  }
}
@keyframes roll {
  0% {
    transform: translateX(100vw) rotate(1980deg);
  }
  100% {
    transform: translateX(-50vw) rotate(1deg);
  }
}
@media screen and (max-width: 768px) {
  .p-about .p-about__trouble--list {
    flex-wrap: wrap;
  }
  .p-about .p-about__trouble--item {
    width: 144px;
  }
  .p-about .p-about__trouble--list li:nth-child(even) {
    padding-top: 0;
  }
}
.p-about__resolution {
  background-color: #edf7fa;
}
.p-about__resolution--title {
  color: #50b6e0;
  font-size: clamp(38px, 3.7109375vw, 46px);
  text-align: center;
  padding-top: 160px;
}
.p-about__resolution--title--img img {
  vertical-align: baseline;
}
.p-about__resolution--title span {
  font-family: "Jost", sans-serif;
  font-size: clamp(50px, 4.8828125vw, 60px);
  padding: 0 18px;
}
.p-about__resolution--cont {
  display: flex;
  margin-top: 60px;
  justify-content: space-around;
}
.p-about__resolution--left {
  display: grid;
  gap: 40px 0;
}
.p-about__resolution--list {
  display: flex;
  gap: 0 30px;
}
.p-about__resolution--list:nth-of-type(2) {
  margin-left: 40px;
}
.p-about__resolution--list li {
  position: relative;
  color: #869dad;
  font-size: clamp(16px, 1.5625vw, 20px);
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 30px 30px 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 40px 60px;
  white-space: nowrap;
  padding: clamp(20px, 1.953125vw, 40px) clamp(20px, 1.953125vw, 60px);
}
.p-about__resolution--list li::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 34px;
  top: -10px;
  left: 20px;
  background-image: url(../img/icon_chon.svg);
  background-size: cover;
}
.p-about__resolution--read {
  text-align: center;
  font-size: 1.875rem;
  color: #869dad;
}
.p-about__resolution--read--txt {
  padding: 0 30px;
  position: relative;
}
.p-about__resolution--read--txt::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 22px;
  background-image: url(../img/icon_quotation.svg);
  background-size: cover;
  top: 0;
  left: 0;
}
.p-about__resolution--read--txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 22px;
  background-image: url(../img/icon_quotation.svg);
  background-size: cover;
  transform: rotateZ(185deg);
  bottom: 0;
  right: 0;
}
.p-about__resolution--read--txt span {
  font-family: "Jost", sans-serif;
  font-size: 2.875rem;
  font-size: clamp(30px, 2.9296875vw, 46px);
}
.p-about__resolution--read--img {
  display: flex;
  justify-content: flex-end;
  width: clamp(205px, 20.01953125vw, 245px);
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .p-about__title {
    margin-left: 0;
  }
  .p-about__main {
    flex-direction: column;
    padding-top: 40px;
  }
  .p-about__desc {
    width: 100%;
    text-align: center;
    display: grid;
    gap: 36px 0;
    padding: 32px 10px;
    margin: 24px 0 0 0;
  }
  .p-about__desc p {
    font-size: 0.9375rem;
  }
  .p-about__desc p:not(:first-child) {
    padding-top: 0;
  }
  .p-about .anime {
    margin-top: 14px;
  }
  .p-about__trouble::after {
    bottom: -30px;
    width: 60px;
    height: 60px;
  }
  .p-about__trouble--title {
    font-size: 1.4375rem;
    padding-top: 32px;
  }
  .p-about__trouble--title span {
    display: inline-block;
    width: 100px;
    padding: 0 8px;
  }
  .p-about__resolution--title {
    font-size: 1.4375rem;
    padding-top: 62px;
    white-space: nowrap;
  }
  .p-about__resolution--title span {
    font-size: 1.875rem;
    font-weight: 500;
    padding: 0;
  }
  .p-about__resolution--title img {
    width: 60px;
  }
  .p-about__resolution--cont {
    flex-direction: column;
  }
  .p-about__resolution--list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .p-about__resolution--list li {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 24px 0;
    margin-left: 30px;
  }
  .p-about__resolution--list li::before {
    width: 30px;
    height: 20px;
    top: -4px;
  }
  .p-about__resolution--list li:nth-of-type(2) {
    margin-left: 0px;
    margin-right: 30px;
  }
  .p-about__resolution--list:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 16px;
  }
  .p-about__resolution--read {
    display: flex;
  }
  .p-about__resolution--read--img {
    width: 121px;
    margin-top: 0px;
  }
  .p-about__resolution--read {
    font-size: 0.9375rem;
    justify-content: center;
    gap: 2rem;
    margin-top: 16px;
  }
  .p-about__resolution--read--txt {
    padding: 0 5px 0 20px;
  }
  .p-about__resolution--read--txt::before {
    width: 14px;
    height: 10px;
  }
  .p-about__resolution--read--txt::after {
    width: 14px;
    height: 10px;
  }
  .p-about__resolution--read::after {
    width: 14px;
    height: 10px;
    margin: -20px 0 -20px 140px;
  }
  .p-about__resolution--read span {
    font-size: 1.4375rem;
    font-weight: 500;
  }
}
.p-features {
  position: relative;
  background-image: url(../img/bg_dot.svg);
  background-repeat: repeat space;
  padding: 138px 0;
}
.p-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(237, 247, 250),
    rgba(255, 255, 255, 0.5)
  );
  background-size: cover;
  z-index: -1;
}
.p-features__card {
  display: flex;
  gap: 0 30px;
  padding-top: 50px;
}
.p-features__card--item {
  flex-basis: 100%;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-features__card--item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 30px 30px 0 0;
}
.p-features__desc {
  padding: 0 16px;
}
.p-features__desc--title {
  color: #869dad;
  font-size: clamp(20px, 1.953125vw, 28px);
  line-height: 1;
  text-align: center;
  padding: 32px 0;
}

@media screen and (max-width: 768px) {
  .p-features {
    padding: 80px 0 73px 0;
  }
  .p-features__card {
    flex-direction: column;
    gap: 24px 0;
    padding-top: 24px;
  }
  .p-features__card--item {
    padding-bottom: 30px;
  }
  .p-features__desc {
    text-align: center;
  }
  .p-features__desc--title {
    font-size: 1.375rem;
    line-height: 1;
    padding: 16px 0;
  }
  .p-features__desc p {
    font-size: 0.875rem;
  }
}
.p-coach {
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
}
.p-coach__title {
  background-image: url(../img/bg_dot.svg);
  background-repeat: repeat space;
  padding-bottom: 50px;
}
.p-coach__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 43px;
  padding: 35px 0;
}
.p-coach__cont figure {
  max-width: 510px;
}
.p-coach__cont figure::before {
  content: "";
  display: block;
  position: relative;
  width: 53px;
  height: 80px;
  margin: 0 20px -70px auto;
  background-image: url(../img/icon_kira.svg);
  background-size: cover;
}
.p-coach__cont figure::after {
  content: "";
  display: block;
  position: relative;
  width: 53px;
  height: 80px;
  margin: -70px 0 0 20px;
  background-image: url(../img/icon_kira.svg);
  background-size: cover;
}
.p-coach__cont figure img {
  width: 100%;
  border-radius: 30px;
}
.p-coach__name {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: #869dad;
  font-size: 1.875rem;
  padding: 25px 0;
}
.p-coach__name::before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-image: url(../img/icon_golf.svg);
  background-size: cover;
}
.p-coach__text {
  max-width: 767px;
  font-size: 1.25rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-coach__cont {
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-coach__desc {
    text-align: center;
  }
  .p-coach__name {
    text-align: center;
    font-size: 1.375rem;
    justify-content: center;
  }
  .p-coach__text {
    font-size: 0.9375rem;
  }
}
.p-price {
  position: relative;
  background-image: url(../img/bg_dot.svg);
  background-repeat: repeat space;
  padding: 138px 0 80px;
  z-index: 1;
}
.p-price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 276px;
  bottom: 0;
  background-image: url(../img/bg_grass.svg);
  z-index: -1;
}
.p-price__card {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.p-price__card--item {
  width: 31.8181818182%;
  margin-top: 50px;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-price__card--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9ed6ed;
  border-radius: 30px 30px 0 0;
}
.p-price__card--head .ja {
  color: #ffffff;
  padding: 14px 0 8px;
}
.p-price__card--head .en {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 2.875rem;
  line-height: 1;
  padding-bottom: 15px;
}
.p-price__card--main {
  background-color: #ffffff;
  text-align: center;
}
.p-price__card--price {
  font-weight: 700;
  line-height: 1;
}
.p-price__card--month {
  font-size: 1.75rem;
  padding: 40px 0 16px 0;
}
.p-price__card--month span {
  font-size: 2.5rem;
}
.p-price__card--tax {
  font-size: 1.5rem;
}
.p-price__card--time {
  margin-top: 45px;
}
.p-price__card--time--cont p {
  padding: 1px 0;
  width: 96px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #869dad;
  border-radius: 5px;
}
.p-price__card--time--box {
  height: 44px;
  line-height: 44px;
}
.p-price__card--time--weekday {
  margin-top: 1rem;
}
.p-price__card--time--weekday .day {
  margin-top: 16px;
  font-weight: bold;
}
.p-price__card--time--holidays {
  line-height: 1;
}
.p-price__card--time--holidays .day {
  font-weight: bold;
}
.p-price__card--foot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 32px 0 40px;
}
.p-price__card--foot--item {
  position: relative;
  display: inline-block;
  margin: 1.5em 10px 1.5em 5px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #edf0f0;
  border-radius: 10px;
}
.p-price__card--foot--item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #edf0f0;
}
.p-price__card--foot--item p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
}
.p-price__card--foot figure {
  width: 110px;
  margin: 0 5px 0 10px;
}
.p-price__card--foot figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-price {
    margin-top: 0px;
    padding: 72px 0 0 0;
  }
  .p-price__card {
    flex-direction: column;
  }
  .p-price__card--item {
    width: 100%;
  }
  .p-price__card--time {
    margin-top: 24px;
  }
  .p-price__card--head .ja {
    font-size: 0.75rem;
  }
  .p-price__card--head .en {
    font-size: 2.3125rem;
  }
  .p-price__card--foot {
    padding: 20px 0 32px;
  }
  .p-price__card--foot--item {
    padding: 10px 5px;
  }
  .p-price__card--foot figure {
    width: 100px;
    margin: 0 5px 0 5px;
  }
  .p-price__card--month {
    font-size: 1.25rem;
  }
  .p-price__card--month span {
    font-size: 2rem;
  }
  .p-price__card--tax {
    font-size: 15px;
  }
}
.p-reserve {
  background-color: #edf7fa;
  padding: 58px 0 104px;
}
.p-reserve__cont {
  margin-top: 50px;
}
.p-reserve__register {
  display: flex;
  justify-content: center;
  gap: 0 4.6875vw;
}
.p-reserve__register li {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-reserve__register li a {
  display: block;
  color: #869dad;
  font-size: clamp(31px, 3.02734375vw, 37px);
  font-weight: bold;
  border-radius: 20px;
  padding: 22px 40px;
  transition: all 0.3s;
}
.p-reserve__register li a:hover {
  color: #ffffff;
  background-color: #9ed6ed;
}
.p-reserve__register li span {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.p-reserve__register li span::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(../img/icon_line.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-reserve {
    padding: 40px 0 72px;
  }
  .p-reserve__register {
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
  }
  .p-reserve__register__taiken {
    width: 300px;
  }
  .p-reserve__register__login {
    width: 200px;
  }
  .p-reserve__register li a {
    font-size: 1.125rem;
    padding: 16px 10px;
  }
  .p-reserve__register li span {
    justify-content: center;
  }
  .p-reserve__register li span::before {
    width: 30px;
    height: 30px;
  }
}
.p-access {
  text-align: center;
  background-image: url(../img/feature02@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 118px 0 100px;
}
.p-access__title .en {
  color: #ffffff;
}
.p-access__title .ja {
  color: #ffffff;
}
.p-access__iframe {
  margin-top: 50px;
}
.p-access__detail {
  margin-top: 50px;
}
.p-access__detail--cont {
  max-width: 880px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  margin: 0 auto;
  padding: 45px 0;
}
.p-access__detail--cont dt,
.p-access__detail--cont dd {
  font-size: 1.25rem;
}
.p-access__detail--cont dt {
  width: 80px;
  font-weight: bold;
  text-align: right;
}
.p-access__detail--cont dd {
  padding-left: 40px;
  line-height: 1.8;
}
.p-access__detail--cont dd a {
  color: #3b4546;
}
.p-access__detail--title {
  color: #869dad;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.p-access__detail--title span {
  font-family: "Jost", sans-serif;
}
.p-access__dl {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.p-access__address {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.p-access__address--cont {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-access {
    padding: 40px 0 40px;
  }
  .p-access__detail--title {
    font-size: 1.1875rem;
  }
  .p-access__detail--cont {
    width: 320px;
    padding: 27px 0;
  }
  .p-access__address {
    margin-top: 16px;
  }
  .p-access__dl {
    gap: 16px 0;
  }
  .p-access__address--cont {
    flex-direction: column;
  }
  .p-access__address--cont dt {
    font-size: 0.8125rem;
    text-align: left;
  }
  .p-access__address--cont dd {
    font-size: 0.9375rem;
    text-align: left;
    padding-left: 0;
  }
}
.p-contact {
  position: relative;
  background-image: url(../img/bg_dot.svg);
  background-repeat: repeat space;
  padding: 118px 0 151px;
}
.p-contact__form {
  display: flex;
  justify-content: space-around;
}
.p-contact form {
  margin-top: 35px;
  width: clamp(650px, 63.4765625vw, 760px);
}
.p-contact form label {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-contact form .radio {
  font-weight: 400;
}
.p-contact form .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 30px;
}
.p-contact form .item-flex {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-size: 20px;
}
.p-contact form .textarea {
  height: 128px;
}
.p-contact form span {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  background-color: #9ed6ed;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  padding: 0 6px;
}

.p-contact form span.notice {
  color: #50b6e0;
  background-color: transparent;
  font-size: 12px;
  padding: 0 16px 10px;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-contact form span.notice {
    font-size: 18px;
  }
}

.p-contact form #submit {
  color: #869dad;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  height: 80px;
  border: none;
  margin-top: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.p-contact fieldset {
  display: flex;
  flex-direction: column;
}
.p-contact fieldset .name {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-contact fieldset input {
  height: 60px;
  background-color: #edf0f0;
  border-radius: 5px;
  border: none;
  margin-top: 8px;
  font-size: 1.25rem;
  padding-left: 0.5rem;
}
.p-contact fieldset input::-moz-placeholder {
  color: #a6a7a7;
  font-size: 1.25rem;
  padding-left: 1rem;
}
.p-contact fieldset input::placeholder {
  color: #a6a7a7;
  font-size: 1.25rem;
  padding-left: 1rem;
}
.p-contact fieldset .score {
  width: 92px;
}

@media screen and (max-width: 768px) {
  .p-contact__form {
    flex-direction: column;
  }
  .p-contact {
    padding: 40px 0 64px;
  }
  .p-contact form {
    width: 100%;
    margin-top: 0;
  }
  .p-contact form label {
    font-size: 0.9375rem;
    font-weight: bold;
  }
  input::-moz-placeholder {
    font-size: 0.9375rem;
  }
  input::placeholder {
    font-size: 0.9375rem;
  }
  input .p-contact__form {
    flex-direction: column;
  }
  input .p-contact__form #submit {
    font-size: 0.9375rem;
  }
}
/* SPボール */
.p-about .p-about__trouble--item {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 768px) {
  .p-about .p-about__trouble--item {
    display: flex;
    width: auto;
  }
  .p-about .p-about__trouble--item:first-child,
  .p-about .p-about__trouble--item:nth-child(3) {
    order: -1;
  }
  .p-about .p-about__trouble--item:nth-child(2) {
    justify-content: center;
    width: 100%;
  }
  .p-about .p-about__trouble--item figure {
    width: 144px;
  }
}
/* フォーム */
.p-contact form .item {
  display: block;
}

.p-contact form .item__label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.p-contact fieldset input,
.p-contact fieldset textarea {
  height: auto;
  background-color: #edf0f0;
  border-radius: 5px;
  border: none;
  margin-top: 0;
  font-size: 1.25rem;
  padding: 20px;
}

.p-contact fieldset input::-moz-placeholder,
.p-contact fieldset textarea::-moz-placeholder {
  color: #a6a7a7;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.25rem;
  padding-left: 0.5rem;
}

.p-contact fieldset input::placeholder,
.p-contact fieldset textarea::placeholder {
  color: #a6a7a7;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 1.25rem;
  padding-left: 0.5rem;
}

.p-contact fieldset input[type="text"],
.p-contact fieldset textarea {
  width: 100%;
}

.p-contact form #submit {
  margin-top: 0;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.item__label {
  margin-bottom: 8px;
}

.item__input--name {
  background-color: #edf0f0;
  border-radius: 5px;
}

.p-contact .item__input--name input {
  padding-bottom: 0;
}

.item__input.--career {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item__radio {
  display: flex;
}

.item__radio--cont {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.button__submit,
.button__back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 768px) {
  .item__radio--cont {
    margin-right: 20px;
  }
}
.item__radio--cont:last-child {
  margin-right: 0;
}

.item__radio--cont input {
  margin-top: 0 !important;
  margin-right: 15px;
}

input#career {
  max-width: 80px;
}

input#score {
  max-width: 100px;
}

.button__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.button__back {
  color: #c5d3d3;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 35%;
  height: 80px;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.button__back,
.button__submit {
  cursor: pointer;
}

.button__back:hover {
  color: #fff;
  background-color: #839eac;
}

.p-contact form #submit:hover {
  color: #fff;
  background-color: #39b8de;
}

.p-contact form #submit.--confirm {
  width: 61%;
}

@media screen and (max-width: 768px) {
  .p-contact fieldset input::-moz-placeholder,
  .p-contact fieldset textarea::-moz-placeholder {
    font-size: 15px;
    padding-left: 0;
  }
  .p-contact fieldset input::placeholder,
  .p-contact fieldset textarea::placeholder {
    font-size: 15px;
    padding-left: 0;
  }
  .p-contact form #submit {
    font-size: 15px;
  }
  input#career {
    text-align: center;
  }
  .button__back {
    font-size: 15px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    transform: scale(0.4);
  }
  .item__radio--cont {
    margin-right: 0px;
  }
  .radio {
    white-space: nowrap;
  }
  input#detail1,
  input#detail2,
  input#right,
  input#left {
    margin: 0;
  }
}
.p-thanks {
  padding-bottom: 0;
}
.p-thanks__title {
  text-align: left;
  margin-left: 52px;
}
.p-thanks__cont {
  display: flex;
  gap: 0 clamp(54px, 5.2734375vw, 74px);
  padding: 64px 0 100px;
}
.p-thanks__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px 0;
  margin-left: 60px;
}
.p-thanks__text {
  display: grid;
  gap: 50px 0;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: clamp(15px, 1.46484375vw, 20px);
  padding: clamp(44px, 4.296875vw, 64px) clamp(20px, 1.953125vw, 40px);
}
.p-thanks__btn {
  width: 506px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-thanks__btn a {
  display: block;
  color: #869dad;
  font-size: clamp(16px, 1.5625vw, 24px);
  font-weight: bold;
  background-color: #ffffff;
  padding: 28px 0;
  transition: all 0.3s;
}
.p-thanks__btn a:hover {
  color: #ffffff;
  background-color: #869dad;
}
.p-thanks__logo {
  display: flex;
  justify-content: flex-end;
  width: clamp(205px, 20.01953125vw, 245px);
  margin-top: 180px;
}
.p-thanks__logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-thanks__cont {
    padding: 32px 0 46px;
    justify-content: center;
  }
  .p-thanks__title {
    margin-left: 0;
    text-align: center;
  }
  .p-thanks__text {
    gap: 38px 0;
    text-align: center;
  }
  .p-thanks__text p {
    white-space: nowrap;
  }
  .p-thanks__text figure {
    width: 124px;
    margin-left: auto;
  }
  .p-thanks__box {
    margin-left: 0;
    gap: 32px 0;
  }
  .p-thanks__btn {
    width: 95%;
  }
  .p-thanks__btn a {
    padding: 24px 0;
  }
  .p-thanks__logo {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
