@charset "UTF-8";

:root {
  --main-color: #6DA3DA;
  --sub-color: #A9D4F2;
  --accent-color: #9d7bf8;
}

.red {
  color: rgb(211, 33, 33);
}
.c-link {
  transition: .3s color;
}
.c-link:hover {
  color: var(--main-color);
}
.c-link-blank {
  position: relative;
}
.c-link-blank::after{
  content: "";
  position: absolute;
  height: .9em;
  width: 1.2em;
  background-image: url(../images/link_icon.svg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: .3em;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s background-image;
}
.c-link-blank:hover::after{
  background-image: url(../images/link_icon-blue.svg);
}
.c-card {
  box-shadow: 2px 4px 5px #acacac;
  background: #fff;
}

.c-mv__wrap {
  border: 5px solid var(--main-color);
  border-radius: 5px;
  background: #fff;
}
.c-mv__inner {
  background: no-repeat;
  background-image: url(../images/mv_bg_lt.png), url(../images/mv_bg_rt.png),  url(../images/mv_bg_lb.png), url(../images/mv_bg_rb.png);
  background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
  background-size: 184px auto, 234px auto, 178px auto, 206px auto;
  position: relative;
  /* padding-top: 40.5%; */
  text-align: center;
  padding: 5rem 5rem 12rem;
}
.c-mv__title {
  /* position: absolute; */
  /* top: 46.8%; */
  /* bottom: 5rem; */
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* width: 45%; */
  text-align: center;
  max-width: 372px;
  width: 75%;
  margin: auto;
}
.c-mv__text {margin-top: 4rem;line-height: 1.5;}
.c-mv__text p:not(:first-child) {margin-top: 2.5rem;}
.c-mv__text p span:not(:first-child) {margin-top: .7rem;}
.c-mv__text p span {display: inline-block}
.c-mv__cta {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main-color);
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  width: 400px;
  max-width: 50%;
  text-align: center;
  transition: .2s border-bottom, .2s filter;
  border-radius: 1em;
  border-bottom: 5px solid #4a535c;
}
.c-mv__cta:hover {
  border-bottom: 0;
  filter: brightness(.9);
}
@media screen and (max-width: 900px) {
  .c-mv__wrap {
    border-width: 5px;
  }
  .c-mv__title {
    /* width: 68%; */
    width: 88%;
  }
  .c-mv__text {

  }
}
@media screen and (max-width: 900px) {
  .c-mv__inner {
    background-position: top 3px left 4px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
    background-size: 20% auto, 26% auto, 19% auto, 23% auto;
    padding: 3rem 1.5rem 11rem;
  }
  .c-mv__cta {max-width: 80%;padding: .5rem 3rem;}
}

.c-section__wrap {
  margin-top: 4rem;
  padding: 4rem 2.5rem 4rem;
  /* padding-right: 15px; */
  background: #fff;
  border-radius: 5px;
  border: 5px solid var(--sub-color);
  border-color: var(--sub-color) var(--main-color) var(--main-color) var(--sub-color);
}
.c-section__wrap:not(:last-child) {
  position: relative;
}
.c-section__wrap__top {

}
.c-section__inner {

}
.c-section__title__wrap {
  position: relative;
}
.c-section__title__wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.5rem;
  left: 0;
  width: 9.5rem;
  height: 9.5rem;
  background: var(--accent-color);
  border-radius: 5rem;
  mix-blend-mode: multiply;
  filter: opacity(0.5);
}
.c-section__title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .08em;
  padding: 1.7rem 0 0 4.6rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.c-section__title span {
  position: relative;
}
.c-section__title::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 4.6rem);
  height: 5px;
  bottom: 0rem;
  left: 4.6rem;
  background: var(--main-color);
  border-radius: 3px;
  filter: opacity(.8);
}
.c-section__subtitle__wrap {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.c-section__subtitle__wrap::before,
.c-section__subtitle__wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: .4rem;
  mix-blend-mode: multiply;
}
.c-section__subtitle__wrap::before {
  top: 0;
  left: 0;
  background: var(--main-color);
}
.c-section__subtitle__wrap::after {
  top: 1.2rem;
  left: 1.2rem;
  background: var(--sub-color);
}
.c-section__subtitle {
  font-size: 2.6rem;
  font-weight:bold;
  padding-left: 4.3rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.c-section__subtitle span {
  background: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-right: 10px;
}
.c-section__subtitle::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: calc(100% - 4.3rem);;
  height: 4px;
  background-image:
    radial-gradient(circle, var(--main-color) 2px, transparent 2px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 20px 4px, 4px 20px, 20px 4px, 4px 20px;
  transform: translateY(-50%);
}
.c-section__text__wrap {
  margin-top: 3.5rem;
  padding-left: 4.6rem;
  padding-right: 4.6rem;
}
.c-section__text {

}
.c-dl2 {

}
.c-dt2 {

}
.c-dt2::before {
  content: "・";
}
.c-dd2 {
  padding-left: 1em;
}

@media screen and (max-width: 1150px) {
  .c-section__wrap {
    margin-top: 3rem;
    padding: 3rem 1.5rem;
  }
  .c-section__title__wrap::before {
    top: -0.9rem;
    left: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 3.5rem;
  }
  .c-section__title {
    font-size: 2.8rem;
    padding: 0.6rem 0 0 2.6rem;
    font-weight: 500;
    letter-spacing: -.01em;
  }
  .c-section__title::before {
    width: calc(100% - 2.7rem);
    height: 3px;
    bottom: 0.3rem;
    left: 2.7rem;
  }
  .c-section__subtitle__wrap {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .c-section__subtitle__wrap::before,
  .c-section__subtitle__wrap::after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.3rem;
  }
  .c-section__subtitle__wrap::before {
    top: 0;
    left: 0;
    background: var(--main-color);
  }
  .c-section__subtitle__wrap::after {
    top: 1rem;
    left: 1rem;
    background: var(--sub-color);
  }
  .c-section__subtitle {
    font-size: 2.2rem;
    font-weight:bold;
    padding-left: 3.8rem;
    line-height: 1.3;
    position: relative;
    z-index: 1;
  }
  .c-section__subtitle span {
    background: #fff;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding-right: 10px;
    font-weight: 600;
  }
  .c-section__subtitle::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    width: calc(100% - 4.3rem);;
    height: 4px;
    background-image:
      radial-gradient(circle, var(--main-color) 2px, transparent 2px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 20px 4px, 4px 20px, 20px 4px, 4px 20px;
    transform: translateY(-50%);
  }
  .c-section__text__wrap {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .c-section__text {

  }
}

.c-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: .5em;
}
.c-dt {
}
.c-dd {
}
@media screen and (max-width: 1150px) {
  .c-dl {
    display: block;
    margin-top: 0.7em;
  }
  .c-dd {
    padding-left: 1em;
  }
}

.c-form__wrap {
  max-width: 70rem;
  margin: 3rem auto;
  /* background: rgb(169 212 242 / 55%); */
  background: #fff;
  border: 3px solid var(--main-color);
  border-radius: 3px;
  padding: 4rem 2rem;
  box-shadow: 2px 2px 3px var(--sub-color);
}
.c-form__inner {}
.c-form__dl {

}
.c-form__dt {
  padding-bottom: 5px;
}
.c-form__dt span {
  background: var(--accent-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.c-form__dt:not(:first-child) {
  margin-top: 2.4rem;
  border-top: 2px dotted var(--sub-color);
  padding-top: 1.6rem;
}
.c-form__dd {

}
.c-form__text, .c-form__textarea {
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  line-height: 1.5;
  border: 2px solid var(--sub-color);
  border-radius: 3px;
}
.c-form__text:focus, .c-form__textarea:focus, .c-form__radio:focus::before, .c-form__submit:focus {
  box-shadow: 0 0 5px var(--main-color);
}
.c-form__label {
  display: flex;
  /* align-items: center; */
  cursor: pointer;
}
.c-form__radio, .c-form__checkbox {
  position: relative;
  padding-left: 2.8rem;
  display: inline-block;
}
.c-form__radio:focus::before, .c-form__checkbox:focus::before {
  box-shadow: 0 0 5px var(--main-color);
}
.c-form__radio::before, .c-form__radio:checked::after,
.c-form__checkbox::before, .c-form__checkbox:checked::after {
  content: "";
  display: block;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  top: .5rem;
}
.c-form__radio::before,
.c-form__checkbox::before {
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--main-color);
  margin-right: .8rem;
}
.c-form__radio::before {
  border-radius: 1em;
}
.c-form__radio:checked::after {
  left: .4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--main-color);
  border-radius: 1em;
  top: 0.9rem;
}
.c-form__checkbox:checked::after {
  left: .4rem;
  width: 2rem;
  height: 1.2rem;
  border-left: 3px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  transform: translate(-10%, -80%) rotate(-45deg);
  top: 1.5rem;
}

.c-form__email {

}
.c-form__price {

}
.c-form__textarea {
  height: 6em;
}
.c-form__checkarea__wrap {

}
.c-form__check__wrap {
  display: block;
}
.c-form__checkbox {

}
.c-form__label a {
  text-decoration: underline;
  transition: .3s color, .3s;
}
  .c-form__label a:hover, .c-form__label a:focus {
  color: var(--accent-color);
}

.c-form__submit__wrap {
  margin-top: 3rem;
  text-align: center;
}
.c-form__submit {
  position: relative;
  background-color: #fff;
  color: var(--main-color);
  padding: 13px 60px;
  font-size: 2rem;
  border-radius: 8px;
  border: 3px solid var(--main-color);
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  margin: auto;
  transition: .3s filter;
}
.c-form__submit:disabled {
  filter: brightness(.65) opacity(.6);
  cursor: not-allowed;
}
@keyframes background {
  0% {
    background-color: #fff;
    color: #fff;
  }
  60% {
    background-color: #fff;
    color:#fff;
  }
  100% {
    background-color: color-mix(in srgb, var(--sub-color) 50%, transparent);
    color: var(--main-color);
  }
}
@media screen and (max-width: 1150px) {
  .c-form__wrap {
    padding: 2rem 1.5rem;
    margin-bottom: 0;
  }
  .c-form__submit__wrap {
    margin-top: 1.5rem;
  }
  .c-form__submit {
    padding: 8px 60px;
    font-size: 1.8rem;
  }
}

.c-form__submit:not(:disabled):hover {
  animation: background 2s ease-in-out forwards;
}
.c-form__submit:not(:disabled)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 5px solid var(--main-color);
  border-radius: 50% 50% 40% 40%;
  top: -20px;
  left: 50%;
  width: 0px;
  height: 15px;
  background: var(--main-color);
  transform: translate(-50%, -50%);
}
.c-form__submit:hover::after {
  animation: drop 2s ease-in-out forwards;
}
@keyframes drop {
  0% {
    width: 0px;
    height: 15px;
    top: -20px;
    opacity: 1;
    box-shadow: 0px 0 0px #45607b;
  }
  20% {
    opacity: .8;
    box-shadow: 0px 10px 2px #45607b;
  }
  35% {
    height: 15px;
    top: 50%;
    background: #fff;
    border-radius: 50% 50% 40% 40%;
    opacity: 0;
    box-shadow: 0px 0 2px #45607b;
  }
  45% {
    opacity: 0;
    top: 50%;
    background: none;
    border-radius: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0 0px #45607b;
    background: #fff;
  }
  45.00001% {
    opacity: 1;
    background: none;
    border-radius: 50%;
    width: 10%;
    height: 10%;
    box-shadow: 0px 0 0px #45607b;
  }
  100% {
    top: 60%;
    opacity: 0;
    width: 150%;
    height: 150%;
    background: none;
    border-radius: 50%;
    box-shadow: 0 10px 5px #45607b;
    background: var(--sub-color)
  }
}


.c-page_top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  background: url(../images/favicon/favicon.svg) left 1rem top 1rem no-repeat;
  /* background-clip: content-box; */
  background-size: 75%;
  width: 8rem;
  height: 8rem;
  padding: 1rem;
  text-indent: 115%;
  white-space: nowrap;
  overflow: hidden;
  transition: .3s opacity;
  cursor: pointer;
  animation: pagetop 3s ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}
@keyframes pagetop {
  0% { /* 1.ジャンプ前で元の形 */
    transform: scale(1, 1) translateY(0%);
  }
  18% { /* 2.タメの横長 */
    transform: scale(1.6, .7) translateY(20%);
  }
  15% {  /* 3.飛ぶ直前元の形 */
    /* transform: scale(1.3, .9) translateY(0%); */
  }
  29% {  /* 4.飛んで縦長 */
    transform: scale(.7, 1.6) translateY(-40%);
  }
  45% {  /* 5.頂点で元の形 */
    transform: scale(1.1, .8)translateY(-60%);
  }
  66% { /* 7.ジャンプ前で元の形 */
    transform: scale(1,1) translateY(0%);
  }
}
.c-page_top:hover {
  animation: change_arrow 1s forwards ease-in-out, pagetop2 1.5s 1.5s infinite linear;
}
@keyframes change_arrow {
  0% {
    transform: scale(1, 1) rotateX(0) translateY(0%);
  }
  18% { /* 2.タメの横長 */
    transform: scale(1.6, .7) translateY(20%);
  }
  50% {
    background-image: url(../images/favicon/favicon.svg);
    transform: scale(.9, 1.2) translateY(-40%) rotateX(90deg) ;
  }
  51% {
    background-image: url(../images/arrow.png);
  }
  79% {  /* 4.飛んで縦長 */
    /* transform: scale(.7, 1.6); */
  }
  100% {
    background-image: url(../images/arrow.png);
    transform: rotateX(0) translateY(0%);
  }
}
@keyframes pagetop2 {
  0% { /* 1.ジャンプ前で元の形 */
    transform: scale(1, 1) translateY(0%);
  }
  18% { /* 2.タメの横長 */
    transform: scale(1.6, .7) translateY(20%);
  }
  15% {  /* 3.飛ぶ直前元の形 */
    /* transform: scale(1.3, .9) translateY(0%); */
  }
  29% {  /* 4.飛んで縦長 */
    transform: scale(.7, 1.6) translateY(-40%);
  }
  45% {  /* 5.頂点で元の形 */
    transform: scale(1.1, .8)translateY(-60%);
  }
  66% { /* 7.ジャンプ前で元の形 */
    transform: scale(1,1) translateY(0%);
  }
}

@media screen and (max-width: 1150px) {

}