@charset "UTF-8";

main {
  color: #222;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
  /* font-family: MyYuGothicM, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; */
  /* font-weight: 200; */
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img[src$=".svg"],
img[src$=".svgz"] {
  width: 100%;
}

em, strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
}


.btn-01 {
  padding: 8px 20px;
  border: solid 1px #524941;
  border-radius: 2px;
  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: relative;
  color: #524941;
  text-align: center;
  font-size: 14px;
}

.btn-01::after {
  content: '';
  width: 6px;
  height: 11px;
  display: block;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 13px;
  background: url("../img/icon-arrow-02.svg?$staticlink$") no-repeat 0 0;
  background-size: auto 100%;
}

@media all and (min-width: 768px), print {
  .btn-01 {
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .btn-01:hover {
    opacity: 0.5;
  }
}

.btn-02 {
  padding: 14px 20px;
  border-radius: 2px;
  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: relative;
  color: #fff;
  background-color: #524941;
  text-align: center;
  font-size: 14px;
}

.btn-02::after {
  content: '';
  width: 6px;
  height: 11px;
  display: block;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 13px;
  background: url("../img/icon-arrow-03.svg?$staticlink$") no-repeat 0 0;
  background-size: auto 100%;
}

@media all and (min-width: 768px), print {
  .btn-02 {
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .btn-02:hover {
    opacity: 0.5;
  }
  .btn-02::after {
    right: 12px;
  }
}


@media all and (min-width: 768px), print {
  [data-show-width="narrow"] {
    display: none;
  }
}

[data-show-width="medium"] {
  display: none;
}

@media all and (min-width: 768px), print {
  [data-show-width="medium"] {
    display: block;
  }
}

@media all and (min-width: 768px), print {
  [data-show-width="narrow-inline"] {
    display: none;
  }
}

[data-show-width="medium-inline"] {
  display: none;
}

@media all and (min-width: 768px), print {
  [data-show-width="medium-inline"] {
    display: inline;
  }
}

[data-fragment] {
  margin-top: -56px;
  padding-top: 56px;
  display: block;
}

@media all and (min-width: 768px), print {
  [data-fragment] {
    margin-top: -87px;
    padding-top: 87px;
  }
}

[data-fragment="padding"] {
  margin-top: calc(-56px - 15px);
  padding-top: calc(56px + 15px);
}

@media all and (min-width: 768px), print {
  [data-fragment="padding"] {
    margin-top: calc(-87px - 15px);
    padding-top: calc(87px + 15px);
  }
}

[data-menu-back-layer] {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.3);
}

[data-menu-back-layer][aria-hidden="true"] {
  display: none;
}

@media all and (min-width: 768px), print {
  .l-topicpath {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 980px;
  }
}

.l-topicpath__item {
  display: inline;
  position: relative;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.83333;
}

.l-topicpath__item:not(:last-child) {
  padding-right: 16px;
}

.l-topicpath__item:not(:last-child)::after {
  content: '';
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 11px;
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  background: url("../img/icon-arrow-04.svg?$staticlink$") no-repeat 0 0;
  background-size: auto 100%;
}

.l-topicpath__item[aria-current] {
  color: #524941;
  font-weight: bold;
}

@media all and (min-width: 768px), print {
  .l-topicpath__target {
    color: #666;
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .l-topicpath__target:hover {
    opacity: 0.5;
  }
}

.l-page-top-container {
  position: relative;
  z-index: 99;
}

.l-pagetop {
  position: fixed;
  right: 2.5px;
  bottom: 0;
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: -webkit-transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.l-pagetop[data-patetop="fixed"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}


@media all and (min-width: 768px), print {
  .l-pagetop {
    right: 17px;
    bottom: 11px;
  }
}

.l-pagetop__target {
  width: 55px;
  height: 55px;
  display: block;
}

.l-pagetop__target img {
  width: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 768px), print {
  .l-pagetop__target {
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .l-pagetop__target:hover {
    opacity: 0.5;
  }
}

.column-article {
  position: relative;
  background-color: #f9f9f4;
  margin-bottom: 30px;
}

@media all and (min-width: 768px), print {
  .column-article {
    margin-right: 0;
    margin-left: 0;
  }
}

.column-article-header {
  margin-top: 23px;
}

@media all and (min-width: 768px), print {
  .column-article-header {
    margin-top: 155px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: calc(980px + 20px * 2);
  }
}

.column-article-header__image img {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .column-article-header__image {
    margin-top: -109px;
    width: 61.22449%;
  }
}

.column-article-header__text {
  padding-right: 15px;
  padding-left: 21px;
}

@media all and (min-width: 768px), print {
  .column-article-header__text {
    margin-right: 30px;
    padding-right: 0;
    padding-left: 0;
    width: calc(38.77551% - 30px);
  }
}

.column-article-header__category {
  margin-top: -54px;
  margin-bottom: 10px;
  margin-left: auto;
  width: 96px;
  height: 88px;
  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;
  z-index: 1;
  background: url("../img/bg-category.svg?$staticlink$") no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media all and (min-width: 768px), print {
  .column-article-header__category {
    margin-top: -60px;
    margin-bottom: 15px;
    margin-left: 0;
    width: 120px;
    height: 110px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 1024px), print {
  .column-article-header__category {
    margin-left: -19px;
  }
}

.column-article-header__hdg {
  margin: 0 0 18px;
  font-size: 2rem;
  /* font-weight: bold; */
  line-height: 1.4;
}

@media all and (min-width: 768px), print {
  .column-article-header__hdg {
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 1.58333;
  }
}

.column-article-sns {
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 768px), print {
  .column-article-sns {
    padding-right: 0;
    padding-left: 0;
    width: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.column-article-sns__hdg {
  margin-right: 14px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

@media all and (min-width: 768px), print {
  .column-article-sns__hdg {
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 45px;
    position: relative;
    letter-spacing: -0.2em;
    text-align: center;
  }
  .column-article-sns__hdg::before {
    content: '';
    margin-right: auto;
    margin-left: auto;
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #8d877c;
  }
  .column-article-sns__hdg span {
    margin-top: -0.075em;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.column-article-sns__target {
  display: block;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.column-article-sns__target:hover {
  opacity: 0.5;
}

.column-article-sns__target img {
  display: block;
}

.column-article-sns__item-facebook .column-article-sns__target {
  margin-right: 23px;
  width: 11px;
  height: 22px;
}

@media all and (min-width: 768px), print {
  .column-article-sns__item-facebook .column-article-sns__target {
    margin-right: 0;
    margin-bottom: 21px;
  }
}

.column-article-sns__item-twitter .column-article-sns__target {
  margin-top: 2px;
  width: 21px;
  height: 17px;
}

@media all and (min-width: 768px), print {
  .column-article-sns__item-twitter .column-article-sns__target {
    margin-top: 0;
  }
}

.column-article-sns-top .column-article-sns {
  padding-bottom: 34px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media all and (min-width: 768px), print {
  .column-article-sns-top {
    margin-right: auto;
    margin-left: auto;
    padding-right: 70px;
    padding-left: 70px;
    max-width: 980px;
    position: relative;
  }
  .column-article-sns-top .column-article-sns {
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.column-article-sns-bottom {
  background-color: #fff;
}

.column-article-sns-bottom .column-article-sns {
  padding-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 768px), print {
  .column-article-sns-bottom {
    margin-right: auto;
    margin-left: auto;
    padding-right: 70px;
    padding-left: 70px;
    max-width: 980px;
    position: relative;
    background-color: transparent;
  }
  .column-article-sns-bottom .column-article-sns {
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media all and (min-width: 768px), print {
  .column-article-body {
    margin-right: auto;
    margin-left: auto;
    padding-right: 70px;
    padding-left: 70px;
    max-width: 980px;
    width: 95%;
  }
}

.column-article-body__inner {
  padding: 43px 15px 40px;
  background-color: #fff;
}

@media all and (min-width: 768px), print {
  .column-article-body__inner {
    padding: 70px 100px 60px;
  }
}

.column-article-lead {
  padding-bottom: 40px;
}

@media all and (min-width: 768px), print {
  .column-article-lead {
    padding-bottom: 69px;
  }
}

.column-article-lead__desc {
  font-size: 1.5rem;
  line-height: 1.93333;
}

.column-article-lead__desc:not(:last-child) {
  margin-bottom: 2em;
}

@media all and (min-width: 768px), print {
  .column-article-lead__desc {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}

.column-article-section:not(:last-child) {
  margin-bottom: 50px;
}

@media all and (min-width: 768px), print {
  .column-article-section:not(:last-child) {
    margin-bottom: 75px;
  }
}

.column-article-image-01 {
  margin-right: -15px;
  margin-left: -15px;
}

.column-article-image-01 img {
  width: 100%;
}

.column-article-image-01:not(:last-child) {
  margin-bottom: 35px;
}

@media all and (min-width: 768px), print {
  .column-article-image-01 {
    margin-right: -100px;
    margin-left: -100px;
  }
  .column-article-image-01:not(:last-child) {
    margin-bottom: 40px;
  }
}

.column-article-image-02 {
  position: relative;
}

.column-article-image-02 img {
  width: 100%;
}

.column-article-image-02:not(:last-child) {
  margin-bottom: 50px;
}

@media all and (min-width: 768px), print {
  .column-article-image-02 {
    margin-right: -100px;
    margin-left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .column-article-image-02 img {
    width: 63.09524%;
  }
  .column-article-image-02:not(:last-child) {
    margin-bottom: 69px;
  }
}

.column-article-image-02_right {
  position: relative;
}

.column-article-image-02_right img {
  width: 100%;
}

.column-article-image-02_right:not(:last-child) {
  margin-bottom: 50px;
}

@media all and (min-width: 768px), print {
  .column-article-image-02_right {
    margin-right: -100px;
    margin-left: -100px;
    text-align: right;
  }
  .column-article-image-02_right img {
    width: 63.09524%;
  }
  .column-article-image-02_right:not(:last-child) {
    margin-bottom: 69px;
  }
}

.column-article-image-02_center {
  position: relative;
}

.column-article-image-02_center img {
  width: 100%;
}

.column-article-image-02_center:not(:last-child) {
  margin-bottom: 50px;
}

@media all and (min-width: 768px), print {
  .column-article-image-02_center {
    margin-right: -100px;
    margin-left: -100px;
    text-align: center;
  }
  .column-article-image-02_center img {
    width: 63.09524%;
  }
  .column-article-image-02_center:not(:last-child) {
    margin-bottom: 69px;
  }
}

.column-article-image-02__caption {
  margin-top: -25px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 17px 25px 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8125;
}

@media all and (min-width: 768px), print {
  .column-article-image-02__caption {
    margin-top: 0;
    margin-right: 0;
    margin-left: -30px;
    padding: 23px 30px;
    font-size: 1.8rem;
    line-height: 1.72222;
  }
}

.column-article-image-03 {
  margin-bottom: 40px;
  text-align: center;
}

.column-article-image-03 img {
  max-width: 200px;
}

.column-article-image-03:last-child {
  margin-bottom: 55px;
}

.column-article-image-01 + .column-article-image-03 {
  margin-top: 50px;
}

@media all and (min-width: 768px), print {
  .column-article-image-03 img {
    max-width: 310px;
  }
  .column-article-image-03:not(:last-child) {
    margin-bottom: 50px;
  }
  .column-article-image-01 + .column-article-image-03 {
    margin-top: 80px;
  }
}

.column-article-image-03-m img {
  max-width: 100%;
}

@media all and (min-width: 768px), print {
  .column-article-image-03-m img {
    max-width: 440px;
  }
}

.column-article-image-03__caption {
  margin-top: 12px;
  color: #666;
  font-size: 1.5rem;
  line-height: 1.75;
}

@media all and (min-width: 768px), print {
  .column-article-image-03__caption {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.column-article-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column-article-image-profile {
  width: 40%;
  text-align: left;
}

.column-article-image-profile img {
  display: block;
  width: 100%;
}

.column-article-image-profile :last-child {
  margin-bottom: 0;
}

.column-article-profile-txt {
  width: 70%;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.5;
}

@media all and (max-width: 767px), print {
  .column-article-profile-txt {
    font-size: 12px;
    line-height: 1.4;
  }
}


.column-article-profile-txt .profile-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.column-article-desc .interviewer-txt {
  font-weight: bold;
}

.column-article-desc .interviewees-txt {
  padding-left: 4em;
  text-indent: -4em;
}

.column-article-desc .interviewees-txt2 {
  padding-left: 4em;
}

@media all and (min-width: 768px), print {
  .column-article-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column-article-image-profile {
    width: 40%;
    text-align: left;
  }
  .column-article-image-profile img {
    display: block;
    width: 100%;
  }
  .column-article-image-profile :last-child {
    margin-bottom: 0;
  }
  .column-article-profile-txt {
    width: 70%;
    margin-left: 40px;
  }
  .column-article-profile-txt .profile-name {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .column-article-desc .interviewer-txt {
    font-weight: bold;
  }
  .column-article-desc .interviewees-txt {
    padding-left: 4em;
    text-indent: -4em;
  }
  .column-article-desc .interviewees-txt2 {
    padding-left: 4em;
  }
}

.column-article-hdg-lv2 {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media all and (min-width: 768px), print {
  .column-article-hdg-lv2 {
    margin-bottom: 12px;
    font-size: 2.2rem;
    line-height: 1.59091;
  }
}

.column-article-desc {
  font-size: 1.5rem;
  line-height: 1.93333;
}

.column-article-desc:not(:last-child) {
  margin-bottom: 40px;
}

.column-article-desc p + p {
  margin-top: 1.5em;
}

@media all and (min-width: 768px), print {
  .column-article-desc {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
  .column-article-desc:not(:last-child) {
    margin-bottom: 69px;
  }
}

.column-article-related {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  padding-bottom: 60px;
}

@media all and (min-width: 768px), print {
  .column-article-related {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: calc(980px + 20px * 2);
  }
}

.column-article-related__image {
  margin-bottom: 27px;
}

.column-article-related__image img {
  width: 100%;
}

@media all and (min-width: 768px), print {
  .column-article-related__image {
    margin-bottom: 0;
    width: 58.16327%;
  }
}

@media all and (min-width: 768px), print {
  .column-article-related__data {
    margin-left: 42px;
    width: calc(42.04082% - 42px);
  }
}

@media all and (min-width: 1024px), print {
  .column-article-related__data {
    padding-top: 65px;
  }
}

@media all and (min-width: 1024px), print {
  .column-article-related__data_02 {
    padding-top: 0px;
  }
}

.column-article-related__hdg-en {
  margin-bottom: 4px;
  color: #524941;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.column-article-related__hdg-ja {
  margin: 0 0 20px;
  color: #666;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}

@media all and (min-width: 768px), print {
  .column-article-related__hdg-ja {
    margin-bottom: 19px;
  }
}

.column-article-related__desc {
  font-size: 1.5rem;
  line-height: 1.93333;
}

@media all and (min-width: 768px), print {
  .column-article-related__desc {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.column-article-related__order {
  margin-top: 34px;
  margin-right: 15px;
  margin-left: 15px;
}

@media all and (min-width: 768px), print {
  .column-article-related__order {
    margin-top: 35px;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-article-related__order-target {
  min-height: 60px;
}

@media all and (min-width: 768px), print {
  .column-article-related__order-target {
    min-height: 50px;
  }
}

.column-article-related__link {
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
}

@media all and (min-width: 768px), print {
  .column-article-related__link {
    margin-right: 0;
    margin-left: 0;
  }
}

.column-article-related__link-target {
  min-height: 45px;
}

@media all and (min-width: 768px), print {
  .column-article-related__link-target {
    min-height: 40px;
  }
}

.column-article-back {
  margin-right: -15px;
  margin-left: -15px;
  padding: 40px 15px 54px;
  border-bottom: solid 1px #e0e0e0;
  text-align: center;
}

@media all and (min-width: 768px), print {
  .column-article-back {
    margin-right: 0;
    margin-left: 0;
    padding: 61px 0 97px;
    border-bottom: 0;
    background-color: #f9f9f4;
  }
}

@media all and (min-width: 768px), print {
  .column-article-back__inner {
    padding-top: 25px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: calc(980px + 20px * 2);
  }
  .column-article-back__inner::before {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    background-color: #222;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: calc(980px + 20px * 2);
  }
}

.column-article-back__target {
  padding-left: 16px;
  display: inline-block;
  position: relative;
  color: #524941;
  font-weight: bold;
  line-height: 1.2;
}

.column-article-back__target::before {
  content: '';
  width: 6px;
  height: 11px;
  display: block;
  position: absolute;
  top: calc(50% - 5.5px);
  left: 0;
  background: url("../img/icon-arrow-02.svg?$staticlink$") no-repeat 0 0;
  background-size: auto 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (min-width: 768px), print {
  .column-article-back__target {
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .column-article-back__target:hover {
    opacity: 0.5;
  }
}

/*===============================-
=================================
=================================*/


	  /**************************************
	  breadcrumbs
	  **************************************/
		.breadcrumb {
			display: none!important;
		}
	  .page_breadcrumb .breadcrumbs{
	      max-width: 1140px;
	  	padding: 20px 10px 20px;
	  	margin: 0 auto;
      font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
	  }

	  .page_breadcrumb .breadcrumbs > ul{display: block;}

	  .page_breadcrumb .breadcrumbs > ul > li{
	  	display: inline-block;
	      height: 22px;
	      vertical-align: middle;
	      font-size: 14px;
	      line-height: 22px;
	      margin-right: 8px;
	  }
	  .page_breadcrumb .breadcrumbs > ul > li::after{
	      content: '\03e';
	      font-size: 14px;
	      padding-left: 10px;
	  	vertical-align: top;
	  }
	  .page_breadcrumb .breadcrumbs > ul > li:nth-last-of-type(1)::after{display: none;}


	  .page_breadcrumb .breadcrumbs > ul > li > a{
	  	color: #000000;
	  	text-decoration: none;
	  }
	  .page_breadcrumb .breadcrumbs > ul > li > a:hover{text-decoration: underline;}

/*Footer*/

  table.properties th {
      font-size: 14px;
      color: #00a273;
      font-weight: 700;
      text-decoration: none;
      width: 15%;
      padding: 2% 0 2% 0;
  }

  table.properties td {
      display: inline-block;
      float: left;
      padding-right: 10px;
      font-size: 12px;
      margin-right: 10px;
      padding: 2% 0 0 0;
  }

  caption, th, td {
    vertical-align: top;
  }


  table.properties a {
      color: #000;
      text-decoration: none;
  }

  table.properties tr {
      border-top: 1px #a5a5a5 solid;
  }

  table.properties a:hover {
      text-decoration: underline;
  }
	.columnArea .columnList ul li img {
		width: 100%;
	}




  /* ------------------------------------ */

  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
  }

  .home-top-item-list {
    margin-top: 40px;
    margin-bottom: calc(50px - 21px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  @media all and (min-width: 768px), print {
    .home-top-item-list {
      margin-bottom: calc(36px - 44px);
      margin-right: auto;
      margin-left: auto;
      padding-right: 20px;
      padding-left: 20px;
      max-width: calc(980px + 20px * 2);
    }
  }

  .home-top-item-list__item a {
    color: #000;
    text-decoration: none;
  }

  .home-top-item-list__item a:hover {
    opacity: 0.8;
    text-decoration: underline;
  }

  .home-top-item-list__item {
    margin-bottom: 21px;
    width: calc(50% - 5px);
  }

  .home-top-item-list__item:nth-child(even) {
    margin-left: 10px;
  }

  @media all and (min-width: 768px), print {
    .home-top-item-list__item {
      margin-bottom: 44px;
      width: calc(20% - 12px);
    }
    .home-top-item-list__item, .home-top-item-list__item:nth-child(even) {
      margin-left: 12px;
    }
    /* .home-top-item-list__item:nth-child(7n+1) {
      margin-left: 0;
    } */
  }

  .home-top-item-list__target {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .home-top-item-list__target:hover {
    opacity: 0.5;
  }

  @media all and (min-width: 768px), print {
    .home-top-item-list__target {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }

  .home-top-item-list__image {
    min-width: 100px;
    max-width: 100px;
    margin: 0 auto 10px;
  }

  @media all and (min-width: 768px), print {
    .home-top-item-list__image {
      max-width: 120px;
    }
  }

  .home-top-item-list__text {
    margin-left: 13px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-align: center;
  }


  @media all and (min-width: 768px), print {
    .home-top-item-list__text {
      margin-top: 13px;
      margin-left: 0;
    }
  }

h3.ttl {
  font-size: 20px;
}
