﻿

/** 基本共通設定 **/

.sp {
  display: none !important;
}

body {
  color: #111;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .06em;
}

.ff-serif {
  font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: #111;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.link-outer,
a.link-pdf {
  position: relative;
}

a.link-outer::after,
a.link-pdf::after {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  background-size: contain;
}

a.link-outer::after {
  content: '';
  top: 1px;
  width: 16px;
  height: 17px;
  background: url(../image/icon_outerlink.svg) center no-repeat;
  background-size: contain;
}

a.link-pdf::after {
  content: 'PDF';
  top: -3px;
  height: 20px;
  padding: 0 6px;
  background-color: #212121;
  color: #fff;
  font-size: 1.1rem;
}

button {
  background-color: transparent
}

.wrapper {
  min-width: 1140px;
  padding-top: 80px;
  overflow: hidden;
}

.base-inner {
  width: 1140px;
  margin: auto;
  padding: 0 20px;
}

.base-paragraph {
  line-height: 2.1;
  letter-spacing: .09em
}

.base-paragraph p + p {
  margin-top: 1.4em;
}

.base-catchcopy {
  font-size: 2.4rem;
  line-height: 1.6;
}

.date {
  color: #808080;
  font-size: 1.3rem;
}

.btn-menu-open-bk {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}

.btn-menu-open-bk::before,
.btn-menu-open-bk::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #212121;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.btn-menu-open-bk::before {
  top: 7px;
  left: 0;
  width: 15px;
  height: 1px;
}

.btn-menu-open-bk::after {
  top: 0;
  left: 7px;
  width: 1px;
  height: 15px;
}

.active .btn-menu-open-bk::after {
  opacity: 0;
}

.num-list {
  margin-left: 1.6em;
  line-height: 2.1;
}

.disc-list {
  margin-left: 1em;
  line-height: 2.1;
}

.disc-list li {
  list-style-type: disc;
}

.base-border-box > div {
  display: inline-block;
  padding: 24px;
  border: 1px solid #DBDBDB;
  font-size: 1.6rem;
}

.base-border-bg-box > div {
  display: inline-block;
  padding: 16px 24px;
  border: 1px solid #DBDBDB;
  background-color: #f7f7f7;
  font-size: 1.6rem;
  line-height: 2.1;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt64 {
  margin-top: 64px;
}

.mt70 {
  margin-top: 70px;
}

.mt72 {
  margin-top: 72px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt160 {
  margin-top: 160px;
}

.mt200 {
  margin-top: 200px;
}

/** タイトル **/

.ttl-common-h1 {
  margin-top: 40px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.ttl-common-h2 {
  font-size: 3rem;
  font-weight: 400;
}

.ttl-common-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #DBDBDB;
  font-size: 2.4rem;
  font-weight: 400;
}

.ttl-common-h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 64px;
  padding: 15px 24px;
  background-color: #F7F7F7;
  font-size: 2rem;
  font-weight: 400;
}

.ttl-common-h5 {
  font-size: 1.8rem;
  font-weight: 400;
}

.ttl-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 26px;
}

.ttl-txt {
  position: relative;
  padding-top: 66px;
}

.ttl-img::after,
.ttl-txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}

.ttl-img::after {
  height: 344px;
}

.ttl-txt::after {
  height: 100px;
}

.ttl-img .base-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 418px;
}

.ttl-img .blk-img {
  position: absolute;
  top: 0;
  right: 0;
}

.ttl-img .ttl-h1 {
  position: relative;
  bottom: 140px;
  z-index: 99;
}

.ttl-h1 > span {
  display: block;
}

.ttl-h1 .txt-en {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.4;
}

.ttl-h1 .txt-ja {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .12em;
}

.ttl-h2-2 > span {
  display: block;
}

.ttl-h2-2 .txt-en {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.4;
}

.ttl-h2-2 .txt-ja {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .12em;
}

.ttl-h2-csv {
  font-size: 4rem;
  font-weight: 400;
}

/** ボタン/リンク **/

@-webkit-keyframes blackToWhite {
  0% {
    color: #212121
  }

  30% {
    color: #fff
  }

  70% {
    color: #fff
  }

  100% {
    color: #212121
  }
}

@keyframes blackToWhite {
  0% {
    color: #212121
  }

  30% {
    color: #fff
  }

  70% {
    color: #fff
  }

  100% {
    color: #212121
  }
}

@-webkit-keyframes whiteToBlack {
  0% {
    color: #fff
  }

  30% {
    color: #212121
  }

  70% {
    color: #212121
  }

  100% {
    color: #fff
  }
}

@keyframes whiteToBlack {
  0% {
    color: #fff
  }

  30% {
    color: #212121
  }

  70% {
    color: #212121
  }

  100% {
    color: #fff
  }
}

@-webkit-keyframes leftToRight {
  0% {
    left: -240%
  }

  100% {
    left: 100%
  }
}

@keyframes leftToRight {
  0% {
    left: -240%
  }

  100% {
    left: 100%
  }
}

.btn-primary a,
.btn-secondary a,
.btn-primary button,
.btn-secondary button {
  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;
  position: relative;
  border: 1px solid #212121;
  cursor: pointer;
  overflow: hidden;
}

.btn-primary a:hover,
.btn-secondary a:hover,
.btn-primary button:hover,
.btn-secondary button:hover {
  text-decoration: none;
}

.btn-primary span,
.btn-secondary span {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-primary .btn-txt,
.btn-secondary .btn-txt {
  z-index: 99;
}

.btn-primary .btn-txt {
  color: #fff;
}

.btn-primary a:hover .btn-txt,
.btn-primary button:hover .btn-txt {
  -webkit-animation: whiteToBlack .6s linear;
  animation: whiteToBlack .6s linear;
}

.btn-secondary a:hover .btn-txt,
.btn-secondary button:hover .btn-txt {
  -webkit-animation: blackToWhite .6s linear;
  animation: blackToWhite .6s linear;
}

.btn-primary .btn-bg,
.btn-secondary .btn-bg {
  z-index: 9;
}

.btn-primary .btn-bg {
  background-color: #212121;
  color: #fff;
}

.btn-secondary .btn-bg {
  background-color: #fff;
}

.btn-primary .btn-bg::after,
.btn-secondary .btn-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -240%;
  width: 240%;
  height: 100%;
}

.btn-primary .btn-bg::after {
  background-color: #fff;
}

.btn-secondary .btn-bg::after {
  background-color: #212121;
}

.btn-primary a:hover .btn-bg::after,
.btn-secondary a:hover .btn-bg::after,
.btn-primary button:hover .btn-bg::after,
.btn-secondary button:hover .btn-bg::after {
  -webkit-animation: leftToRight .6s linear;
  animation: leftToRight .6s linear;
}

.base-btn a,
.base-btn button {
  width: 280px;
  height: 64px;
  font-size: 1.6rem;
  text-decoration: none;
}

.base-btn-parallel-list .base-btn a,
.base-btn-parallel-list .base-btn button {
  width: 360px;
}

.base-btn-parallel-list.btn-3 .base-btn a,
.base-btn-parallel-list.btn-3 .base-btn button {
  width: 320px;
}

.base-btn span {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.base-btn .btn-txt {
  padding-left: 40px;
}

.base-btn .btn-txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 61px;
  height: 5px;
  background: url(../image/arw_btn_wt.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.btn-back a {
  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;
  position: relative;
  width: 260px;
  height: 48px;
  border: 1px solid #212121;
  background-color: #212121;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: .1em;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.btn-back a::before {
  content: '\f104';
  position: absolute;
  left: 24px;
  font-family: 'Fontawesome';
}

.btn-back a:hover {
  background-color: #fff;
  color: #212121;
}

.btn-contact-back {}

.btn-contact-back a,
.btn-contact-back button {
  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;
  position: relative;
  width: 400px;
  height: 48px;
  border: 1px solid #212121;
  background-color: #fff;
  color: #212121;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: .1em;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.btn-contact-back a::before,
.btn-contact-back button::before {
  content: '\f104';
  position: absolute;
  left: 24px;
  font-family: 'Fontawesome';
}

.btn-contact-back a:hover,
.btn-contact-back button:hover {
  background-color: #212121;
  color: #fff;
}

.link-arw a,
.link-arw span {
  display: block;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
}

.link-arw a::after,
.link-arw span::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 41px;
  height: 5px;
  margin-left: 15px;
  background: url(../image/arw_btn_bk.svg) center no-repeat;
  background-size: contain;
}

.base-btn-parallel-list ul {
  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;
}

.base-btn-parallel-list li:not(:first-child) {
  margin-left: 40px;
}

.base-btn-vert-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-btn-vert-list li:not(:first-child) {
  margin-top: 40px;
}

.blk-contact-comment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blk-contact-comment-btn .comment {
  font-size: 2rem;
}

.blk-contact-comment-btn .base-btn a {
  width: 400px;
}

.btn-desc-movie {
  margin-top: 26px;
}

.btn-desc-movie a {
  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;
  width: 100%;
  height: 44px;
  border: 1px solid #212121;
  background-color: #212121;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .1em;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.btn-desc-movie a:hover {
  background-color: #fff;
  color: #212121;
}

/** タグ **/

.tags {
  margin-left: 16px;
}

.tags > span {
  color: #808080;
  font-size: 1.3rem;
  font-weight: 400;
}

.tags > span:not(:first-child) {
  margin-left: 10px;
}

span.tag-new {
  color: #F0A0A3;
  font-size: 1.3rem;
  font-weight: 600;
}

span.tag-permanent {
  color: #7AC0EB;
  font-size: 1.3rem;
  font-weight: 600;
}

span.tag-enviroment,
span.tag-csv_environment {
  color: #94C727;
}

span.tag-contribution,
span.tag-csv_community {
  color: #8EA1B2;
}

span.tag-satisfaction,
span.tag-csv_community {
  color: #DBAA80;
}

span.tag-employee,
span.tag-csv_humanrights {
  color: #83BEB0;
}

span.tag-other,
span.tag-csv_other {
  color: #A89B8E;
}

span.tag-hold {
  color: #F44343;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tag-new {
  margin-left: 10px;
}

.tags.tags-csv > span:not(:first-child) {
  margin-left: 16px;
}

.tags.tags-news > span {
  position: relative;
  margin-left: 16px;
  padding-left: 16px;
}

.tags.tags-news > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  background-color: #DBDBDB;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/** フォーム **/

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  font-size: 1.6rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 44px;
  padding: 0 16px;
}

textarea {
  width: 100%;
  padding: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

label.base-select {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 44px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
}

label.base-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 6px;
  background: url(../image/arw_select.svg) center no-repeat;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none
}

label.base-select select {
  width: 200px;
  height: 44px;
  padding-left: 16px;
}

.form-select {
  align-items: center;
  margin: 0 !important;
}

.form-select select{
  display: block;
  min-width: 100px;
  height: 44px;
  margin-right: 5px;
  padding-left: 16px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background: url(../image/arw_select.svg) center right 16px no-repeat;
  background-size: 7px 6px;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -40px 0 0;
}

.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  display: none;
}

.form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 40px 0 0;
  cursor: pointer;
}

.form-checkbox label {
  position: relative;
}

.form-checkbox label::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background: url(../image/icon_check_off.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.form-checkbox input:checked + label::before {
  background: url(../image/icon_check_on.svg) center no-repeat;
  background-size: contain;
}

.form-large-input input {
  width: 660px;
}

.form-name-input input,
.form-postal-input input {
  width: 240px;
}

.form-tel-input input {
  width: 300px;
}

.form-textarea textarea {
  height: 240px;
}

.base-contact-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.6rem;
}

.base-contact-form dl:first-child {
  border-top: 1px solid #DBDBDB;
}

.base-contact-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 360px;
  padding-left: 40px;
  background-color: #F7F7F7;
}

.base-contact-form dl dt .form-ttl {
  width: 220px;
}

.base-contact-form .form-required {
  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;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 50px;
  height: 26px;
  border-radius: 3px;
  background-color: #F44343;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.base-contact-form dl dd {
  width: 740px;
  padding: 24px 40px;
}

.base-contact-form dl dd > div + div {
  margin-top: 16px;
}

.form-example {
  color: #808080;
  font-size: 1.4rem;
}

.form-caution {
  position: relative;
  padding-left: 1.2em;
  color: #F44343;
  font-size: 1.6rem;
}

.form-checkbox + .form-caution {
  margin-top: 24px;
}

.form-caution::before {
  content: '※';
  position: absolute;
  left: 0;
}

.form-large-input + .form-example,
.form-large-input + .form-caution {
  margin-top: 16px;
}

.form-name-input,
.form-tel-input,
.form-postal-input,
.form-prefecture-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-name-input p,
.form-postal-input p:nth-of-type(1) {
  width: 56px;
}

.form-name-input p:nth-of-type(2) {
  margin-left: 40px;
}

.form-tel-input p,
.form-postal-input p:nth-of-type(2) {
  margin-left: 20px;
}

.form-prefecture-select p:nth-of-type(1) {
  margin-right: 24px;
}

.form-prefecture-select p:nth-of-type(2) {
  margin-left: 24px;
}

.form-large-input input + input {
  margin-top: 16px;
}

.form-count {
  margin-top: 16px;
  color: #808080;
  font-size: 1.4rem;
}

/** ヘッダー **/

.header {
  width: 100%;
}

.header a {
  text-decoration: none;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1140px;
  z-index: 9999;
  background-color: #fff;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 1140px;
  height: 80px;
  margin: auto;
  padding: 0 20px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media screen and (min-width: 1220px) {
  .header-inner {
    padding: 0 40px;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-logo {
  width: 96px;
  height: 30px;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.global-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-nav-layer-1st {
  position: relative;
}

.global-nav-layer-1st + .global-nav-layer-1st {
  margin-left: 24px;
}

.global-nav-layer-1st > a {
  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;
  position: relative;
  width: 100%;
  height: 80px;
  font-size: 1.4rem;
}

.global-nav-layer-1st > a:hover {
  text-decoration: none;
}

.global-nav-layer-1st > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F0A0A3;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.global-nav-layer-1st:hover > a::after {
  width: 100%;
}

.global-nav-layer-2nd {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  min-width: 234px;
  padding: 48px 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
}

.global-nav-layer-2nd li {
  text-align: center;
}

.global-nav-layer-2nd li + li {
  margin-top: 34px;
}

.global-nav-layer-2nd a {
  font-size: 1.4rem;
  white-space: nowrap;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.global-nav-layer-2nd a:hover {
  color: #F0A0A3;
  text-decoration: none;
}

.header-right {
  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;
}

.header-search {
  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;
  width: 36px;
  height: 36px;
}

.header-search > span {
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header-search > span:hover {
  opacity: .7;
}

.header-search > img {
  width: 16px;
}

.header-search-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1240px;
  height: 214px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
  z-index: 999;
}

.header-search-body {
  width: 1200px;
  margin: auto;
}

.header-search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding-top: 33px;
}

.header-search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 73px;
  height: 16px;
  font-size: 1.2rem;
  cursor: pointer;
  letter-spacing: .1em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-search-close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-search-close span {
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 14px;
}

.header-search-close span::before,
.header-search-close span::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -17px;
  width: 20px;
  height: 2px;
  background-color: #212121;
}

.header-search-close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-search-close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-search-form {
  width: 1100px;
  margin: 30px auto 0;
  padding-bottom: 37px;
  border-bottom: 3px solid #DBDBDB;
}

.header-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.header-search-form input[type="text"] {
  width: 1000px;
  height: 30px;
  border: none;
  font-size: 2rem;
}

.header-search-form input[type="text"]::-webkit-input-placeholder {
  color: #808080;
}

.header-search-form input[type="text"]:-ms-input-placeholder {
  color: #808080;
}

.header-search-form input[type="text"]::placeholder {
  color: #808080;
}

.header-search-form button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header-search-form button:hover {
  opacity: .6;
}

.header-search-form button img {
  width: 30px;
}

.header-language {
  margin-left: 14px;
  font-size: 1.1rem;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}

.header-language > div {
  position: relative;
  width: 80px;
  height: 23px;
  cursor: pointer;
  border-bottom: 1px solid #DBDBDB;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-language.active > div {
  border-bottom: none;
}

.header-language > div::after {
  content: '\f107';
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 1.6rem;
  font-family: "FontAwesome";
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-language.active > div::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-language ul {
  display: none;
  position: absolute;
  border-bottom: 1px solid #DBDBDB;
  background-color: rgba(255, 255, 255, 0.7);
}

.header-language li {
  position: relative;
  width: 80px;
  height: 23px;
}

.header-printer-btn,
.header-online-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-printer-btn {
  margin-left: 24px;
}

.header-online-btn {
  margin-left: 10px;
}

.header-printer-btn a,
.header-online-btn a {
  font-size: 1.1rem;
}

.header-printer-btn a {
  width: 92px;
  height: 23px;
}

.header-online-btn a {
  width: 96px;
  height: 23px;
}

.header-menu-btn {
  margin-left: 24px;
}

#menuBtn {
  display: none;
}

.header-menu-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 69px;
  height: 14px;
  font-size: 1.2rem;
  cursor: pointer;
  letter-spacing: .1em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-menu-open:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-menu-open span {
  display: block;
  position: relative;
  width: 16px;
  height: 14px;
  margin-right: 14px;
  border-top: 2px solid #212121;
}

.header-menu-open span::before,
.header-menu-open span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #212121;
}

.header-menu-open span::before {
  top: 4px;
  width: 16px;
}

.header-menu-open span::after {
  bottom: 0;
  width: 10px;
}

.header-menu-container {
  display: block;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

#menuBtn:checked ~ .header-menu-container {
  right: 0;
}

.header-menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-menu-layer-1st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background-color: #fff;
  z-index: 99;
}

.header-menu-body-logo {
  width: 96px;
}

.header-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 73px;
  height: 16px;
  font-size: 1.2rem;
  cursor: pointer;
  letter-spacing: .1em;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header-menu-close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header-menu-close span {
  display: block;
  position: relative;
  cursor: pointer;
  margin-right: 14px;
}

.header-menu-close span::before,
.header-menu-close span::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -17px;
  width: 20px;
  height: 2px;
  background-color: #212121;
}

.header-menu-close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu-close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-menu-layer-2nd,
.header-menu-layer-3rd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
}

@media screen and (max-width: 1120px) {

  .header-menu-body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #menuBtn:checked ~ .header-menu-container .header-menu-layer-1st {
    position: fixed;
  }

  .header-menu-layer-2nd,
  .header-menu-layer-3rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
  }

  .header-menu-layer-2nd {
    padding-top: 140px;
  }

  .header-menu-layer-3rd {
    padding-bottom: 60px;
  }

  .header-menu-nav-layer-1st:not(:nth-child(-n+2)),
  .header-menu-others {
    margin-top: 70px;
  }
}

.header-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
}

.header-menu-layer-3rd .header-menu-nav {
  width: 550px;
}

.header-menu-nav-layer-1st {
  width: 275px;
}

.header-menu-nav-layer-1st > a {
  font-size: 1.8rem;
}

.header-menu-nav-layer-2nd {
  margin-top: 22px;
}

.header-menu-nav-layer-2nd li + li {
  margin-top: 10px;
}

.header-menu-nav-layer-2nd a {
  font-size: 1.4rem;
}

.header-menu-layer-3rd {
  margin-top: 38px;
  padding-top: 38px;
  border-top: 1px solid #DBDBDB;
}

.header-menu-others {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 550px;
}

.header-menu-others-layer-1st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu-serch form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 400px;
  height: 64px;
  padding: 0 24px 0 32px;
  border: 1px solid #DBDBDB;
  border-radius: 64px;
}

.header-menu-serch input[type="text"] {
  width: 320px;
  border: none;
  font-size: 1.4rem;
}

.header-menu-serch input[type="text"]::-webkit-input-placeholder {
  color: #808080;
}

.header-menu-serch input[type="text"]:-ms-input-placeholder {
  color: #808080;
}

.header-menu-serch input[type="text"]::placeholder {
  color: #808080;
}

.header-menu-serch button {
  padding: 0;
  border: none;
}

.header-menu-others-layer-2nd {
  margin-top: 36px;
}

.header-menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu-printer-btn a,
.header-menu-online-btn a {
  width: 249px;
  height: 48px;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.js-header-float .header-inner {
  height: 56px;
}

.js-header-float .global-nav,
.js-header-float .header-search,
.js-header-float .header-language {
  opacity: 0;
  visibility: hidden;
}

/** フッター **/

.footer {
  min-width: 1140px;
  margin-top: 180px;
  padding: 100px 0 56px;
  background-color: #212121;
}

.footer,
.footer a {
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-nav-layer-1st {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
}

.footer-nav-layer-1st > a {
  font-size: 1.4rem;
}

.footer-nav-layer-2nd {
  margin-top: 24px;
  font-size: 1.3rem;
}

.footer-nav-layer-2nd li + li {
  margin-top: 11px;
}

.footer-layer-2nd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 64px;
}

.footer-nav-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

.footer-nav-2 li {
  position: relative;
}

.footer-nav-2 li + li {
  margin-left: 20px;
  padding-left: 20px;
}

.footer-nav-2 li + li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footer-ask-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-ask-btn a {
  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;
  width: 200px;
  height: 48px;
  border: 1px solid #fff;
  font-size: 1.4rem;
  letter-spacing: .14em;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.footer-ask-btn a:hover {
  background-color: #fff;
  color: #212121;
  text-decoration: none;
}

.footer-layer-3rd {
  margin-top: 64px;
}

.footer-bnr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bnr-list li {
  width: 263px;
}

.footer-bottom {
  margin-top: 64px;
}

.footer-bottom .base-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 35px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo .logo {
  width: 113px;
}

.footer-sns-link a {
  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;
  width: 436px;
  height: 40px;
  margin-left: 55px;
  border: 1px solid #2F2F2F;
}

.footer-sns-link .blk-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer-sns-link .blk-txt span:nth-child(1) {
  font-size: 1rem;
}

.footer-sns-link .blk-txt span:nth-child(2) {
  margin-right: 40px;
  font-size: 1.2rem;
}

.footer-sns-link img {
  width: 152px;
}

.footer-bottom .copyright {
  color: #808080;
  font-size: 1rem;
}

/** パンくず **/

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  background-color: #F7F7F7;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 56px;
}

.breadcrumbs li {
  position: relative;
}

.breadcrumbs li + li {
  margin-left: 16px;
  padding-left: 22px;
}

.breadcrumbs li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(../image/arw_breadcrumbs.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.breadcrumbs a {
  color: #808080;
}

.breadcrumbs a.current {
  color: #111111;
}

/** ページトップボタン **/

.page-top-btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.page-top-btn img {
  width: 48px;
  height: 48px;
}

/** SNS **/

.side-sns-list {
  position: fixed;
  top: 162px;
  right: 16px;
  z-index: 999;
}

.side-sns-list li + li {
  margin-top: 16px;
}

.side-sns-list a {
  display: block;
  width: 36px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.side-sns-list a:hover {
  opacity: .8;
}

.base-tbl-sns-list {
  margin-top: 20px;
}

.base-tbl-sns-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.base-tbl-sns-list li + li {
  margin-left: 20px;
}

.base-tbl-sns-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-tbl-sns-list img {
  width: 36px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.base-tbl-sns-list a:hover img {
  opacity: .8;
}

/** リスト **/

.base-list-tab {
  margin-top: 64px;
}

.base-list-tab ul {
  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-size: 1.6trm;
}

.base-list-tab li:not(:last-child) {
  margin-right: 40px;
}

.base-list-tab a {
  display: block;
  position: relative;
  padding-bottom: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.base-list-tab a:hover {
  text-decoration: none;
}

.base-list-tab a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #F0A0A3;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.base-list-tab a:hover::after,
.base-list-tab .current a::after {
  width: 100%;
}

.base-list {
  margin-top: 80px;
}

.base-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-link a {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.base-list a {
  display: block;
  position: relative;
}

.base-list a:hover {
  text-decoration: none;
}

.blk-list-img {
  overflow: hidden;
}

.blk-list-img img {
  -webkit-transition: .72s ease;
  transition: .72s ease;
}

a:hover .blk-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blk-list-content {
  padding-bottom: 42px;
}

.blk-list-content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.blk-list-content .tags {
  width: 100%;
  margin: 2px 0 0;
}

.blk-list-content .comment {
  font-size: 1.4rem;
  line-height: 1.8
}

.blk-list-content .link-arw {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-link.list-3cols li:not(:nth-child(3n)) {
  margin-right: 80px;
}

.list-link.list-3cols li:not(:nth-child(-n+3)) {
  margin-top: 80px;
}

.list-link.list-3cols a {
  width: 313px;
}

.list-link.list-3cols .blk-list-content {
  margin-top: 21px;
}

.list-link.list-3cols .ttl {
  font-size: 18px;
  text-align: center;
}

.list-link.list-4cols .comment {
  margin-top: 12px;
}

.list-link.list-4cols li:not(:nth-child(4n)) {
  margin-right: 40px;
}

.list-link.list-4cols li:not(:nth-child(-n+4)) {
  margin-top: 40px;
}

.list-link.list-4cols a {
  width: 245px;
}

.list-link.list-4cols .blk-list-content {
  margin-top: 25px;
}

.list-link.list-4cols .comment {
  margin-top: 12px;
}

/** ページャー **/

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.pager ul {
  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;
  width: 100%;
  font-size: 1.6rem;
}

.pager li {
  margin: 0 24px;
}

.pager .pager-prev {
  margin-right: 42px;
}

.pager .pager-next {
  margin-left: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pager a,
.pager span {
  display: block;
  position: relative;
  padding: 9px 0;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.pager a:hover {
  color: #F0A0A3;
  text-decoration: none;
}

.pager .current span::after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
  width: calc(100% + 2px);
  height: 1px;
  background-color: #212121;
}

.pager .pager-prev *,
.pager .pager-next * {
  color: transparent;
  font-size: 0;
}

.pager .pager-prev *::after,
.pager .pager-next *::after {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background: url(../image/arw_pager.svg) center no-repeat;
  background-size: contain;
}

/** 年月リスト **/

.base-month-list {
  margin: 40px 0 80px;
  background-color: #F7F7F7;
}

.base-month-list dl,
.base-month-list dt,
.base-month-list dd {
  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-size: 1.6rem;
}

.base-month-list dt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 56px;
  height: 56px;
}

.base-month-list dd a {
  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;
  width: 56px;
  height: 56px;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.base-month-list dd a:hover,
.base-month-list dd.current a {
  background-color: #F0A0A3;
  color: #fff;
}

.base-year-list {
  margin-top: 100px;
  padding-top: 39px;
  border-top: 1px solid #DBDBDB;
}

.base-year-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  font-size: 1.6rem;
}

.base-year-list dt {
  margin-right: 80px;
}

.base-year-list dd {
  margin-right: 40px;
}

.base-year-list dd a {
  display: block;
  position: relative;
  padding-bottom: 16px;
  text-decoration: none;
}

.base-year-list dd a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #F0A0A3;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.base-year-list .current a::after,
.base-year-list dd a:hover::after {
  width: 100%;
}

/** テンプレート **/

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 40px;
}

.base-slider.center-slider .base-slider-item {
  width: 720px;
}

.base-slider.center-slider .blk-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-slider.center-slider .blk-comment {
  margin-top: 25px;
  padding: 0 24px;
  font-size: 1.4rem;
  line-height: 2;
}

.base-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-video button {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.base-video button::after {
  content: '';
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../image/icon_btn_play.svg) center no-repeat;
  background-size: 117px;
}

.base-article-vert-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.base-article-vert-img.col-single .blk-content {
  margin-top: 64px;
}

.base-article-vert-img.col-2 .blk-article-container {
  width: 518px;
}

.base-article-vert-img.col-3 .blk-article-container {
  width: 340px;
}

.base-article-vert-img.col-4 .blk-article-container {
  width: 245px;
}

.base-article-vert-img.col-2 .blk-article-container:not(:nth-child(n+2)) {
  margin-right: 64px;
}

.base-article-vert-img.col-3 .blk-article-container:not(:nth-child(n+3)),
.base-article-vert-img.col-4 .blk-article-container:not(:nth-child(n+4)) {
  margin-right: 40px;
}

.base-article-vert-img.col-2 .blk-content {
  margin-top: 40px;
}

.base-article-vert-img.col-3 .blk-content {
  margin-top: 32px;
}

.base-article-vert-img.col-4 .blk-content {
  margin-top: 24px;
}

.base-article-vert-img.col-single .ttl {
  font-size: 2.0rem;
  /**font-weight: 300;**/
}

.base-article-vert-img.col-2 .ttl,
.base-article-vert-img.col-3 .ttl {
  font-size: 2rem;
  font-weight: 300;
}

.base-article-vert-img.col-4 .ttl {
  font-size: 1.8rem;
  font-weight: 300;
}

.base-article-vert-img.col-2 .base-paragraph {
  margin-top: 24px;
}

.base-article-vert-img.col-3 .base-paragraph,
.base-article-vert-img.col-4 .base-paragraph {
  margin-top: 16px;
}

.base-article-parallel-img .blk-article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.base-article-parallel-img.img-large .blk-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 518px;
}

.base-article-parallel-img.img-small .blk-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 340px;
}

.base-article-parallel-img .blk-img + .blk-content,
.base-article-parallel-img .blk-content + .blk-img {
  margin-left: 40px;
}

.base-article-parallel-img .ttl {
  font-size: 2rem;
  line-height: 2;
}

.base-article-parallel-img .blk-content .base-paragraph {
  margin-top: 24px;
}

.base-article-parallel-img.vert-txt .blk-article-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base-article-parallel-img.vert-txt .blk-content {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.base-article-parallel-img.vert-txt.img-large .blk-img {
  width: 680px;
  max-width: 680px;
}

.base-article-parallel-img.vert-txt.img-small .blk-img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 518px;
}

.base-article-parallel-img.vert-txt.img-large .blk-content {
  height: 453px;
}

.base-article-parallel-img.vert-txt.img-small .blk-content {
  height: 345px;
}

.base-article-parallel-img.vert-txt .blk-content .base-paragraph {
  margin: 0 60px 0 0;
}

.base-sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.base-sns-container .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
}

.base-sns-container .ttl p {
  margin-left: 16px;
}

.base-sns-container .blk-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
}

.base-sns-container .blk-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base-sns-container .blk-content li:not(:nth-child(-n+2)) {
  margin-top: 24px;
}

.base-sns-container .blk-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 518px;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.base-sns-container .blk-content a:hover {
  opacity: .7;
}

.base-sns-container .blk-img {
  width: 64px;
  height: 64px;
  border: 1px solid #DBDBDB;
  border-radius: 64px;
  overflow: hidden;
}

.base-sns-container .blk-img img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}

.base-sns-container .blk-comment {
  width: 430px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.base-address-container > dl {
  border-bottom: 1px solid #DBDBDB;
}

.base-address-container > dl:first-child {
  border-top: 1px solid #DBDBDB;
}

.base-address-container > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.2;
}

.base-address-container > dl > dt {
  width: 310px;
  padding: 22px 0 22px 24px;
}

.base-address-container > dl > dd:nth-child(2) {
  width: 480px;
  padding: 22px 0;
}

.base-address-container > dl > dd:nth-child(3) {
  width: 310px;
  padding: 22px 0;
}

.base-address-container .map {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.base-address-container .map span {
  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;
  position: relative;
  top: 6px;
  width: 50px;
  height: 23px;
  margin-left: 5px;
  background-color: #212121;
  color: #fff;
  font-size: 1.2rem;
}

.base-faq-container dl {
  border-bottom: 1px solid #DBDBDB;
}

.base-faq-container dl:first-child {
  border-top: 1px solid #DBDBDB;
}

.base-faq-container dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 64px;
  padding: 18px 40px 18px 24px;
  background-color: #F7F7F7;
  font-size: 1.8rem;
  cursor: pointer;
}

.base-faq-container dt .ttl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 57px;
}

.base-faq-container dt .btn-menu-open-bk {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.base-faq-container dd {
  display: none;
  position: relative;
  padding: 18px 40px 40px 24px;
  line-height: 2.1;
}

.base-faq-container dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.base-faq-container dd .ttl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 57px;
  font-size: 1.8rem;
  color: #F0A0A3;
}

.base-faq-container dd p {
  margin-top: 3px;
}

.base-tbl table {
  width: 100%;
}

.base-tbl th,
.base-tbl td {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  line-height: 2;
  vertical-align: middle;
}

.base-tbl th {
  padding: 24px 53px;
  background-color: #F7F7F7;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}

.base-tbl td {
  padding: 24px 40px;
  background-color: #fff;
}

.base-tbl th + th,
.base-tbl td + td {
  border-left: 1px solid #DBDBDB;
}

.base-tbl * + p {
  margin-top: 6px;
}

.base-tbl p + p {
  margin-top: 1.2em;
}

.base-tbl .address-container,
.base-tbl .mail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base-tbl .address-container .blk-map {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 460px;
  height: 360px;
}

.base-tbl .address-container .blk-map iframe {
  width: 460px;
  height: 360px;
}

.base-tbl .mail-container .blk-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin-left: 24px;
}

.base-tbl .mail-container .blk-btn a,
.base-tbl .mail-container .blk-btn span {
  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;
  width: 200px;
  height: 48px;
  color: #fff;
  font-size: 1.4rem;
}

.base-tbl .mail-container .blk-btn a {
  border: 1px solid #212121;
  background-color: #212121;
  text-decoration: none;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.base-tbl .mail-container .blk-btn a:hover {
  background-color: #fff;
  color: #212121;
}

.base-tbl .mail-container .blk-btn span {
  background-color: #CECECE;
}

.base-tbl .tbl-img-parallel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base-tbl .equal-padding {
  padding: 16px 0;
}

.base-tbl .tbl-img-parallel .blk-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 140px;
  margin-right: 24px;
}

.base-tbl .tbl-img-parallel .blk-comment + .blk-img {
  max-width: 220px;
  margin-left: 24px;
}

.base-tbl .tbl-img-vert .blk-comment {
  margin-top: 24px;
}

.base-img-pallarel {
  position: relative;
  min-height: 500px;
  margin-top: 100px;
}

.base-img-pallarel.img-left .blk-bg {
  top: 140px;
  right: 0;
  width: 58%;
  height: 360px;
}

.base-img-pallarel.img-right .blk-bg {
  top: 140px;
  left: 0;
  width: 58%;
  height: 360px;
}

.base-img-pallarel.sakura-base-info .blk-bg {
  width: 81.3%;
}

.base-img-pallarel .base-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.base-img-pallarel.sakura-base-info .base-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-img-pallarel.img-right .blk-content {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}

.base-img-pallarel.img-right .blk-img {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.base-img-pallarel .blk-content {
  width: 480px;
}

.base-img-pallarel .base-paragraph {
  margin-top: 40px;
}

.base-img-pallarel .base-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.base-img-pallarel.img-right .base-btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.base-img-pallarel .base-address {
  margin-top: 38px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 2.2;
}

.base-img-pallarel .base-address .map {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.base-img-pallarel .base-address .map span {
  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;
  position: relative;
  top: 6px;
  width: 50px;
  height: 23px;
  margin-left: 5px;
  background-color: #212121;
  color: #fff;
  font-size: 1.2rem;
}

.base-img-pallarel .blk-img {
  width: 540px;
}

.base-border-list {
  position: relative;
  padding-top: 50px;
}

.base-border-list .blk-bg {
  top: 0;
  right: 0;
  width: 58%;
  height: 260px;
}

.base-border-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.base-border-list li {
  position: relative;
  width: 50%;
  padding: 40px;
  border: 1px solid #DBDBDB;
  background-color: #fff;
}

.base-border-list li:last-child {
  border-left: none;
}

.base-border-list a {
  display: block;
  text-decoration: none;
}

.base-border-list .ttl {
  font-size: 2.4rem;
  text-align: center;
}

.base-border-list .sub-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 24px;
  font-size: 1.8rem;
}

.base-border-list .sub-ttl span {
  margin-left: 16px;
}

.base-border-list .date {
  margin-top: 28px;
}

.base-border-list .comment {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.base-border-list .ttl + .comment {
  margin-top: 24px;
}

.time-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.base-border-list .time-required {
  margin-top: 16px;
}

.time-required dt,
.time-required dd {
  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;
  height: 24px;
  border: 1px solid #212121;
}

.time-required dt {
  width: 68px;
  background-color: #212121;
  color: #fff;
}

.time-required dd {
  min-width: 80px;
  padding: 0 15px;
}

.base-border-list .link-arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}

.base-img-list {
  position: relative;
  margin-top: 100px;
}

.base-img-list .blk-bg {
  top: 68px;
  left: 0;
  width: 62.5%;
  height: 425px;
}

.base-img-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.base-img-list.list-2cols ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base-img-list.list-2cols li {
  width: 518px;
}

.base-img-list a {
  display: block;
  text-decoration: none;
}

.base-img-list .blk-img img {
  -webkit-transition: .72s ease;
  transition: .72s ease;
}

a:hover .base-img-list .blk-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.base-img-list .ttl-h2-2 {
  margin-top: 40px;
}

.base-img-list .comment {
  margin-top: 40px;
  font-size: 1.6rem;
  letter-spacing: .08em;
  line-height: 2;
}

.base-img-list .link-arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
}

.base-img-txt-list-3cols ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.base-img-txt-list-3cols li {
  width: 340px;
}

.base-img-txt-list-3cols .blk-comment {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: center;
}

.base-img-txt-bg-list-3cols,
.base-img-txt-bg-list-4cols {
  position: relative;
  min-height: 500px;
  margin-top: 80px;
  padding-top: 88px;
}

.base-img-txt-bg-list-3cols .base-inner,
.base-img-txt-bg-list-4cols .base-inner {
  position: relative;
}

.base-img-txt-bg-list-3cols .blk-bg,
.base-img-txt-bg-list-4cols .blk-bg {
  top: 0;
  right: 0;
  width: 58%;
  height: 360px;
}

.base-img-txt-bg-list-3cols ul,
.base-img-txt-bg-list-4cols ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 860px;
  margin: auto;
}

.base-img-txt-bg-list-4cols ul {
  width: 100%;
}

.base-img-txt-bg-list-3cols li {
  width: 260px;
}

.base-img-txt-bg-list-4cols li {
  width: 245px;
}

.base-img-txt-bg-list-3cols a,
.base-img-txt-bg-list-4cols a {
  text-decoration: none;
}

.base-img-txt-bg-list-3cols .blk-img,
.base-img-txt-bg-list-4cols .blk-img {
  overflow: hidden;
}

.base-img-txt-bg-list-3cols img,
.base-img-txt-bg-list-4cols img {
  width: 100%;
}

.base-img-txt-bg-list-3cols img,
.base-img-txt-bg-list-4cols img {
  -webkit-transition: .72s ease;
  transition: .72s ease;
}

.base-img-txt-bg-list-3cols a:hover img,
.base-img-txt-bg-list-4cols a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.base-img-txt-bg-list-3cols .blk-comment,
.base-img-txt-bg-list-4cols .blk-comment {
  margin-top: 24px;
  font-size: 1.6rem;
  text-align: center;
}

.base-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.base-modal-bg,
.base-modal-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.base-modal-bg {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.base-modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-full-bg {
  width: 100%;
  padding: 80px 0;
  background-color: #F7F7F7;
}

.base-full-bg-rikskog {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #4E574E;
}

/** アンカーリンク **/

.base-anker-link {
  margin-top: 100px;
}

.base-anker-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
}

.base-anker-link li {
  width: calc(100% / 4);
}

.base-anker-link a {
  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;
  position: relative;
  width: 100%;
  height: 64px;
  font-size: 1.6rem;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  text-decoration: none;
  letter-spacing: .08em;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.base-anker-link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 11px;
  background: url(../image/arw_pager.svg) center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%)rotate(-90deg);
  transform: translate(0, -50%)rotate(-90deg)
}

.base-anker-link a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
