@charset "UTF-8";

:root {
  --main-color: #1b9d6f;
  --sub-color: #1b9d6f;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: table;
  box-sizing: border-box;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

html,
body {
  font-size: 62.5%;
  color: #000;
  line-height: 1;
  font-family: YuGothic, Meiryo, "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

h1,
h2,
h2,
h3,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  transition: all .4s ease-in;
}

a:hover {
  text-decoration: none;
  transition: all .4s ease-out;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="checkbox"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-fade {
  opacity: 0;
}

.js-fade.js-fade {
  animation: fadeInY 1s ease-in-out forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

[class*=__ttl] {
  font-weight: bold;
}

html {
  background: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  font-size: 1.4rem;
}

.main {
  width: 100%;
  height: 100%;
  position: relative;
}

.main>div,
.main section {
  margin-top: 80px;
}

.main .mv+div,
.main .mv+section,
.main .imageBlock+div,
.main .imageBlock+section {
  margin-top: 80px;
}

.main .mv {
  margin-top: 0;
}

.main .mgT0+.mgT0 {
  margin-top: 0;
}

.wrapper {
  min-width: 1280px;
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
}

.modal-video-close-btn {
  top: -33px;
  right: -4px;
}

.modal-video-close-btn::before,
.modal-video-close-btn::after {
  height: 1px;
}

.logoWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 36px auto 35px;
}

.logoWrap__logo {
  height: 50px;
  width: auto;
}

.logoWrap__logo img {
  max-height: 100%;
}

.header {
  width: 100%;
  margin: 36px 0 35px;
}

.sideBtns {
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 10000;
}

.sideBtns.on .doc {
  animation: sideBtns 0.4s ease-out forwards;
}

.sideBtns.on .sns {
  animation: sideBtns 0.4s 0.2s ease-out forwards;
}

.sideBtns a {
  font-weight: bold;
  font-size: 1.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  width: 66px;
  height: 121px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translate(100%, 0);
  padding-right: 10px;
}

.sideBtns a:hover.line,
.sideBtns a:hover.fb {
  background: #84c6ff;
  color: #000;
}

.sideBtns a:hover.fb::before {
  background: url("./../img/common/icon-phone.png") center/cover no-repeat;
}

.sideBtns a:hover::before {
  transition: all 0.4s ease-out;
}

.sideBtns a::before {
  content: "";
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.4s ease-in;
}

.sideBtns a+a {
  margin-top: 5px;
}

.sideBtns .doc {
  color: #fff;
  background: #ff8888;
}

.sideBtns .doc::before {
  background: url("./../img/common/icon-book.png") center/cover no-repeat;
  width: 13px;
  height: 14px;
}

.sideBtns .doc:hover::before {
  background: url("./../img/common/icon-book-b.png") center/cover no-repeat;
}

.sideBtns .sns {
  line-height: 1.1;
}

.sideBtns .sns.line {
  color: #000;
  background: #f4dc5b;
}

.sideBtns .sns.line::before {
  background: url("./../img/common/icon-phone.png") center/cover no-repeat;
}

.sideBtns .sns.fb {
  color: #fff;
  background: #1777f2;
  letter-spacing: 0;
}

.sideBtns .sns.fb::before {
  background: url("./../img/common/icon-phone-w.png") center/cover no-repeat;
}

.sideBtns .sns::before {
  width: 12px;
  height: 16px;
}

.mv {
  position: relative;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  width: 1120px;
  margin: auto;
}

.mv img {
  margin: auto;
}

.mv .mv__img img {
  width: 1120px;
}

.mv .scrollArrow {
  position: absolute;
  left: -45px;
  top: 288px;
}

.mv .mv__lead {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.mv .top__ttl_pc {
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  font-family: serif;
  letter-spacing: 0.04em;
  background-color: transparent;
}

.mv .top__ttl_sp {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  font-family: serif;
  letter-spacing: 0.02em;
  text-align: left;
  background-color: transparent;
}

.link__detail {
  text-decoration: underline;
  transition: color 0.2s ease-in;
}

.link__detail:hover {
  color: #136960;
}

/*ADPISAとは*/
.what {
  padding: 0 0 40px 0;
  max-width: 960px;
  margin: auto;
}

.what__ttl {
  color: #19c698;
  font-size: 3rem;
  letter-spacing: 0.04em;
}

.what__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.what__detail__logo {
  -ms-flex: 0 0 259px;
  flex: 0 0 259px;
}

.what__detail__txt {
  border-left: 1px solid #19c698;
  padding-left: 47px;
  margin-left: 34px;
  color: #707070;
  line-height: 2.1;
}

.what__detail__txt span {
  display: block;
  text-indent: 1em;
}

.what__detail__txt .mgTop {
  margin-top: 2em;
}

.what__detail__txt .note {
  color: #19c698;
  margin-top: 2em;
  text-indent: 0;
}

/*法人の皆様へ*/
.info {
  position: relative;
  padding-bottom: 20px;
}

.info::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  opacity: 0.15;
  z-index: -1;
}

.info__ttl {
  background: var(--sub-color);
  padding: 2px 0;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  text-align: center;
}

.info__contents {
  text-align: center;
}

.info__contents__date {
  font-size: 6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
  margin: 40px auto 10px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  width: 900px;
}

.info__contents__ttl {
  font-size: 3.4rem;
  display: inline;
  line-height: 1.7;
  background: linear-gradient(transparent 62%, #ffd8d8 38%);
  margin: 80px auto 20px;
}

.info__contents__ttl+.info__contents__date {
  margin-top: 10px;
}

.info__contents__link {
  margin-top: 53px;
}

.info__contents__txt {
  font-size: 2rem;
  text-align: center;
  max-width: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 21px auto 0;
}

/*科目*/
.subject__ttl {
  font-size: 2.4rem;
  background: #f8f8fa;
  padding: 10px 20px;
}

.subject__block {
  margin: 40px 0;
}

.subject__block__ttl {
  font-size: 2.4rem;
  font-weight: normal;
}

.subject__txt{
  font-size: 1.4rem;
}

.subject__block__ttl span {
  color: #000;
  font-size: 1.4rem;
  margin-right: 14px;
}

.subject__block:nth-of-type(1) {
  margin-top: 60px;
}

.subject__block:nth-of-type(1) .subject__block__ttl {
  color: #f08437;
}

.subject__block:nth-of-type(2) .subject__block__ttl {
  color: #5cb531;
}

.subject__block:nth-of-type(3) .subject__block__ttl {
  color: #00ab84;
}

.subject__block:nth-of-type(4) .subject__block__ttl {
  color: #0099d9;
}

.subject__block:nth-of-type(5) .subject__block__ttl {
  color: #7d4698;
}

.subject__block:nth-of-type(6) .subject__block__ttl {
  color: #e95383;
}

.subject__block:nth-of-type(7) .subject__block__ttl {
  color: #103675;
}

.subject__block:nth-of-type(8) .subject__block__ttl {
  color: #804f1b;
}

.subject__block:nth-of-type(9) .subject__block__ttl {
  color: #f08437;
}

.subject__block:nth-of-type(10) .subject__block__ttl {
  color: #5cb531;
}

.subject__block:nth-of-type(11) .subject__block__ttl {
  color: #00ab84;
}

.subject__block__content {
  border: 1px solid #e0e0e0;
  margin-top: 23px;
}

.subject__block__content li {
  padding: 16px 20px;
}

.subject__block__content li+li {
  border-top: 1px solid #e0e0e0;
}

.subject__block__item {
  display: inline-block;
  margin-top: 20px;
}

.subject__block__item span {
  font-weight: bold;
}

.subject__block__item span::after {
  content: "／";
}

.subject__block__item+.subject__block__item {
  margin-left: 20px;
}

.subject__note {
  display: inline;
}

.subject__note+.subject__note {
  margin-left: 20px;
}

/*お問い合わせ*/
.contact {
  background: #eeeeee;
  text-align: center;
  padding: 47px 0 57px;
}

.contact__ttl {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}

.btn2,
.btn3 {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  width: 480px;
  padding: 26px 0;
  margin: auto;
  letter-spacing: 0.05em;
  border: 1px solid transparent;
  transition: 0.4s all ease-in;
}

.btn2:hover,
.btn3:hover {
  color: var(--main-color);
  background: #fff;
  transition: 0.4s all ease-out;
}

.btn2.sub,
.sub.btn3 {
  background: var(--sub-color);
}

.btn2.sub:hover,
.sub.btn3:hover {
  background: #fff;
  color: var(--sub-color);
  border-color: var(--sub-color);
}

.contact .btn2,
.contact .btn3 {
  margin-top: 30px;
}

/*リンク類*/
.links {
  position: relative;
  padding: 60px 0;
}

.links .inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sub-color);
  opacity: 0.3;
  z-index: -1;
}

.links .rank {
  -ms-flex: 0 0 265px;
  flex: 0 0 265px;
  margin-top: 38px;
}

.links .rank+.links__contents {
  display: block;
  -ms-flex: 0 0 66.4%;
  flex: 0 0 66.4%;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.links__contents {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links__ttl {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.links__list {
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  margin-top: 28px;
}

.links__list>ul {
  display: -ms-flexbox;
  display: flex;
}

.links__list--link {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.links__list--link li {
  margin-bottom: 16px;
}

.links__list--link li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 76px;
  padding: 0 20px 0;
  width: 324px;
  height: 76px;
  display: block;
  background: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.links__list--link li a .txt,
.links__list--link li a .mark {
  display: block;
}

.links__list--link li a .mark {
  position: relative;
  top: -7px;
  margin-left: 14px;
}

.links__list--link li a .mark::before,
.links__list--link li a .mark::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 12px;
  height: 10px;
  transition: 0.4s all ease-in;
}

.links__list--link li a .mark::after {
  border: 2px solid var(--sub-color);
  top: 0;
  right: 0;
}

.links__list--link li a .mark::before {
  content: "";
  border-left: 2px solid var(--sub-color);
  border-bottom: 2px solid var(--sub-color);
  top: 4px;
  right: 4px;
}

.links__list--link li a:hover {
  background: var(--sub-color);
  color: #fff;
}

.links__list--link li a:hover .mark::before,
.links__list--link li a:hover .mark::after {
  transition: 0.4s all ease-out;
  border-color: #fff;
}

.links__list--sns {
  margin: 15px 0 20px;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.links__list--sns li {
  position: relative;
  border-radius: 50%;
  background: #fff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.4s all ease-in;
}

.links__list--sns li+li {
  margin-left: 20px;
}

.links__list--sns li:hover {
  transition: 0.4s all ease-out;
  border: 2px solid var(--sub-color);
}

.links__list--sns li a {
  display: block;
  width: 100%;
  height: 100%;
}

.links__list--sns li img {
  position: relative;
  z-index: 10;
}

.links__list--sns li::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.links__list--sns li.fb::after {
  background: url("./../img/common/icon-fb.png") center/cover;
  width: 30px;
  height: 30px;
}

.links__list--sns li.tw::after {
  background: url("./../img/common/icon-tw.png") center/cover;
  width: 42px;
  height: 42px;
}

.links__list--sns li.ig::after {
  background: url("./../img/common/icon-ig.png") center/cover;
  width: 36px;
  height: 36px;
}

.links__list--sns li.yt::after {
  background: url("./../img/common/icon-yt.png") center/cover;
  width: 28px;
  height: 20px;
}

.links__list--sns li.line::after {
  background: url("./../img/common/icon-line.png") center/cover;
  width: 28px;
  height: 28px;
}

.links__list--snsDisc {
  margin-top: 19px;
}

.footer {
  text-align: center;
  padding: 29px 0 40px;
}

.footer__logo {
  margin-bottom: 50px;
}

.footer__copy {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro", "メイリオ", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-size: 1rem;
  margin-top: 26px;
  display: block;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@keyframes sideBtns {
  100% {
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: 320px;
  }

  .main>div,
  .main section {
    margin-top: 45px;
  }

  .main .mv+div,
  .main .mv+section,
  .main .imageBlock+div,
  .main .imageBlock+section {
    margin-top: 45px;
  }

  .inner {
    width: 90%;
  }

  .logoWrap {
    font-size: 1.5rem;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 20px 0 20px 20px;
  }

  .logoWrap__logo {
    margin-right: 10px;
    height: 30px;
  }

  .logoWrap__logo img {
    height: 31px;
    width: auto;
  }

  .logoWrap__name .category {
    border-left: 1px solid #000;
    margin-left: 5px;
    padding-left: 5px;
  }

  .logoWrap__name .category.spOnly {
    display: inline;
  }

  .header {
    margin: 20px 0 20px;
  }

  .sideBtns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    top: auto;
    bottom: 0;
  }

  .sideBtns.on .doc,
  .sideBtns.on .line {
    animation: sideBtns 0.4s ease-out forwards;
  }

  .sideBtns a {
    -ms-writing-mode: unset;
    writing-mode: unset;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    height: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    transform: translate(0, 60px);
  }

  .sideBtns a::before {
    margin: 0 5px 0 0;
  }

  .sideBtns a+a {
    margin: 0;
  }

  .mv {
    width: 90%;
    margin-top: 21px;
  }

  /*ADPISAとはSP*/
  .what__detail {
    margin-top: 20px;
    display: block;
    padding: 0px 20px;
  }

  .what__detail__logo {
    max-width: 290px;
    margin: auto;
    height: auto;
  }

  .what__detail__txt {
    padding: 0px;
    margin: 0px;
    border: none;
  }

  /*法人の皆様へ*/
  .info__ttl {
    font-size: 2rem;
    padding: 11px 0;
    letter-spacing: 0.04em;
  }

  .info__contents {
    width: 90%;
    margin: auto;
  }

  .info__contents__date {
    font-size: 2rem;
    margin-top: 35px;
    line-height: 1.3;
    margin-bottom: 5px;
    width: 90%;
  }

  .info__contents__date .pcOnly {
    display: none;
  }

  .info__contents__date .day {
    font-size: 1.8rem;
  }

  .info__contents__date.min {
    font-size: 3rem;
  }

  .info__contents__date .time {
    display: block;
    font-size: 2rem;
  }

  .info__contents__date+.info__contents__ttl {
    margin: 0;
  }

  .info__contents__ttl {
    font-size: 1.7rem;
    margin: 45px auto 10px;
  }

  .info__contents__ttl+.info__contents__date {
    margin-top: 10px;
  }

  .info__contents__link {
    margin-top: 30px;
  }

  .info__contents__txt {
    font-size: 1.4rem;
  }

  /*科目SP*/
  .subject {
    font-size: 1rem;
  }

  .subject__ttl {
    font-size: 1.4rem;
    padding: 5px 10px;
  }

  .subject__block {
    margin: 30px 0;
  }

  .subject__block__ttl {
    font-size: 1.8rem;
  }

  .subject__block__ttl span {
    font-size: 1rem;
    margin-right: 10px;
  }

  .subject__block:nth-of-type(1) {
    margin-top: 30px;
  }

  .subject__block__content {
    margin-top: 10px;
  }

  .subject__block__content li {
    padding: 8px 10px;
  }

  .subject__block__item {
    margin-top: 15px;
  }

  .subject__block__item+.subject__block__item {
    margin-left: 15px;
  }

  .subject__note+.subject__note {
    margin-left: 10px;
  }

  /*お問い合わせSP*/
  .btn2,
  .btn3 {
    width: 250px;
    font-size: 1.2rem;
    padding: 14px 10px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    -ms-flex-pack: center;
    justify-content: center;
    left: auto;
    transform: inherit;
    margin: auto;
  }

  .contact {
    margin-top: 53px;
    padding: 28px 0 39px;
  }

  .contact__ttl {
    font-size: 2rem;
  }

  .contact__txt {
    font-size: 1.2rem;
    width: 90%;
    margin: auto;
  }

  .contact .btn2,
  .contact .btn3 {
    margin-top: 13px;
    width: 250px;
  }



  /*リンク類SP*/
  .links {
    padding: 30px 0;
  }

  .links .inner {
    display: block;
  }

  .links .rank {
    padding-top: 10px;
    text-align: center;
    width: 185px;
    margin: auto;
  }

  .links .rank+.links__contents {
    margin-top: 25px;
  }

  .links__ttl {
    text-align: center;
    font-size: 3.2rem;
  }

  .links__contents {
    display: block;
  }

  .links__list {
    margin: 7px auto 0;
    max-width: 335px;
  }

  .links__list--link li {
    width: auto;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }

  .links__list--link li::after {
    background: url("./../img/common/icon-link-sp.png") center/cover;
    width: 10px;
    height: 8px;
    right: 13px;
    top: 27px;
  }

  .links__list--link li a {
    font-size: 1.2rem;
    line-height: 1.4;
    height: 60px;
    width: auto;
    padding: 10px 10px 10px;
    font-size: 1.1rem;
  }

  .links__list--link li a .mark::before {
    width: 7px;
    height: 6px;
    border-width: 1px;
    top: 4px;
  }

  .links__list--link li a .mark::after {
    width: 9px;
    height: 6px;
    border-width: 1px;
    top: 2px;
  }

  .links__list--snsDisc {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .links__list--sns li {
    width: 50px;
    height: 50px;
  }

  .links__list--sns li+li {
    margin-left: 12px;
  }

  .links__list--sns li.fb::after {
    width: 24px;
    height: 24px;
  }

  .links__list--sns li.tw::after {
    width: 36px;
    height: 36px;
  }

  .links__list--sns li.ig::after {
    width: 24px;
    height: 24px;
  }

  .links__list--sns li.yt::after {
    width: 25px;
    height: 18px;
  }

  .links__list--sns li.line::after {
    width: 26px;
    height: 26px;
  }

  .footer {
    padding: 20px 0 60px;
  }

  .footer .logoWrap {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .footer .logoWrap p {
    font-size: 1.8rem;
  }

  .footer__copy {
    width: 90%;
    margin: 25px auto 12px;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}