@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;200;300;400;500;700;900&family=Oooh+Baby&family=Roboto:wght@400;500;700;900&display=swap");
* {
  font-size: 100%;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #02022b;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
  display: block;
}

li {
  list-style-type: none;
}

em {
  font-style: normal;
}

.pc {
  display: block;
}

.sp,
img.sp {
  display: none;
}

img.pc {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
  .pc,
  img.pc {
    display: none;
  }
  img.sp {
    display: inline-block;
  }
}
body.active {
  height: 100vh;
  overflow: hidden;
}

.btn {
  width: 43px;
  height: 43px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .btn {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    width: 7vw;
    height: 7vw;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #000033;
  border: 1px solid #000033;
  transform: scale(1);
  transition: 0.3s ease;
}
.btn span {
  transform: scale(1.2);
  transition: 0.3s ease;
  width: 15px;
  border: none;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .btn span {
    width: 3vw;
  }
}

a:hover .btn::after {
  transform: scale(1.5);
  transition: 0.3s ease;
}

/*読み込み後ふわっと*/
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
}

.fadeIn.view {
  opacity: 1;
}

/*下からふわっと*/
.Up {
  transform: translate(0, 30px);
  transition: all 0.5s;
}

.Up.view {
  transform: translate(0, 0);
}

/*上からふわっと*/
.Down {
  transform: rotate(12deg) translate(0, -30px);
  transition: all 0.2s;
}

.Down.view {
  transform: rotate(12deg) translate(0, 0);
  transition-delay: 0.2s;
}

#wrapper {
  background: linear-gradient(180deg, #e3e3e4 1000px, #e3e3e4 1000px, #e6e6e6 50%, #e6e6e6 100%);
}
#wrapper.thanks {
  background: #fff;
}

header {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .thanks header {
    background-color: #fff;
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  header {
    padding: 5.5vw 5vw;
    background: #e3e3e4;
  }
}
header a {
  font-weight: bolder;
  letter-spacing: 2px;
}
header .sns_head_left {
  display: table-cell;
  position: relative;
}
header .sns_head_left svg {
  width: 194px;
  height: 39px;
  position: absolute;
  left: 0;
  top: -30px;
  mix-blend-mode: darken;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  header .sns_head_left svg {
    width: 34vw;
    height: auto;
    position: static;
  }
}
header .sns_head_left svg .cls-1 {
  fill: #02022b;
  stroke-width: 0px;
}
header .sns_head_btn {
  width: 200px;
  background-color: #fff;
  padding: 18px 30px;
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  header .sns_head_btn {
    width: auto;
    padding: 2.5vw 3vw;
    border-radius: 2vw;
    font-size: 3vw;
    background-color: #02022b;
    position: fixed;
    top: 5vw;
    right: 15vw;
  }
}
@media screen and (max-width: 600px) {
  header .sns_head_btn a {
    color: #fff;
    text-align: center;
  }
}
header .sns_head_btn .btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 13px;
  font-size: 14px;
}
header .sns_head_btn .btn img {
  vertical-align: 3px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  header .sns_head_btn .btn {
    display: none;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.is-in header .sns_head_left svg .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 600px) {
  .is-in header .sns_head_left svg .cls-1 {
    fill: #02022b;
  }
}

main.plst {
  padding-top: 112px;
}
@media screen and (max-width: 600px) {
  main.plst {
    padding-top: 18.5vw;
  }
}

.sns_kv {
  padding: 13px 50px 84px;
}
@media screen and (max-width: 600px) {
  .sns_kv {
    padding: 0;
  }
}
.sns_kv .sns_kv_main {
  margin: 0 auto 1em;
  background: #fff;
  padding: 70px 60px 60px;
  box-sizing: border-box;
  max-width: 530px;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .sns_kv .sns_kv_main {
    padding: 10vw 8vw 12vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main {
    padding: 10vw 9vw 12vw;
    margin: 0 auto 33vw;
  }
}
.sns_kv .sns_kv_main p {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 auto 48px;
  text-align: justify;
  text-indent: 0.5em;
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main p {
    font-size: 1.7vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main p {
    font-size: 3.6vw;
    line-height: 1.8;
    margin: 0 auto 5vw;
    text-indent: 0;
  }
}
.sns_kv .sns_kv_main > p:first-child {
  font-size: 21px;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 36px;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main > p:first-child {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main > p:first-child {
    font-size: 3.6vw;
    margin: 0 0 5vw;
    letter-spacing: 0.5vw;
  }
}
.sns_kv .sns_kv_main > p:first-child::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background-color: #02022b;
  transform: rotate(65deg);
  position: absolute;
  bottom: 21px;
  left: 0px;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main > p:first-child::before {
    left: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main > p:first-child::before {
    width: 7vw;
    height: 0.4vw;
    bottom: 3.5vw;
    left: 1vw;
  }
}
.sns_kv .sns_kv_main > p:first-child::after {
  content: "";
  width: 46px;
  height: 2px;
  background-color: #02022b;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 21px;
  right: 0px;
  display: block;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main > p:first-child::after {
    right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main > p:first-child::after {
    width: 7vw;
    height: 0.4vw;
    bottom: 3.5vw;
    right: 1vw;
  }
}
.sns_kv .sns_kv_main h1 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 5px;
  margin: 0 0 24px;
  background: linear-gradient(transparent 87%, #ffed46 87%);
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main h1 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .sns_kv .sns_kv_main h1 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main h1 {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main h1 {
    font-size: 7.2vw;
    letter-spacing: 0.5vw;
    margin: 0 0 5vw;
    background: linear-gradient(transparent 85%, #ffed46 85%);
  }
}
.sns_kv .sns_kv_main h1 strong {
  letter-spacing: 0;
  font-size: 76px;
  display: block;
  font-family: "Geologica", sans-serif;
  background: linear-gradient(transparent 75%, #ffed46 75%);
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main h1 strong {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1100px) {
  .sns_kv .sns_kv_main h1 strong {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main h1 strong {
    font-size: 9vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main h1 strong {
    font-size: 11vw;
    background: linear-gradient(transparent 70%, #ffed46 70%);
  }
}
.sns_kv .sns_kv_main a {
  width: 100%;
  border-radius: 15px;
  background-color: #02022b;
  color: #fff;
  font-size: 27px;
  padding: 36px 40px 36px 0;
  letter-spacing: 0.15em;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main a {
    width: 80%;
    margin: 0 auto;
    font-size: 2.8vw;
    padding: 3vw 0;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main a {
    border-radius: 2vw;
    font-size: 4.2vw;
    padding: 4vw 5vw 4.5vw 3vw;
    letter-spacing: 0.1em;
  }
}
.sns_kv .sns_kv_main a .btn {
  position: absolute;
  top: 28px;
  right: 30px;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main a .btn {
    top: 2vw;
    right: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main a .btn {
    top: 2.8vw;
    right: 5vw;
  }
}
.sns_kv .sns_kv_main a .btn::after {
  background-color: #fff;
}
.sns_kv .sns_kv_main a .btn img {
  vertical-align: 8px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main a .btn img {
    vertical-align: 0.8vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main a .btn img {
    vertical-align: 1.2vw;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_01.fadeIn {
  transition-delay: 0.5s;
}
.sns_kv .sns_kv_main .sns_kv_sub_01 img {
  font-size: 23px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -660px;
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 img {
    margin-left: -53.5vw;
    width: 29vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 img {
    bottom: -38vw;
    left: 6vw;
    width: 32vw;
    margin-left: 0;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_01 p {
  position: absolute;
  width: 225px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  left: 50%;
  margin-left: -640px;
  top: 0;
  background: url("../img/kv_txt_bg_01.webp") center/100% no-repeat;
  padding: 50px 10px 70px 0px;
  letter-spacing: -1px;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p {
    width: 25vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p {
    width: 26vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p {
    margin-left: -48vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p {
    left: -14vw;
    margin-left: 0;
    top: 0;
    padding: 5vw 1vw 9vw 1vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p {
    left: -6vw;
    margin-left: 0;
    top: auto;
    bottom: -22vw;
    padding: 4vw 0 8vw;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_01 p span {
  font-size: 41px;
  margin-top: 10px;
  display: block;
  letter-spacing: 3px;
  font-weight: 900;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p span {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p span {
    font-size: 5vw;
    letter-spacing: 0;
    margin: 1vw 0 0;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_01 p::after {
  content: "※";
  display: block;
  position: absolute;
  bottom: 35px;
  margin-left: -15px;
  font-size: 16px;
  left: 50%;
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_01 p::after {
    bottom: 2vw;
    margin-left: 0;
    font-size: 3vw;
    left: 12vw;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_02.fadeIn {
  transition-delay: 0.5s;
}
.sns_kv .sns_kv_main .sns_kv_sub_02 img {
  font-size: 23px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -613px;
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 img {
    margin-right: -48vw;
    width: 25vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 img {
    bottom: -38vw;
    right: 5vw;
    width: 35vw;
    margin-right: 0;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_02 p {
  position: absolute;
  width: 225px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  right: 50%;
  margin-right: -670px;
  top: 0;
  background: url("../img/kv_txt_bg_02.webp") center/100% no-repeat;
  padding: 60px 10px 70px 0px;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 p {
    width: 25vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 p {
    width: 26vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1300px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 p {
    margin-right: -47.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 p {
    right: -7vw;
    margin-right: 0;
    top: auto;
    bottom: -22vw;
    padding: 6vw 0 7vw;
  }
}
.sns_kv .sns_kv_main .sns_kv_sub_02 p span {
  font-size: 45px;
  margin-top: 5px;
  font-family: "Geologica", sans-serif;
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_main .sns_kv_sub_02 p span {
    font-size: 5vw;
  }
}
.sns_kv .sns_kv_small_box {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_small_box {
    padding: 7vw 10vw;
    box-sizing: border-box;
    background-color: #02022b;
  }
}
.sns_kv .sns_kv_small_box small {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-indent: 0.2em;
}
@media screen and (max-width: 600px) {
  .sns_kv .sns_kv_small_box small {
    font-size: 3vw;
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
}
.sns_kv .sns_kv_small_box small::before {
  content: "※";
  margin-right: 0.5em;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  z-index: 100;
  position: fixed;
  top: 4.5vw;
  right: 5vw;
  cursor: pointer;
  width: 6vw;
  height: 6vw;
  /*ボタン内側*/
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 0;
  height: 1vw;
  background: #02022b;
  width: 100%;
  border-radius: 10px;
}
.openbtn1 span:nth-of-type(1) {
  top: 2vw;
}
.openbtn1 span:nth-of-type(2) {
  top: 4.15vw;
}
.openbtn1 span:nth-of-type(3) {
  top: 6.3vw;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 2vw;
  right: 5vw;
  transform: translateY(1.5vw) rotate(-45deg);
  width: 90%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 5vw;
  right: 5vw;
  transform: translateY(-1.5vw) rotate(45deg);
  width: 90%;
}

.head_navBox {
  z-index: 100;
  position: fixed;
  top: 18vw;
  right: 0;
  width: 100%;
  min-width: 0;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.head_navBox.active {
  width: 100%;
  transition: 0.5s;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.head_navBox > ul {
  width: 70%;
  margin: 0 auto;
  padding: 6vh 0 6vh;
}
.head_navBox > ul li a {
  padding: 5vw 0;
  font-size: 3.8vw;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0;
}
.head_navBox p {
  font-size: 3.6vw;
  text-align: center;
  font-weight: bold;
  margin: 0 0 3vw;
  display: inline-block;
  position: relative;
}
.head_navBox p::before {
  content: "";
  width: 5vw;
  height: 1px;
  bottom: 1.5vw;
  left: -5vw;
  background-color: #02022b;
  transform: rotate(65deg);
  position: absolute;
  display: block;
}
.head_navBox p::after {
  content: "";
  width: 5vw;
  height: 1px;
  background-color: #02022b;
  transform: rotate(-65deg);
  position: absolute;
  bottom: 1.5vw;
  right: -5vw;
  display: block;
}
.head_navBox > a {
  width: 70%;
  margin: 0 auto;
  background-color: #02022b;
  padding: 4vw 5vw 4vw 0;
  border-radius: 2vw;
  font-size: 3.6vw;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.head_navBox > a .btn {
  position: absolute;
  width: 5vw;
  height: 5vw;
  top: 3.2vw;
  right: 5vw;
}
.head_navBox > a .btn::after {
  background-color: #fff;
  border: 1px solid #fff;
}
.head_navBox > a .btn span {
  width: 60%;
  text-align: center;
}
.head_navBox > a .btn span img {
  width: 85%;
  vertical-align: 1vw;
}

.sns_001 {
  margin-top: -240px;
  background: #02022b url("../img/sns_001_bg.webp") top 200px center/100% no-repeat;
  padding: 0 0 120px;
}
@media screen and (max-width: 1500px) {
  .sns_001 {
    background-position: bottom;
  }
}
@media screen and (max-width: 600px) {
  .sns_001 {
    margin-top: -25vw;
    background: #02022b url("../img/sp_sns_001_bg.webp") bottom center/100% no-repeat;
    padding: 25vw 0 14vw;
  }
}
.sns_001 h2 {
  color: #ffed46;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 47px;
  padding: 240px 0 0;
}
@media screen and (max-width: 600px) {
  .sns_001 h2 {
    font-size: 4.7vw;
    letter-spacing: 0;
    padding: 4vw 0 0;
    margin: 0 0 12vw;
  }
}
.sns_001 h2 span {
  font-size: 58px;
  font-family: "Geologica", sans-serif;
  color: #ffed46;
  font-weight: 900;
  display: inline-block;
  vertical-align: -4px;
  position: relative;
  text-indent: -0.1em;
  margin-right: -0.1em;
}
@media screen and (max-width: 600px) {
  .sns_001 h2 span {
    font-size: 8vw;
    color: #ffed46;
    vertical-align: -1vw;
  }
}
.sns_001 h2 span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/sns_001_ttl_img_01.webp") top/100% auto no-repeat;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 25px;
}
@media screen and (max-width: 600px) {
  .sns_001 h2 span::after {
    top: -1.5vw;
    right: -1vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
.sns_001 ol {
  max-width: 940px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 45px 6.5%;
}
@media screen and (max-width: 880px) {
  .sns_001 ol {
    gap: 45px 4.5%;
  }
}
@media screen and (max-width: 600px) {
  .sns_001 ol {
    display: block;
  }
}
.sns_001 ol li {
  background-color: #fff;
  width: 29%;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 20px 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sns_001 ol li {
    width: 100%;
    padding: 8vw 5vw;
    box-sizing: border-box;
    margin: 0 0 7vw;
    border-radius: 1.5vw;
  }
}
.sns_001 ol li .sns_001_num {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  color: #02022b;
  background: #ffed46;
  border-radius: 50%;
  top: -8px;
  left: -8px;
}
@media screen and (max-width: 600px) {
  .sns_001 ol li .sns_001_num {
    width: 9vw;
    height: 9vw;
    font-size: 4vw;
    top: -3vw;
  }
}
.sns_001 ol li p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .sns_001 ol li p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_001 ol li p {
    font-size: 1.9vw;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
  }
}
@media screen and (max-width: 600px) {
  .sns_001 ol li p {
    font-size: 4.5vw;
    width: 100%;
    margin: 0;
    text-align: left;
    line-height: 1.7;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 600px) {
  .sns_001 ol li img {
    width: 20vw;
    position: absolute;
    right: 6vw;
    top: 4vw;
  }
}
.sns_001 ol li span {
  background: linear-gradient(transparent 70%, #ded200 70%);
}
.sns_001 ol li:nth-child(1) {
  transition-delay: 0.1s;
}
.sns_001 ol li:nth-child(2) {
  transition-delay: 0.2s;
}
.sns_001 ol li:nth-child(3) {
  transition-delay: 0.3s;
}
.sns_001 ol li:nth-child(4) {
  transition-delay: 0.4s;
}
.sns_001 ol li:nth-child(5) {
  transition-delay: 0.5s;
}

.sns_002 {
  padding: 166px 0 0;
  background-color: #eeeeee;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sns_002 {
    padding: 14vw 0 0;
  }
}
.sns_002 .sns_002_01 {
  position: relative;
  padding: 0 0 40px;
}
.sns_002 .sns_002_01 h2 {
  font-size: 36px;
  margin: 0 0 80px;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_01 h2 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 h2 {
    font-size: 5vw;
    margin: 0 0 8vw;
    line-height: 2;
  }
}
.sns_002 .sns_002_01 h2 span {
  font-weight: 900;
  margin: 0 0.1em;
  background: linear-gradient(transparent 80%, #ffed46 80%);
  position: relative;
  letter-spacing: 0.06em;
}
.sns_002 .sns_002_01 h2 span::after {
  content: "";
  background: url("../img/sns_002_img_dots.svg") center/100% no-repeat;
  width: 88px;
  height: 6px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0.3em;
}
@media screen and (max-width: 880px) {
  .sns_002 .sns_002_01 h2 span::after {
    width: 7.5vw;
    height: 1vw;
    top: -0.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 h2 span::after {
    width: 2.4em;
    height: 1vw;
    top: -0.5vw;
  }
}
.sns_002 .sns_002_01 h2 em {
  font-family: "Geologica", sans-serif;
}
.sns_002 .sns_002_01 ul {
  max-width: 895px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 ul {
    padding: 0 0 4vw;
  }
}
.sns_002 .sns_002_01 ul li {
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 30px 90px;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_01 ul li {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 ul li {
    border-radius: 2vw;
    padding: 5vw 6vw;
    font-size: 4.2vw;
  }
}
.sns_002 .sns_002_01 ul li em {
  font-family: "Geologica", sans-serif;
}
.sns_002 .sns_002_01 ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 ul li:not(:last-child) {
    margin-bottom: 3vw;
  }
}
.sns_002 .sns_002_01 ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background: url("../img/sns_002_img_mark_01.svg") center/100% no-repeat;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 ul li::before {
    left: -2.5vw;
    top: 5.5vw;
    width: 5vw;
    height: 5vw;
  }
}
.sns_002 .sns_002_01 img {
  width: 285px;
  height: 478px;
  position: absolute;
  bottom: 0;
  right: calc(50% - 534px);
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_01 img {
    width: 25vw;
    height: 41vw;
    position: absolute;
    right: 0vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_01 img {
    width: 30vw;
    height: 51vw;
    position: absolute;
    right: 0vw;
  }
}
.sns_002 .sns_002_02 {
  padding: 110px 0 170px;
  background: url("../img/sns_002_bg.svg") top/100% no-repeat, #fff;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 {
    padding: 10vw 0 12vw;
    background: url("../img/sp_sns_002_bg.svg") top/100% no-repeat, #fff;
  }
}
.sns_002 .sns_002_02::after {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  transform: rotate(45deg);
  left: calc(50% - 24px);
  bottom: -23px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02::after {
    width: 8vw;
    height: 8vw;
    left: calc(50% - 3.2vw);
    bottom: -3vw;
  }
}
.sns_002 .sns_002_02 h2 {
  margin: 0 0 90px;
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .sns_002 .sns_002_02 h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 h2 {
    margin: 0 0 14vw;
    font-size: 5.5vw;
    line-height: 2;
  }
}
.sns_002 .sns_002_02 h2 span {
  background: linear-gradient(transparent 75%, #ffed46 75%);
}
.sns_002 .sns_002_02 h2 b {
  font-size: 42px;
  font-weight: 900;
  padding: 0 12px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 h2 b {
    font-size: 6.5vw;
    font-weight: 900;
    padding: 0 1.5vw;
  }
}
.sns_002 .sns_002_02 h2 b::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/sns_002_img_mark_02.svg") top/100% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 h2 b::after {
    width: 3vw;
    height: 3vw;
    right: -1vw;
    top: -1vw;
  }
}
.sns_002 .sns_002_02 h2 small {
  display: inline-block;
  vertical-align: -0.3em;
  padding: 0 0.1em;
}
.sns_002 .sns_002_02 .sns_002_02_main {
  max-width: 1025px;
  width: 85%;
  margin: 0 auto;
  background: url("../img/sns_002_02_main_bg.svg") bottom right/auto 60% no-repeat, #02022b;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main {
    background: url(../img/sp_sns_002_02_main_bg.svg) bottom right/60vw no-repeat, #02022b;
    border-radius: 2vw;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div {
  display: table;
  padding: 40px 60px 50px 0;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div {
    display: block;
    padding: 15vw 8vw 15vw;
    margin: 0 0 2vw;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div h3 {
  display: table-cell;
  color: #fff;
  width: 55%;
  font-size: 44px;
  line-height: 1.5;
  margin: 0 0 8vw;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 {
    width: 100%;
    display: block;
    font-size: 6.5vw;
    font-weight: 500;
    line-height: 1.8;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div h3 span {
  color: #ffed46;
  font-size: 59px;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 span {
    font-size: 10vw;
    font-weight: bold;
    vertical-align: text-bottom;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div h3 span em {
  font-size: 71px;
  color: #ffed46;
  vertical-align: -5px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 span em {
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 span em {
    font-size: 12vw;
    vertical-align: -0.4vw;
    font-weight: bold;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div h3 span::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/sns_002_02_main_ttl_img_01.svg") top/100% auto no-repeat;
  top: -0.1em;
  right: -0.3em;
  width: 40px;
  height: 38px;
}
@media screen and (max-width: 880px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 span::after {
    top: -1vw;
    right: -2vw;
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div h3 span::after {
    top: -0.1em;
    right: -0.4em;
    width: 7vw;
    height: 8vw;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div ul {
  display: table-cell;
  text-align: left;
  width: 45%;
  letter-spacing: 0.1em;
}
.sns_002 .sns_002_02 .sns_002_02_main div ul li {
  font-size: 30px;
  color: #fff;
  padding: 26px 0;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_02 .sns_002_02_main div ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 880px) {
  .sns_002 .sns_002_02 .sns_002_02_main div ul li {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div ul li {
    font-size: 4.5vw;
    padding: 3.5vw 0 3.5vw 0.5em;
    background: url("../img/sp_sns_002_txt_line.svg") bottom/100% no-repeat, url("../img/sp_sns_002_txt_line.svg") top/100% no-repeat;
    letter-spacing: 0;
    text-indent: -1em;
    line-height: 1.5;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div ul li::before {
  content: "・";
  color: #fff;
}
.sns_002 .sns_002_02 .sns_002_02_main div ul li:not(:last-child) {
  background: url("../img/sns_002_txt_line.svg") bottom/202px repeat-x;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div ul li:not(:last-child) {
    background: url("../img/sp_sns_002_txt_line.svg") top/100% no-repeat;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main div ul li small {
  display: inline-block;
  position: absolute;
  right: -1em;
  top: 1em;
}
.sns_002 .sns_002_02 .sns_002_02_main div ul li:first-child::after {
  content: "※";
  font-size: 0.5em;
  vertical-align: 0.3em;
  margin-left: 0.3em;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main div ul li:first-child::after {
    font-size: 0.7em;
    vertical-align: 0.2em;
    margin-left: 0.5em;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main .sns_002_img_02 {
  width: 85px;
  height: 85px;
  position: absolute;
  left: calc(50% - 42px);
  top: -42px;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main .sns_002_img_02 {
    width: 12vw;
    height: 12vw;
    position: absolute;
    left: calc(50% - 6vw);
    top: -6vw;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main .sns_002_txt_01 {
  position: absolute;
  left: -30px;
  top: 48px;
  width: 170px;
  height: 85px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main .sns_002_txt_01 {
    position: absolute;
    left: -5.5vw;
    top: 8vw;
    width: 7.5em;
    height: 2.2em;
  }
}
.sns_002 .sns_002_02 .sns_002_02_main .sns_002_img_03 {
  width: 186px;
  height: 240px;
  position: absolute;
  left: -70px;
  bottom: -74px;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_02 .sns_002_02_main .sns_002_img_03 {
    width: 16vw;
    height: 21vw;
    position: absolute;
    left: -9vw;
    bottom: -6vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_02_main .sns_002_img_03 {
    width: 35vw;
    height: 45vw;
    bottom: -1.3vw;
    left: auto;
    right: -1vw;
  }
}
.sns_002 .sns_002_02 .sns_002_small_box {
  max-width: 1025px;
  width: 85%;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: calc(50% - 393px);
  bottom: 111px;
}
@media screen and (max-width: 1300px) {
  .sns_002 .sns_002_02 .sns_002_small_box {
    left: 15vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_small_box {
    position: static;
    left: 16vw;
  }
}
.sns_002 .sns_002_02 .sns_002_small_box small {
  display: block;
  color: #02022b;
  font-size: 16px;
  line-height: 1.5;
  text-indent: 0.2em;
}
@media screen and (max-width: 600px) {
  .sns_002 .sns_002_02 .sns_002_small_box small {
    font-size: 3.4vw;
    text-indent: -1.5em;
    margin-left: 1.5em;
  }
}
.sns_002 .sns_002_02 .sns_002_small_box small::before {
  content: "※";
  margin-right: 0.5em;
}

.anim-en-title span {
  font-family: "Oooh Baby", cursive;
  font-size: 58px;
  color: #faed00;
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.6s cubic-bezier(0.51, -0.04, 0.13, 1.05), opacity 0.3s cubic-bezier(0.4, 0.1, 0.3, 1);
  padding: 0 0.2em 0.2em 0;
  margin-left: -0.2em;
}
@media screen and (max-width: 880px) {
  .anim-en-title span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .anim-en-title span {
    font-size: 10vw;
  }
}
.anim-en-title span:first-child {
  transition-delay: 0s;
}
.anim-en-title span:nth-child(2) {
  transition-delay: 0.08s;
}
.anim-en-title span:nth-child(3) {
  transition-delay: 0.12s;
}
.anim-en-title span:nth-child(4) {
  transition-delay: 0.16s;
}
.anim-en-title span:nth-child(5) {
  transition-delay: 0.2s;
}
.anim-en-title span:nth-child(6) {
  transition-delay: 0.24s;
}
.anim-en-title span:nth-child(7) {
  transition-delay: 0.28s;
}
.anim-en-title span:nth-child(8) {
  transition-delay: 0.32s;
}
.anim-en-title span:nth-child(9) {
  transition-delay: 0.36s;
}
.anim-en-title span:nth-child(10) {
  transition-delay: 0.4s;
}
.anim-en-title span:nth-child(11) {
  transition-delay: 0.44s;
}
.anim-en-title span:nth-child(12) {
  transition-delay: 0.48s;
}
.anim-en-title span:nth-child(13) {
  transition-delay: 0.52s;
}
.anim-en-title span:nth-child(14) {
  transition-delay: 0.56s;
}
.anim-en-title span:nth-child(15) {
  transition-delay: 0.6s;
}
.anim-en-title span:nth-child(16) {
  transition-delay: 0.64s;
}
.anim-en-title span:nth-child(17) {
  transition-delay: 0.68s;
}
.anim-en-title span:nth-child(18) {
  transition-delay: 0.72s;
}
.anim-en-title span:nth-child(19) {
  transition-delay: 0.76s;
}
.anim-en-title span:nth-child(20) {
  transition-delay: 0.8s;
}
.anim-en-title span:nth-child(21) {
  transition-delay: 0.84s;
}
.anim-en-title span:nth-child(22) {
  transition-delay: 0.88s;
}
.anim-en-title span:nth-child(23) {
  transition-delay: 0.92s;
}
.anim-en-title span:nth-child(24) {
  transition-delay: 0.96s;
}
.anim-en-title span:nth-child(25) {
  transition-delay: 1s;
}
.anim-en-title span:nth-child(26) {
  transition-delay: 1.04s;
}

.anim-en-title.appear span {
  opacity: 1;
  transform: translateZ(0);
}

.sns_003 {
  padding: 130px 0 0;
  background: url("../img/sns_003_bg_03.svg") bottom/auto 60px repeat-x, url("../img/sns_003_bg_01.svg") top/100% no-repeat, url("../img/sns_003_bg_02.svg") bottom/100% no-repeat, #02022b;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sns_003 {
    margin-top: -15vw;
    padding: 30vw 0 0;
    background: url("../img/sns_003_bg_03.svg") bottom/auto 7.2vw repeat-x, url("../img/sp_sns_003_bg_01.svg") top/100% no-repeat, url("../img/sp_sns_003_bg_02.svg") bottom/100% no-repeat, #02022b;
  }
}
.sns_003 h2 {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}
@media screen and (max-width: 880px) {
  .sns_003 h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_003 h2 {
    font-size: 5.4vw;
    margin: 0 0 8vw;
    letter-spacing: 0em;
  }
}
.sns_003 h2 span {
  color: #ffed46;
}
.sns_003 h2 span em {
  color: #ffed46;
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .sns_003 h2 span em {
    font-size: 6vw;
    vertical-align: -0.3vw;
  }
}
.sns_003 > p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 100px;
  line-height: 1.5;
}
@media screen and (max-width: 880px) {
  .sns_003 > p {
    font-size: 2.2vw;
    width: 80%;
    margin: 0 auto 100px;
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  .sns_003 > p {
    width: 85%;
    margin: 0 auto 15vw;
    font-size: 3.4vw;
    line-height: 2;
    text-align: left;
  }
}
.sns_003 ol {
  max-width: 1000px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0 9%;
}
@media screen and (max-width: 600px) {
  .sns_003 ol {
    display: block;
  }
}
.sns_003 ol li {
  background-color: #fff;
  width: 42%;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding: 60px 40px 60px;
  margin: 0 0 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sns_003 ol li {
    width: 100%;
    border-radius: 3vw;
    padding: 10vw 10vw 10vw;
    margin: 0 0 10vw;
  }
}
.sns_003 ol li .sns_003_num {
  display: flex;
  position: absolute;
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  color: #02022b;
  background: #ffed46;
  border-radius: 50%;
  top: -23px;
  left: calc(50% - 37px);
}
@media screen and (max-width: 600px) {
  .sns_003 ol li .sns_003_num {
    width: 14vw;
    height: 14vw;
    font-size: 5.5vw;
    left: calc(50% - 7vw);
    top: -5vw;
  }
}
.sns_003 ol li img {
  max-width: 300px;
  width: 85%;
  margin: 0 0 10px;
}
@media screen and (max-width: 600px) {
  .sns_003 ol li img {
    width: 45vw;
    margin: 0 0 3vw;
  }
}
.sns_003 ol li h3 {
  font-size: 28px;
  margin: 0 0 28px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 880px) {
  .sns_003 ol li h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_003 ol li h3 {
    font-size: 5vw;
    margin: 0 0 5vw;
  }
}
.sns_003 ol li p {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 880px) {
  .sns_003 ol li p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_003 ol li p {
    font-size: 3.8vw;
  }
}
.sns_003 ol li:nth-child(2n) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 600px) {
  .sns_003 .sns_contact_btn_before_txt {
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 3vw;
  }
}

.sns_contact_btn_before_txt {
  display: none;
}

@media screen and (max-width: 600px) {
  .sns_contact_btn_before_txt {
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 0 auto 3vw;
    width: 85%;
    display: block;
  }
  .sns_contact_btn_before_txt::before {
    content: "";
    background-color: #fff;
    display: block;
    width: 7vw;
    height: 0.4vw;
    bottom: 3.5vw;
    left: 1vw;
    position: absolute;
    transform: rotate(60deg);
  }
  .sns_contact_btn_before_txt::after {
    content: "";
    background-color: #fff;
    display: block;
    width: 7vw;
    height: 0.4vw;
    bottom: 3.5vw;
    right: 1vw;
    position: absolute;
    transform: rotate(-60deg);
  }
}
.sns_contact_btn {
  max-width: 930px;
  width: 85%;
  font-weight: bold;
  margin: 0 auto;
  padding: 40px 62px;
  box-sizing: border-box;
  background: #fff;
  font-size: 21px;
  color: #02022b;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .sns_contact_btn {
    padding: 40px 3vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_contact_btn {
    padding: 5vw 6vw;
    font-size: 5vw;
    border-radius: 2vw;
    display: block;
  }
}
.sns_contact_btn em {
  font-family: "Geologica", sans-serif;
  display: inline-block;
  padding: 0 0.2em;
}
.sns_contact_btn > div:first-child span {
  position: relative;
}
.sns_contact_btn > div:first-child span::after {
  content: "";
  background: url("../img/sns_003_img_dots.svg") center/100% no-repeat;
  width: 41px;
  height: 3px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0.5em;
}
@media screen and (max-width: 880px) {
  .sns_contact_btn > div:first-child span::after {
    width: 4vw;
    height: 1vw;
    top: -0.5vw;
  }
}
.sns_contact_btn div:nth-child(2) {
  width: 30%;
  font-size: 26px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .sns_contact_btn div:nth-child(2) {
    font-size: 2vw;
    text-align: left;
    width: 26%;
  }
}
@media screen and (max-width: 600px) {
  .sns_contact_btn div:nth-child(2) {
    width: 100%;
    font-size: 4.5vw;
    text-align: center;
  }
}
.sns_contact_btn div:nth-child(2) .btn {
  position: absolute;
  right: -20px;
  top: -7px;
}
@media screen and (max-width: 1300px) {
  .sns_contact_btn div:nth-child(2) .btn {
    right: 0vw;
    top: -1vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_contact_btn div:nth-child(2) .btn {
    right: -1vw;
    top: -1vw;
  }
}
.sns_contact_btn div:nth-child(2) .btn span {
  width: 27px;
}
@media screen and (max-width: 880px) {
  .sns_contact_btn div:nth-child(2) .btn span {
    width: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_contact_btn div:nth-child(2) .btn span {
    width: 3vw;
  }
}
.sns_contact_btn div:nth-child(2) .btn span img {
  vertical-align: 5px;
}
@media screen and (max-width: 1300px) {
  .sns_contact_btn div:nth-child(2) .btn span img {
    vertical-align: 0.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_contact_btn div:nth-child(2) .btn span img {
    vertical-align: 1.1vw;
  }
}

.sns_004 {
  padding: 110px 0 0;
  background: #f2f2f2;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .sns_004 {
    padding: 24vw 0 0;
  }
}
.sns_004 h2 {
  font-size: 30px;
  margin: 0 0 94px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_004 h2 {
    font-size: 4.5vw;
    margin: 0 0 17vw;
  }
}
.sns_004 h2 strong {
  background: linear-gradient(transparent 70%, #ded200 70%);
  margin: 0 0.2em;
}
.sns_004 h2 em {
  font-size: 39px;
  vertical-align: -0.1em;
}
@media screen and (max-width: 600px) {
  .sns_004 h2 em {
    font-size: 5.5vw;
    vertical-align: 0;
  }
}
.sns_004 h2 span {
  font-size: 45px;
  vertical-align: -2px;
  padding-right: 0.1em;
}
@media screen and (max-width: 600px) {
  .sns_004 h2 span {
    font-size: 5.5vw;
    vertical-align: 0;
  }
}
.sns_004 h2::after {
  content: "";
  background: url("../img/sns_004_dots_line.svg") top/100% repeat-y;
  width: 7px;
  height: 118px;
  left: calc(50% - 3px);
  display: block;
  position: absolute;
  top: 70px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .sns_004 h2::after {
    width: 1.1vw;
    height: 20vw;
    left: calc(50% - 0.6vw);
    top: 11.5vw;
    background: url("../img/sp_sns_004_dots_line.svg") top/100% no-repeat;
  }
}
.sns_004 .sns_004_01 {
  max-width: 1100px;
  width: 85%;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  margin: 0 auto 480px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 {
    border-radius: 4vw;
    margin: 0 auto 93vw;
  }
}
.sns_004 .sns_004_01 .sns_004_reason {
  position: relative;
  height: 100%;
}
.sns_004 .sns_004_01 .sns_004_reason div {
  padding: 90px 100px 150px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason div {
    padding: 12vw 10vw 36vw;
  }
}
.sns_004 .sns_004_01 .sns_004_reason div::after {
  content: "";
  background: url("../img/sns_004_dots_line.svg") top/100% repeat-y;
  width: 7px;
  height: 105%;
  left: calc(50% - 3px);
  display: block;
  position: absolute;
  top: 100%;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_01 .sns_004_reason div::after {
    height: 52vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason div::after {
    width: 1.1vw;
    height: 22vw;
    left: calc(50% - 0.6vw);
    top: 277vw;
    background: url("../img/sp_sns_004_dots_line.svg") top/100% no-repeat;
  }
}
.sns_004 .sns_004_01 .sns_004_reason div img {
  width: 305px;
  position: absolute;
  right: calc(50% - 550px);
  top: 56px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_01 .sns_004_reason div img {
    width: 23vw;
    right: -5vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_reason div img {
    top: 13vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason div img {
    width: 38vw;
    margin: 0 auto;
    display: block;
    position: static;
  }
}
.sns_004 .sns_004_01 .sns_004_reason div h3 {
  font-size: 36px;
  line-height: 1.4;
  color: #02022b;
  letter-spacing: 0.1em;
  margin: 0 0 54px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_reason div h3 {
    font-size: 3.5vw;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason div h3 {
    font-size: 5.2vw;
    line-height: 1.8;
    margin: 0 0 6vw;
  }
}
.sns_004 .sns_004_01 .sns_004_reason div h3::after {
  content: "";
  width: 20px;
  height: 19px;
  background: url("../img/sns_004_txt_accent.svg") top/100% no-repeat;
  display: block;
  position: absolute;
  right: -9px;
  top: 1.3em;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason div h3::after {
    width: 2.8vw;
    height: 2.8vw;
    right: -1.5vw;
    top: 9.8vw;
  }
}
.sns_004 .sns_004_01 .sns_004_reason div h3 span {
  background: linear-gradient(transparent 70%, #ded200 70%);
  margin: 0 0.1em 0 0;
  letter-spacing: 0.1em;
}
.sns_004 .sns_004_01 .sns_004_reason div p {
  font-size: 18px;
  line-height: 2.3;
  max-width: 600px;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_01 .sns_004_reason div p {
    max-width: 55vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_reason div p {
    max-width: 51vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason div p {
    max-width: none;
    font-size: 3.6vw;
    margin: 0 0 9vw;
  }
}
.sns_004 .sns_004_01 .sns_004_reason::after {
  content: "";
  background: #fff;
  width: 40vw;
  height: 100%;
  right: -40vw;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_reason::after {
    display: none;
  }
}
.sns_004 .sns_004_01 .sns_004_example {
  background: url("../img/sns_004_example_bg.webp") center 100% no-repeat;
  width: 845px;
  border-radius: 30px;
  padding: 75px 90px;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 680px);
  top: 450px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_01 .sns_004_example {
    left: -5vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_example {
    left: -3vw;
    width: 92vw;
    padding: 10vw 7vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example {
    background: url("../img/sp_sns_004_example_bg.svg") right bottom/50% auto no-repeat, #02022b;
    top: 165vw;
    width: 88%;
    border-radius: 3vw;
    padding: 10vw 8vw 10vw;
    left: 5%;
  }
}
.sns_004 .sns_004_01 .sns_004_example .anim-en-title {
  position: absolute;
  left: 20px;
  top: 15px;
  height: 85px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_example .anim-en-title {
    left: 4vw;
    top: 2vw;
  }
  .sns_004 .sns_004_01 .sns_004_example .anim-en-title span:nth-child(5) {
    padding-left: 0.2em;
    margin-left: -0.4em;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example .anim-en-title {
    left: 3vw;
    top: 1vw;
    height: 9vw;
    transform: rotate(-17deg);
  }
  .sns_004 .sns_004_01 .sns_004_example .anim-en-title span {
    font-size: 7.5vw;
  }
}
.sns_004 .sns_004_01 .sns_004_example h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_example h3 {
    font-size: 3vw;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example h3 {
    font-size: 4.5vw;
    text-align: left;
    margin: 0 0 4vw;
  }
}
.sns_004 .sns_004_01 .sns_004_example ul li {
  padding: 20px 0;
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../img/sns_004_example_line.svg) top/100% no-repeat;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example ul li {
    background: url(../img/sp_sns_004_example_line.svg) top/100% no-repeat;
  }
}
.sns_004 .sns_004_01 .sns_004_example ul li:nth-child(2) {
  background: url(../img/sns_004_example_line.svg) top/100% no-repeat, url(../img/sns_004_example_line.svg) bottom/100% no-repeat;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example ul li:nth-child(2) {
    background: url(../img/sp_sns_004_example_line.svg) top/100% no-repeat, url(../img/sp_sns_004_example_line.svg) bottom/100% no-repeat;
  }
}
.sns_004 .sns_004_01 .sns_004_example ul li p {
  color: #fff;
  width: calc(100% - 2.5em);
  font-size: 19px;
  line-height: 2;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_example ul li p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example ul li p {
    font-size: 3.6vw;
    line-height: 1.8;
  }
}
.sns_004 .sns_004_01 .sns_004_example ul li span {
  display: block;
  width: 2.5em;
  text-align: center;
  background-color: #ded200;
  display: block;
  padding: 0.3em 0.1em 0.4em 0.3em;
  border-radius: 5px;
  font-size: 22px;
  margin-right: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_01 .sns_004_example ul li span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_01 .sns_004_example ul li span {
    padding: 1.2vw 0.4vw;
    border-radius: 1vw;
    font-size: 3.4vw;
    margin-right: 0.5em;
    letter-spacing: 0;
  }
}
.sns_004 .sns_004_02 {
  background: linear-gradient(180deg, #f2f2f2 1000px, #f2f2f2 1000px, #e6e6e6 50%, #e6e6e6 100%);
}
.sns_004 .sns_004_02 > div:first-child {
  max-width: 1100px;
  width: 85%;
  background-color: #fff;
  border-radius: 0 40px 40px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 > div:first-child {
    border-radius: 3vw;
  }
}
.sns_004 .sns_004_02 .sns_004_reason {
  position: relative;
  height: 100%;
}
.sns_004 .sns_004_02 .sns_004_reason div {
  padding: 90px 0 90px 34%;
  width: 57%;
  text-align: left;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_02 .sns_004_reason div {
    padding: 90px 8vw 90px 34%;
    width: 57%;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_reason div {
    padding: 12vw 8vw 56vw;
    width: 100%;
    box-sizing: border-box;
  }
}
.sns_004 .sns_004_02 .sns_004_reason div img {
  width: 432px;
  position: absolute;
  left: calc(50% - 660px);
  bottom: -59px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_02 .sns_004_reason div img {
    width: 30vw;
    position: absolute;
    left: -5vw;
    bottom: -4.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_reason div img {
    width: 46vw;
    left: calc(50% - 23vw);
    bottom: -6.5vw;
  }
}
.sns_004 .sns_004_02 .sns_004_reason div h3 {
  font-size: 36px;
  line-height: 1.6;
  color: #02022b;
  letter-spacing: 0.1em;
  margin: 0 0 54px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_02 .sns_004_reason div h3 {
    font-size: 3.5vw;
    margin: 0 0 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_reason div h3 {
    font-size: 5.2vw;
    line-height: 1.8;
    margin: 0 0 6vw;
  }
}
.sns_004 .sns_004_02 .sns_004_reason div h3::after {
  content: "";
  width: 20px;
  height: 19px;
  background: url("../img/sns_004_txt_accent.svg") top/100% no-repeat;
  display: block;
  position: absolute;
  right: -6px;
  top: 1.3em;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_reason div h3::after {
    width: 2.8vw;
    height: 2.8vw;
    right: -1.5vw;
    top: 9.8vw;
  }
}
.sns_004 .sns_004_02 .sns_004_reason div h3 span {
  background: linear-gradient(transparent 70%, #ded200 70%);
  margin: 0 0.1em 0 0;
}
.sns_004 .sns_004_02 .sns_004_reason div p {
  font-size: 18px;
  line-height: 2.3;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_02 .sns_004_reason div p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_reason div p {
    font-size: 3.6vw;
  }
}
.sns_004 .sns_004_02 .sns_004_reason::after {
  content: "";
  background: #fff;
  width: 40vw;
  height: 100%;
  left: -40vw;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_reason::after {
    display: none;
  }
}
.sns_004 .sns_004_02 .sns_004_example {
  width: 100%;
  max-width: 100%;
  padding: 360px 0 0;
  margin: -190px 0 0;
  background: url("../img/sns_004_because_bg_01.svg") top right/50vw no-repeat, url("../img/sns_004_because_bg_02.svg") bottom right/100% no-repeat, #02022b;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example {
    padding: 30vw 0 0;
    margin: -20vw 0 0;
  }
}
.sns_004 .sns_004_02 .sns_004_example div {
  position: relative;
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}
.sns_004 .sns_004_02 .sns_004_example .anim-en-title {
  position: absolute;
  left: 58px;
  top: -31px;
  height: 85px;
  transform: rotate(-19deg);
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_02 .sns_004_example .anim-en-title {
    left: 4vw;
    top: -8vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example .anim-en-title {
    font-size: 6.8vw;
    left: 5vw;
    top: -7vw;
  }
  .sns_004 .sns_004_02 .sns_004_example .anim-en-title span {
    font-size: 6vw;
  }
}
.sns_004 .sns_004_02 .sns_004_example h3 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 118px;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.9;
  position: relative;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_004_02 .sns_004_example h3 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example h3 {
    font-size: 4vw;
    color: #fff;
    margin: 0 0 16vw;
    letter-spacing: 0;
  }
}
.sns_004 .sns_004_02 .sns_004_example h3 em {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  vertical-align: -0.1em;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example h3 em {
    font-size: 6vw;
  }
}
.sns_004 .sns_004_02 .sns_004_example h3 em span {
  font-size: 55px;
  color: #fff;
  vertical-align: -0.05em;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example h3 em span {
    font-size: 7vw;
  }
}
.sns_004 .sns_004_02 .sns_004_example h3 > span {
  background: linear-gradient(transparent 70%, rgba(205, 198, 0, 0.7) 70%);
  color: #fff;
}
.sns_004 .sns_004_02 .sns_004_example h3::after {
  content: "";
  width: 4px;
  height: 68px;
  display: block;
  position: absolute;
  background: url("../img/sns_004_02_ttl_line.svg") top/100% no-repeat;
  right: calc(50% - 2px);
  top: calc(100% + 30px);
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example h3::after {
    width: 0.8vw;
    height: 22vw;
    background: url(../img/sp_sns_004_02_ttl_line.svg) top/100% no-repeat;
    right: calc(50% - 0.4vw);
    top: calc(100% + 3vw);
  }
}
.sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 430px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt {
    font-size: 3vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt {
    font-size: 5vw;
    letter-spacing: 0;
    margin: 0 0 61vw;
    line-height: 1.6;
  }
}
.sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong {
  font-size: 36px;
  font-weight: 900;
  color: #ffed46;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong {
    font-size: 5vw;
    vertical-align: text-bottom;
  }
}
.sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong em {
  font-size: 45px;
  color: #ffed46;
  vertical-align: -0.05em;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong em {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong em {
    font-size: 8vw;
    vertical-align: -0.15em;
  }
}
.sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong em span {
  color: #ffed46;
  font-size: 55px;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt strong em span {
    font-size: 9.5vw;
    vertical-align: -0.5vw;
  }
}
.sns_004 .sns_004_02 .sns_004_example .sns_004_02_example_txt::after {
  content: "";
  width: 30px;
  height: 28px;
  display: block;
  position: absolute;
  background: url("../img/sns_004_02_example_txt_sparkle.svg") top/100% no-repeat;
  right: calc(50% - 15.1em);
  top: -5px;
}
.sns_004 .sns_graph {
  width: 100%;
  background: url(../img/sns_004_because_bg_03.svg) top 345px center/100% auto no-repeat;
  font-size: 20px;
  padding: 0 0 43vw;
  color: #666;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph {
    background: url(../img/sns_004_because_bg_03.svg) top 73vw center/100% auto no-repeat;
    padding: 0 0 20vw;
  }
}
.sns_004 .sns_graph > div {
  width: 85%;
  max-width: 915px;
  margin: -345px auto 40px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 72px 52px 37px;
  border-radius: 30px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div {
    padding: 15vw 10vw 10vw;
    margin: -73vw auto 5vw;
  }
}
.sns_004 .sns_graph > div > p {
  margin: 0 0 60px;
  line-height: 1.7;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div > p {
    margin: 0 0 15vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div > p {
    margin: 0 0 17vw;
    font-size: 3.6vw;
    color: #666;
  }
}
.sns_004 .sns_graph > div h4 {
  color: #02022b;
  font-size: 22px;
  padding: 28px 30px;
  background-color: #ffed46;
  position: absolute;
  left: 27px;
  top: -35px;
  line-height: 1.5;
  border-radius: 15px;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div h4 {
    font-size: 4vw;
    width: 80%;
    padding: 3vw 0;
    left: 10%;
    top: -8vw;
    border-radius: 3vw;
    text-align: center;
  }
}
.sns_004 .sns_graph > div h4::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #02022b;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.1em;
  margin-right: 0.3em;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div small {
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    font-size: 3.6vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart {
  width: 747px;
  position: relative;
  margin: 0 auto 34px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart::after {
  content: "";
  width: 494px;
  height: 293px;
  background: url(../img/sns_graph_arrow.svg) top/100% no-repeat;
  position: absolute;
  display: block;
  left: calc(50% - 244px);
  top: -72px;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart::after {
    width: 33vw;
    height: 62vw;
    background: url(../img/sp_sns_graph_arrow.svg) top/100% no-repeat;
    left: 19vw;
    top: -9vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart::after {
    left: 15vw;
    top: -14vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart img.pc_bg {
  display: block;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart img.pc_bg {
    display: none;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart img.sp_bg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart img.sp_bg {
    display: block;
    width: 100%;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span {
  display: block;
  width: 60px;
  position: absolute;
  bottom: 38px;
  height: 0;
  background-color: #b3b3b3;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span {
    width: 8vw;
    bottom: 18vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span {
    width: 8vw;
    bottom: 18.4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span {
    width: 7vw;
    bottom: 16.8vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span:first-child {
  left: 113px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:first-child {
    left: 15vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:first-child {
    left: 14.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:first-child {
    left: 13vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(2) {
  left: 206px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(2) {
    display: none;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(3) {
  left: 291px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(3) {
    left: 23vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(3) {
    left: 25vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(3) {
    left: 23vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(4) {
  left: 378px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(4) {
    display: none;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(5) {
  left: 465px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(5) {
    left: 35vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(5) {
    left: 35.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(5) {
    left: 32.5vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(6) {
  left: 552px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(6) {
    left: 46vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span:nth-child(6) {
    left: 42vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view {
  transition: 1s;
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:first-child {
  height: 0.5%;
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(2) {
  height: 5.5%;
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(3) {
  height: 17.4%;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(3) {
    height: 14.4%;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(3) {
    height: 14%;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(4) {
  height: 33%;
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(5) {
  height: 43%;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(5) {
    height: 35.5%;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(5) {
    height: 35%;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(6) {
  height: 64.5%;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(6) {
    height: 53%;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(6) {
    height: 52.4%;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(7) {
  height: 79%;
  background-color: #02022b;
  width: 67px;
  right: 27px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(7) {
    height: 64.6%;
    width: 9vw;
    right: 6vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(7) {
    height: 64.2%;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart > span.view:nth-child(7) {
    right: 4vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div {
  position: absolute;
  top: -12px;
  left: calc(50% - 71px);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart div {
    top: -5vw;
    left: 18vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div {
    top: -10vw;
    left: 14vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart div h5 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div h5 em {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div h5 em {
    font-size: 4vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div h5 span {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div h5 span {
    font-size: 5vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p {
  width: 170px;
  height: 170px;
  color: #fff;
  border-radius: 50%;
  background-color: #02022b;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p {
    width: 22vw;
    height: 22vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p {
    width: 27vw;
    height: 27vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p span {
  color: #fff;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span {
    font-size: 3vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p span:first-child {
  padding: 34px 0 10px;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:first-child {
    padding: 4vw 0 1vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:first-child {
    padding: 5vw 0 1vw;
    font-size: 3.5vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2) {
  font-size: 20px;
  padding: 0 0 10px;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2) {
    font-size: 4vw;
    padding: 0 0 1vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2) em {
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2) em {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2) em {
    font-size: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2) em {
    font-size: 6.5vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2)::before {
  content: "+";
  font-size: 20px;
  vertical-align: 0.3em;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(2)::before {
    font-size: 3vw;
  }
}
.sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(3) {
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-left: 0.8em;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(3) {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph > div .sns_graph_chart div p span:nth-child(3) {
    font-size: 5vw;
  }
}
.sns_004 .sns_graph .sns_contact_btn_before_txt::before {
  background-color: #02022b;
  bottom: 1.5vw;
}
.sns_004 .sns_graph .sns_contact_btn_before_txt::after {
  background-color: #02022b;
  bottom: 1.5vw;
}
.sns_004 .sns_graph .sns_contact_btn {
  background-color: #02022b;
  color: #fff;
}
.sns_004 .sns_graph .sns_contact_btn > div:first-child {
  color: #fff;
}
.sns_004 .sns_graph .sns_contact_btn > div:first-child em {
  color: #fff;
}
.sns_004 .sns_graph .sns_contact_btn > div:first-child span {
  color: #fff;
}
.sns_004 .sns_graph .sns_contact_btn > div:first-child span::after {
  background-image: url("../img/sns_004_img_dots.svg");
}
.sns_004 .sns_graph .sns_contact_btn div:nth-child(2) {
  color: #fff;
}
.sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn {
  position: absolute;
  right: -20px;
  top: -7px;
}
@media screen and (max-width: 1300px) {
  .sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn {
    right: 0vw;
    top: -1vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn {
    right: -1vw;
    top: -1.5vw;
  }
}
.sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn::after {
  background-color: #fff;
  border-color: #fff;
}
.sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn span img {
  vertical-align: 6px;
}
@media screen and (max-width: 880px) {
  .sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn span img {
    vertical-align: 0.5vw;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sns_004 .sns_graph .sns_contact_btn div:nth-child(2) .btn span img {
    vertical-align: 1.2vw;
    width: 100%;
  }
}

.sns_005 > div {
  width: calc(100% - 110px);
  background-color: #fff;
  text-align: center;
  padding: 100px 0;
  margin-top: calc(-40vw + 100px);
}
@media screen and (max-width: 880px) {
  .sns_005 > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sns_005 > div {
    width: 100%;
    padding: 25vw 0 16vw;
    margin-top: 0;
  }
}
.sns_005 > div h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  .sns_005 > div h2 {
    font-size: 6vw;
    margin: 0 0 12vw;
  }
}
.sns_005 > div ol {
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol {
    width: 80%;
  }
}
.sns_005 > div ol li {
  position: relative;
  transition-delay: 0.5s;
}
.sns_005 > div ol li .list_num {
  width: 80px;
  height: 65px;
  background-color: #ded200;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  padding: 15px 0 0;
  position: absolute;
  left: 0;
  top: 48px;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li .list_num {
    width: 17vw;
    height: 11vw;
    font-size: 3vw;
    padding: 3vw 0 3vw;
    left: calc(50% - 8.5vw);
    top: 8vw;
  }
}
.sns_005 > div ol li .list_num span {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li .list_num span {
    font-size: 7vw;
  }
}
.sns_005 > div ol li > div {
  width: calc(100% - 102px);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
  margin: 0 0 0 102px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  flex-flow: row-reverse;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li > div {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15vw 0 0;
    margin: 0 0 15vw;
    border: none;
  }
}
.sns_005 > div ol li > div > div {
  width: calc(100% - 230px);
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li > div > div {
    width: 100%;
  }
}
.sns_005 > div ol li > div > div h3 {
  font-size: 30px;
  margin: 0 0 16px;
  line-height: 1.5;
}
@media screen and (max-width: 880px) {
  .sns_005 > div ol li > div > div h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li > div > div h3 {
    font-size: 4.3vw;
    margin: 0 0 5vw;
  }
}
.sns_005 > div ol li > div > div p {
  color: #666;
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li > div > div p {
    font-size: 3.6vw;
    text-align: left;
    line-height: 2.1;
  }
}
.sns_005 > div ol li > div img {
  width: 180px;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li > div img {
    width: 40vw;
    margin: 0 0 7vw;
  }
}
.sns_005 > div ol li:last-child > div {
  border: none;
}
.sns_005 > div ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  width: 3px;
  height: calc(100% - 113px);
  bottom: -34px;
  background: url(../img/sns_005_line.svg) top/100% repeat-y;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li::after {
    left: calc(50% - 0.5vw);
    width: 0.8vw;
    height: 11vw;
    bottom: auto;
    top: -6vw;
    background: url(../img/sp_sns_005_line.svg) top/100% no-repeat;
  }
}
.sns_005 > div ol li:last-child::after {
  display: none;
}
@media screen and (max-width: 600px) {
  .sns_005 > div ol li:last-child::after {
    display: block;
  }
}

.sns_link_btn {
  background-color: #02022b;
  color: #fff;
  width: 265px;
  padding: 18px 0 18px 64px;
  box-sizing: border-box;
  font-size: 17px;
  position: relative;
  letter-spacing: 2px;
  border-radius: 10px;
  margin: 30px 0 0;
}
@media screen and (max-width: 600px) {
  .sns_link_btn {
    width: 73%;
    padding: 4vw 3vw 4vw 0;
    box-sizing: border-box;
    font-size: 4vw;
    position: relative;
    letter-spacing: 0.1em;
    border-radius: 2vw;
    margin: 7vw auto 0;
  }
}
.sns_link_btn .btn {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 600px) {
  .sns_link_btn .btn {
    right: 5vw;
    top: 3vw;
    width: 6vw;
    height: 6vw;
  }
}
.sns_link_btn .btn::after {
  background-color: #fff;
  border-color: #fff;
}
.sns_link_btn .btn span {
  font-weight: 700;
}
.sns_link_btn .btn span img {
  vertical-align: 5px;
  width: 13px;
}
@media screen and (max-width: 600px) {
  .sns_link_btn .btn span img {
    vertical-align: 1.2vw;
    width: 3vw;
    margin: 0;
  }
}

.sns_006 > div {
  padding: 140px 0 190px;
  max-width: 950px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns_006 > div {
    padding: 26vw 0 18vw;
    width: 85%;
    margin: -10vw auto 0;
  }
}
.sns_006 > div h2 {
  margin-bottom: 100px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .sns_006 > div h2 {
    font-size: 6vw;
    margin-bottom: 12vw;
  }
}
.sns_006 > div dl {
  margin: 0 0 30px;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl {
    margin: 0 0 5vw;
  }
}
.sns_006 > div dl dt {
  display: table;
  padding: 35px 27px 35px 100px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt {
    padding: 6.5vw 5vw 6.5vw 14vw;
    background-color: #fff;
    border-radius: 3vw;
  }
}
.sns_006 > div dl dt p {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bolder;
}
@media screen and (max-width: 880px) {
  .sns_006 > div dl dt p {
    font-size: 2.5vw;
    padding-right: 15%;
  }
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt p {
    font-size: 3.6vw;
    padding-right: 15%;
  }
}
.sns_006 > div dl dt .sns_006_question {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #02022b;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 35px;
  top: 28px;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt .sns_006_question {
    width: 8vw;
    height: 8vw;
    left: 3vw;
    top: 5vw;
  }
}
.sns_006 > div dl dt .sns_006_question span {
  font-size: 25px;
  font-family: "Geologica", sans-serif;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt .sns_006_question span {
    font-size: 4.5vw;
    padding-top: 0;
  }
}
.sns_006 > div dl dt .i_box {
  position: absolute;
  top: 50%;
  right: 47px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt .i_box {
    top: 50%;
    right: 5vw;
    width: 5vw;
    height: 5vw;
    margin-top: -2.5vw;
  }
}
.sns_006 > div dl dt .i_box:before,
.sns_006 > div dl dt .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.sns_006 > div dl dt .i_box:before {
  border-top: 2px solid #02022b;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt .i_box:before {
    width: 5vw;
    border-top: 0.5vw solid #02022b;
  }
}
.sns_006 > div dl dt .i_box:after {
  border-left: 2px solid #02022b;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dt .i_box:after {
    height: 5vw;
    right: 2.5vw;
    border-left: 0.5vw solid #02022b;
  }
}
.sns_006 > div dl dt.active .i_box:after {
  height: 0;
}
.sns_006 > div dl dd {
  display: none;
  padding: 35px 100px 35px 100px;
  font-size: 28px;
  line-height: 2;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dd {
    padding: 5vw 5vw 5vw 14vw;
  }
}
.sns_006 > div dl dd p {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 880px) {
  .sns_006 > div dl dd p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dd p {
    font-size: 3.6vw;
  }
}
.sns_006 > div dl dd .sns_006_answer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ded200;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 35px;
  top: 35px;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dd .sns_006_answer {
    width: 8vw;
    height: 8vw;
    left: 3vw;
    top: 5vw;
  }
}
.sns_006 > div dl dd .sns_006_answer span {
  font-size: 25px;
  font-family: "Geologica", sans-serif;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .sns_006 > div dl dd .sns_006_answer span {
    font-size: 4.5vw;
    padding-top: 1vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_006 .sns_link_btn {
    width: 84%;
    padding: 4.5vw 3vw 4.5vw 0;
    font-size: 3.6vw;
    border-radius: 2vw;
    margin: 7vw 0 0;
    text-align: center;
  }
  .sns_006 .sns_link_btn .btn span img {
    vertical-align: 1vw;
  }
}

.sns_007 {
  background: url("../img/sns_007_bg_01.svg") top center/100% no-repeat, url("../img/sns_007_bg_02.svg") bottom center/100% no-repeat, #02022b;
}
.sns_007 > div {
  padding: 185px 0 120px;
  max-width: 1100px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns_007 > div {
    padding: 15vw 0 19vw;
  }
}
.sns_007 > div h2 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 70px;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 880px) {
  .sns_007 > div h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_007 > div h2 {
    font-size: 4.5vw;
    margin: 0 0 10vw;
    letter-spacing: 0;
  }
}
.sns_007 > div h2 em {
  background: linear-gradient(transparent 70%, rgba(120, 115, 0, 0.8) 70%);
  margin: 0 0.2em;
  color: #fff;
}
.sns_007 > div ul {
  margin: 0 0 120px;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul {
    margin: 0 0 10vw;
  }
}
.sns_007 > div ul li {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 60px;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li {
    display: block;
    padding: 20vw 10vw 12vw;
  }
}
.sns_007 > div ul li:nth-child(2n+1) {
  flex-flow: row-reverse;
}
.sns_007 > div ul li > div {
  padding: 50px 0 75px;
  width: 67%;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li > div {
    padding: 0;
    width: 100%;
  }
}
.sns_007 > div ul li > div .sns_007_num {
  font-weight: 500;
  color: #ded200;
  font-size: 52px;
  font-family: "Geologica", sans-serif;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li > div .sns_007_num {
    position: absolute;
    left: 10vw;
    top: 5vw;
    font-size: 9vw;
  }
}
.sns_007 > div ul li > div .sns_007_num span {
  font-size: 28px;
  padding: 0 0 0.4em;
  color: #ded200;
  border-bottom: 3px solid #ded200;
  margin-right: 14px;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: 0.4em;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li > div .sns_007_num span {
    font-size: 5vw;
    padding: 0 0 0.2em;
    margin-right: 2vw;
    letter-spacing: 0;
    vertical-align: 0.4em;
  }
}
.sns_007 > div ul li > div h3 {
  font-size: 36px;
  margin: 0 0 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1300px) {
  .sns_007 > div ul li > div h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li > div h3 {
    font-size: 4.5vw;
    margin: 0 0 3vw;
    letter-spacing: 0;
  }
}
.sns_007 > div ul li > div p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li > div p {
    font-size: 3.6vw;
    margin: 0 0 3vw;
  }
}
.sns_007 > div ul li > div small {
  color: #4d4d4d;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li > div small {
    font-size: 3.2vw;
    letter-spacing: 0;
    margin-left: 2.7em;
    text-indent: -2.7em;
  }
}
.sns_007 > div ul li img {
  max-width: 320px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li img {
    width: 100%;
    margin: 0 auto 2vw;
  }
}
.sns_007 > div ul li:first-child h3::after {
  content: "※1";
  font-size: 22px;
  display: inline-block;
  margin-left: 1em;
  color: #4d4d4d;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li:first-child h3::after {
    font-size: 3.6vw;
    display: inline-block;
    margin-left: 0.5em;
  }
}
.sns_007 > div ul li:not(:last-child) {
  margin: 0 0 50px;
}
@media screen and (max-width: 600px) {
  .sns_007 > div ul li:not(:last-child) {
    margin: 0 0 11vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_007 .sns_contact_btn_before_txt {
    color: #fff;
  }
  .sns_007 .sns_contact_btn_before_txt::before {
    bottom: 1.5vw;
    left: -4vw;
  }
  .sns_007 .sns_contact_btn_before_txt::after {
    bottom: 1.5vw;
    right: -4vw;
  }
}
.sns_007 .sns_contact_btn {
  max-width: 1100px;
  width: 100%;
  font-size: 25px;
  padding: 56px 72px;
}
@media screen and (max-width: 1300px) {
  .sns_007 .sns_contact_btn {
    padding: 40px 3vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_007 .sns_contact_btn {
    padding: 5vw 6vw;
    font-size: 5vw;
    border-radius: 2vw;
  }
}
.sns_007 .sns_contact_btn div:nth-child(2) {
  font-size: 31px;
  width: 26%;
}
@media screen and (max-width: 1300px) {
  .sns_007 .sns_contact_btn div:nth-child(2) {
    font-size: 2vw;
    text-align: left;
    width: 26%;
  }
}
@media screen and (max-width: 600px) {
  .sns_007 .sns_contact_btn div:nth-child(2) {
    width: 100%;
    padding-right: 3vw;
    font-size: 4.5vw;
    box-sizing: border-box;
    text-align: center;
  }
}
.sns_007 .sns_contact_btn div:nth-child(2) span img {
  vertical-align: 0.25em;
}
.sns_007 .sns_contact_btn .btn {
  width: 52px;
  height: 52px;
  top: -11px;
}
@media screen and (max-width: 600px) {
  .sns_007 .sns_contact_btn .btn {
    width: 7vw;
    height: 7vw;
  }
}
.sns_007 .sns_contact_btn > div:first-child span::after {
  width: 52px;
  height: 4px;
}
@media screen and (max-width: 880px) {
  .sns_007 .sns_contact_btn > div:first-child span::after {
    width: 4vw;
    height: 1vw;
  }
}

.sns_008 {
  padding: 160px 0 152px;
  background: url("../img/sns_008_bg.svg") bottom/100% no-repeat, #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sns_008 {
    padding: 24vw 0 23vw;
    background: url(../img/sp_sns_008_bg.svg) bottom/100% no-repeat, #fff;
  }
}
.sns_008 h2 {
  font-size: 36px;
  margin: 0 0 83px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .sns_008 h2 {
    font-size: 6vw;
    margin: 0 0 14vw;
  }
}
.sns_008 > div {
  max-width: 1100px;
  margin: 0 auto 40px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .sns_008 > div {
    margin: 0 auto;
  }
}
.sns_008 .pc_tbl {
  display: table;
  table-layout: fixed;
}
@media screen and (max-width: 1023px) {
  .sns_008 .pc_tbl {
    display: none;
  }
}
.sns_008 .sns_008_circle {
  width: 70px;
  height: 50px;
  padding: 10px 0;
  color: #ffed46;
  font-size: 17px;
  line-height: 1.2;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  background: #02022b;
  border-radius: 50%;
  font-weight: 900;
  position: absolute;
  right: 13px;
  top: -35px;
}
@media screen and (max-width: 1023px) {
  .sns_008 .sns_008_circle {
    width: 10vw;
    height: 5vw;
    padding: 2vw 0 3vw;
    font-size: 3vw;
    border-radius: 50%;
    right: 2vw;
    top: -6vw;
    line-height: 1;
  }
}
@media screen and (max-width: 880px) {
  .sns_008 .sns_008_circle {
    padding: 1.5vw 0 3.5vw;
  }
}
.sns_008 .sns_008_circle span {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #ffed46;
}
@media screen and (max-width: 1023px) {
  .sns_008 .sns_008_circle span {
    font-size: 3.8vw;
  }
}
.sns_008 .sns_008_circle::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/sns_008_circle_mark_01.svg") center/100% no-repeat;
  position: absolute;
  right: 0px;
  top: -9px;
}
@media screen and (max-width: 1023px) {
  .sns_008 .sns_008_circle::after {
    width: 2vw;
    height: 2vw;
    top: -1vw;
  }
}
.sns_008 table {
  width: 100%;
}
.sns_008 table thead th {
  width: 27.33%;
  font-size: 30px;
  border-radius: 25px 25px 0 0;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
.sns_008 table thead th p {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
.sns_008 table thead th:first-child {
  width: 18%;
}
.sns_008 table thead th:nth-child(2) {
  background-color: #666;
  padding: 46px 0;
}
.sns_008 table thead th:nth-child(3) {
  background-color: #ffed46;
}
.sns_008 table thead th:nth-child(3) p {
  color: #02022b;
}
.sns_008 table thead th:nth-child(4) {
  background-color: #02022b;
}
.sns_008 table thead th:nth-child(4) .sns_008_circle {
  color: #02022b;
  background-color: #ffed46;
}
.sns_008 table thead th:nth-child(4) .sns_008_circle::after {
  background: url("../img/sns_008_circle_mark_02.svg") center/100% no-repeat;
}
.sns_008 table tbody th {
  background-color: #02022b;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 44px 0 44px 16px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sns_008 table tbody td {
  border-bottom: 1px solid #999999;
  font-weight: bold;
}
.sns_008 table tbody td img {
  vertical-align: middle;
}
.sns_008 table tbody td:nth-child(2n) {
  background-color: #f5f5f5;
}
.sns_008 table tbody tr:first-child th {
  font-size: 26px;
  border-radius: 25px 0 0 0;
  padding: 70px 0 70px 16px;
}
.sns_008 table tbody tr:first-child td {
  font-size: 29px;
}
.sns_008 table tbody tr:first-child td span {
  font-size: 55px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-right: 0.1em;
  display: inline-block;
  vertical-align: -0.1em;
}
.sns_008 table tbody tr:nth-child(2) th {
  padding: 55px 0 55px 16px;
}
.sns_008 table tbody tr:nth-child(2) td span {
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  margin-right: 0.1em;
}
.sns_008 table tbody tr:nth-child(4) td {
  font-size: 28px;
}
@media screen and (max-width: 1300px) {
  .sns_008 table tbody tr:nth-child(4) td {
    font-size: 2vw;
  }
}
.sns_008 table tbody tr:nth-child(4) td span {
  font-size: 42px;
  margin-right: 0.1em;
}
.sns_008 table tbody tr:nth-of-type(8) td span {
  font-size: 22px;
}
.sns_008 table tbody tr:last-child th {
  padding: 50px 0 50px 16px;
  border-radius: 0 0 0 25px;
}
.sns_008 table tbody tr:not(:last-child) th {
  border-bottom: 1px solid #999999;
}
.sns_008 table tbody tr:last-child td {
  font-size: 26px;
}
.sns_008 table tbody tr:last-child td span {
  font-size: 40px;
  margin-right: 0.1em;
  vertical-align: -0.1em;
}
.sns_008 .sp_tbl {
  display: none;
  border-bottom: 1vw solid #999;
  position: relative;
}
.sns_008 .sp_tbl.fixed, .sns_008 .sp_tbl.absolute {
  padding-top: 15vw;
}
.sns_008 .sp_tbl.fixed .thead {
  position: fixed;
  top: 15.5vw;
  padding-top: 15.5vw;
  background-color: #fff;
  width: 84.7%;
}
.sns_008 .sp_tbl.absolute .thead {
  position: absolute;
  bottom: 21vw;
  padding-top: 15vw;
  background-color: #fff;
  width: 100%;
  top: auto;
}
@media screen and (max-width: 1023px) {
  .sns_008 .sp_tbl {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
  .sns_008 .sp_tbl .thead {
    display: flex;
    margin-bottom: 1vw;
  }
  .sns_008 .sp_tbl .thead li {
    width: 33.3%;
    text-align: center;
    border-radius: 3vw 3vw 0 0;
    padding: 5vw 0 2vw;
    background-color: #4d4d4d;
    position: relative;
  }
  .sns_008 .sp_tbl .thead li p {
    line-height: 1.3;
    font-size: 3.6vw;
    color: #fff;
    font-weight: 500;
  }
}
@media screen and (max-width: 1023px) and (max-width: 880px) {
  .sns_008 .sp_tbl .thead li p {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 1023px) {
  .sns_008 .sp_tbl .thead li:nth-child(2) {
    background-color: #ffed46;
  }
  .sns_008 .sp_tbl .thead li:nth-child(2) p {
    color: #02022b;
  }
  .sns_008 .sp_tbl .thead li:nth-child(3) {
    background-color: #02022b;
  }
  .sns_008 .sp_tbl .thead li:nth-child(3) .sns_008_circle {
    background-color: #ffed46;
    color: #02022b;
  }
  .sns_008 .sp_tbl dl dt {
    background-color: #d2d2d2;
    padding: 2vw;
    font-size: 3.6vw;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #414141;
  }
}
@media screen and (max-width: 1023px) and (max-width: 880px) {
  .sns_008 .sp_tbl dl dt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1023px) {
  .sns_008 .sp_tbl dl dd ul {
    display: flex;
  }
  .sns_008 .sp_tbl dl dd ul li {
    width: 33.3%;
    padding: 5vw 0;
    text-align: center;
    font-size: 3.6vw;
    font-weight: bold;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 1023px) and (max-width: 880px) {
  .sns_008 .sp_tbl dl dd ul li {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 1023px) {
  .sns_008 .sp_tbl dl dd ul li span {
    font-size: 5vw;
    font-family: "Roboto", sans-serif;
    margin-right: 0.2em;
  }
  .sns_008 .sp_tbl dl dd ul li:nth-child(2) {
    background-color: #fff;
  }
  .sns_008 .sp_tbl dl dd ul li img {
    width: 5vw;
  }
  .sns_008 .sp_tbl dl dd ul li img.batsu {
    width: 3.5vw;
  }
  .sns_008 .sp_tbl dl:nth-child(2) dd ul li {
    padding: 8vw 0;
  }
  .sns_008 .sp_tbl dl:nth-child(3) dd ul li {
    padding: 8vw 0;
  }
  .sns_008 .sp_tbl dl:nth-child(3) dd ul li span {
    font-size: 4.5vw;
  }
  .sns_008 .sp_tbl dl:nth-child(9) dd ul li span {
    font-size: 3.5vw;
  }
}

.sns_009 {
  padding: 16px 0 170px;
  background-color: #f2f2f2;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sns_009 {
    padding: 5vw 0 19vw;
  }
}
.sns_009 h2 {
  font-size: 36px;
  margin: 0 0 110px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .sns_009 h2 {
    font-size: 6vw;
    margin: 0 0 10vw;
  }
}
.sns_009 h2::before {
  content: "";
  width: 4px;
  height: 63px;
  background: url(../img/sns_009_ttl_line.svg) top/100% no-repeat;
  position: absolute;
  left: calc(50% - 2px);
  top: -80px;
  display: block;
}
@media screen and (max-width: 600px) {
  .sns_009 h2::before {
    width: 0.8vw;
    height: 13vw;
    background: url(../img/sp_sns_009_ttl_line.svg) top/100% no-repeat;
    position: absolute;
    left: calc(50% - 0.4vw);
    top: -15vw;
  }
}
.sns_009 ul {
  max-width: 1100px;
  width: 85%;
  margin: 0 auto;
}
.sns_009 ul li {
  padding: 110px 60px 75px 75px;
  border-radius: 30px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li {
    padding: 0;
    border-radius: 3vw;
  }
}
.sns_009 ul li .sns_009_circle {
  width: 75px;
  height: 45px;
  padding: 15px 0;
  color: #ffed46;
  font-size: 17px;
  line-height: 1.2;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  background: #02022b;
  border-radius: 50%;
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: -60px;
  z-index: 2;
  transform: rotate(0);
}
@media screen and (max-width: 600px) {
  .sns_009 ul li .sns_009_circle {
    width: 16vw;
    height: 10vw;
    padding: 3.2vw 0 3.3vw;
    font-size: 3.8vw;
    left: -5vw;
    top: -6vw;
    transform: rotate(0);
  }
}
.sns_009 ul li .sns_009_circle::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/sns_008_circle_mark_01.svg) center/100% no-repeat;
  position: absolute;
  left: 0px;
  top: -9px;
  transform: rotate(-85deg);
}
@media screen and (max-width: 600px) {
  .sns_009 ul li .sns_009_circle::after {
    width: 3vw;
    height: 3vw;
    left: 0;
    top: -2vw;
  }
}
.sns_009 ul li .sns_009_circle span {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #ffed46;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li .sns_009_circle span {
    font-size: 4.5vw;
  }
}
.sns_009 ul li h3 {
  position: absolute;
  font-size: 30px;
  color: #fff;
  max-width: 545px;
  width: 80%;
  padding: 30px 0 30px 30px;
  background: #666;
  top: -40px;
  left: 40px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li h3 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li h3 {
    position: static;
    font-size: 4.5vw;
    max-width: none;
    width: 100%;
    padding: 6vw 0;
    border-radius: 3vw 3vw 0 0;
  }
}
.sns_009 ul li h3 p {
  display: inline-block;
  color: #02022b;
  background-color: #fff;
  padding: 8px 20px;
  margin-left: 1em;
  font-size: 18px;
  border-radius: 25px;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li h3 p {
    padding: 1vw 3vw;
    margin-left: 0.5em;
    font-size: 3.6vw;
    border-radius: 5vw;
  }
}
.sns_009 ul li h3 p span {
  font-size: 24px;
  vertical-align: text-top;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li h3 p span {
    font-size: 5vw;
  }
}
.sns_009 ul li > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div {
    display: block;
    padding: 0 0 10vw;
  }
}
.sns_009 ul li > div > div {
  width: 46%;
  text-align: left;
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div > div {
    box-sizing: border-box;
    padding: 10vw 8vw;
  }
}
.sns_009 ul li > div > div h4 {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0 0 40px;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li > div > div h4 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div > div h4 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div > div h4 {
    font-size: 4.2vw;
    letter-spacing: 0;
    margin: 0 0 5vw;
  }
}
.sns_009 ul li > div > div h4 span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffed46 60%);
  padding-bottom: 0.2em;
}
.sns_009 ul li > div > div p {
  font-size: 18px;
  line-height: 2.2;
  color: #4d4d4d;
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div > div p {
    margin: 0 0 5vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div > div p {
    font-size: 3.8vw;
  }
}
.sns_009 ul li > div table {
  width: 49%;
  border-top: 1px solid #808080;
  text-align: left;
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div table {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div table {
    width: 80%;
    margin: 0 auto;
  }
}
.sns_009 ul li > div table tr {
  border-bottom: 1px solid #808080;
}
.sns_009 ul li > div table th {
  width: 50%;
  padding-left: 28px;
  background-color: #666;
  color: #fff;
  vertical-align: middle;
  font-size: 22px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li > div table th {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div table th {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div table th {
    width: 48%;
    padding-left: 3vw;
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
.sns_009 ul li > div table th span {
  font-size: 17px;
  color: #fff;
  vertical-align: 0.1em;
  margin-left: 0.2em;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li > div table th span {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div table th span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div table th span {
    font-size: 3.8vw;
    display: block;
  }
}
.sns_009 ul li > div table td {
  width: 50%;
  padding: 24px 28px;
  vertical-align: middle;
  font-size: 22px;
  color: #02022b;
  line-height: 1.8;
  font-weight: bold;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li > div table td {
    padding: 24px 3vw;
    vertical-align: middle;
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 880px) {
  .sns_009 ul li > div table td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div table td {
    width: 52%;
    padding: 3vw 4vw;
    font-size: 3.8vw;
  }
}
.sns_009 ul li > div table td span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffed46 60%);
  padding-bottom: 0.3em;
}
.sns_009 ul li > div table td img {
  position: absolute;
  right: 1.8em;
  top: 38px;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li > div table td img {
    right: 1vw;
    top: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li > div table td img {
    right: 4vw;
    top: 7vw;
    width: 4vw;
  }
}
.sns_009 ul li:nth-child(2) h3 {
  background-color: #ffed46;
  color: #02022b;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li:nth-child(2) h3 {
    padding: 6vw 0 6vw 6vw;
  }
}
.sns_009 ul li:nth-child(2) table th {
  background-color: #ffed46;
  color: #02022b;
}
.sns_009 ul li:nth-child(2) table th span {
  color: #02022b;
}
.sns_009 ul li:nth-child(3) h3 {
  background-color: #02022b;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li:nth-child(3) h3 {
    padding: 6vw 0 6vw 6vw;
  }
}
.sns_009 ul li:nth-child(3) table th {
  background-color: #02022b;
}
.sns_009 ul li:nth-child(3) .sns_009_circle {
  background-color: #ded200;
  color: #02022b;
}
.sns_009 ul li:nth-child(3) .sns_009_circle::after {
  background-image: url("../img/sns_004_txt_accent.svg");
}
.sns_009 ul li:not(:last-child) {
  margin-bottom: 114px;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li:not(:last-child) {
    margin-bottom: 20vw;
  }
}
.sns_009 ul li:not(:first-child) tr:nth-child(2) td {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li:not(:first-child) tr:nth-child(2) td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li:not(:first-child) tr:nth-child(2) td {
    font-size: 5vw;
  }
}
.sns_009 ul li em {
  font-size: 42px;
  margin-right: 0.1em;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1300px) {
  .sns_009 ul li em {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li em {
    font-size: 8vw;
  }
}
.sns_009 ul li .sns_009_txt_01.anim-en-title {
  display: inline-block;
  position: absolute;
  left: -42px;
  top: 94px;
  transform: rotate(-18deg);
  transition-delay: 0.5s;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li .sns_009_txt_01.anim-en-title {
    left: -4vw;
    top: 25vw;
  }
}
.sns_009 ul li .sns_009_txt_01.anim-en-title span {
  color: #ded200;
  font-size: 48px;
}
@media screen and (max-width: 600px) {
  .sns_009 ul li .sns_009_txt_01.anim-en-title span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_009 ul li:first-child .sns_009_txt_01.anim-en-title {
    top: 21vw;
  }
}
.sns_009 .Down.view {
  transition-delay: 0.5s;
}

.sns_010 {
  padding: 120px 0 210px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sns_010 {
    padding: 24vw 0 55vw;
  }
}
.sns_010 > div h2 {
  font-size: 36px;
  margin: 0 0 60px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .sns_010 > div h2 {
    font-size: 6vw;
    margin: 0 0 10vw;
  }
}
.sns_010 > div p {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 70px;
}
@media screen and (max-width: 880px) {
  .sns_010 > div p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .sns_010 > div p {
    font-size: 4vw;
    line-height: 1.8;
    margin: 0 0 10vw;
  }
}
.sns_010 > div dl {
  margin: 0 auto 40px;
  width: 940px;
  overflow: hidden;
}
.sns_010 > div:nth-child(7) {
  margin-bottom: 64px;
}
.sns_010 > div a {
  display: block;
  font-size: 51px;
  font-family: "Geologica", sans-serif;
  line-height: 1.5;
  margin-bottom: 74px;
}
@media screen and (max-width: 600px) {
  .sns_010 > div a {
    font-size: 9vw;
    line-height: 1.5;
    padding-bottom: 11vw;
    margin: 0;
  }
}
.sns_010 > div a span {
  font-size: 19px;
  display: block;
}
@media screen and (max-width: 600px) {
  .sns_010 > div a span {
    font-size: 4vw;
  }
}
.sns_010 form {
  max-width: 830px;
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .sns_010 form {
    border-top: 1px solid #8a8a8a;
    padding: 10vw 0 0;
  }
}
.sns_010 form fieldset {
  margin: 0 0 48px;
}
@media screen and (max-width: 600px) {
  .sns_010 form fieldset {
    margin: 0 0 8vw;
  }
}
.sns_010 form fieldset legend {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .sns_010 form fieldset legend {
    font-size: 4.5vw;
    margin: 0 0 2vw;
  }
}
.sns_010 form fieldset legend span {
  background-color: #ded200;
  color: #fff;
  line-height: 1.5;
  border-radius: 20px;
  display: inline-block;
  margin-left: 0.5em;
  font-size: 16px;
  padding: 0 14px;
}
@media screen and (max-width: 600px) {
  .sns_010 form fieldset legend span {
    font-size: 3.6vw;
    padding: 0 3vw 0.2vw;
  }
}
.sns_010 form fieldset input,
.sns_010 form fieldset textarea {
  width: 100%;
  padding: 20px 5px;
  border-radius: 10px;
  background-color: #f2f2f2;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sns_010 form fieldset input,
  .sns_010 form fieldset textarea {
    padding: 4vw 2vw;
  }
}
.sns_010 form .contact_send {
  text-align: center;
  margin: 96px 0;
}
@media screen and (max-width: 600px) {
  .sns_010 form .contact_send {
    margin: 20vw 0 0;
  }
}
.sns_010 form .contact_send input {
  border: 0px;
  width: 400px;
  height: 100px;
  background: url("../img/contact_send.svg") center/100% no-repeat, #02022b;
  border-radius: 10px;
  transition: 0.5s;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sns_010 form .contact_send input {
    width: 65vw;
    height: 16vw;
    background-image: url("../img/sp_contact_send.svg");
  }
}
.sns_010 form .contact_send input:hover {
  opacity: 0.5;
  transition: 0.5s;
}

footer {
  background-color: #fff;
  position: relative;
  text-align: center;
}
footer a {
  color: #02022b;
}
footer a p {
  font-weight: bold;
}
footer a img {
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  footer a img {
    margin: 0 0 4vw;
    width: 34vw;
  }
}
footer p {
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  footer p {
    margin: 0 0 2vw;
    font-size: 4vw;
  }
}
footer address p {
  font-style: normal;
  margin: 0 0 84px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  footer address p {
    margin: 0 0 18vw;
    font-size: 3.6vw;
    line-height: 2.5;
  }
}
footer .copyright {
  font-size: 12px;
  margin: 0 0 24px;
}
@media screen and (max-width: 600px) {
  footer .copyright {
    font-size: 3vw;
    margin: 0 0 3vw;
  }
}

#lp_to_top {
  z-index: 100;
  position: absolute;
  bottom: 30px;
  right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #lp_to_top {
    bottom: -1vw;
    right: 5vw;
  }
  #lp_to_top img {
    width: 10vw;
  }
}/*# sourceMappingURL=sns.css.map */