@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* -------------------------------------------

base

------------------------------------------- */
body {
  color: #353535;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
a {
  color: #353535;
}

/* -------------------------------------------

header

------------------------------------------- */
header {
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem 2.5rem 1.2rem 2.5rem;
  position: relative;
  z-index: 10;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

h1 a {
  line-height: 1;
  display: flex;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: 600;
}
h1 a span {
  font-weight: normal;
  font-size: 1rem;
  margin-left: 0.3rem;
  margin-bottom: 0.7rem;
}
h1 a img {
  width: 20rem;
}

.header-cv {
  display: flex;
  gap: 1.2rem;
}
.header-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
  color: #fff;
  width: 20rem;
  height: 4rem;
  line-height: 1;
  box-shadow: 0 0.4rem 0 #094566;
}
.header-cv a img {
  width: 2.5rem;
  margin-right: 0.8rem;
}
.header-cv li:nth-child(1) a {
  background: #006adb;
}
.header-cv li:nth-child(1) a span {
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
}
.header-cv li:nth-child(1) a span i {
  font-size: 0.8rem;
  margin-top: 0.3rem;
}
.header-cv li:nth-child(2) a {
  background: #005ab7;
}
.header-cv li:nth-child(2) a img {
  margin-top: 0.15rem;
}
.header-cv li:nth-child(3) a {
  background: #4cc764;
  box-shadow: 0 0.4rem 0 #3fa553;
}
.header-cv li:nth-child(3) a img {
  width: 3.5rem;
  margin-right: 0;
}

.gnav-menu {
  display: flex;
  gap: 5rem;
  justify-content: center;
}
.gnav-menu li {
  position: relative;
}
.gnav-menu li::after {
  content: "";
  width: 0.1rem;
  background: #353535;
  height: 1.5rem;
  position: absolute;
  right: -2.5rem;
  top: calc(50% - 0.75rem);
}

@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header .wrap {
    justify-content: center;
    align-items: center;
    height: 6rem;
    margin-bottom: 0;
  }
  h1 a {
    align-items: center;
    font-size: 2.8rem;
  }
  h1 a span {
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 0.4rem;
  }
  h1 a img {
    width: 17rem;
  }  
}
/* -------------------------------------------

kv

------------------------------------------- */
.kv .wrap {
  padding: 4rem 0;
  position: relative;
  background: url(../img/kv-bg.jpg) no-repeat center/cover;
}
.kv .wrap > div {
  margin-left: 14rem;
  width: 58rem;
}

@media screen and (max-width: 768px) {
  .kv .wrap {
    padding: 3.5rem 0 0 0;
    background: url(../img/kv-bg-sp.jpg) no-repeat top center/cover;
    overflow: hidden;
  }
  .kv .wrap > div {
    width: 100%;
    padding-left: 1rem;
    margin: 0 auto;
  }
  .kv .wrap > figure {
    width: 90%;
    margin: -2rem auto 0 auto;
  }
}
.kv-campaign {
  background: #fff002;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  position: relative;
}

.kv-campaign-price {
  color: #2d62a2;
  position: relative;
  top: -1rem;
}
.kv-campaign-price > span {
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
  -webkit-text-stroke: 0.4rem #fff;
  paint-order: stroke;
  margin-left: 9rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.kv-campaign-price > span::before, .kv-campaign-price > span::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: -1.5rem;
}
.kv-campaign-price > span::before {
  background: url(../img/kv-deco-1.png) no-repeat center/contain;
  left: -2.5rem;
}
.kv-campaign-price > span::after {
  background: url(../img/kv-deco-2.png) no-repeat center/contain;
  right: -2.5rem;
}
.kv-campaign-price > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  line-height: 1;
}
.kv-campaign-price > div > span:nth-child(1) {
  display: flex;
  align-items: center;
  position: relative;
}
.kv-campaign-price > div > span:nth-child(1)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid #2d62a2;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  position: absolute;
  right: -2.5rem;
  top: calc(50% - 1rem);
}
.kv-campaign-price > div > span:nth-child(1) > i {
  font-size: 1rem;
  border: solid 0.12rem #2d62a2;
  border-radius: 10rem;
  padding: 0.4rem 0.7rem 0.45rem 1rem;
  margin-right: 0.3rem;
}
.kv-campaign-price > div > span:nth-child(1) span {
  display: flex;
  align-items: flex-end;
  font-family: "Anton", sans-serif;
  font-size: 3.4rem;
}
.kv-campaign-price > div > span:nth-child(1) span i {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.kv-campaign-price > div > span:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
.kv-campaign-price > div > span:nth-child(2) span {
  font-weight: normal;
  font-family: "Anton", sans-serif;
  font-size: 5.6rem;
}
.kv-campaign-price > div > span:nth-child(2) i {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.kv-campaign-off {
  margin-left: 1rem;
  width: 12rem;
  height: 12rem;
  background: #2d62a2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.8;
  font-size: 4rem;
  padding-top: 1.2rem;
  padding-left: 0.4rem;
  position: relative;
  z-index: 10;
}
.kv-campaign-off span i {
  font-size: 6.8rem;
}

@media screen and (max-width: 768px) {
  .kv-campaign {
    flex-direction: column;
    height: auto;
    padding-bottom: 1.5rem;
  }
  .kv-campaign-price {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .kv-campaign-price > span {
    font-size: 2.8rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .kv-campaign-price > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    line-height: 1;
  }
  .kv-campaign-price > div > span:nth-child(1) {
    flex-direction: column;
  }
  .kv-campaign-price > div > span:nth-child(1)::after {
    right: -2rem;
  }
  .kv-campaign-price > div > span:nth-child(1) > i {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .kv-campaign-price > div > span:nth-child(1) span {
    font-size: 3.2rem;
  }
  .kv-campaign-price > div > span:nth-child(1) span i {
    font-size: 1.6rem;
  }
  .kv-campaign-price > div > span:nth-child(2) {
    margin-bottom: -0.8rem;
  }
  .kv-campaign-price > div > span:nth-child(2) span {
    font-size: 5.6rem;
  }
  .kv-campaign-price > div > span:nth-child(2) i {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-left: 0.2rem;
    margin-bottom: 0.8rem;
  }
  .kv-campaign-off {
    margin-top: 0.3rem;
    margin-left: 0;
    width: 92%;
    height: auto;
    border-radius: 10rem;
    padding: 0.8rem 0 0.4rem 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-size: 2.4rem;
  }
  .kv-campaign-off span {
    margin-bottom: -0.1rem;
  }
  .kv-campaign-off span i {
    font-size: 3.2rem;
  }
}
/* -------------------------------------------

cv

------------------------------------------- */
.cv {
  background: url(../img/cv-bg.jpg) no-repeat center/cover;
  position: relative;
  padding: 5rem 0;
}
.cv > img {
  position: absolute;
  left: 9rem;
  bottom: 0;
  width: 32rem;
}

.cv h2 {
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
  margin-bottom: 4rem;
  color: #fff;
}

.cv ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
}
.cv ul li {
  width: 21rem;
}
.cv ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 12.5rem;
  color: #fff;
  border-radius: 1rem;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.5rem 0 0 0;
}
.cv ul li a img {
  width: 3.5rem;
  margin-bottom: 0.6rem;
}
.cv ul li a span {
  text-align: center;
  line-height: 1.3;
  padding-top: 0.5rem;
}
.cv ul li:nth-child(1) a {
  background: #006adb;
  box-shadow: 0 0.6rem 0 #004da0;
}
.cv ul li:nth-child(1) a dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cv ul li:nth-child(1) a dl dd {
  font-size: 2.2rem;
  margin-top: 0.5rem;
}
.cv ul li:nth-child(1) a dl i {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.cv ul li:nth-child(2) a {
  background: #005ab7;
  box-shadow: 0 0.6rem 0 #094a6d;
}
.cv ul li:nth-child(3) a {
  background: #4cc764;
  box-shadow: 0 0.6rem 0 #348844;
}
.cv ul li:nth-child(3) a img {
  width: 5rem;
  margin-top: -0.9rem;
}
.cv ul li:nth-child(3) a span {
  margin-top: -0.7rem;
}

@media screen and (max-width: 768px) {
  .cv {
    padding: 5rem 3rem;
    overflow: hidden;
  }
  .cv > img {
    display: none;
  }
  .cv h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .cv ul {
    flex-direction: column;
    gap: 2rem;
  }
  .cv ul li {
    width: 100%;
  }
  .cv ul li a {
    min-height: auto;
    padding: 2rem 0;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .cv ul li a img {
    width: 5.6rem;
    margin-bottom: 1.5rem;
  }
  .cv ul li a span {
    padding-top: 0;
    font-size: 2.2rem;
  }
  .cv ul li:nth-child(1) a dl dd {
    font-size: 3.2rem;
  }
  .cv ul li:nth-child(1) a dl i {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .cv ul li:nth-child(3) a img {
    width: 7rem;
  }
  .cv ul li:nth-child(3) a span {
    margin-top: -1rem;
  }
}
/* -------------------------------------------

plan

------------------------------------------- */
.plan {
  background: #f3ffff;
  padding: 6rem 0;
}

.plan > ul {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  width: 72rem;
  margin: 0 auto;
}

.plan > ul > li {
  width: calc((100% - 4rem) / 2);
  background: #fff;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}

.plan .ico {
  position: absolute;
  left: -2.5rem;
  top: -3rem;
  width: 8.5rem;
}

.plan dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 1;
  color: #fff;
  font-size: 2.4rem;
}
.plan dt span {
  background: #fff;
  border-radius: 10rem;
  margin-top: 1rem;
  font-size: 1.6rem;
  padding: 0.2rem 1rem 0.3rem 1.2rem;
}

.plan > ul > li:nth-child(1) dt {
  background: #3fa7dc;
}
.plan > ul > li:nth-child(1) dt span {
  color: #3fa7dc;
}

.plan > ul > li:nth-child(2) dt {
  background: #3891e5;
}
.plan > ul > li:nth-child(2) dt span {
  color: #3891e5;
}

.plan > ul > li:nth-child(3) dt {
  background: #2d62a2;
}
.plan > ul > li:nth-child(3) dt span {
  color: #2d62a2;
}

.plan > ul > li:nth-child(4) dt {
  background: #265389;
}
.plan > ul > li:nth-child(4) dt span {
  color: #265389;
}

.plan dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 12rem;
}
.plan dd > img {
  width: auto;
  height: 6.4rem;
  margin-top: 1rem;
}

.plan dd ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8.4rem;
  width: 100%;
  padding-left: 2.5rem;
}
.plan dd ul li {
  display: flex;
  align-items: center;
  width: 100%;
}
.plan dd ul li img {
  width: 2rem;
  margin-right: 0.6rem;
}

.plan li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: dashed 0.1rem #353535;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem 0;
}
.plan li a img {
  width: 1.4rem;
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .plan {
    padding: 6rem 3rem;
  }
  .plan > ul {
    flex-direction: column;
    gap: 2rem;
    width: auto;
  }
  .plan > ul > li {
    width: 100%;
  }
  .plan .ico {
    left: -2rem;
    top: -2rem;
  }
}
/* -------------------------------------------

trouble

------------------------------------------- */
.trouble {
  background: #4aa0c5;
  padding: 6rem 0;
  position: relative;
}
.trouble::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9rem solid transparent;
  border-right: 9rem solid transparent;
  border-top: 3rem solid #4aa0c5;
  position: absolute;
  left: calc(50% - 9rem);
  bottom: -2.9rem;
}

.trouble .heading-1 {
  color: #fff;
}
.trouble .heading-1 i {
  color: #4aa0c5;
  background: #fff;
}

.trouble ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  width: 80rem;
  margin: 0 auto;
}
.trouble ul li {
  width: calc((100% - 2rem) / 2);
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 2.5rem 2rem;
}
.trouble ul li figure {
  width: 20%;
}
.trouble ul li dl {
  width: 80%;
  padding-left: 2rem;
}
.trouble ul li dl dt {
  font-size: 1.6rem;
  border-bottom: dashed 0.1rem #b0b0b0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .trouble {
    padding: 6rem 3rem;
  }
  .trouble ul {
    flex-direction: column;
    width: 100%;
  }
  .trouble ul li {
    width: 100%;
  }
  .trouble ul li figure {
    width: 25%;
  }
  .trouble ul li dl {
    width: 75%;
  }
  .trouble ul li dl dt {
    line-height: 1.4;
  }
}
/* -------------------------------------------

point

------------------------------------------- */
.point {
  background: url(../img/point-bg.jpg) no-repeat center/cover;
  padding: 10rem 0 8rem 0;
}

.point h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
}
.point h2 span {
  position: relative;
  color: #265389;
  text-align: center;
  font-size: 3.2rem;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
}
.point h2 img {
  position: absolute;
  left: -6rem;
  top: -6.5rem;
  width: 15rem;
}

.point ul {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
  color: #fff;
}
.point ul li {
  border-radius: 1rem;
  position: relative;
  background: #265389;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
}
.point ul li:nth-child(1) {
  width: 100%;
  background: rgba(38, 83, 137, 0.95);
  display: flex;
  justify-content: center;
  padding: 3.5rem 0 3.7rem 0;
}
.point ul li:nth-child(1) div {
  display: flex;
  flex-direction: column;
}
.point ul li:nth-child(1) div span {
  font-weight: bold;
  font-size: 3rem;
}
.point ul li:nth-child(1) div i {
  font-size: 1.2rem;
}
.point ul li:nth-child(1) .img-1,
.point ul li:nth-child(1) .img-2 {
  position: absolute;
}
.point ul li:nth-child(1) .img-1 {
  left: 1.5rem;
  bottom: 0;
  width: 18rem;
}
.point ul li:nth-child(1) .img-2 {
  right: 2rem;
  bottom: 1rem;
  width: 10rem;
}
.point ul li:nth-child(2),
.point ul li:nth-child(3) {
  width: calc((100% - 2rem) / 2);
}
.point ul li:nth-child(2) div,
.point ul li:nth-child(3) div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 7rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.point ul li:nth-child(2) div i,
.point ul li:nth-child(3) div i {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.point ul li:nth-child(2) img,
.point ul li:nth-child(3) img {
  border-radius: 0 0 1rem 1rem;
}

@media screen and (max-width: 768px) {
  .point {
    background: url(../img/point-bg.jpg) no-repeat right center/cover;
    padding: 6rem 3rem 8rem 3rem;
  }
  .point h2 {
    margin-bottom: 2rem;
  }
  .point h2 span {
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .point h2 img {
    position: relative;
    left: auto;
    top: auto;
    width: 10rem;
  }
  .point ul {
    width: auto;
    row-gap: 2rem;
    color: #fff;
  }
  .point ul li:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2.5rem 3rem 0 3rem;
  }
  .point ul li:nth-child(1) div {
    display: flex;
    flex-direction: column;
  }
  .point ul li:nth-child(1) div span {
    font-size: 2.1rem;
    text-align: center;
  }
  .point ul li:nth-child(1) div i {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
  .point ul li:nth-child(1) figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .point ul li:nth-child(1) .img-1,
  .point ul li:nth-child(1) .img-2 {
    position: relative;
  }
  .point ul li:nth-child(1) .img-1 {
    left: auto;
    bottom: auto;
    width: 14rem;
    margin-right: 1rem;
  }
  .point ul li:nth-child(1) .img-2 {
    right: auto;
    bottom: auto;
    width: 10rem;
  }
  .point ul li:nth-child(2),
  .point ul li:nth-child(3) {
    width: 100%;
  }
  .point ul li:nth-child(2) div,
  .point ul li:nth-child(3) div {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  .point ul li:nth-child(2) div i,
  .point ul li:nth-child(3) div i {
    font-weight: 500;
    margin-top: 0.5rem;
  }
}
/* -------------------------------------------

appeal

------------------------------------------- */
.appeal {
  background: #2d62a2;
  padding: 7rem 0 6rem 0;
  position: relative;
}
.appeal > span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2d62a2;
  border: solid 0.3rem #2d62a2;
  border-radius: 10rem;
  width: 48rem;
  height: 5.6rem;
  top: -3rem;
  left: calc(50% - 24rem);
  font-size: 2.4rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.appeal h2 {
  color: #fff;
}

.appeal ul {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}
.appeal ul li {
  flex: 1;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}
.appeal ul li img {
  width: 65%;
  height: auto;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .appeal {
    padding: 5rem 3rem 6rem 3rem;
  }
  .appeal > span {
    width: 30rem;
    height: 4.8rem;
    top: -2.4rem;
    left: calc(50% - 15rem);
    font-size: 2rem;
  }
  .appeal ul {
    width: auto;
    flex-wrap: wrap;
  }
  .appeal ul li {
    flex: none;
    width: calc((100% - 2rem) / 2);
    font-size: 1.5rem;
  }
}
/* -------------------------------------------

price

------------------------------------------- */
.price {
  padding: 6rem 0;
  padding: 6rem 0;
}
.price > div a {
  background: #fff002;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 6.8rem;
  margin: 0 auto;
  padding-bottom: 0.15rem;
  box-shadow: 0 0.5rem 0 #c8bc02;
  font-weight: bold;
  font-size: 1.6rem;
}

.price ul {
  width: 80rem;
  margin: 0 auto 4rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.price ul li {
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.price ul li:nth-child(1) dt {
  background: #3fa7dc;
}
.price ul li:nth-child(1) dt span i {
  color: #3fa7dc;
}
.price ul li:nth-child(2) dt {
  background: #3891e5;
}
.price ul li:nth-child(2) dt span i {
  color: #3891e5;
}
.price ul li:nth-child(3) dt {
  background: #2d62a2;
}
.price ul li:nth-child(3) dt span i {
  color: #2d62a2;
}
.price ul li:nth-child(4) dt {
  background: #265389;
}
.price ul li:nth-child(4) dt span i {
  color: #265389;
}

.price dt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
.price dt > i {
  font-size: 1.6rem;
}
.price dt span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
}
.price dt span i {
  margin-left: 1rem;
  border-radius: 10rem;
  background: #fff;
  font-size: 1.7rem;
  padding: 0.4rem 1.25rem 0.5rem 1.5rem;
  margin-top: 0.5rem;
}
.price dt img {
  position: absolute;
  left: 2rem;
  top: -2.5rem;
  width: 13rem;
}

.price dd {
  display: flex;
  flex-direction: row-reverse;
}
.price dd > * {
  width: 50%;
}

.price .bg {
  border-radius: 0 0 1rem 0;
}

.price li:nth-child(1) .bg {
  background: url(../img/price-bg-1.jpg) no-repeat center/cover;
}

.price li:nth-child(2) .bg {
  background: url(../img/price-bg-2.jpg) no-repeat center/cover;
}

.price li:nth-child(3) .bg {
  background: url(../img/price-bg-3.jpg) no-repeat center/cover;
}

.price li:nth-child(4) .bg {
  background: url(../img/price-bg-4.jpg) no-repeat center/cover;
}

.price .txt {
  padding: 2.5rem;
}
.price .txt img {
  margin-top: 1rem;
  display: block;
}
.price .txt img.adjust {
  width: auto;
  height: 7rem;
}

.price-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 1.5rem;
  line-height: 1;
}
.price-price.adjust {
  align-items: center;
}
.price-price.adjust > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.price-price.adjust > div:nth-of-type(1) span {
  background: #ebf2fa;
  padding: 0.8rem 1rem 0.9rem 1.2rem;
}
.price-price.adjust > div:nth-of-type(1) i {
  margin: 0 0.5rem;
}
.price-price.adjust > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.price-price.adjust > div:nth-of-type(2) .tax {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-right: 0;
}

.price li:nth-child(1) .price-price {
  color: #3fa7dc;
}

.price li:nth-child(2) .price-price {
  color: #3891e5;
}

.price li:nth-child(3) .price-price {
  color: #2d62a2;
}

.price li:nth-child(4) .price-price {
  color: #265389;
}

.tax {
  margin-right: 0.6rem;
}

.yen {
  font-family: "Anton", sans-serif;
  font-size: 3.6rem;
  margin-bottom: -0.8rem;
}
.yen i {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  vertical-align: 0.4rem;
  margin-left: -0.7rem;
}

@media screen and (max-width: 768px) {
  .price {
    padding: 6rem 3rem;
  }
  .price > div a {
    width: 100%;
    height: 6.8rem;
  }
  .price ul {
    width: auto;
    gap: 3rem;
  }
  .price dt img {
    left: -2rem;
    top: -5rem;
    width: 7rem;
  }
  .price dd {
    flex-direction: column;
  }
  .price dd > * {
    width: 100%;
  }
  .price .bg {
    aspect-ratio: 16/9;
    border-radius: 0;
  }
}
/* -------------------------------------------

flow

------------------------------------------- */
.flow {
  padding: 6rem 0;
}

.flow ul {
  width: 72rem;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
}
.flow ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.flow ul li:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid #2d62a2;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  position: absolute;
  right: -2.5rem;
  top: 8.5rem;
}
.flow ul figure {
  width: 60%;
}
.flow ul .num {
  color: #2d62a2;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.7rem;
}
.flow ul dt {
  margin: 2rem 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
.flow ul dd {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 6rem 3rem;
  }
  .flow ul {
    width: auto;
    gap: 2rem;
  }
  .flow ul li:not(:last-child):before {
    border-left: 1rem solid #2d62a2;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    right: -1.5rem;
    top: 6.5rem;
  }
  .flow ul figure {
    width: 90%;
  }
  .flow ul .num {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .flow ul dt {
    margin: 1.2rem 0 0.6rem 0;
    font-size: 1.5rem;
  }
  .flow ul dd {
    font-size: 1.1rem;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.access {
  background: #f3ffff;
  padding: 6rem 0;
}

.access .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.access .wrap > * {
  width: 50%;
}
.access .wrap div:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  padding-right: 5rem;
}
.access .wrap dl {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.access .wrap dl dt {
  width: 10rem;
}
.access .wrap dl dd {
  width: calc(100% - 10rem);
}
.access .wrap dl dd:not(:last-of-type) {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .access {
    padding: 6rem 3rem;
  }
  .access .wrap {
    flex-direction: column;
  }
  .access .wrap > * {
    width: 100%;
  }
  .access .wrap div:nth-of-type(2) {
    display: block;
    margin-top: 2rem;
    padding-right: 0;
  }
  .access .wrap dl {
    width: 100%;
  }
}
/* -------------------------------------------

faq

------------------------------------------- */
.faq {
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 6rem 3rem;
  }
}
.faq-ttl {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 1.2rem 6rem 1.3rem 2rem;
  position: relative;
  transition: all 0.3s;
  border-bottom: dashed 0.1rem #353535;
}

@media screen and (max-width: 768px) {
  .faq-ttl {
    padding: 1.2rem 6rem 1.3rem 0;
  }
}
.faq-ttl i {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #2d62a2;
  transition: all 0.3s;
}

.faq-ttl:hover i {
  transform: translate(0, -50%) rotate(180deg);
}

.faq-ttl:hover {
  cursor: pointer;
}

.faq-ttl > span:nth-child(1),
.faq-content > span:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
  padding-left: 0.15rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-ttl > span:nth-child(1) {
  background: #2d62a2;
}

.faq-content > span:nth-child(1) {
  background: #43a8dd;
}

.faq-ttl > span:nth-child(2) {
  font-size: 1.5rem;
  padding-left: 1rem;
  width: calc(100% - 4rem);
}

.faq-content > span:nth-child(2) {
  padding-left: 1rem;
  width: calc(100% - 4rem);
}

.faq-content {
  display: flex;
  padding: 1rem 2rem 2rem 2rem;
}

.faq-content > span:nth-child(2) {
  padding-left: 1rem;
  padding-top: 0.75rem;
}

@media screen and (max-width: 768px) {
  .faq-content {
    padding: 1rem 2rem 2rem 0;
  }
}
/* -------------------------------------------

schedule

------------------------------------------- */
.schedule {
  background: #f3ffff;
  padding: 6rem 0;
}

.schedule .wrap {
  width: 64rem;
  margin: 0 auto;
}
.schedule .wrap iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .schedule {
    padding: 6rem 0 0 0;
  }
  .schedule .wrap {
    width: auto;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.form {
  background: url(../img/form-bg.jpg) no-repeat center/cover;
  padding: 5rem 0;
}
.form h2 {
  margin-bottom: 3rem;
}

.form .wrap {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  box-shadow: 0px 0px 27px 0px rgba(128, 128, 128, 0.47);
  width: 80rem;
  margin: 0 auto;
  padding: 6rem 4rem;
}
.form .wrap > div:nth-of-type(1) {
  border-top: dashed 0.1rem #353535;
  padding-top: 4rem;
}

@media screen and (max-width: 768px) {
  .form {
    padding: 4rem 2.5rem;
  }
  .form .wrap {
    width: auto;
    padding: 4rem 3rem;
  }
}
/* -------------------------------------------

footer

------------------------------------------- */
footer {
  background: #2d62a2;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0.5rem 0 5.5rem 0;
  }
}
/* -------------------------------------------

class

------------------------------------------- */
.heading-1 {
  line-height: 1.2;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 4rem;
  color: #2d62a2;
  text-align: center;
}

.heading-1 i {
  background: #fff002;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  padding: 1rem 3rem 1.2rem 3rem;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .heading-1 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .heading-1 i {
    padding: 1rem 2.5rem 1.1rem 2.5rem;
    font-size: 1.6rem;
  }
}
.base-width {
  width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .base-width {
    width: auto;
  }
}
#page-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

#page-top a {
  background: #3fa7dc;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-left: 0.1rem;
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 6rem;
  }
}
.gmap iframe {
  width: 100%;
  height: 36rem;
}

.gmap.grey iframe {
  filter: grayscale(100%);
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* -------------------------------------------

fade

------------------------------------------- */
.fade {
  opacity: 0;
  transform: translateY(2rem);
}

.fade.is-animation {
  animation: fade 0.5s ease;
  animation-fill-mode: both;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* -------------------------------------------

hamburger

------------------------------------------- */
.gnav-sp {
  background: #fff;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
}

.gnav-sp nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.gnav-sp-menu li span {
  display: block;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1rem 0;
  white-space: nowrap;
}

/* toggle */
.toggle-btn {
  background: #3891e5;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  transition: all 0.5s;
  z-index: 100000;
}

.toggle-btn span {
  background: #fff;
  display: block;
  position: absolute;
  left: 2rem;
  width: 2rem;
  height: 0.2rem;
  transition: all 0.4s;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */
.open .gnav-sp {
  top: 0;
  opacity: 1;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #2d62a2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.submit-wrap {
  position: relative;
  width: 26rem;
  margin: 0 auto;
}
.submit-wrap::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/form-arrow.png) no-repeat center/contain;
  position: absolute;
  right: 2.5rem;
  top: calc(50% - 0.75rem);
}

.CMS-FORM-GROUP input[type=submit] {
  background: linear-gradient(to bottom, #8edd59, #2ec140);
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 1.3rem 0 1.45rem 0;
  transition: all 0.3s;
  width: 26rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 0 #27802c;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 1;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #2d62a2;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
  border-radius: 10rem;
}

.required.nini {
  background: #a2a2a2;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
  background-color: #fafafa;
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
  padding: 10rem 0;
}

.thanx p {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .thanx {
    padding: 10rem 3rem;
  }
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: var(--prime);
}

/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
}
.fixed li {
  width: 33.3333333333%;
}
.fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
}
.fixed a img {
  width: 2rem;
  margin-right: 0.4rem;
}
.fixed li:nth-child(1) a {
  background: #006adb;
  font-size: 1.3rem;
}
.fixed li:nth-child(1) a img {
  width: 1.5rem;
}
.fixed li:nth-child(2) a {
  background: #005ab7;
}
.fixed li:nth-child(2) a img {
  margin-top: 0.15rem;
  margin-right: 0.8rem;
}
.fixed li:nth-child(3) a {
  background: #4cc764;
}
.fixed li:nth-child(3) a img {
  width: 3.6rem;
}/*# sourceMappingURL=style.css.map */