@charset "UTF-8";
.plan {
  margin-top: 10rem;
}
.plan h2 {
  margin-bottom: 6rem;
}
.plan-bg {
  background: url(../images/bg-main.jpg) repeat;
}
.plan-section {
  margin-bottom: 6rem;
  color: #fff;
  background-color: #787878;
  background-size: cover;
  background-position: center;
}
.plan-section h3 {
  position: relative;
  padding: 2rem 6rem;
  background: #1D1F46;
  line-height: 1.3;
  font-size: 5rem;
  color: #5DFC7C;
}
.plan-section h3 small {
  display: block;
  font-size: 2.6rem;
  color: #fff;
}
.plan-section h3 .plan-h3-label {
  position: absolute;
  bottom: 3rem;
  right: 6rem;
  padding: 0.5rem 2rem;
  background: #FA6D78;
  border-radius: 100rem;
  font-size: 2rem;
  color: #fff;
}
.plan-section h4 {
  margin: 4rem 0 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #5DFC7C;
  font-size: 2.4rem;
}
.plan-section hr {
  margin: 4rem 0;
  border: none;
  border-top: 2px dashed #E6E6E6;
}
.plan-section p {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 500;
}
.plan-section-inner {
  padding: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.plan-section-2 {
  margin-right: calc(50% - 50vw);
}
.plan-section-2 h3 {
  padding-left: 12rem;
}
.plan-section-2 h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  background: #5DFC7C;
}
.plan-section-2.reverse {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
.plan-section-2.reverse h3 {
  color: #B3F1EE;
}
.plan-section-2.reverse h3::before {
  background: #B3F1EE;
}
.plan-section-2.reverse h4 {
  border-left-color: #B3F1EE;
}
.plan-section-2.reverse .plan-cta-btn {
  border-color: #B3F1EE;
}
.plan-section.onlinetrainingplan .plan-section-inner {
  background-image: url(../images/bg-onlinetrainingplan.jpg);
}
.plan-section.widereceivermaterial .plan-section-inner {
  background-image: url(../images/bg-widereceivermaterial.jpg);
}
.plan-section.onlineteamsupport .plan-section-inner {
  background-image: url(../images/bg-onlineteamsupport.jpg);
}
.plan-section.facetofaceteamsupport .plan-section-inner {
  background-image: url(../images/bg-facetofaceteamsupport.jpg);
}
.plan-section.hawaiitraining .plan-section-inner {
  background-image: url(../images/bg-hawaiitraining.jpg);
}
.plan-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.plan-online-img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 23rem;
}
.plan-online-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}
.plan-online-txt h4 {
  margin-top: 0;
  padding-left: 0;
  border-left: none;
  font-size: 3rem;
}
.plan-online-txt h5 {
  margin: 3rem 0 1rem;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  background: #5DFC7C;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #1D1F46;
}
.plan-online-txt h5:nth-of-type(1) {
  background: #B3F1EE;
}
.plan-online-txt p {
  font-size: 1.8rem;
}
.plan-target {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
.plan-target li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background: transparent;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  border: white solid;
}
.plan-training {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  gap: 1rem 6rem;
  margin-bottom: 4rem;
}
.plan-training li {
  width: 100%;
  font-size: 1.8rem;
}
.plan-training li::before {
  content: "■";
  padding-right: 1rem;
}
.plan-price{
  font-size: 3rem;
  font-weight: bold;
}
.plan-price-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
.plan-price-wrp > h4 {
  margin: 0;
}
.plan-price-item {
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  color: #1D1F46;
}
.plan-price-1 .plan-price-item dd{
  color: #FA6D78;
}
.plan-price-item dd > * {
  vertical-align: middle;
}
.plan-price-item dd s {
  font-size: 2.4rem;
  color: black;
}
.plan-price-item dd s::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: 0.1em 0.6em;
  background: #B3F1EE;
}
.plan-price-item dd span {
  color: #FA6D78;
}
.plan-price-item dd small {
  font-size: 1.6rem;
  padding-left: 1rem;
}
.plan-price-item dt{
  font-size: 1.8rem;
  margin: auto;
}
.plan-price-1 .plan-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 2rem;
}
.plan-price-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
.plan-price-2 .plan-price-item {
  width: 100%;
}
.plan-price-2 .plan-price-item dt {
  padding: 0.3rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #5DFC7C;
  font-size: 2.4rem;
}
.plan-price-2 .plan-price-item dd {
  padding: 0.6rem 1rem;
}
.plan-cta {
  margin: auto;
  margin-top: 6rem;
  text-align: center;
  width: 40rem;
}
.plan-cta2 {
  margin: auto;
  margin-top: 6rem;
  width: 40rem;
}
.plan-cta a:hover, .plan-cta a:active {
  opacity: 0.7;
}
.plan-cta2 a:hover, .plan-cta2 a:active {
  opacity: 0.7;
}
.plan-cta-btn {
  position: relative;
  display: inline-block;
  width: min(90%, 70rem);
  padding: 2rem 4rem;
  border: 0.5rem solid #5DFC7C;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #1D1F46;
  text-decoration: none;
}
.plan-cta-btn::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 4rem;
  width: 1em;
  height: 1em;
  background: url(../images/img-arrow-01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40rem calc(50% - 50vw) -20rem;
  padding-top: 10rem;
  -webkit-transform: translateY(-30rem);
          transform: translateY(-30rem);
}
.plan-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 33rem;
}
.plan-menu li a {
  position: relative;
  display: block;
  background: #1D1F46;
  line-height: 1.3;
  font-size: 2.6rem;
  font-weight: 600;
  color: #5DFC7C;
  text-decoration: none;
}
.plan-menu li a div {
  padding: 2rem;
}
.plan-menu li a::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: #5DFC7C;
}
.plan-menu li a:hover, .plan-menu li a:active {
  opacity: 0.8;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}
.plan-menu li.reverse {
  margin-top: -10rem;
}
.plan-menu li.reverse a {
  color: #B3F1EE;
}
.plan-menu li.reverse a::before {
  background: #B3F1EE;
}
.plan-accepting {
  margin-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}
.plan-accepting h3 {
  margin-bottom: 1rem;
  font-size: 4rem;
}
.plan-accepting p {
  margin-bottom: 4rem;
}
.plan-accepting-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.plan-accepting-btn div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 2rem;
  border-radius: 0.5rem;
  background: #1D1F46;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
.plan-accepting-btn div small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}/*# sourceMappingURL=plan.css.map */


@media screen and (max-width: 768px) {
  .plan {
    margin-top: 6rem;
  }
  .plan h2 {
    margin-bottom: 6rem;
  }
  .plan-bg {
    background: url(../images/bg-main.jpg) repeat;
  }
  .plan-section {
    color: #fff;
    background-color: white;
    background-size: cover;
    background-position: center;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 6rem;
  }
  .plan-section h3 {
    position: relative;
    padding: 6rem 2rem;
    background: #1D1F46;
    line-height: 1.3;
    font-size: 5rem;
    color: aquamarine;
    border-radius: 2rem 2rem 0 0;
  }
  .plan-section h3 small {
    display: block;
    font-size: 2.5rem;
    color: #fff;
  }
  .plan-section h3 .plan-h3-label {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    padding: 0.5rem 2rem;
    background: #FA6D78;
    border-radius: 0;
    font-size: 2rem;
    color: #fff;
  }
  .plan-section h4 {
    margin: 4rem 0 1.5rem;
    padding-left: 1rem;
    border-left: 4px solid #5DFC7C;
    font-size: 2.5rem;
  }
  .plan-section hr {
    margin: 4rem 0;
    border: none;
    border-top: 2px dashed #E6E6E6;
  }
  .plan-section p {
    line-height: 2;
    font-size: 2rem;
    font-weight: 500;
  }
  .plan-section-inner {
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .plan-section-2 {
    margin-right: calc(50% - 50vw);
  }
  .plan-section-2 h3 {
  }
  .plan-section-2 h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    background: #5DFC7C;
  }
  .plan-section-2.reverse {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
  .plan-section-2.reverse h3 {
    color: #B3F1EE;
  }
  .plan-section-2.reverse h3::before {
    background: #B3F1EE;
  }
  .plan-section-2.reverse h4 {
    border-left-color: #B3F1EE;
  }
  .plan-section-2.reverse .plan-cta-btn {
    border-color: #B3F1EE;
  }
  .plan-section.onlinetrainingplan .plan-section-inner {
    background-image: url(../images/bg-onlinetrainingplan.jpg);
    background-position: 50%;
  }
  .plan-section.widereceivermaterial .plan-section-inner {
    background-image: url(../images/bg-widereceivermaterial.jpg);
    background-position: 40%;
  }
  .plan-section.onlineteamsupport .plan-section-inner {
    background-image: url(../images/bg-onlineteamsupport.jpg);
    background-position: 84%;
  }
  .plan-section.facetofaceteamsupport .plan-section-inner {
    background-image: url(../images/bg-facetofaceteamsupport.jpg);
    background-position: 25%;
  }
  .plan-section.hawaiitraining .plan-section-inner {
    background-image: url(../images/bg-hawaiitraining.jpg);
    background-position: 58%;
  }
  .plan-online {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
  }
  .plan-online-img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 23rem;
    margin: auto;
  }
  .plan-online-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .plan-online-txt h4 {
    margin-top: 0;
    padding-left: 0;
    border-left: none;
    font-size: 3rem;
  }
  .plan-online-txt h5 {
    margin: 10rem 0 3rem;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    background: #5DFC7C;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #1D1F46;
    width: 100%;
  }
  .plan-online-txt h5:nth-of-type(2) {
    background: #B3F1EE;
  }
  .plan-online-txt p {
    font-size: 2rem;
    line-height: 2;
  }
  .plan-target {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .plan-target li {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    padding: 4.5rem 1rem;
    border-radius: 0.5rem;
    background: transparent;
    border: solid;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: white;
  }
  .plan-training {
    display: grid;
    grid-template-columns: repeat(1, max-content);
    gap: 1rem 1rem;
    margin-bottom: 4rem;
  }
  .plan-training li {
    width: 100%;
    font-size: 2rem;
  }
  .plan-training li::before {
    content: "■";
    padding-right: 0.5rem;
  }
  .plan-price{
    font-size: 3rem;
    font-weight: bold;
  }
  .plan-price-wrp {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
  }
  .plan-price-wrp > h4 {
    margin: 0;
  }
  .plan-price-item {
    width: 100%;
    border-radius: 0.5rem;
    background: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    color: #1D1F46;
  }
  .plan-price-item dd > * {
    vertical-align: middle;
  }
  .plan-price-item dd s {
    font-size: 2.5rem;
  }
  .plan-price-item dd s::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: 0.1em 0.6em;
    background: #B3F1EE;
  }
  .plan-price-item dd span {
    color: #FA6D78;
  }
  .plan-price-item dd small {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
  .plan-price-item dt{
    font-size: 2rem;
    margin: auto;
  }
  .plan-price-1 .plan-price-item {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2rem;
    padding: 0.8rem 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .plan-price-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .plan-price-2 .plan-price-item {
    width: 100%;
  }
  .plan-price-2 .plan-price-item dt {
    padding: 0.3rem 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #5DFC7C;
    font-size: 2.5rem;
  }
  .plan-price-2 .plan-price-item dd {
    padding: 0.6rem 1rem;
    color: #FA6D78;
  }
  .plan-cta {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
    width: 100%;
  }
  .plan-cta2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 100%;
  }
  .plan-cta a:hover, .plan-cta a:active {
    opacity: 0.7;
  }
  .plan-cta-btn {
    position: relative;
    display: inline-block;
    width: min(90%, 70rem);
    padding: 2rem 4rem;
    border: 0.5rem solid #5DFC7C;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #1D1F46;
    text-decoration: none;
  }
  .plan-cta-btn::after {
    content: "";
    position: absolute;
    top: 2.8rem;
    right: 4rem;
    width: 1em;
    height: 1em;
    background: url(../images/img-arrow-01.svg) no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .plan-menu {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0rem calc(50% - 50vw) 5rem;
    padding-top: 10rem;
    -webkit-transform: translateY(-30rem);
    transform: translateY(0rem);
  }
  .plan-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 43rem;
  }
  .plan-menu li img{
    height: 26rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .plan-menu li a {
    position: relative;
    display: block;
    background: #1D1F46;
    line-height: 1.3;
    font-size: 2rem;
    font-weight: 600;
    color: #5DFC7C;
    text-decoration: none;
  }
  .plan-menu li a div {
    padding: 1.8rem;
  }
  .plan-menu li a::before {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    background: #5DFC7C;
  }
  .plan-menu li a:hover, .plan-menu li a:active {
    opacity: 0.8;
    -webkit-transform: translateY(0.3rem);
    transform: translateY(0.3rem);
  }
  .plan-menu li.reverse {
    margin-left: auto;
    margin-top: 0;
  }
  .plan-menu li.reverse a {
    color: #B3F1EE;
  }
  .plan-menu li.reverse a::before {
    background: #B3F1EE;
  }
  .plan-accepting {
    margin-top: 10rem;
    padding-bottom: 10rem;
    text-align: center;
  }
  .plan-accepting h3 {
    margin-bottom: 1rem;
    font-size: 4rem;
  }
  .plan-accepting p {
    margin-bottom: 4rem;
  }
  .plan-accepting-btn {
    display: block;
    gap: 2rem;
    width: 98vw;
    margin: auto;
  }
  .plan-accepting-btn div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem 2rem;
    border-radius: 0.5rem;
    background: #1D1F46;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
  }
  .plan-accepting-btn div small {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
  }

}