@charset "UTF-8";
/*@import "settings";*/
html {
  height: 100%;
  font-size: 16px; }

body {
  color: #3f3a39;
  height: 100%;
  line-height: 1.73;
  letter-spacing: 0.06em; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

ol, ul {
  list-style: none !important; }

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500; }

@media only screen and (min-width: 769px) {
  .wrapper {
    min-width: 1100px;
    background: #fff; } }

.header {
  position: absolute;
  width: 100%; }
  .header__logo {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9999;
    text-indent: -9999px;
    margin: 34px 2.125%;
    background: url("../img/logo_bk.png") no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
    @media only screen and (min-width: 769px) {
      .header__logo {
        width: 276px;
        height: 25px; } }
    @media only screen and (max-width: 768px) {
      .header__logo {
        width: 200px;
        height: 25px;
        margin: 20px 4%; } }

.dot {
  background: url("../img/pixel.png") repeat;
  -webkit-background-size: 8px auto;
  background-size: 8px auto; }

.footer {
  position: relative;
  background: #3fc3cb;
  padding-bottom: 30px; }
  @media only screen and (min-width: 769px) {
    .footer {
      padding-left: 2.125%;
      padding-top: 38px; } }
  @media only screen and (max-width: 768px) {
    .footer {
      padding-left: 6%;
      padding-right: 6%;
      padding-top: 45px;
      padding-bottom: 130px; } }
  .footer__logo {
    width: 20.125%; }
    @media only screen and (max-width: 768px) {
      .footer__logo {
        width: 240px; } }
    .footer__logo > img {
      width: 100%;
      height: auto; }
  .footer__group {
    color: #fff;
    font-size: 1.375rem;
    letter-spacing: 0.14em;
    margin: 35px 7.2% 80px 0;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .footer__group {
        font-size: 1.2rem;
        margin: 15px 7.2% 65px 0; } }
    .footer__group > a {
      display: -webkit-flex;
      display: flex;
      transition: .5s;
      line-height: 1.3;
      color: #fff; }
      .footer__group > a:hover {
        opacity: .4; }
  .footer__arrow {
    margin-left: 10px;
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    display: block; }
    @media only screen and (max-width: 768px) {
      .footer__arrow {
        margin-bottom: 7px; } }
    .footer__arrow:before {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 13px;
      height: 8px;
      background: url("../img/arrow_right_wh.png") center center no-repeat;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; }
  .footer__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .footer__item {
        padding-right: 4%; } }
    .footer__item__nav {
      color: #fff;
      font-size: 0.875rem;
      letter-spacing: 0.14em;
      margin-right: 2.0625%;
      margin-left: 0.9375%;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .footer__item__nav {
          width: 100%;
          margin-left: 0; } }
      .footer__item__nav:after {
        content: "／";
        position: absolute;
        right: -30px;
        width: 15px;
        height: 15px;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .footer__item__nav:after {
            display: none; } }
      .footer__item__nav > a {
        color: #fff;
        transition: .5s; }
        .footer__item__nav > a:hover {
          opacity: .4; }
    .footer__item__nav:nth-of-type(1) {
      margin-left: 0 !important; }
    .footer__item__nav:nth-of-type(4):after {
      display: none; }
  .footer__copy {
    letter-spacing: 0.11em;
    font-size: 0.6875rem;
    color: #fff;
    margin-top: 15px; }
  .footer__pagetop {
    display: none;
    width: 101px;
    height: 101px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    background: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.625rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    transition: .5s; }
    .footer__pagetop:hover {
      opacity: 0.6; }
    .footer__pagetop:before {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      top: 40%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 13px;
      height: 8px;
      background: url("../img/arrow_up.png") center center no-repeat;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; }
    .footer__pagetop > a {
      width: 100%;
      height: 100%;
      cursor: pointer;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 15px auto 0;
      color: #00a172;
      cursor: pointer;
      transition: .5s; }

.kv {
  position: relative;
  height: 100dvh; }
  @media only screen and (min-width: 769px) {
    .kv {
      padding-top: 303px;
      min-height: 900px; } }
  @media only screen and (max-width: 768px) {
    .kv {
      padding-top: 120px;
      min-height: 700px; } }
  .kv__inner {
    padding: 0 5.6875%;
    position: relative; }
    .kv__inner__main {
      position: absolute;
      top: 185px;
      width: 68%;
      transform: translateY(-50px);
      opacity: 0;
      transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      z-index: 1000; }
      @media only screen and (max-width: 768px) {
        .kv__inner__main {
          width: 80%; } }
      .kv__inner__main.show {
        transform: translateY(0);
        opacity: 1; }
    .kv__inner--cti {
      text-indent: -9999px;
      display: block;
      content: "";
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      padding-top: 20%;
      max-width: 900px;
      background: url("../img/kv_main.svg") left bottom no-repeat;
      -webkit-background-size: 100% auto;
      background-size: 100% auto; }
      @media only screen and (max-width: 768px) {
        .kv__inner--cti {
          padding-top: 25%; } }
    .kv__inner--group {
      text-indent: 0;
      line-height: 0;
      display: block;
      text-align: left;
      color: #323232;
      font-weight: 700;
      letter-spacing: 0.14em;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .kv__inner--group {
          font-size: 1.3rem;
          margin-top: -20px; } }
    .kv__inner__item {
      position: absolute;
      right: 0;
      top: 0;
      width: 25.375%;
      line-height: 1.9;
      letter-spacing: 0.2em;
      z-index: 1000; }
      @media only screen and (min-width: 769px) {
        .kv__inner__item {
          margin-right: 8.9375%; } }
      @media only screen and (max-width: 768px) {
        .kv__inner__item {
          width: 64.375%;
          right: 4%;
          margin-top: 10%; } }
      .kv__inner__item > p {
        font-size: 2.25vw;
        color: #164d8f;
        font-weight: 700;
        padding-left: 14px;
        transform: translateY(-50px);
        opacity: 0;
        transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        @media only screen and (max-width: 1100px) and (min-width: 769px) {
          .kv__inner__item > p {
            font-size: 1.5rem;
            padding-top: 1px; } }
        @media only screen and (max-width: 768px) {
          .kv__inner__item > p {
            padding-top: 3px;
            font-size: 5vw; } }
        .kv__inner__item > p.show {
          transform: translateY(0);
          opacity: 1; }
        .kv__inner__item > p:before {
          display: block;
          content: "";
          position: absolute;
          left: 0;
          top: 5px;
          padding-top: 102%;
          width: 100%;
          text-indent: -9999px;
          background: url("../img/ttl_bk01.png") left top no-repeat;
          -webkit-background-size: 100% auto;
          background-size: 100% auto;
          z-index: -1; }
        .kv__inner__item > p > span {
          font-size: 1.7125vw; }
          @media only screen and (max-width: 1100px) and (min-width: 769px) {
            .kv__inner__item > p > span {
              font-size: 1.15rem; } }
          @media only screen and (max-width: 768px) {
            .kv__inner__item > p > span {
              font-size: 4vw; } }
          .kv__inner__item > p > span:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 60%;
            padding-top: 31%;
            width: 63%;
            text-indent: -9999px;
            background: url("../img/ttl_bk02.png") left top no-repeat;
            -webkit-background-size: 100% auto;
            background-size: 100% auto; }
    .kv__inner__scroll {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #000;
      letter-spacing: 0.2em;
      font-size: 0.9375rem;
      margin-bottom: 45px; }
      @media only screen and (max-width: 768px) {
        .kv__inner__scroll {
          bottom: 35px;
          margin-bottom: 35px; } }
  .kv__foam01 {
    width: 10.875%;
    position: absolute;
    left: 38.1875%;
    top: 8.94%; }
    .kv__foam01 > img {
      width: 100%;
      height: auto;
      animation: floating-y 1.8s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .kv__foam02 {
    width: 22.25%;
    position: absolute;
    left: 13.6875%;
    top: 30.47%; }
    .kv__foam02 > img {
      width: 100%;
      height: auto;
      animation: floating-y 3.4s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .kv__foam03 {
    width: 18.5625%;
    position: absolute;
    right: 7.125%;
    top: 10.11%; }
    .kv__foam03 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.0s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .kv__foam04 {
    width: 4.5625%;
    position: absolute;
    right: 22.625%;
    top: 64.47%; }
    .kv__foam04 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.4s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
.preface {
  position: relative; }
  .preface__inner {
    padding-bottom: 90px; }
    @media only screen and (max-width: 768px) {
      .preface__inner {
        padding: 0 6% 90px; } }
    .preface__inner__txt {
      position: relative;
      z-index: 1000;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 2.61;
      color: #164d8f;
      transform: translateY(-50px);
      opacity: 0;
      transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .preface__inner__txt.show {
        transform: translateY(0);
        opacity: 1; }
      @media only screen and (min-width: 769px) {
        .preface__inner__txt {
          margin-top: 140px;
          margin-right: 10%;
          margin-left: 38.0625%;
          font-size: 1.125rem;
          line-height: 2.3; } }
      @media only screen and (min-width: 769px) {
        .preface__inner__txt > p {
          margin-bottom: 55px; } }
  .preface__pc {
    display: block; }
    @media only screen and (max-width: 768px) {
      .preface__pc {
        display: none; } }
  .preface__foam01 {
    width: 6.0625%;
    position: absolute;
    left: 30.375%;
    top: -20.125%; }
    .preface__foam01 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.0s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .preface__foam02 {
    width: 13.25%;
    position: absolute;
    right: 22.5%;
    top: -22.5%; }
    .preface__foam02 > img {
      width: 100%;
      height: auto;
      animation: floating-y 1.8s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .preface__foam03 {
    width: 14.875%;
    position: absolute;
    left: 16.5625%;
    top: -6.25%; }
    .preface__foam03 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.8s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .preface__foam04 {
    width: 8.75%;
    position: absolute;
    left: 41.8125%;
    top: 33%; }
    .preface__foam04 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.6s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .preface__foam05 {
    width: 5.4375%;
    position: absolute;
    left: 33.0625%;
    top: 58.125%; }
    .preface__foam05 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.4s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
  .preface__foam06 {
    width: 16.3125%;
    position: absolute;
    right: 9.375%;
    bottom: 10%; }
    .preface__foam06 > img {
      width: 100%;
      height: auto;
      animation: floating-y 2.8s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translateY(-10%); }
  100% {
    transform: translateY(10%); } }
.company__inner {
  padding: 250px 20.625% 150px; }
  @media only screen and (max-width: 768px) {
    .company__inner {
      padding: 90px 6% 45px; } }
.company__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: translateY(-50px);
  opacity: 0;
  transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .company__item.show {
    transform: translateY(0);
    opacity: 1; }
.company__box {
  position: relative;
  width: 44.69%;
  margin-bottom: 57px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .company__box {
      width: 100%;
      margin-bottom: 35px; } }
  .company__box > p > a {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
    transition: .5s; }
    .company__box > p > a:hover {
      opacity: .4; }
  .company__box > p {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .company__box__logo01 {
    padding-top: 6px; }
  .company__box__logo02 {
    width: 92.74% !important; }
  .company__box__logo03 {
    width: 96.67% !important; }
  .company__box__logo04 {
    width: 62.23% !important; }
  .company__box__logo05 {
    width: 94.56% !important; }
  .company__box__logo07 {
    width: 89.72% !important; }
.company__img {
  width: 77.18%;
  display: block; }
  .company__img > img {
    width: 100%;
    height: auto; }
.company__arrow {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  border: 1px solid #99999a;
  border-radius: 4px; }
  .company__arrow:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/arrow_under.png") center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.group {
  padding: 150px 0 530px;
  background: url("../img/bk_circle.png") center center no-repeat;
  -webkit-background-size: 110% auto;
  background-size: 110% auto;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    .group {
      padding: 90px 0 200px;
      -webkit-background-size: 250% auto;
      background-size: 250% auto; } }
  .group__logo {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 255vw;
    padding-bottom: 145px; }
    @media only screen and (max-width: 768px) {
      .group__logo {
        width: 500vw;
        padding-bottom: 45px; } }
    .group__logo > img {
      width: 100%;
      height: auto; }
    .group__logo > img:first-child {
      animation: loop 100s -50s linear infinite; }
    .group__logo > img:last-child {
      animation: loop2 100s linear infinite; }
  .group > h2 {
    letter-spacing: 0.16em;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 75px;
    text-align: center;
    color: #164d8f;
    transform: translateY(-50px);
    opacity: 0;
    transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media only screen and (max-width: 768px) {
      .group > h2 {
        font-size: 1.5rem; } }
    .group > h2.show {
      transform: translateY(0);
      opacity: 1; }
  .group__figure {
    padding: 0 20.625%;
    transform: translateY(-50px);
    opacity: 0;
    transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .group__figure.show {
      transform: translateY(0);
      opacity: 1; }
    @media only screen and (max-width: 768px) {
      .group__figure {
        padding-left: 6%;
        padding-right: 6%;
        width: 100%;
        overflow-x: auto; } }
    .group__figure > img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .group__figure > img {
          width: 653px; } }

@media only screen and (min-width: 769px) {
  .content__inner {
    padding-bottom: 140px; } }
.content__company {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #f0fffb 10%, #f0fffb 100%);
  margin-bottom: 100px;
  padding: 45px 18.6875%;
  transform: translateY(-50px);
  opacity: 0;
  transition: 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .content__company.show {
    transform: translateY(0);
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .content__company {
      padding: 0 6% 45px;
      margin-bottom: 95px; } }
.content__main {
  width: 43.9%;
  margin-bottom: 63px; }
  @media only screen and (max-width: 768px) {
    .content__main {
      width: 100%;
      height: auto;
      margin-bottom: 35px; } }
  .content__main > img {
    width: 100%;
    height: auto; }
.content__address {
  width: 49%;
  margin-bottom: 45px; }
  @media only screen and (max-width: 768px) {
    .content__address {
      width: 100%;
      height: auto;
      margin-bottom: 30px; } }
  .content__address > h2 {
    width: 100%;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .content__address > h2 {
        width: 100% !important;
        margin-bottom: 20px; } }
    .content__address > h2 > img {
      width: 100%;
      height: auto; }
  .content__address__info > h3 {
    font-size: 1.125rem;
    border-bottom: 1px solid #164d8f;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
    display: inline-block;
    color: #164d8f; }
  @media only screen and (min-width: 769px) {
    .content__address__ttl01 {
      width: 93.04% !important; } }
  @media only screen and (min-width: 769px) {
    .content__address__ttl02 {
      width: 83.26% !important; } }
  @media only screen and (min-width: 769px) {
    .content__address__ttl04 {
      width: 61.96% !important; } }
  @media only screen and (min-width: 769px) {
    .content__address__ttl05 {
      width: 80.98% !important; } }
  @media only screen and (min-width: 769px) {
    .content__address__ttl07 {
      width: 94.68% !important; } }
  @media only screen and (min-width: 769px) {
    .content__address__ttl08 {
      width: 90.18% !important; } }
.content__overview {
  width: 45.2%;
  margin-bottom: 50px; }
  .content__overview > h3 {
    background: #3fc3cb;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 6px 25px;
    display: inline-block; }
  .content__overview > h4 {
    color: #164d8f;
    line-height: 2;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 15px 0; }
  .content__overview > p {
    line-height: 2.06; }
  @media only screen and (max-width: 768px) {
    .content__overview {
      width: 100%;
      height: auto; } }
.content__intro {
  width: 45.2%;
  margin-bottom: 50px; }
  .content__intro > h3 {
    background: #3fc3cb;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 6px 25px;
    display: inline-block; }
  .content__intro > h4 {
    color: #164d8f;
    line-height: 2;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 15px 0; }
  .content__intro > p {
    line-height: 2.06; }
  @media only screen and (max-width: 768px) {
    .content__intro {
      width: 100%;
      height: auto; } }
.content__link {
  position: relative;
  width: 100%; }
  .content__link--ttl {
    font-size: 1.125rem;
    border-bottom: 1px solid #164d8f;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
    display: inline-block;
    color: #164d8f; }
  .content__link--item {
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .content__link--item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .content__link--item > p {
      display: -webkit-flex;
      display: flex;
      margin-right: 7.2%; }
      .content__link--item > p > a {
        display: block;
        transition: .5s;
        display: -webkit-flex;
        display: flex; }
        .content__link--item > p > a:hover {
          opacity: .4; }
.content__arrow {
  margin-left: 10px;
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #99999a;
  border-radius: 30px;
  display: block;
  transition: .5s; }
  @media only screen and (max-width: 768px) {
    .content__arrow {
      margin-bottom: 7px; } }
  .content__arrow:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 13px;
    height: 8px;
    background: url("../img/arrow_right.png") center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
.content__pc {
  display: block; }
  @media only screen and (max-width: 768px) {
    .content__pc {
      display: none; } }
.content__sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    .content__sp {
      display: block; } }
