@charset "UTF-8";
/* 共通
----------------------------------------------------- */
.font_roboto {
  font-family: "Roboto", sans-serif;
}

.font_oswald {
  font-family: "Oswald", sans-serif;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

span.ilb {
  display: inline-block !important;
}

/* title1
----------------------------------------------------- */
.title1 {
  text-align: center;
}
.title1 img {
  width: auto;
  height: 5.2em;
}

@media screen and (max-width: 768px) {
  .title1 img {
    height: 4.1em;
  }
}
/* slick
----------------------------------------------------- */
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(../images/top/icon1.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-next.slick-disabled:before {
  background: none !important;
}

.slick-prev:before {
  background: url(../images/top/icon2.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev.slick-disabled:before {
  background: none !important;
}

.slick-arrow {
  font-size: 3.6vw !important;
  z-index: 2 !important;
  width: 2.2em !important;
  height: 2.2em !important;
}

.slick-next {
  top: 11.5em !important;
  right: 5.5em !important;
}

.slick-prev {
  top: 11.5em !important;
  left: -1.6em !important;
}

#wrap {
  background: url(../images/top/back.jpg) repeat center top/1400px;
}

/* mainvisual
----------------------------------------------------- */
#mainvisual {
  font-size: 15px;
}
#mainvisual #logo {
  text-align: center;
  padding: 12px 4%;
  background: #fff;
  line-height: 1;
}
#mainvisual #logo img {
  width: 12em;
}
#mainvisual .mainvisual__inner {
  position: relative;
  width: 87%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5em 0 0 4.5em;
}
#mainvisual .mainvisual__scroll {
  display: inline-block;
  position: absolute;
  right: -2.5%;
  bottom: -50px;
  z-index: 10;
  width: 21px;
  color: #000;
  animation: arrowMove 1.5s ease-in-out infinite;
}

@keyframes arrowMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1240px) {
  #mainvisual {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    font-size: 3.6vw;
  }
  #mainvisual #logo {
    padding: 10px 0;
  }
  #mainvisual #logo img {
    width: 8em;
  }
  #mainvisual .mainvisual__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0 0;
  }
  #mainvisual .mainvisual__scroll {
    left: 3%;
    right: inherit;
    bottom: -4em;
    width: 1em;
  }
}
/* lead
----------------------------------------------------- */
.lead {
  font-size: 15px;
  padding: 7em 0 6em;
  background: url(../images/top/lead_back.png) no-repeat center top 10em/73em;
}
.lead .lead__block {
  text-align: left;
  position: relative;
}
.lead .lead__block .lead__title {
  width: 25.5em;
  margin-bottom: 0.8em;
}
.lead .lead__block p:nth-of-type(1) {
  font-size: 1.07em;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: -0.02em;
  margin-bottom: 2.2em;
}
.lead .lead__block p:nth-of-type(2) {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.7;
  letter-spacing: -0.02em;
  margin-bottom: 2.3em;
}
.lead .lead__block p span {
  font-weight: 500;
}
.lead .lead__block p span.blue {
  background-color: #abe2f5;
  padding-right: 1em;
}
.lead .lead__block p span.pink_pc {
  background-color: #fab7da;
  padding-right: 1em;
}
.lead .lead__block p span.red {
  color: #ff0000;
}
.lead .lead__block .lead__img {
  position: absolute;
  top: -3.3em;
  right: 0;
  width: 31em;
}
.lead .lead__block .lead__btn {
  position: absolute;
  bottom: -1em;
  right: 18.5em;
  font-size: 1.058em;
  font-weight: 500;
  transition: 0.3s;
}
.lead .lead__block .lead__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1170px) {
  .lead {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 3.6vw;
    padding: 4em 0 4em;
    background: url(../images/top/lead_back.png) no-repeat center top 10em/73em;
  }
  .lead .lead__block {
    text-align: left;
    position: relative;
    padding-left: 3%;
  }
  .lead .lead__block .lead__title {
    width: 21em;
    margin-bottom: 0.8em;
  }
  .lead .lead__block p:nth-of-type(1) {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: -0.02em;
    margin-bottom: 1.5em;
  }
  .lead .lead__block p:nth-of-type(2) {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: -0.02em;
    margin-bottom: 1.5em;
  }
  .lead .lead__block p span {
    font-weight: 500;
  }
  .lead .lead__block p span.blue {
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    background: linear-gradient(transparent 40%, #abe2f5 40%);
  }
  .lead .lead__block p span.pink_pc {
    background-color: inherit;
    padding-right: 0;
  }
  .lead .lead__block p span.pink_sp {
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    background: linear-gradient(transparent 40%, #fab7da 40%);
  }
  .lead .lead__block p span.red {
    color: #ff0000;
    font-size: 1.05em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    background: linear-gradient(transparent 40%, #faee72 40%);
  }
  .lead .lead__block .lead__img {
    position: relative;
    top: inherit;
    right: inherit;
    width: 15em;
    margin: 0 auto 3.3em;
  }
  .lead .lead__block .lead__btn {
    position: relative;
    display: block;
    bottom: inherit;
    right: inherit;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
    width: 65%;
    padding: 0.3em 0;
    background-color: #000;
    color: #fff;
    border-radius: 0.4em;
    margin: 0 auto;
  }
}
/* term
----------------------------------------------------- */
.term {
  font-size: 15px;
  padding: 0em 0 6em;
}
.term .term__title {
  margin-bottom: 4em;
}
.term .term__text {
  text-align: center;
  font-size: 1.867em;
  font-weight: bold;
}
.term .term__text span.big {
  font-size: 1.571em;
  font-weight: bold;
}
.term .term__text span.small {
  font-weight: bold;
}

@media screen and (max-width: 1170px) {
  .term {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .term {
    font-size: 3.6vw;
    padding: 0em 0 3.5em;
  }
  .term .term__title {
    margin-bottom: 1.5em;
  }
  .term .term__text {
    font-size: 2.05em;
    line-height: 1.4;
  }
  .term .term__text span.big {
    font-size: 1.571em;
    font-weight: bold;
  }
  .term .term__text span.small {
    font-weight: bold;
    font-size: 0.55em;
    margin-top: 0em;
    display: block;
    padding-left: 7em;
  }
}
/* present
----------------------------------------------------- */
.present {
  font-size: 15px;
  padding: 1em 0 6em;
}
.present .present__title {
  margin-bottom: 1em;
}
.present .present__text {
  width: 29em;
  margin: 0 auto 0.3em;
  font-size: 2.13em;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}
.present .present__text span.small {
  font-size: 0.8125em;
  font-weight: 500;
}
.present .present__text span.dot {
  letter-spacing: -0.45em;
  padding-right: 1em;
}
.present .present__small {
  width: 71.3846em;
  margin: 0 auto 4.5em;
  text-align: right;
  font-size: 0.867em;
  line-height: 1.3;
}
.present .present__small > div {
  margin-left: auto;
  width: 33em;
  text-align: left;
}
.present .present__box {
  width: 60em;
  margin: 0 auto 0.3em;
  padding: 0 1em 1em 4.5em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: 0.1em solid #000;
  border-right: 0.1em solid #000;
  border-bottom: 0.1em solid #000;
}
.present .present__box::before, .present .present__box::after {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  width: 2.8em;
  height: 0.1em;
}
.present .present__box::before {
  left: 0;
}
.present .present__box::after {
  right: 0;
}
.present .present__box .present__box_title {
  margin-top: -0.7em;
  margin-bottom: 2.5em;
  font-size: 1.133em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.present .present__box .present__box_title > div {
  flex-basis: 48%;
}
.present .present__box .present__box_title > div:nth-of-type(2) {
  font-size: 1.0588em;
  font-weight: bold;
}
.present .present__box .present__box_text {
  display: flex;
  justify-content: space-between;
}
.present .present__box .present__box_text > div {
  flex-basis: 47%;
}
.present .present__box .present__box_text .present__box_subtitle {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.7em;
}
.present .present__box .present__box_text .present__box_subtitle span {
  background-color: #000;
  color: #fff;
  font-size: 0.97em;
  font-weight: bold;
  padding: 0.2em 0.7em;
  margin-right: 1em;
}
.present .present__box .present__box_text p {
  margin-bottom: 1.2em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1170px) {
  .present {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .present {
    font-size: 3.6vw;
    padding: 1em 0 6em;
  }
  .present .present__title {
    margin-bottom: 1em;
  }
  .present .present__text {
    width: 100%;
    margin: 0 auto 0.1em;
    font-size: 1.9em;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.9;
    padding-left: 1em;
  }
  .present .present__text span {
    font-weight: 500;
  }
  .present .present__text span.small {
    font-size: 0.86em;
    font-weight: 500;
  }
  .present .present__text span.dot {
    letter-spacing: -0.45em;
    padding-right: 1em;
  }
  .present .present__text span.set {
    display: inline !important;
  }
  .present .present__small {
    width: 100%;
    margin: 0 auto 5.5em;
    text-align: right;
    font-size: 0.93em;
    line-height: 1.4;
    padding-left: 2.2em;
  }
  .present .present__small > div {
    margin-left: auto;
    width: inherit;
    text-align: left;
  }
  .present .present__small .set {
    display: inline !important;
  }
  .present .present__box {
    width: 100%;
    margin: 0 auto 0.3em;
    padding: 0 1em 0em 1.6em;
    position: relative;
    flex-direction: column;
    border-left: 0.1em solid #000;
    border-right: 0.1em solid #000;
    border-bottom: 0.1em solid #000;
  }
  .present .present__box::before, .present .present__box::after {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    width: 1.1em;
    height: 0.1em;
  }
  .present .present__box::before {
    left: 0;
  }
  .present .present__box::after {
    right: 0;
  }
  .present .present__box .present__box_title {
    margin-top: -2em;
    margin-bottom: 2.5em;
    font-size: 1em;
    font-weight: 500;
    flex-direction: column;
    text-align: center;
    line-height: 1.3;
  }
  .present .present__box .present__box_title > div {
    flex-basis: 48%;
  }
  .present .present__box .present__box_title > div:nth-of-type(2) {
    margin-top: 1.2em;
    font-size: 1.0588em;
    text-align: left;
    font-weight: bold;
  }
  .present .present__box .present__box_text {
    flex-direction: column;
  }
  .present .present__box .present__box_text > div {
    flex-basis: 47%;
  }
  .present .present__box .present__box_text .present__box_subtitle {
    font-size: 1.15em;
    font-weight: 500;
    margin-bottom: 0.9em;
  }
  .present .present__box .present__box_text .present__box_subtitle span {
    background-color: #000;
    color: #fff;
    font-size: 0.97em;
    font-weight: bold;
    padding: 0.2em 0.5em;
    margin-right: 0.6em;
  }
  .present .present__box .present__box_text p {
    margin-bottom: 1.5em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2.2;
  }
}
/* apply
----------------------------------------------------- */
.apply {
  font-size: 15px;
  padding: 1.5em 0 6em;
}
.apply .apply__title {
  margin-bottom: 1em;
}
.apply .apply__box {
  width: 55em;
  margin: 0 auto 8.5em;
  background: linear-gradient(to right, #ffe363 0%, #FC5B9C 25%, #ff74ad 56%, #79ddff 100%);
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  padding: 3em 1em 2.8em 3em;
  line-height: 1.9;
  border-radius: 2.3em;
}
.apply .apply__block .apply__obi_top {
  background-color: #000;
  color: #fff;
  font-size: 1.33em;
  font-weight: 500;
  height: 7.75em;
  padding: 2.1em 0 0 1.5em;
  letter-spacing: -0.02em;
}
.apply .apply__block .apply__obi_bottom {
  background-color: #d70051;
  color: #fff;
  font-size: 1.33em;
  font-weight: 500;
  height: 7.75em;
  text-align: right;
  padding: 2.5em 1em 0 0;
  letter-spacing: -0.02em;
}
.apply .apply__block .apply__flow {
  display: flex;
  justify-content: flex-end;
  gap: 0 2.5em;
  margin-top: -7.5em;
  margin-right: 1.7em;
  margin-bottom: 5.3em;
  z-index: 1;
}
.apply .apply__block .apply__flow > div {
  background-color: #fff;
  border: 0.18em solid #000;
  border-radius: 1em;
  flex-basis: 22.2%;
  text-align: center;
  padding: 1em 0 0.5em;
  position: relative;
}
.apply .apply__block .apply__flow > div img {
  width: 6.5em;
  margin-bottom: 1.5em;
}
.apply .apply__block .apply__flow > div p {
  font-size: 0.93em;
  font-weight: 500;
  line-height: 1.7;
}
.apply .apply__block .apply__flow > div p:nth-of-type(1) {
  margin-bottom: 0.5em;
}
.apply .apply__block .apply__flow > div p span {
  display: block;
  text-align: left;
  font-weight: 500;
  padding-left: 1em;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.apply .apply__block .apply__flow > div p span.small {
  text-align: center;
  font-size: 0.857em;
  font-weight: 500;
}
.apply .apply__block .apply__flow > div::before {
  content: "";
  background: url(../images/top/arrow1.png) no-repeat center top/contain;
  width: 1.9em;
  height: 1.9em;
  position: absolute;
  top: 9em;
  right: -2.5em;
}
.apply .apply__block .apply__flow > div:last-of-type::before {
  content: none;
}
.apply .apply__block .apply__flow.apply__flow--bottom {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: -7em;
  margin-right: 0;
  margin-left: 1.7em;
}
.apply .apply__block .apply__flow.apply__flow--bottom > div {
  color: #d70051;
  border: 0.18em solid #d70051;
}
.apply .apply__block .apply__flow.apply__flow--bottom > div::before {
  content: "";
  background: url(../images/top/arrow2.png) no-repeat center top/contain;
  width: 1.9em;
  height: 1.9em;
  position: absolute;
  top: 9em;
  right: -2.5em;
}
.apply .apply__block .apply__flow.apply__flow--bottom > div:last-of-type::before {
  content: none;
}

@media screen and (max-width: 1170px) {
  .apply {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .apply {
    font-size: 3.6vw;
    padding: 1.5em 0 6em;
  }
  .apply .container {
    width: 100%;
  }
  .apply .apply__title {
    margin-bottom: 2em;
  }
  .apply .apply__box {
    width: 94%;
    margin: 0 3% 8.5em;
    color: #fff;
    font-size: 1.14em;
    font-weight: bold;
    padding: 3em 0.8em 2.8em 1em;
    line-height: 1.9;
    border-radius: 2.3em;
    letter-spacing: -0.033em;
  }
  .apply .apply__block .apply__obi_top {
    background-color: #000;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    height: 5em;
    padding: 1.7em 0 0 0em;
    letter-spacing: -0.02em;
  }
  .apply .apply__block .apply__obi_bottom {
    background-color: #d70051;
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
    height: 5em;
    text-align: center;
    padding: 1.7em 0 0 0em;
    letter-spacing: -0.02em;
  }
  .apply .apply__block .apply__flow {
    display: flex;
    justify-content: flex-end;
    display: block;
    gap: 0 2.5em;
    margin-top: -2em;
    margin-right: 0;
    margin-bottom: 6.3em;
  }
  .apply .apply__block .apply__flow > div {
    background-color: #fff;
    border: 0.18em solid #000;
    border-radius: 1.2em;
    flex-basis: 22.2%;
    text-align: center;
    padding: 1em 0 1em;
    position: relative;
    width: 75%;
    margin: 0 auto;
  }
  .apply .apply__block .apply__flow > div img {
    display: block;
    width: 9em;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
  .apply .apply__block .apply__flow > div p {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.7;
  }
  .apply .apply__block .apply__flow > div p:nth-of-type(1) {
    margin-bottom: 0.5em;
  }
  .apply .apply__block .apply__flow > div p span {
    display: block;
    text-align: left;
    font-weight: 500;
    padding-left: 1em;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .apply .apply__block .apply__flow > div p span.small {
    text-align: center;
    font-size: 0.857em;
    font-weight: 500;
  }
  .apply .apply__block .apply__flow > div::before {
    content: none;
  }
  .apply .apply__block .apply__flow > div:last-of-type::before {
    content: none;
  }
  .apply .apply__block .apply__flow.apply__flow--bottom {
    justify-content: flex-start;
    margin-top: -2em;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .apply .apply__block .apply__flow.apply__flow--bottom > div {
    color: #d70051;
    border: 0.18em solid #d70051;
  }
  .apply .apply__block .apply__flow.apply__flow--bottom > div::before {
    content: none;
  }
  .apply .apply__block .apply__flow.apply__flow--bottom > div:last-of-type::before {
    content: none;
  }
  /* slick
  ----------------------------------------------------- */
  .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .apply__flow--top .slick-next:before {
    background: url(../images/top/arrow1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .apply__flow--bottom .slick-next:before {
    background: url(../images/top/arrow2.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .apply__flow--top .slick-prev:before {
    background: url(../images/top/arrow1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg) !important;
  }
  .apply__flow--bottom .slick-prev:before {
    background: url(../images/top/arrow2.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg) !important;
  }
  .slick-arrow {
    font-size: 15px !important;
    z-index: 2 !important;
    width: 2.3em !important;
    height: 2.3em !important;
  }
  .slick-next {
    top: 44vw !important;
    right: -0.2em !important;
  }
  .slick-prev {
    top: 44vw !important;
    left: 0em !important;
  }
  .slick-dots {
    bottom: -3em !important;
  }
  .slick-dots li button:before {
    font-size: 11px !important;
    color: #dddddd !important;
    opacity: 1 !important;
  }
  .slick-dots li.slick-active button:after {
    content: "" !important;
    /*
    */
    background-color: #000 !important;
    border-radius: 50% !important;
    width: 11px !important;
    height: 11px !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
  }
}
/* car
----------------------------------------------------- */
.car {
  font-size: 15px;
  padding: 3.5em 0 4.5em;
}
.car .car__title {
  margin-bottom: 4em;
}
.car .car__title img {
  height: 7.5em;
}
.car picture {
  margin-bottom: 2em;
}
.car .car__subtitle {
  text-align: center;
  font-size: 1.33em;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.car p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 3em;
}
.car .car__btn {
  display: block;
  width: 12.7em;
  margin: 0 auto 9em;
}

@media screen and (max-width: 1170px) {
  .car {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .car {
    font-size: 3.6vw;
    padding: 2em 0 3em;
  }
  .car .car__title {
    margin-bottom: 3.5em;
  }
  .car .car__title img {
    height: 4.5em;
  }
  .car picture {
    margin-bottom: 2em;
  }
  .car .car__subtitle {
    text-align: left;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 1em;
    padding-left: 0.4em;
  }
  .car p {
    text-align: left;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 2.7em;
    padding-left: 0.4em;
  }
  .car .car__btn {
    display: block;
    width: 13.8em;
    margin: 0 auto 5.3em;
  }
}
/* overview
----------------------------------------------------- */
.overview {
  font-size: 15px;
  padding: 0em 0 4em;
}
.overview .overview__title {
  margin-bottom: 2.7em;
}
.overview .overview__block {
  border: 0.14em solid #000;
  border-radius: 2em;
  padding: 4em 3em 4em 4em;
}
.overview .overview__block .overview__lead {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2em;
}
.overview .overview__block .overview__subtitle {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.3em;
}
.overview .overview__block p {
  font-size: 1.067em;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0.4em;
  padding-left: 0.5em;
}

@media screen and (max-width: 1170px) {
  .overview {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .overview {
    font-size: 3.6vw;
    padding: 0em 0 4em;
  }
  .overview .overview__title {
    margin-bottom: 2.7em;
  }
  .overview .overview__block {
    border: 0.11em solid #000;
    border-radius: 1em;
    padding: 1.5em 1em 1.5em 1em;
  }
  .overview .overview__block .overview__lead {
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .overview .overview__block .overview__subtitle {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 0.1em;
  }
  .overview .overview__block p {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 0.4em;
    padding-left: 0.5em;
  }
}
/* sns
----------------------------------------------------- */
.sns {
  font-size: 15px;
  padding: 8em 0 7em;
}
.sns .sns__title {
  margin-bottom: 2.7em;
}
.sns .sns__block {
  display: flex;
  justify-content: center;
  gap: 0 9em;
  text-align: center;
}
.sns .sns__block > div:nth-of-type(1) img {
  width: 8em;
  margin-bottom: 4em;
}
.sns .sns__block > div:nth-of-type(1) a {
  color: #fff;
  background-color: #000;
  font-size: 1.467em;
  width: 19em;
  height: 2.3em;
  border-radius: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns .sns__block > div:nth-of-type(2) img {
  width: 6.7em;
  margin-bottom: 4.3em;
}
.sns .sns__block > div:nth-of-type(2) a {
  color: #fff;
  background-color: #d70051;
  font-size: 1.467em;
  width: 19em;
  height: 2.3em;
  border-radius: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1170px) {
  .sns {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .sns {
    font-size: 3.6vw;
    padding: 0em 0 5em;
  }
  .sns .sns__title {
    margin-bottom: 2.7em;
  }
  .sns .sns__block {
    flex-direction: column;
    gap: 0 9em;
    text-align: center;
  }
  .sns .sns__block > div:nth-of-type(1) {
    margin-bottom: 4em;
  }
  .sns .sns__block > div:nth-of-type(1) img {
    width: 5.3em;
    margin-bottom: 1.5em;
  }
  .sns .sns__block > div:nth-of-type(1) a {
    color: #fff;
    background-color: #000;
    font-size: 1em;
    width: 70%;
    margin: 0 auto;
    height: 2.3em;
    border-radius: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sns .sns__block > div:nth-of-type(2) img {
    width: 4.2em;
    margin-bottom: 1.8em;
  }
  .sns .sns__block > div:nth-of-type(2) a {
    color: #fff;
    background-color: #d70051;
    font-size: 1em;
    width: 70%;
    margin: 0 auto;
    height: 2.3em;
    border-radius: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}