@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
}

@-webkit-keyframes airplaneAnime {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  100% {
    -webkit-transform: translateY(-5px) translateX(10px);
    transform: translateY(-5px) translateX(10px);
  }
}

@keyframes airplaneAnime {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  100% {
    -webkit-transform: translateY(-5px) translateX(10px);
    transform: translateY(-5px) translateX(10px);
  }
}

@-webkit-keyframes arrowAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrowAnime {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#wrap-container {
  padding-bottom: 0;
}

#wrap-container .rcrumbs {
  position: relative;
  z-index: 1;
}

#header,
#footer {
  position: relative;
  z-index: 1;
}

.to-container {
  position: relative;
  margin-left: -3vw;
  margin-right: -3vw;
  color: #000;
}

#wrapper .to-container {
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper .to-container .d_moduleArea {
  font-family: ヒラギノ角ゴシック, Hiragino Sans, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic Pro, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3, Noto Sans CJK JP, メイリオ, Meiryo, Roboto, Droid Sans, Osaka, ＭＳ Ｐゴシック, MS PGothic, "sans-serif";
}

.to-section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.to-section.-white {
  background-color: #fff;
}

.to-section.-blue {
  background-color: #f1f6fc;
}

.to-section.-lightblue {
  background-color: #e7f0fa;
}

.to-section.-darkblue {
  background-color: #007cb6;
}

.to-section > .inner {
  padding-right: 5.5556%;
  padding-left: 5.5556%;
}

.to-section .main-ttl {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.1667;
  letter-spacing: 0.06em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}

.to-section .main-ttl.-small {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.to-section .main-ttl::before {
  position: absolute;
  content: "";
  background-image: url(/domestic/theme/tokushima/workation/img/title-accent.svg);
  width: 53px;
  height: 8px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.to-section .header {
  margin-bottom: 40px;
}

.to-section .header .title + .lead {
  margin-top: 25px;
}

.to-section .lead {
  text-align: center;
}

.to-section .lead p {
  font-size: 1.3rem;
  line-height: 1.7692;
}

.to-section .lead p + p {
  margin-top: 2em;
}

.info-link {
  background-color: #fff;
  margin-top: 34px;
  margin-left: 13.75%;
  margin-right: 13.75%;
}

.info-link.-blue {
  background-color: #f1f6fc;
}

.info-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  padding: 28px 8.75%;
}

.info-link .title {
  font-size: 1.3rem;
  line-height: 1.8462;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.info-link .img {
  min-height: 1px;
}

.info-link .img img {
  width: 100%;
}

.info-link .link {
  margin-top: 20px;
}

.return-link a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
}

.return-link a svg {
  width: 8px;
  height: 10px;
  margin-left: 10px;
}

.cmn-link {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}

.cmn-link::before {
  position: absolute;
  content: "";
  background-image: url(/domestic/theme/tokushima/workation/img/arrow-blue_s.svg);
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 4px;
  top: 10px;
}

.cmn-link a,
.cmn-link .arrow {
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  padding-left: 16px;
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.cmn-link a::after,
.cmn-link .arrow::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #007cb6, #007cb6 2px, transparent 2px, transparent 7px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  height: 2px;
  bottom: 0;
  left: 6px;
  right: 0;
}

.article-link a {
  color: #000;
  text-decoration: none;
}

.article-link a .arrow {
  font-size: 1.2rem;
  line-height: 1.8333;
}

#wrap-container + .global-pagetop-box .pagetop {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border: none;
  border-radius: 50%;
  background-color: #007cb6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#wrap-container + .global-pagetop-box .pagetop::before {
  position: absolute;
  content: "";
  background-image: url(/domestic/theme/tokushima/workation/img/arrow-white_s.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  top: calc(50% - 12px);
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#wrap-container + .global-pagetop-box .pagetop::after {
  content: none;
  display: none;
}

.cmn-link {
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}

.cmn-link::before {
  position: absolute;
  content: "";
  background-image: url(/domestic/theme/tokushima/workation/img/arrow-blue_s.svg);
  width: 8px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  left: 4px;
  top: 10px;
}

.cmn-link a,
.cmn-link .arrow {
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  padding-left: 16px;
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.cmn-link a::after,
.cmn-link .arrow::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #007cb6, #007cb6 2px, transparent 2px, transparent 7px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  height: 2px;
  bottom: 0;
  left: 6px;
  right: 0;
}

.article-link a {
  color: #000;
  text-decoration: none;
}

.article-link a .arrow {
  font-size: 1.2rem;
  line-height: 1.8333;
}

.top-header {
  background-image: url(/domestic/area/chushikoku/local_tokushima_area/images/top-mv_sp.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 126.3889%;
  position: relative;
}

.top-header a:hover {
  text-decoration: none;
}

.top-header .copy {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  top: 39.7222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

.top-header .title {
  text-align: center;
}

.top-header .title .top-logo {
  display: inline-block;
  width: 77.7778%;
  -webkit-filter: drop-shadow(0 0 0.44em rgba(71, 83, 97, 0.3));
  filter: drop-shadow(0 0 0.44em rgba(71, 83, 97, 0.3));
}

.top-header .title .top-logo img {
  width: 100%;
}

.top-header .text {
  padding-top: 6.6667vw;
  text-align: center;
  color: #fff;
  font-size: 3.3333vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 0 0.44em rgba(76, 132, 199, 0.52);
  line-height: 2;
}

.top-topic {
  padding-top: 34px;
  padding-bottom: 60px;
}

.top-topic:first-child {
  padding-top: 42px;
}

.top-topic:last-child {
  padding-bottom: 100px;
}

.top-topic.-blue {
  background-color: #ebf9ff;
}

.top-topic > .inner {
  width: 88.8889%;
  margin-left: auto;
  margin-right: auto;
}

.top-topic .top-bnr {
  margin-top: 24px;
}

.top-topic .top-bnr img {
  width: 100%;
}

.top-topic .notes {
  padding-top: 50px;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.7143;
}

.top-article {
  padding-top: 42px;
}

.top-article .sec-title {
  font-size: 2.1rem;
  line-height: 1.3333;
  letter-spacing: 0.07em;
  position: relative;
  text-align: center;
}

.top-article .sec-title::before {
  position: absolute;
  content: "";
  background-image: url(/domestic/area/chushikoku/local_tokushima_area/images/title-accent_black.svg);
  width: 53px;
  height: 8px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-article .logo-tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -30px;
}

.top-article .logo-tl .text {
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 4px;
  letter-spacing: 0.09em;
}

.top-article .logo-tl .img {
  width: 137px;
}

.top-article .logo-tl .img img {
  width: 100%;
}

.top-article .article-list {
  margin-top: 50px;
}

.top-article .article-list.-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-article .article-list .row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.top-article .article-list .row + .row {
  margin-left: 6.25%;
}

.top-article .article-list .textarea .title {
  font-size: 1.4rem;
  line-height: 1.4286;
  letter-spacing: 0.04em;
}

.top-article .article-list .textarea p {
  font-size: 1.2rem;
  line-height: 1.8333;
  letter-spacing: 0.04em;
  margin-top: 7px;
}

.top-article .article-list .textarea .link {
  margin-top: 10px;
}

.top-article .article-list .textarea .link a {
  font-size: 1.2rem;
  line-height: 1.6667;
  padding-bottom: 10px;
}

.top-article .article-list .img {
  margin-bottom: 13px;
  min-height: 1px;
}

.top-article .article-list .img img {
  width: 100%;
}

.top-desc {
  text-align: center;
}

.top-desc > .title .main {
  font-size: 2.4rem;
  line-height: 1.5417;
  letter-spacing: 0.05em;
  padding-top: 22px;
  display: block;
}

.top-desc > .title .sub {
  color: #007cb6;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.09em;
  position: relative;
  display: block;
}

.top-desc > .title .sub::before {
  position: absolute;
  content: "";
  background-image: url(/domestic/area/chushikoku/local_tokushima_area/images/title-accent.svg);
  width: 53px;
  height: 8px;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-desc > p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.18em;
  margin-top: 15px;
}

.u-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

@media screen and (min-width: 768px) {
  .to-container {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }

  .to-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .to-section.-large {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .to-section > .inner {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 87.0968%;
  }

  .to-section .main-ttl {
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .to-section .main-ttl.-small {
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }

  .to-section .main-ttl::before {
    bottom: -27px;
    width: 63px;
    height: 10px;
  }

  .to-section .header {
    margin-bottom: 70px;
  }

  .to-section .header .title + .lead {
    margin-top: 30px;
  }

  .to-section .lead p {
    font-size: 1.5rem;
    line-height: 2;
  }

  .opacity-link a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .opacity-link a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .info-link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 40px 6.4516%;
  }

  .info-link .textaea {
    margin-left: 7.4074%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .info-link .title {
    font-size: 1.5rem;
    line-height: 1.8667;
    margin-top: 8px;
  }

  .info-link .img {
    width: 42.5926%;
  }

  .return-link a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 1.4rem;
    line-height: 1;
  }

  .return-link a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .return-link a svg {
    margin-left: 7px;
  }

  .cmn-link:hover::before {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrowanime;
    animation-name: arrowAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  .cmn-link::before {
    left: 2px;
    top: 8px;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  .cmn-link a,
  .cmn-link .arrow {
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .cmn-link a:hover,
  .cmn-link .arrow:hover {
    color: #007cb6;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .cmn-link a::after,
  .cmn-link .arrow::after {
    left: 0;
    right: -6px;
  }

  .article-link a:hover .cmn-link::before {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrowanime;
    animation-name: arrowAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  .article-link a:hover .arrow {
    color: #007cb6;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .article-link a .arrow {
    font-size: 1.5rem;
    line-height: 1.4667;
  }

  #wrap-container + .global-pagetop-box .pagetop:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .cmn-link:hover::before {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrowanime;
    animation-name: arrowAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  .cmn-link::before {
    left: 2px;
    top: 8px;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }

  .cmn-link a,
  .cmn-link .arrow {
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .cmn-link a:hover,
  .cmn-link .arrow:hover {
    color: #007cb6;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .cmn-link a::after,
  .cmn-link .arrow::after {
    left: 0;
    right: -6px;
  }

  .article-link a:hover {
    text-decoration: none;
  }

  .article-link a:hover .cmn-link::before {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: arrowanime;
    animation-name: arrowAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  .article-link a:hover .arrow {
    color: #007cb6;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .article-link a .arrow {
    font-size: 1.5rem;
    line-height: 1.4667;
  }

  .top-header {
    background-image: url(/domestic/area/chushikoku/local_tokushima_area/images/top-mv.jpg);
  }

  .top-header .copy {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: inherit;
    left: 0;
  }

  .top-header .title .top-logo {
    -webkit-filter: drop-shadow(0 0 1em rgba(47, 63, 83, 0.4));
    filter: drop-shadow(0 0 1em rgba(47, 63, 83, 0.4));
  }

  .top-header .text {
    letter-spacing: 0.1em;
    padding-top: 2.3438vw;
    line-height: 2.1;
    text-shadow: 0 0 1em rgba(47, 63, 83, 0.4);
  }

  .top-topic {
    padding-top: 82px;
    padding-bottom: 100px;
  }

  .top-topic:first-child {
    padding-top: 74px;
  }

  .top-topic:last-child {
    padding-bottom: 90px;
  }

  .top-topic > .inner {
    max-width: 1000px;
  }

  .top-topic .top-bnr {
    margin-top: 50px;
  }

  .top-topic .notes {
    padding-top: 90px;
  }

  .top-article {
    padding-top: 76px;
  }

  .top-article .sec-title {
    font-size: 2.8rem;
    line-height: 1.2857;
    letter-spacing: 0.1em;
  }

  .top-article .sec-title::before {
    bottom: -26px;
    width: 63px;
    height: 10px;
  }

  .top-article .logo-tl {
    padding-top: 47px;
  }

  .top-article .logo-tl .text {
    font-size: 1.6rem;
    line-height: 1;
    padding-right: 4px;
  }

  .top-article .logo-tl .img {
    width: 169px;
  }

  .top-article .article-list {
    margin-top: 76px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-article .article-list.-column01 .row {
    width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .top-article .article-list.-column02 {
    position: relative;
  }

  .top-article .article-list.-column02::before {
    position: absolute;
    content: "";
    background-color: #d7dce1;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
  }

  .top-article .article-list.-column02 .row {
    width: 360px;
  }

  .top-article .article-list .row + .row {
    margin-left: 18.1818%;
  }

  .top-article .article-list .textarea .title {
    font-size: 2.2rem;
    line-height: 1.6364;
    letter-spacing: 0.1em;
  }

  .top-article .article-list .textarea p {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.1em;
    margin-top: 0;
  }

  .top-article .article-list .textarea .link {
    margin-top: 30px;
  }

  .top-article .article-list .img {
    margin-bottom: 24px;
  }

  .top-desc > .title .main {
    font-size: 3.2rem;
    line-height: 1.3125;
    padding-top: 34px;
    letter-spacing: 0.06em;
  }

  .top-desc > .title .sub {
    font-size: 1.7rem;
    line-height: 1;
  }

  .top-desc > .title .sub::before {
    bottom: -17px;
    width: 63px;
    height: 10px;
  }

  .top-desc > p {
    font-size: 1.6rem;
    line-height: 2.125;
    margin-top: 19px;
  }

  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-header {
    padding-top: 516px;
  }

  .top-header .copy {
    top: 168px;
  }

  .top-header .title .top-logo {
    width: 336px;
  }

  .top-header .text {
    font-size: 12px;
    padding-top: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .top-header {
    padding-top: 50.3906%;
  }

  .top-header .copy {
    top: 16.5625vw;
  }

  .top-header .title .top-logo {
    width: 32.8125%;
  }

  .top-header .text {
    padding-top: 2.3438vw;
    font-size: 1.1719vw;
  }

  .under-pc {
    display: none;
  }
}

@media screen and (min-width: 1281px) {
  .top-topic:last-child {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .is-wide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .over-pc {
    display: none;
  }
}
