@charset "UTF-8";
/* CSS Document */
/* PC用のCSSはメディアクエリの外に記述する */
body {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}
html {
   scroll-padding-top: 80px;
}
@media screen and (max-width: 480px) {
  html {
   scroll-padding-top: 80px;
  }
}
a:hover {
  opacity: 0.7;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pcImg {
  display: block;
}
.spImg {
  display: none;
}
.pcBr {
  display: block;
}
.spBr {
  display: none;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
}

#wrapper {
  position: relative;
}
#wrapper #main #contentsMv {
  align-items: center;
  background: url("../images/bgImg.png"),linear-gradient(-15deg, #FFB1D0 0%, #FFB1D0 50%, #896BFF 50%, #896BFF 100%);
  background-size: 900px,100%;
  display: flex;
  justify-content: center;
  position: relative;
  height: calc(100vh + 280px);
  padding-bottom: 300px;
}

#wrapper #main #contentsMv #headerWap ul#globalNav {
  color: #FFFFFF;
  position: absolute;
  top : -44px;
  right : 50px;
}
#wrapper #main #contentsMv #headerWap ul#globalNav li {
  display: inline-block;
  margin-left: 20px;
}
#wrapper #main #contentsMv #headerWap ul#globalNav li a {
  text-decoration: none;
}
#wrapper #main #contentsMv #headerWap .sns {
  width: 68px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 100%;
  border: 3px solid #8567FF;
  position: absolute;
  top : -50px;
  right : -34px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main #contentsMv {
    background: url("../images/bgImg.png"),linear-gradient(-15deg, #FFB1D0 0%, #FFB1D0 50%, #896BFF 50%, #896BFF 100%);
    background-size: 150%,100%;
  }
  #wrapper #main #contentsMv #headerWap ul#globalNav {
    display: none;
  }
  #wrapper #main #contentsMv #headerWap .sns {
    display: none;
  }
}
#wrapper #main #contentsMv #headerWap .sns img {
  width: 26px;
  height: auto;
  margin: 18px;
}

#headerWapSp {
  display: none;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  /*　ハンバーガーメニューボタン　*/
  #headerWapSp {
    display: block;
  }
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 25px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #FFFFFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    box-shadow: 2px 2px #512AEF;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba( 71,70,73,0.6 );
    text-align: center;
    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity .6s ease, visibility .6s ease;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }

  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
  }
}



#wrapper #main #contentsMv .contentsTop {
  width: 100%;
  max-width: 1200px;
  height: calc(100vh - 190px);
  border: 3px solid #8567FF;
  margin: 0 75px;
  border-radius: 0px 0px 100px 100px;
  position: relative;
  background: linear-gradient(-10deg, #D6C0FF, #FFD9F9);
}
#wrapper #main #contentsMv .contentsTop #logo {
  font-size: 74px;
  line-height: 68px;
  text-shadow: 4px 4px #8669FC;
  color: #FFFFFF;
  position: absolute;
  top : -40px;
  left : -40px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main #contentsMv .contentsTop {
    width: 150%;
    height: calc(100vh - 190px);
    margin: 0 20px;
    border-radius: 0px 0px 50px 50px;
  }
  #wrapper #main #contentsMv .contentsTop #logo {
    font-size: 36px;
    line-height: 40px;
    text-shadow: 4px 4px #8669FC;
    color: #FFFFFF;
    position: absolute;
    top : -70px;
    left : 0px;
  }
}
#wrapper #main #contentsMv .mvImgWap {
  width: 100%;
  height: calc(100vh - 196px);
  border-radius: 0px 0px 100px 100px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/bgMv.png");
  background-size: 900px;
  background-position: center center;
}
#wrapper #main #contentsMv .mvImgWap .mvImg {
  width: 100%;
  margin: auto;
  height: calc(100vh - 196px);
  border-radius: 0px 0px 100px 100px;
  background-image: url("../images/mvImg.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-float {
  animation: bgFloat 5s ease-in-out infinite;
}
@keyframes bgFloat {
  0%, 100% {
    background-position: center center;
  }
  50% {
    background-position: center -12px; /* 上に12px */
  }
}

#wrapper #main #contentsMv .contentsTop h1 .subtxt {
  background: #8567FF;
  color: #FFFFFF;
  font-size: 18px;
  position: absolute;
  bottom : 210px;
  left : -40px;
  transform:skewX(-10deg);
  padding: 2px 4px;
}
#wrapper #main #contentsMv .contentsTop h1 .maintxt p {
  background: #FFFFFF;
  border: 3px solid #8567FF;
  color: #FFFFFF;
  font-size: 56px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
}
#wrapper #main #contentsMv .contentsTop h1 .maintxt p.maintxt01 {
  position: absolute;
  bottom: 125px;
  left: -40px;
}
#wrapper #main #contentsMv .contentsTop h1 .maintxt p.maintxt02 {
  position: absolute;
  bottom: 40px;
  left: 110px;
}
#wrapper #main #contentsMv .contentsTop h1.maintxt_pc {
  display: block;
}
#wrapper #main #contentsMv .contentsTop h1.maintxt_sp {
  display: none;
}

.reveal-clip {
  opacity: 0;
  clip-path: inset(0 100% 0 0); /* 右側を100%切り取って隠す */
  transition: clip-path 1200ms ease, opacity 1000ms ease;
}
.reveal-clip.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);    /* 切り取り解除で全表示 */
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main #contentsMv .mvImgWap {
    border-radius: 0px 0px 50px 50px;
    background-size: 100%;
    height: calc(100vh - 196px);
  }
  #wrapper #main #contentsMv .mvImgWap .mvImg {
    width: 100%;
    margin: auto;
    height: calc(100vh - 196px);
    border-radius: 0px 0px 50px 50px;
    background-image: url("../images/mvImg_sp.png");
    background-size: 195%;
    background-position: -85px -40px;
    background-repeat: no-repeat;
  }
  .bg-float {
    animation: bgFloat 5s ease-in-out infinite;
  }
  @keyframes bgFloat {
    0%, 100% {
      background-position: -85px -40px;
    }
    50% {
      background-position: -85px -30px;
    }
  }
  #wrapper #main #contentsMv .contentsTop h1.maintxt_pc {
    display: none;
  }
  #wrapper #main #contentsMv .contentsTop h1.maintxt_sp {
    display: block;
  }
  #wrapper #main #contentsMv .contentsTop h1 .subtxt {
    background: #8567FF;
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    bottom: 140px;
    left: 27px;
    transform:skewX(-10deg);
    padding: 2px 4px;
  }
  #wrapper #main #contentsMv .contentsTop h1 .subtxt02 {
    background: #8567FF;
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    bottom : 112px;
    left : 23px;
    transform:skewX(-10deg);
    padding: 2px 4px;
  }
  #wrapper #main #contentsMv .contentsTop h1 .maintxt p {
    background: #FFFFFF;
    border: 3px solid #8567FF;
    color: #FFFFFF;
    font-size: 36px;
    transform:skewX(-10deg);
    padding: 3px 12px 7px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #512AEF;
    text-shadow: 3px 3px #512AEF;
  }
  #wrapper #main #contentsMv .contentsTop h1 .maintxt p.maintxt01 {
    position: absolute;
    bottom: 44px;
    left: 12px;
  }
  #wrapper #main #contentsMv .contentsTop h1 .maintxt p.maintxt02 {
    position: absolute;
    bottom: -21px;
    left: 1px;
    width: 97%;
  }
  #wrapper #main #contentsMv .contentsTop h1 .maintxt p.maintxt03 {
    position: absolute;
    bottom: -86px;
    left: -11px;
  }
}


/* 背景 */
.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
#wrapper #main .contentsWap {
  margin-bottom: 0px;
}
#wrapper #main .contentsWap .contentsBox {
  width: 1060px;
  margin: auto;
  padding-bottom: 350px;
}
#wrapper #main .contentsWap img {
  width: 100%;
}
#wrapper #main .contentsWhite {
  background: #FFFFFF;
  background-image: url("../images/bgImgW.png");
  background-size: 900px;
  background-position: center center;
  margin-top: -190px;
  border-top: 1px solid #8567FF;
  border-radius: 100px;
  box-shadow:
    -2px -2px #8567FF,
    2px -2px #8567FF,
    2px  2px #8567FF,
    -2px  2px #8567FF;
  position: relative;
}
#wrapper #main .contentsPink {
  background: url("../images/bgImg.png"),linear-gradient(-10deg, #C7EAFF, #FFD9F9);
  background-size: 900px,100%;
  background-position: center center;
  margin-top: -190px;
  border-top: 1px solid #8567FF;
  border-radius: 100px;
  box-shadow:
    -2px -2px #8567FF,
    2px -2px #8567FF,
    2px  2px #8567FF,
    -2px  2px #8567FF;
  position: relative;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsWap .contentsBox {
    width: 96%;
    padding-bottom: 280px;
  }
  #wrapper #main .contentsWhite {
    background: #FFFFFF;
    background-image: url("../images/bgImgW.png");
    background-size: 100%;
    background-position: center center;
    margin-top: -190px;
    border-top: 1px solid #8567FF;
    border-radius: 40px;
    box-shadow:
      -2px -2px #8567FF,
      2px -2px #8567FF,
      2px  2px #8567FF,
      -2px  2px #8567FF;
    position: relative;
  }
  #wrapper #main .contentsPink {
    background: url("../images/bgImg.png"),linear-gradient(-10deg, #C7EAFF, #FFD9F9);
    background-size: 100%,100%;
    background-position: center center;
    margin-top: -190px;
    border-top: 1px solid #8567FF;
    border-radius: 40px;
    box-shadow:
      -2px -2px #8567FF,
      2px -2px #8567FF,
      2px  2px #8567FF,
      -2px  2px #8567FF;
    position: relative;
  }
}

/* h2 */
#wrapper #main .contentsWap h2 {
  margin: auto;
  margin-top: -40px;
  text-align: center;
  width: 80%;
}
#wrapper #main .contentsWap h2 .subtitle {
  background: #8567FF;
  color: #FFFFFF;
  font-size: 17px;
  transform:skewX(-10deg);
  padding: 4px 4px;
  display: inline-block;
  margin-bottom: 45px;
}
#wrapper #main .contentsWap h2 .maintitle {
  position: relative;
}
#wrapper #main .contentsWap h2 .maintitle .h2Title {
  position: relative;
}
#wrapper #main .contentsWap h2 .maintitle .h2Title p {
  color: #FFFFFF;
  font-size: 54px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
}
#wrapper #main .contentsWap h2 .maintitle .h2Title span {
  color: #FFFFFF;
  font-size: 54px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}
#wrapper #main .contentsWap h2 .maintitle .decoration {
  color: #977DFF;
  font-size: 80px;
  transform:skewX(-10deg);
  padding: 0px;
  -webkit-text-stroke-width: 0px;
  text-shadow: none;
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.3;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsWap h2 {
    margin-top: -18px;
  }
  #wrapper #main .contentsWap h2 .subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
  #wrapper #main .contentsWap h2 .maintitle .h2Title p {
    font-size: 33px;
  }
  #wrapper #main .contentsWap h2 .maintitle .h2Title span {
    font-size: 33px;
  }
  #wrapper #main .contentsWap h2 .maintitle .decoration {
    font-size: 45px;
    top: -30px;
  }
}
#wrapper #main .contentsWorries h2 {
  margin-top: -93px;
}
#wrapper #main .contentsWorries h2 .subtitle {
  margin-bottom: 25px;
}
#wrapper #main .contentsService h2 {
  margin-top: -116px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsWorries h2 .subtitle {
    margin-bottom: 10px;
  }
  #wrapper #main .contentsService h2 {
    margin-top: -80px;
  }
}

/* btn */
a.btn {
  text-decoration: none;
  display: block;
  padding: 24px 50px;
  background: linear-gradient(-90deg, #D788FF, #FF89BA);
  border: 3px solid #512AEF;
  position: relative;
  height: 90px;
}
a.btn:hover {
  opacity: 0.8;
}
a.btn p {
  text-decoration: none;
  display: block;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
}
a.btn span {
  text-decoration: none;
  display: block;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: relative;
  top: -36px;
}


.button.fixed {
  border-left: none;
  border-right: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.button.fixed a.btn {
  border-left: none;
  border-right: none;
}

.pagetop.fixed {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 3;
  width: 140px;
  height: 160px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  .pagetop.fixed {
    display: none !important;
  }
}


/* worries */
#wrapper #main .contentsWorries {
}
#wrapper #main .contentsWorries .contentsBox {
  margin-top: 50px;
}
#wrapper #main .contentsWorries .contentsBox ul.comment {
  position: relative;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li {
  position: absolute;
  list-style: none;
  font-size: 20px;
  text-align: center;
  color: #512AEF;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(1) {
  top: 50px;
  left: 10px;
  background: url("../images/left_hukidashi01.svg");
  background-size: 292px;
  padding: 7px 56px 37px 56px;
  background-repeat: no-repeat;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(2) {
  top: 300px;
  left: -10px;
  background: url("../images/left_hukidashi02.svg");
  background-size: 292px;
  padding: 7px 66px 37px 66px;
  background-repeat: no-repeat;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(3) {
  top: 500px;
  left: 10px;
  background: url("../images/left_hukidashi03.svg");
  background-size: 292px;
  padding: 7px 36px 37px 36px;
  background-repeat: no-repeat;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(4) {
  top: 50px;
  right: 10px;
  background: url("../images/right_hukidashi01.svg");
  background-size: 292px;
  padding: 7px 56px 37px 56px;
  background-repeat: no-repeat;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(5) {
  top: 300px;
  right: -10px;
  background: url("../images/right_hukidashi02.svg");
  background-size: 292px;
  padding: 7px 46px 37px 46px;
  background-repeat: no-repeat;
}
#wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(6) {
  top: 500px;
  right: 10px;
  background: url("../images/right_hukidashi02.svg");
  background-size: 292px;
  padding: 7px 36px 37px 36px;
  background-repeat: no-repeat;
}
#wrapper #main .contentsWorries .contentsBox .worriesImg {
  width: 54%;
  margin: auto 23%;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsWorries .contentsBox {
    margin-top: 50px;
    padding-bottom: 300px;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li {
    font-size: 16px;
    width: 70%;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(1) {
    top: -32px;
    right: 20px;
    left: initial;
    background: url("../images/left_hukidashi01.svg");
    background-size: 100%;
    padding: 10px 14px 40px 19px;
    background-repeat: no-repeat;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(2) {
    top: 138px;
    right: 20px;
    left: initial;
    background: url("../images/left_hukidashi02.svg");
    background-size: 100%;
    padding: 10px 14px 40px 19px;
    background-repeat: no-repeat;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(3) {
    display: none;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(4) {
    top: 50px;
    right: initial;
    left: 10px;
    background: url("../images/right_hukidashi01.svg");
    background-size: 100%;
    padding: 10px 14px 40px 19px;
    background-repeat: no-repeat;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(5) {
    display: none;
  }
  #wrapper #main .contentsWorries .contentsBox ul.comment li:nth-child(6) {
    display: none;
  }
  #wrapper #main .contentsWorries .contentsBox .worriesImg {
    width: 90%;
    margin: auto;
    padding-top: 220px;
  }
}

/* service */
#wrapper #main .contentsService {
}
#wrapper #main .contentsService .contentsBox {
}
#wrapper #main .contentsService .contentsBox h3 {
  margin: 50px 0 30px;
  text-align: center;
}
#wrapper #main .contentsService .contentsBox h3.h3Title {
  position: relative;
}
#wrapper #main .contentsService .contentsBox h3.h3Title p {
  color: #FFFFFF;
  font-size: 42px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
}
#wrapper #main .contentsService .contentsBox h3.h3Title  span {
  color: #FFFFFF;
  font-size: 42px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsService .contentsBox h3 {
    margin: 40px 0 15px;
  }
  #wrapper #main .contentsService .contentsBox h3.h3Title p {
    font-size: 30px;
  }
  #wrapper #main .contentsService .contentsBox h3.h3Title  span {
    font-size: 30px;
  }
}
#wrapper #main .contentsService .contentsBox ul.serviceList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  margin-top: 100px;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li {
  border: 3px solid #8567FF;
  border-radius: 40px;
  width: 506px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  padding-top: 40px;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(3) {
  margin-top: 60px;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(4) {
  margin-top: 60px;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li .number {
  color: #FFFFFF;
  font-size: 54px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  position: absolute;
  top: -50px;
  left: 37%;
  text-shadow:2px 2px 0 #512AEF,-2px 2px 0 #512AEF,2px -2px 0 #512AEF,-2px -2px 0 #512AEF,4px 4px #512AEF;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li .h4Title {
  position: relative;
  margin-bottom: 15px;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li .h4Title h4 {
  color: #FFFFFF;
  font-size: 30px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
  inset: 0;
  z-index: -1;
  line-height: 128%;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li .h4Title p {
  color: #FFFFFF;
  font-size: 30px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  inset: 0;
  z-index: 0;
  line-height: 128%;
}
#wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(4) p.txt {
  margin: 20px 0 25px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsService .contentsBox ul.serviceList {
    display: block;
    margin-top: 50px;
  }
  #wrapper #main .contentsService .contentsBox ul.serviceList li {
    width: 100%;
    border-radius: 30px;
  }
  #wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(2) {
    margin-top: 40px;
  }
  #wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(3) {
    margin-top: 40px;
  }
  #wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(4) {
    margin-top: 40px;
  }
  #wrapper #main .contentsService .contentsBox ul.serviceList li:nth-child(4) p.txt {
    margin: 20px 0 10px;
  }
  #wrapper #main .contentsService .contentsBox ul.serviceList li .number {
    font-size: 40px;
    top: -40px;
    left: 37%;
  }
}

#wrapper #main .contentsService .contentsBox .recommendation {
  border: 3px solid #8567FF;
  border-radius: 40px;
  width: 720px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
  padding: 40px 46px;
  margin: auto;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsService .contentsBox .recommendation {
    width: 100%;
    border-radius: 30px;
    padding: 10px 16px;
  }
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox {
  padding-left: 80px;
  text-align: left;
  margin: 15px 0;
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox.box01 {
  background: url("../images/recommendation01.svg");
  background-size: 56px;
  background-repeat: no-repeat;
  background-position: 0 30px;
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox.box02 {
  background: url("../images/recommendation02.svg");
  background-size: 66px;
  background-repeat: no-repeat;
  margin: 30px 0;
  background-position: 0 10px;
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox.box03 {
  background: url("../images/recommendation03.svg");
  background-size: 56px;
  background-repeat: no-repeat;
  margin: 30px 0 15px;
  background-position: 5px 10px;
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox h4 {
  position: relative;
}
#wrapper #main .contentsService .contentsBox h4.h4Title p {
  color: #FFFFFF;
  font-size: 22px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
}
#wrapper #main .contentsService .contentsBox h4.h4Title span {
  color: #FFFFFF;
  font-size: 22px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox ul {
  padding-left: 20px;
  color: #512AEF;
}
#wrapper #main .contentsService .contentsBox .recommendation .recommendationBox ul li {
  list-style: disc;
}


/* flow */
#wrapper #main .contentsFlow {
}
#wrapper #main .contentsFlow .contentsBox {
}
#wrapper #main .contentsFlow .contentsBox ul.flowList {
  display: block;
  margin-top: 100px;
  margin-bottom: 30px;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li {
  border: 3px solid #8567FF;
  border-radius: 40px;
  background: #FFFFFF;
  margin-bottom: 60px;
  position: relative;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li:nth-child(2n) {
  background: #8567FF;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li::after {
  content: "";
  display: inline-block;
  width: 146px;
  height: 28px;
  background-image: url("../images/frow_arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 43%;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li:last-child {
  margin-bottom: 0;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li:last-child::after {
  content: none;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .stepNumber {
  color: #FFFFFF;
  font-size: 64px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  position: absolute;
  top: -70px;
  left: 40px;
  text-shadow:2px 2px 0 #512AEF,-2px 2px 0 #512AEF,2px -2px 0 #512AEF,-2px -2px 0 #512AEF,4px 4px #512AEF;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .stepNumber span {
  color: #FFFFFF;
  font-size: 36px;
  padding-right: 5px;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .wapBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .rightBox {
  width: 400px;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .rightBox img {
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsFlow .contentsBox ul.flowList {
    margin-top: 50px;
    margin-bottom: 0;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li {
    margin-bottom: 90px;
    border-radius: 30px;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li::after {
    bottom: -50px;
    left: 32%;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .stepNumber {
    font-size: 44px;
    top: -50px;
    left: 70px;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .stepNumber span {
    font-size: 30px;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .wapBox {
    display: block;
    padding: 10px;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .rightBox {
    width: 100%;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .rightBox img {
    width: 100%;
    border-radius: 30px;
  }
}

#wrapper #main .contentsFlow .contentsBox ul.flowList li .leftBox {
  padding-top: 25px;
  width: 520px;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .leftBox h4 {
  color: #FFFFFF;
  font-size: 36px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .leftBox {
    width: 100%;
  }
  #wrapper #main .contentsFlow .contentsBox ul.flowList li .leftBox h4 {
    text-align: center;
    font-size: 30px;
  }
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .leftBox .txt {
  color: #512AEF;
  font-size: 19px;
  margin: 20px 0;
  line-height: 30px;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li:nth-child(2n) .leftBox .txt {
  color: #FFFFFF;
}
#wrapper #main .contentsFlow .contentsBox ul.flowList li .leftBox a.btn {
  margin: 20px auto;
  border-radius: 45px;
  width: 300px;
  box-shadow: 4px 4px #512AEF;
}


/* plan */
#wrapper #main .contentsPlan {
}
#wrapper #main .contentsPlan .contentsBox {
  padding-bottom: 0;
  margin-top: 85px;
}
#wrapper #main .contentsPlan .contentsBox .planWap {
  border: 3px solid #8567FF;
  border-radius: 40px;
  background: #FFFFFF;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  width: 930px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox {
    margin-top: 50px;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap {
    width: 96%;
    border-radius: 30px;
  }
}
#wrapper #main .contentsPlan .contentsBox .planWap h3 {
  background: #896BFF;
  text-align: center;
  border-radius: 36px 36px 0 0;
}

#wrapper #main .contentsPlan .contentsBox .planWap h3 div {
  padding: 10px 0;
}
#wrapper #main .contentsPlan .contentsBox .planWap h3 p {
  color: #FFFFFF;
  font-size: 34px;
  transform:skewX(-10deg);
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
}
#wrapper #main .contentsPlan .contentsBox .planWap h3 span {
  color: #FFFFFF;
  font-size: 34px;
  transform:skewX(-10deg);
  padding: 13px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .planWap h3 {
    background: #896BFF;
    text-align: center;
    border-radius: 26px 26px 0 0;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap h3 p {
    font-size: 28px;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap h3 span {
    font-size: 28px;
  }
}

#wrapper #main .contentsPlan .contentsBox .planWap .planBox {
  margin: 40px;
  display: flex;
}
#wrapper #main .contentsPlan .contentsBox .planWap .leftBox {
  width: 300px;
  margin-right: 40px;
  color: #512AEF;
}
#wrapper #main .contentsPlan .contentsBox .planWap .leftBox img {
  width: 225px;
  margin: auto;
}
#wrapper #main .contentsPlan .contentsBox .planWap .leftBox .attention li {
  margin: 5px 0;
}
#wrapper #main .contentsPlan .contentsBox .planWap .leftBox .fee {
  text-align: center;
  font-size: 24px;
  margin: 20px 0;
  padding: 10px;
  background: #F0ECFF;
}
#wrapper #main .contentsPlan .contentsBox .planWap .leftBox .fee span {
  text-align: center;
  font-size: 20px;
}

#wrapper #main .contentsPlan .contentsBox .planWap .rightBox {
  width: 500px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .planWap .planBox {
    margin: 10px;
    display: block;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .leftBox {
    width: 100%;
    margin-right: 0;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .leftBox img {
    width: 60%;
    margin: 20px auto;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .leftBox .attention li {
    margin: 5px 0;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .leftBox .fee {
    font-size: 18px;
    margin: 10px 0;
    padding: 10px;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .leftBox .fee span {
    text-align: center;
    font-size: 14px;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .rightBox {
    width: 100%;
  }
}

#wrapper #main .contentsPlan .contentsBox .planWap .rightBox ul {
  border: 1px solid #8567FF;
  border-radius: 20px;
  font-size: 16px;
  color: #512AEF;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .planWap .rightBox {
    margin-top: 20px;
  }
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceDetails h4 {
  position: relative;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceDetails h4 p {
  color: #FFFFFF;
  font-size: 25px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceDetails h4 span {
  color: #FFFFFF;
  font-size: 25px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceDetails ul {
  padding: 20px;
  margin-top: 10px;
  padding-left: 36px;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceDetails ul li {
  list-style: disc;
}


#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption {
  margin-top: 20px;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li {
  border-bottom: 1px solid #8567FF;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li:last-child {
  border-bottom: none;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li dl {
  display: flex;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li dl dt {
  width: 40%;
  padding: 5px 20px;
  background: #F0ECFF;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li dl dd {
  width: 60%;
  padding: 5px 20px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li dl dt {
    width: 50%;
    padding: 5px 10px;
  }
  #wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li dl dd {
    width: 50%;
    padding: 5px 10px;
  }
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li:first-child dl dt {
  border-radius: 19px 0px 0px 0px;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption ul li:last-child dl dt {
  border-radius: 0px 0px 0px 19px;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption h4 {
  position: relative;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption h4 p {
  color: #FFFFFF;
  font-size: 25px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
}
#wrapper #main .contentsPlan .contentsBox .planWap .rightBox .serviceOption h4 span {
  color: #FFFFFF;
  font-size: 25px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}

#wrapper #main .contentsPlan .contentsBox .discountWap {
  width: 930px;
  margin: auto;
  background-image: url("../images/melitImgBg03.png");
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .discountWap {
    width: 96%;
    margin: auto;
    padding: 15px;
    border-radius: 30px;
    background-image: url("../images/melitImgBg03_sp.png");
  }
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox {
  background: #FFFFFF;
  border-radius: 36px;
  position: relative;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h3 {
  background-image: url("../images/melitImgBg01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 565px;
  height: 60px;
  padding: 15px;
  position: absolute;
  top: -50px;
  left: 18%;
  text-align: center;
  color: #903500;
  font-size: 24px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 {
  background-image: url("../images/melitImgBg02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 565px;
  height: 90px;
  padding: 15px 0 60px 0;
  position: absolute;
  top: 22px;
  left: 18%;
  text-align: center;
  color: #903500;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox {
    border-radius: 26px;
  }
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h3 {
    background-image: url("../images/melitImgBg01_sp.png");
    background-repeat: no-repeat;
    background-size: 100% 75px;
    width: 90%;
    height: 80px;
    padding: 15px;
    position: absolute;
    top: -60px;
    left: 5%;
    text-align: center;
    color: #903500;
    font-size: 24px;
  }
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 {
    background-image: url("../images/melitImgBg02.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 90px;
    padding: 15px 0 60px 0;
    position: absolute;
    top: 22px;
    left: 0;
    text-align: center;
    color: #903500;
    font-size: 20px;
  }
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 p {
  display: block;
  text-shadow: 3px 3px #FFF39C;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 span.title {
  display: block;
  font-size: 34px;
  transform:skewX(-10deg);
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 span.sub {
  display: block;
  font-size: 16px;
  transform: none;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 span.title {
    font-size: 24px;
  }
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox h4 span.sub {
    font-size: 14px;
  }
}

#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul {
  display: flex;
  padding-top: 130px;
  padding-bottom: 20px;
  position: relative;
  margin: 0 10px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li {
  width: 25%;
  background: #FFF8EA;
  border-radius: 20px;
  text-align: center;
  color: #722626;
  padding: 10px 0;
  margin: 0 10px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li h5 {
  margin: 10px 0 10px 0;
  font-size: 20px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li p {
  font-size: 14px;
  line-height: 1.4;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li p span {
  font-size: 20px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li .imgBox {
  height: 68px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li .imgBox img {
  width: 56px;
  margin: auto;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li:nth-child(1) .imgBox {
  padding: 10px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li:nth-child(2) .imgBox img {
  width: 70px;
  margin: auto;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li:nth-child(3) .imgBox {
  padding: 10px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li:nth-child(4) .imgBox {
  padding: 15px;
}
#wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li:nth-child(4) p.txt {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul {
    display: block;
    padding-top: 100px;
    padding-bottom: 1px;
  }
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li {
    width: 96%;
    border-radius: 20px;
    padding: 10px 0;
    margin: 10px auto 20px;
  }
  #wrapper #main .contentsPlan .contentsBox .discountWap .discountBox ul li:nth-child(4) p.txt {
    margin: 10px 0;
  }
}


#wrapper #main .contentsPlan .contents_merit {
  padding: 100px 0 350px 0;
  position: relative;
}
#wrapper #main .contentsPlan .contents_merit .meritWap {
  border-top: 3px solid #8567FF;
  border-bottom: 3px solid #8567FF;
  background: #F0ECFF;
  position: relative;
  padding: 40px 0 20px 0;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 {
  width: 1060px;
  margin: auto;
  position: relative;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 h4 {
  position: absolute;
  top: -66px;
  left: 42%;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 h4 p {
  color: #FFFFFF;
  font-size: 30px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-shadow: 3px 3px #512AEF;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 h4 span {
  color: #FFFFFF;
  font-size: 30px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contents_merit {
    padding: 40px 0 260px 0;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap {
    padding: 20px 0;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 {
    width: 100%;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 h4 {
    position: absolute;
    top: -40px;
    left: 37%;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 h4 p {
    font-size: 24px;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 h4 span {
    font-size: 24px;
  }
}


#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox {
  display: flex;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox img {
  width: 205px;
  margin-top: -66px;
  margin-left: 70px;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox p {
  color: #512AEF;
  font-size: 20px;
}
#wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox p span {
  font-size: 22px;
  background: linear-gradient(transparent 70%, #FFF49F 30%);
}
#wrapper #main .contentsPlan .contents_merit a {
  width: 300px;
  margin: 25px auto;
  border-radius: 45px;
  box-shadow: 4px 4px #512AEF;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox {
    display: block;
    position: relative;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox img {
    width: 120px;
    margin-top: 0;
    margin-left: 0;
    left: 3px;
    top: -34px;
    position: absolute;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox p {
    color: #512AEF;
    font-size: 14px;
    position: relative;
    padding-left: 130px;
    padding-right: 10px;
  }
  #wrapper #main .contentsPlan .contents_merit .meritWap .w1000 .meritBox p span {
    font-size: 16px;
    background: linear-gradient(transparent 70%, #FFF49F 30%);
  }
  #wrapper #main .contentsPlan .contents_merit a {
    width: 300px;
    margin: 25px auto;
    border-radius: 45px;
    box-shadow: 4px 4px #512AEF;
  }
}

/* voice */
#wrapper #main .contentsVoice {
}
#wrapper #main .contentsVoice .contentsBox {
}
#wrapper #main .contentsVoice .contentsBox ul.voiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 85px;
}
#wrapper #main .contentsVoice .contentsBox ul.voiceList li {
  border: 3px solid #8567FF;
  border-radius: 40px;
  background: #FFFFFF;
  margin-bottom: 60px;
  position: relative;
  width: 322px;
  padding: 20px;
  color: #512AEF;
}
#wrapper #main .contentsVoice .contentsBox ul.voiceList li h3 {
  text-align: center;
  margin-bottom: 20px;
}
#wrapper #main .contentsVoice .contentsBox ul.voiceList li .txt .txtBox {
  min-height: 144px;
}
#wrapper #main .contentsVoice .contentsBox ul.voiceList li .txt .name {
  text-align: right;
  border-top: 1px solid #8567FF;
  padding-top: 10px;
  margin-top: 10px;
}

#wrapper #main .contentsVoice .contentsBox ul.voiceList li img.voiceImg {
  width: 170px;
  display: block;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsVoice .contentsBox ul.voiceList {
    display: block;
    margin-top: 30px;
  }
  #wrapper #main .contentsVoice .contentsBox ul.voiceList li {
    border-radius: 20px;
    margin: auto;
    margin-bottom: 20px;
    width: 96%;
    padding: 10px;
  }
  #wrapper #main .contentsVoice .contentsBox ul.voiceList li .txt .txtBox {
    min-height: auto;
  }
  #wrapper #main .contentsVoice .contentsBox ul.voiceList li img.voiceImg {
    width: 50%;
    margin: 0 auto 10px auto;
  }
}

/* question */
#wrapper #main .contentsQuestion {
}
#wrapper #main .contentsQuestion .contentsBox {
  margin-top: 85px;
}
#wrapper #main .contentsQuestion .contentsBox ul.questionList li {
  border: 3px solid #8567FF;
  border-radius: 40px;
  background: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
}
#wrapper #main .contentsQuestion .contentsBox ul.questionList li dl {
  margin: 40px 30px;
}
#wrapper #main .contentsQuestion .contentsBox ul.questionList li dl dt {
  position: relative;
  font-size: 22px;
  border-bottom: 1px solid #8567FF;
  padding: 0 20px 20px 40px;
  margin-bottom: 30px;
  color: #512AEF;
}
#wrapper #main .contentsQuestion .contentsBox ul.questionList li dl dt::before {
  content: "Q.";
  position: absolute;
  left: 10px;
  top: 0px;
}
#wrapper #main .contentsQuestion .contentsBox ul.questionList li dl dd {
  position: relative;
  font-size: 18px;
  padding: 0 20px 0 40px;
  color: #512AEF;
}
#wrapper #main .contentsQuestion .contentsBox ul.questionList li dl dd::before {
  content: "A.";
  position: absolute;
  left: 13px;
  top: 0px;
}

@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsQuestion .contentsBox {
    margin-top: 50px;
  }
  #wrapper #main .contentsQuestion .contentsBox ul.questionList li {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #wrapper #main .contentsQuestion .contentsBox ul.questionList li dl {
    margin: 20px 10px;
  }
  #wrapper #main .contentsQuestion .contentsBox ul.questionList li dl dt {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }
  #wrapper #main .contentsQuestion .contentsBox ul.questionList li dl dd {
    font-size: 14px;
  }
}

/* contact */
#wrapper #main .contentsContact {
}
#wrapper #main .contentsContact .contentsBox {
  margin: auto;
  margin-top: 50px;
  display: flex;
  width: 700px;
  padding-bottom: 300px;
}
#wrapper #main .contentsContact .contentsBox .leftBox {
  width: 330px;
  margin-right: 40px;
}
#wrapper #main .contentsContact .contentsBox .leftBox img {
  width: 100%;
}
#wrapper #main .contentsContact .contentsBox .rightBox {
  width: 370px;
  margin-top: 50px;
}
#wrapper #main .contentsContact .contentsBox .rightBox h3 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #512AEF;
  position: relative;
  margin-bottom: 10px;
  
}
#wrapper #main .contentsContact .contentsBox .rightBox h3::before,#wrapper #main .contentsContact .contentsBox .rightBox h3::after {
  width: 1px;
  height: 28px;
  content: "";
  background-color: #512AEF;
}

#wrapper #main .contentsContact .contentsBox .rightBox h3::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

#wrapper #main .contentsContact .contentsBox .rightBox h3::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}

#wrapper #main .contentsContact .contentsBox .rightBox a {
  width: 100%;
  border-radius: 45px;
  box-shadow: 4px 4px #512AEF;
}
#wrapper #main .contentsContact .contentsBox .rightBox h3 p {
  color: #FFFFFF;
  font-size: 25px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #512AEF;
  text-align: center;
}
#wrapper #main .contentsContact .contentsBox .rightBox h3 span {
  color: #FFFFFF;
  font-size: 25px;
  padding: 3px 12px 7px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #512AEF;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #main .contentsContact .contentsBox {
    margin: auto;
    margin-top: -15px;
    display: block;
    width: 96%;
    padding-bottom: 260px;
  }
  #wrapper #main .contentsContact .contentsBox .leftBox {
    display: none;
  }
  #wrapper #main .contentsContact .contentsBox .rightBox {
    width: 96%;
    margin: auto;
    margin-top: 50px;
  }
}

/* footer */
#wrapper #footerWap {
  background: #8669FC;
  color: #FFFFFF;
  margin-top: -190px;
  z-index: 1;
  position: relative;
  margin-bottom: 85px;
}
#wrapper #footerWap .footerBox {
  width: 1060px;
  margin: auto;
  padding: 30px 0;
  display: flex;
}
#wrapper #footerWap .footerBox .leftBox {
  font-size: 32px;
  margin-right: 20px;
}
#wrapper #footerWap .footerBox .rightBox {
  font-size: 14px;
  position: relative;
}
#wrapper #footerWap .footerBox .rightBox .footerTxt {
  margin: 10px 0 20px;
}
#wrapper #footerWap .footerBox .rightBox .snsBox {
  margin: 25px auto 0;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 20px;
}
#wrapper #footerWap .footerBox .rightBox .snsBox a {
  background: #FFFFFF;
  border-radius: 32px;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 5px;
}
#wrapper #footerWap .footerBox .rightBox .snsBox a.snsX img {
  margin: 15px auto;
  width: 50%;
}
#wrapper #footerWap .footerBox .rightBox .snsBox a.snsNote img {
  margin: 25px auto;
  width: 80%;
}



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  #wrapper #footerWap .footerBox {
    width: 96%;
    margin: auto;
    display: block;
  }
  #wrapper #footerWap .footerBox .rightBox .snsBox {
    position: relative;
    right: 0;
    bottom: 0;
  }
  #wrapper #footerWap .footerBox .rightBox .snsBox a {
    background: #FFFFFF;
    border-radius: 50px;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 5px;
  }
  #wrapper #footerWap .footerBox .rightBox .snsBox a.snsX img {
    margin: 25px auto;
    width: 50%;
  }
  #wrapper #footerWap .footerBox .rightBox .snsBox a.snsNote img {
    margin: 35px auto;
    width: 80%;
  }
}
#wrapper #footerWap .copyright {
  text-align: center;
  background: #E4DEFF;
  font-size: 14px;
  padding: 20px 0;
  color: #512AEF;
}

  /*左から右テキストエフェクト*/
  .leftAnime {
    opacity: 0;
    overflow: hidden;
    display: inline-block;
  }
 
  .leftAnimeInner {
    display: inline-block;
  }
 
//次章で追加するクラス
  .slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
 
  @keyframes slideTextX100 {
    from {
      transform: translateX(-100%);
      /*要素を左の枠外に移動*/
      opacity: 0;
    }
 
    to {
      transform: translateX(0);
      /*要素を元の位置に移動*/
      opacity: 1;
    }
  }
 
//次章で追加するクラス
  .slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
 
 
  @keyframes slideTextX-100 {
    from {
      transform: translateX(100%);
      /*要素を右の枠外に移動*/
      opacity: 0;
    }
 
    to {
      transform: translateX(0);
      /*要素を元の位置に移動*/
      opacity: 1;
    }
  }


@keyframes parallax-large-anim {
  from {
    transform: translateY(500px);
  }
  to {
    transform: translateY(0px);
  }
}

.large {
  animation: parallax-large-anim linear;
  animation-timeline: scroll();
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
  #wrapper{
    background: #FFFFFF; 
  }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}
