@media screen and (min-width:785px){
	.sp{display: none !important;}
}
@media screen and (max-width:784px){
	.pc{display: none !important;}
}


body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 152px;
  background-image: url(../images/bg_pc.png);
  background-position: calc(50% - 103px) top;
  background-repeat: no-repeat;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 0;
  transition: .3s;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}
.header__left {
  margin-left: 60px;
}
.header__left__logo img {
  width: 110px;
  height: 33px;
}
.header__left__txt {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}
.header__right {
  margin-right: 60px;
}
.header__right__btn {
  position: relative;
  display: block;
  width: 280px;
  line-height: 60px;
  border: 1px solid #000;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.header__right__btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  display: block;
  width: 280px;
  height: 60px;
  border-radius: 12px;
  background: #ff0;
  transition: .3s;
}
.header__right__btn:hover::before {
  opacity: .4;
}

.mv {
  margin-top: 60px;
}
.mv__top {
  width: 475px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mv__top__txt__center {
  line-height: 1;
  margin-top: 30px;
}
.mv__top__txt__center__top {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 7px;
}
.mv__top__txt__center__center {
  margin-top: 15px;
  font-size: 68px;
  font-weight: 900;
}
.mv__top__txt__center__btm {
  margin-top: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 64px;
  font-weight: 700;
}
.mv__txt-bg--pc {
  position: absolute;
  top: 25px;
}
.mv__txt-bg--pc--left {
  left: 0;
  margin-left: -21vw;
}
.mv__txt-bg--pc--right {
  right: 0;
  margin-right: -21vw;
}
@media screen and (min-width:1600px){
	.mv__txt-bg--pc--left {
    left: 0;
    margin-left: -340px;
  }
  .mv__txt-bg--pc--right {
    right: 0;
    margin-right: -340px;
  }
}
.mv__date {
  position: relative;
  margin: 65px auto 0;
  padding: 63px 0 32px;
  max-width: 1366px;
  background-color: rgba(160, 227, 223, 0.85);
  text-align: center;
}
.mv__date__ttl {
  position: absolute;
  top: -23px;
  left: 50%;
  width: 400px;
  line-height: 56px;
  margin-left: -200px;
  background: #ff0;
  font-size: 30px;
  font-weight: 700;
}
.mv__date__main {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 35px;
  font-weight: 600;
}
.mv__date__main span {
  margin-left: -25px;
  font-size: 45px;
}

.entry-btn {
  position: relative;
  display: block;
  max-width: 1000px;
  width: calc(100% - 100px);
  line-height: 1;
  margin: 50px auto 0;
  padding: 30px 0 24px 30px;
  border-radius: 12px;
}
.entry-btn::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #ff0;
  transition: .3s;
}
.entry-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 12px;
}
.entry-btn:hover::before {
  opacity: .4;
}
.entry-btn__catch {
  position: relative;
  z-index: 3;
  font-size: 26px;
  font-weight: 700;
}
.entry-btn__txt {
  position: relative;
  z-index: 3;
  margin: 12px 150px 0 0;
  font-size: 48px;
  font-weight: 900;
}
.entry-btn__img {
  position: absolute;
  z-index: 3;
  top: -34px;
  right: 17px;
}

.catch {
  padding: 100px 0 60px;
}
.catch__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1206px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.catch__txt {
  margin-right: 50px;
}
.catch__txt__ttl {
  margin: -10px 0 0 -15px;
}
.catch__txt__ttl img {
  max-width: 100%;
}
.catch__txt__detail {
  line-height: 2;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 500;
}
.catch__img {
  width: 50%;
}
.catch__img img {
  width: 100%;
}

.flow {
  padding-top: 99px;
}
.flow__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.flow__ttl {
  position: absolute;
  top: -23px;
  left: 80px;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
}
.flow__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1183px;
  width: calc(100% - 100px);
  margin: 0 auto 0 0;
  padding: 80px;
  background-color: #a0e3df;
}
.flow__main__item {
  position: relative;
  width: 48.5%;
  padding: 40px 28px 15px;
  background-color: #fff;
  background-image: url(../images/bg_flow_num.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.flow__main__item:nth-child(n+3) {
  margin-top: 60px;
}
.flow__main__item:nth-child(n+4) {
  width: 22.8%;
}
.flow__main__item::after {
  content: "";
  position: absolute;
  display: block;
}
.flow__main__item:first-child::after,
.flow__main__item:nth-child(3)::after,
.flow__main__item:nth-child(4)::after {
  top: 50%;
  right: -3vw;
  width: 3vw;
  height: 14px;
  margin-top: -7px;
  background: #ffff82;
}
.flow__main__item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  display: block;
  width: 22px;
  height: 37px;
  margin-left: -11px;
  background-image: url(../images/flow_brd_pc_right.png);
}
.flow__main__item:nth-child(2)::after {
  bottom: -37px;
  left: -54%;
  width: 101.7%;
  height: 14px;
  background: #ffff82;
}
.flow__main__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -37px;
  left: 50%;
  display: block;
  width: 22px;
  height: 37px;
  margin-left: -11px;
  background-image: url(../images/flow_brd_pc_left.png);
}
.flow__main__item__num {
  position: absolute;
  top: 30px;
  left: 12px;
  transform: rotate(-45deg);
  font-size: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
.flow__main__item__ttl {
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.flow__main__item__ttl img {
  display: inline-block;
  margin-bottom: 17px;
}
.flow__main__item__txt {
  line-height: 1.62;
  margin-top: 23px;
  font-size: 16px;
  font-weight: 400;
}

.essentials {
  padding-top: 80px;
}
.essentials__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.essentials__ttl {
  position: absolute;
  top: -23px;
  left: 260px;
  z-index: 1;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
}
.essentials__main__wrap__wrap {
  position: relative;
  padding: 75px 80px;
  max-width: 1183px;
  width: calc(100% - 100px);
  margin: 0 0 0 auto;
  background-color: #e8ff85;
}
.essentials__deco {
  position: absolute;
  top: -50px;
  left: -280px;
}
.essentials__main__wrap {
  max-width: 1023px;
  margin: 0 0 0 auto;
  padding: 29px 30px;
  background: #fff;
}
.essentials__main {
  display: flex;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.essentials__main__ttl {
  flex-shrink: 0;
  width: 29.5%;
  font-size: 18px;
  font-weight: 700;
}
.essentials__main__txt {
  line-height: 1.38;
  font-size: 26px;
  font-weight: 700;
}
.essentials__main__txt.essentials__main__txt--target {
  line-height: 1.77;
  font-size: 18px;
  font-weight: 400;
}
.essentials__main__txt--target__list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.essentials__main__link {
  margin-top: 25px;
}
.essentials__main__link a {
  color: #00a0be;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.essentials__main__link a:hover {
  text-decoration: none;
}

.qa {
  padding-top: 80px;
}
.qa__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.qa__ttl {
  position: absolute;
  top: -23px;
  left: 80px;
  z-index: 1;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
}
.qa__main__wrap__wrap {
  position: relative;
  padding: 80px;
  max-width: 1183px;
  width: calc(100% - 100px);
  margin: 0 auto 0 0;
  background-color: #a0e3df;
}
.qa__deco {
  position: absolute;
  top: -110px;
  right: -250px;
}
.qa__main__wrap {
  max-width: 1023px;
  margin: 0 auto 0 0;
}
.qa__main {
  padding: 18px 20px;
  background: #fff;
}
.qa__main + .qa__main {
  margin-top: 20px;
}
.qa__main__ttl {
  position: relative;
  line-height: 40px;
  padding-left: 52px;
  font-size: 18px;
  font-weight: 700;
}
.qa__main__ttl::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  padding-top: 11px;
  border-radius: 20px;
  background: #ff0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.qa__main__txt {
  position: relative;
  line-height: 1.62;
  margin-top: 22px;
  padding: 25px 20px;
  background: #ebebeb;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.5px;
}
.qa__main__txt::before {
  content: "Answer";
  position: absolute;
  top: -14px;
  left: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.copyright {
  padding: 60px 0 45px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width:784px){
  body {
    padding-top: 12vw;
    background-image: url(../images/bg_mv_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  
  header {
    padding: 2.66vw 0 2.66vw;
  }
  .header__inner {
    max-width: 100%;
    width: 100%;
    padding: 0 4vw;
  }
  .header__left {
    margin-left: 0;
  }
  .header__left__logo img {
    width: 24vw;
    height: 7.2vw;
  }
  .header__left__txt {
    margin-top: 1.46vw;
    font-size: 3.6vw;
  }
  .header__right {
    margin-right: 0;
  }
  .header__right__btn {
    width: 29.33vw;
    line-height: 1.41;
    padding: 2.13vw 0 1.6vw;
    border-radius: 1.6vw;
    font-size: 3.2vw;
  }
  .header__right__btn::before {
    width: 29.33vw;
    height: 100%;
    border-radius: 1.6vw;
    transition: none;
  }
  
  .mv {
    margin-top: 11vw;
  }
  .mv__top {
    width: 100%;
  }
  .mv__top__txt__top img {
    width: 68.16vw;
  }
  .mv__top__txt__center {
    margin-top: 5.46vw;
  }
  .mv__top__txt__center__top {
    font-size: 10.93vw;
    letter-spacing: .9vw;
  }
  .mv__top__txt__center__center {
    margin-top: 2.93vw;
    font-size: 10.26vw;
  }
  .mv__top__txt__center__btm {
    margin-top: 4.66vw;
    font-size: 9.86vw;
  }
  .mv__top__txt__btm img {
    width: 67.61vw;
  }
  .mv__top__txt-bg {
    position: absolute;
    top: 50%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.66vw;
    font-weight: 600;
  }
  .mv__top__txt-bg--left {
    transform: rotate(-90deg);
    left: -16vw;
  }
  .mv__top__txt-bg--right {
    transform: rotate(90deg);
    right: -16vw;
  }
  .mv__date {
    line-height: 1;
    margin-top: 15vw;
    padding: 10.66vw 0 4.33vw;
    max-width: 100%;
  }
  .mv__date__ttl {
    position: absolute;
    top: -5.33vw;
    width: 69.33vw;
    line-height: 10.66vw;
    margin-left: calc(-69.33vw / 2);
    font-size: 5.86vw;
  }
  .mv__date__main {
    font-size: 5.5vw;
  }
  .mv__date__main span {
    margin-left: -1.33vw;
    font-size: 4.26vw;
  }
  
  .entry-btn {
    width: calc(100% - 8vw);
    max-width: calc(100% - 8vw);
    line-height: 1.29;
    margin: 8vw 4vw 0;
    padding: 2.8vw 0 2.93vw 5.6vw;
    border-radius: 1.6vw;
  }
  .entry-btn::before {
    top: 0.8vw;
    left: 0.8vw;
    width: 100%;
    height: 100%;
    border-radius: 1.6vw;
    transition: none;
  }
  .entry-btn:hover::before {
    opacity: 1;
  }
  .entry-btn::after {
    width: 100%;
    height: 100%;
    border-radius: 1.6vw;
  }
  .entry-btn__catch {
    font-size: 4vw;
  }
  .entry-btn__txt {
    margin: 2vw 0 0 0;
    font-size: 6.4vw;
  }
  .entry-btn__img {
    top: -3.06vw;
    right: 3.86vw;
  }
  .entry-btn__img img {
    width: 27.1vw;
  }
  
  .catch {
    padding: 18.8vw 0 8.9vw;
    background-image: url(../images/bg_catch_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .catch__inner {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 8vw;
  }
  .catch__txt {
    margin-right: 0;
  }
  .catch__txt__ttl {
    margin: -1vw 0 0 -5px;
  }
  .catch__txt__ttl img {
    width: 80.53vw;
  }
  .catch__txt__detail {
    line-height: 1.58;
    margin-top: 5.33vw;
    font-size: 4.53vw;
  }
  .catch__img {
    width: 100%;
    margin-top: 6.66vw;
  }
  .catch__img img {
    width: 80.4vw;
  }
  
  .flow {
    padding-top: 16vw;
    background-image: url(../images/bg_flow_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .flow__inner {
    max-width: calc(100% - 8vw);
    width: calc(100% - 8vw);
    margin: 0 auto 0 0;
  }
  .flow__ttl {
    top: -4vw;
    left: 4vw;
    font-size: 8vw;
  }
  .flow__main {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 9.33vw 4vw;
    background-image: url(../images/flow_brd_sp.png), url(../images/bg_flow_inner.png);
    background-position: center center, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 2.66vw auto, 100% auto;
  }
  .flow__main__item {
    width: 100%;
    padding: 5.33vw 4vw 4.8vw;
    background-image: url(../images/bg_flow_num.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20.22vw auto;
  }
  .flow__main__item + .flow__main__item,
  .flow__main__item:nth-child(n+3) {
    margin-top: 5.33vw;
  }
  .flow__main__item:nth-child(n+4) {
    width: 100%;
  }
  .flow__main__item::after,
  .flow__main__item:nth-child(2)::before,
  .flow__main__item:nth-child(3)::before {
    display: none;
  }
  .flow__main__item__num {
    top: 4.6vw;
    left: 0.33vw;
    font-size: 3.6vw;
  }
  .flow__main__item__ttl {
    font-size: 5.06vw;
  }
  .flow__main__item__ttl img {
    width: 16vw;
    display: inline-block;
    margin-bottom: 3.8vw;
  }
  .flow__main__item__txt {
    line-height: 1.53;
    margin-top: 4.26vw;
    font-size: 4vw;
  }
  
  .essentials {
    padding-top: 13.33vw;
    background-image: url(../images/bg_essentials_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .essentials__inner {
    max-width: 100%;
    margin: 0 0 0 8vw;
    padding: 9.33vw 4vw;
    background-color: #e8ff85;
    background-image: url(../images/bg_essentials_inner_top.png), url(../images/bg_essentials_inner_btm.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top, left bottom;
  }
  .essentials__ttl {
    top: -4vw;
    left: 4vw;
    font-size: 8vw;
  }
  .essentials__main__wrap__wrap {
    padding: 0;
    max-width: none;
    width: 100%;
    background-color: transparent;
  }
  .essentials__main__wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4vw;
  }
  .essentials__main {
    flex-direction: column;
    margin-bottom: 4.53vw;
    padding-bottom: 4.13vw;
  }
  .essentials__main__ttl {
    width: 100%;
    font-size: 4vw;
  }
  .essentials__main__txt {
    margin-top: 5.33vw;
    line-height: 1.45;
    font-size: 5.86vw;
  }
  .essentials__main__txt.essentials__main__txt--target {
    line-height: 1.66;
    font-size: 4vw;
  }
  .essentials__main__link {
    margin-top: 5.2vw;
  }
  .essentials__main__link a {
    font-size: 3.6vw;
  }
  
  .qa {
    padding-top: 16vw;
    background-image: url(../images/bg_qa_sp.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .qa__inner {
    max-width: 100%;
    margin: 0 8vw 0 0;
    padding: 9.33vw 4vw;
    background-color: #a0e3df;
    background-image: url(../images/bg_qa_inner.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .qa__ttl {
    top: -4vw;
    left: 4vw;
    font-size: 8vw;
  }
  .qa__main__wrap__wrap {
    padding: 0;
    max-width: none;
    width: 100%;
    background-color: transparent;
  }
  .qa__main__wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .qa__main {
    padding: 4vw;
  }
  .qa__main__ttl {
    line-height: 1.37;
    padding: 1vw 0 0 11.26vw;
    font-size: 4.26vw;
  }
  .qa__main__ttl::before {
    width: 8vw;
    height: 8vw;
    padding-top: 2vw;
    border-radius: 4vw;
    font-size: 5.2vw;
  }
  .qa__main__txt {
    line-height: 1.66;
    margin-top: 6.66vw;
    padding: 4.8vw 4vw 4vw;
    font-size: 4vw;
  }
  .qa__main__txt::before {
    top: -14px;
    left: 4vw;
    font-size: 4.8vw;
  }
  
  .copyright {
    padding: 14.66vw 0 12vw;
    font-size: 3.6vw;
  }
}