@charset "UTF-8";
body {
  color: #333;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
body.is-footer-sns-fixed {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  body.is-footer-sns-fixed {
    padding-bottom: 67px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.l-inner {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width:1023px) {
  .l-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.l-content {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.l-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-content__main {
  width: 70.60546875%;
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
  }
}

.l-content__side {
  margin-left: auto;
  width: 33.30078125%;
}
@media screen and (max-width: 767px) {
  .l-content__side {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
}

.l-front-main__pagination {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-front-main__pagination {
    margin-top: 24px;
  }
}

.l-archive-main__breadcrumb {
  margin-bottom: 14px;
}

.l-archive-main__head {
  margin-bottom: 70px;
  padding-top: 28px;
  border-top: 3px solid #d81f32;
}
@media screen and (max-width: 767px) {
  .l-archive-main__head {
    margin-bottom: 35px;
  }
}

.l-archive-main__card:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-archive-main__card:nth-child(n+2) {
    margin-top: 20px;
  }
}

.l-archive-main__pagination {
  margin-top: 62px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-archive-main__pagination {
    margin-top: 40px;
  }
}

.l-entry-main__breadcrumb {
  margin-bottom: 14px;
}

.l-to-top-button {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 28px;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .l-to-top-button {
    bottom: 92px;
    right: 16px;
  }
}

.l-footer-sns {
  bottom: -75px;
  left: 0;
  position: fixed;
  z-index: 30;
}
.is-footer-sns-fixed .l-footer-sns {
  bottom: 0;
}

.c-widget-title {
  background: url(../img/heading-line.png) repeat-x bottom center/340px auto;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 16px;
}

.c-to-top-button {
  background: #6a6a6a;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.c-to-top-button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-to-top-button {
    bottom: 92px;
    right: 16px;
  }
}

.c-archive__sub {
  color: #d81f32;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.c-archive__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-archive__title {
    font-size: 20px;
  }
}
.c-archive__title::before {
  color: #d81f32;
  content: "\f02d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin-right: 8px;
}
.c-archive__title.c-archive__title--category::before {
  content: "\f02d";
}
.c-archive__title.c-archive__title--archive::before {
  content: "\f02d";
}

.c-entry-heading-type1 {
  background: #ebebeb;
  border-radius: 3px;
  border-top: 6px solid #d81f32;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  padding: 24px 20px;
  position: relative;
  text-align: left;
}
.c-entry-heading-type1:after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}
@media screen and (max-width: 767px) {
  .c-entry-heading-type1 {
    font-size: 20px;
    padding: 27px 17px;
  }
}

.c-entry-heading-type2 {
  border-bottom: 3px solid #d81f32;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 14px;
}
.c-entry-heading-type2::after {
  border: 5px solid transparent;
  border-top: 15px solid #ebebeb;
  content: "";
  height: 0;
  left: 24px;
  position: absolute;
  top: 100%;
  width: 0;
}
@media screen and (max-width: 767px) {
  .c-entry-heading-type2 {
    font-size: 20px;
  }
}

.c-entry-heading-type3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 42px;
  position: relative;
}
.c-entry-heading-type3::after {
  color: #d81f32;
  content: "\f00c";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 26px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: -8px;
}

.c-entry-button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #01b3a7;
  background-image: none;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  min-width: 282px;
  padding: 17px 20px 14px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-entry-button:hover {
  opacity: 1;
  background-color: #00aca0;
}

.c-entry-label {
  display: inline-block;
  background: #d81f32;
  color: #fff;
  font-size: 12px;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.c-entry-label:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-entry-label {
    font-size: 11px;
    padding: 4px 14px;
  }
}

.c-headline1 {
  text-align: center;
}

.c-headline1__main {
  font-size: 40px;
}

.p-profile-box__img {
  margin-bottom: 26px;
  text-align: center;
}
.p-profile-box__img img {
  width: 230px;
}

.p-profile-box__content {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 38px;
  padding: 0 18px;
}

.p-profile-box__sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-profile-box__sns-item:nth-child(n+2) {
  margin-left: 40px;
}
.p-profile-box__sns-item a {
  font-size: 26px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-profile-box__sns-item a:hover {
  opacity: 0.6;
}
.p-profile-box__sns-item.p-profile-box__sns-item--twitter {
  color: #1da1f2;
}
.p-profile-box__sns-item.p-profile-box__sns-item--facebook {
  color: #3b5998;
}
.p-profile-box__sns-item.p-profile-box__sns-item--instagram {
  color: #c13584;
}

.p-widget__body {
  margin-top: 30px;
}

.p-entry-card-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-entry-card-type1:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1 {
    padding: 10px;
  }
}

.p-entry-card-type1__img {
  width: 36.02941%;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1__img {
    width: 45.06173%;
  }
}
.p-entry-card-type1__body {
  padding: 0 0 0 20px;
  width: 63.97059%;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1__body {
    padding-left: 12px;
    width: 54.93827%;
  }
}

.p-entry-card-type1__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.p-entry-card-type1__tag {
  background: #d81f32;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: 15px;
  padding: 3px 12px 2px;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1__tag {
    font-size: 10px;
    margin-right: 8px;
  }
}

.p-entry-card-type1__published {
  color: gray;
  font-size: 12px;
  margin-top: 4px;
}
.p-entry-card-type1__published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1__published {
    font-size: 10px;
  }
}

.p-entry-card-type1__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1__title {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.p-entry-card-type1__excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}
@media screen and (max-width: 767px) {
  .p-entry-card-type1__excerpt {
    display: none;
  }
}

.p-entry-card-type2 {
  display: inline-block;
  color: inherit;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.p-entry-card-type2:hover {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.16);
}

.p-entry-card-type2__img {
  text-align: center;
}

.p-entry-card-type2__body {
  padding: 20px;
}

.p-entry-card-type2__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.p-entry-card-type2__published {
  margin-top: 4px;
  color: #808080;
  font-size: 12px;
}
.p-entry-card-type2__published::before {
  content: "\f073";
  margin-right: 8px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
}

.p-entry-card-type2__tag {
  display: block;
  margin-right: 15px;
  padding: 3px 14px 2px;
  background-color: #d81f32;
  font-size: 12px;
  color: #fff;
}

.p-entry-card-type2__title {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
}

.p-entry-card-type2__excerpt {
  color: #454545;
  font-size: 14px;
  line-height: 1.71429;
}

.p-entry-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-entry-items__card {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-entry-items__card {
    width: 100%;
  }
}
.p-entry-items__card:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-entry-items__card:nth-child(2n) {
    margin-left: 0;
  }
}
.p-entry-items__card:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-entry-items__card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry-items__card:nth-child(n+2) {
    margin-top: 27px;
  }
}

.p-side-items__widget:nth-child(n+2) {
  margin-top: 50px;
}

.p-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#d81f32), to(#d91d30));
  background: linear-gradient(to bottom, #d81f32, #d91d30);
}

.p-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 36px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    display: block;
    padding-bottom: 16px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    margin-bottom: 8px;
    text-align: center;
  }
}

.p-header__logo-link {
  line-height: 1.2;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header__logo-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link {
    font-size: 26px;
  }
}

.p-header__sub {
  margin-top: 10px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.71429;
}
@media screen and (max-width: 767px) {
  .p-header__sub {
    font-size: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

.p-g-nav {
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.p-g-nav__inner {
  padding-top: 34px;
  padding-bottom: 24px;
}

.p-g-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-g-nav__list:nth-child(n+2) {
  margin-left: 40px;
}

.p-g-nav__link {
  display: block;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-g-nav__link:hover {
  opacity: 0.6;
}
.p-g-nav__link::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 8px;
}
.p-g-nav__link.p-g-nav__link--icon-home::before {
  content: "\f015";
}
.p-g-nav__link.p-g-nav__link--icon-book::before {
  content: "\f02d";
}
.p-g-nav__link.p-g-nav__link--icon-cup::before {
  content: "\f0f4";
}
.p-g-nav__link.p-g-nav__link--icon-pc::before {
  content: "\f109";
}
.p-g-nav__link.p-g-nav__link--icon-mail::before {
  content: "\f0e0";
}

.p-footer-menu {
  background: #868686;
}

.p-footer-menu__inner {
  padding-bottom: 42px;
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-footer-menu__inner {
    padding-bottom: 56px;
    padding-top: 54px;
  }
}

.p-footer__logo {
  text-align: center;
}

.p-footer__logo-link {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer__logo-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-link {
    font-size: 26px;
  }
}

.p-footer__sub {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71429;
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__sub {
    margin-top: 12px;
    font-size: 12px;
  }
}

.p-footer__nav {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 28px;
  }
}

.p-footer {
  background: #464646;
}

.p-footer__inner {
  padding-bottom: 20px;
  padding-top: 18px;
}

.p-footer__copy {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin-bottom: 2px;
  text-align: center;
}

.p-footer__by {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-align: center;
}
.p-footer__by a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer__by a:hover {
  opacity: 0.6;
}

.p-utility-nav {
  text-align: center;
}

.p-utility-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-utility-nav__lists {
    display: block;
    text-align: center;
  }
}

.p-utility-nav__list {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 32px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}
.p-utility-nav__list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-utility-nav__list {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }
  .p-utility-nav__list:nth-child(n+2) {
    margin-top: 12px;
  }
}

.p-utility-nav__link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-utility-nav__link:hover {
  opacity: 0.6;
}

.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: auto;
}

.p-breadcrumb__item {
  color: #8d8d8d;
  font-size: 12px;
}
.p-breadcrumb__item:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-left: 15px;
  margin-right: 15px;
}

.p-breadcrumb__link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-breadcrumb__link:hover {
  opacity: 0.6;
}
.p-breadcrumb__link.p-breadcrumb__link--home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.p-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagination__prev,
.p-pagination__next {
  height: 40px;
  width: 20px;
  line-height: 38px;
  position: relative;
  color: gray;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-pagination__prev::after,
.p-pagination__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 30px;
}
.p-pagination__prev:hover,
.p-pagination__next:hover {
  opacity: 0.6;
}

.p-pagination__prev {
  margin-right: 8px;
}
.p-pagination__prev::after {
  content: "\f104";
}

.p-pagination__next {
  margin-left: 8px;
}
.p-pagination__next::after {
  content: "\f105";
}

.p-pagination__number {
  margin-left: 8px;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  color: gray;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-pagination__number:hover, .p-pagination__number.p-pagination__number--current {
  background: #d81f32;
  border: 1px solid #d81f32;
  color: #fff;
  font-weight: 700;
}

.p-toc {
  background: #fff;
  border: 2px solid #d81f32;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .p-toc {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-toc__title {
  border-bottom: 2px solid #d81f32;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-toc__title {
    margin-bottom: 20px;
  }
}

.p-toc__level1-list {
  counter-increment: toc;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.6;
}

.p-toc__level1-link {
  display: inline-block;
  padding-left: 36px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.p-toc__level1-link::before {
  background: #d81f32;
  border-radius: 50%;
  color: #fff;
  content: counter(toc);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 26px;
  left: 0;
  line-height: 26px;
  margin-top: -2px;
  min-width: 26px;
  position: absolute;
  text-align: center;
  top: 0;
}
.p-toc__level1-link:hover {
  opacity: 0.6;
}

.p-toc__level2-lists {
  margin-top: 6px;
  padding-left: 36px;
}

.p-toc__level2-list {
  margin-bottom: 2px;
  margin-top: 0;
}

.p-toc__level2-link {
  display: inline-block;
  font-weight: 400;
  padding-left: 10px;
  text-decoration: none;
  position: relative;
}
.p-toc__level2-link::before {
  background: #d81f32;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  min-width: initial;
  position: absolute;
  top: 8px;
  width: 5px;
}
.p-toc__level2-link:hover {
  opacity: 0.6;
}

.p-entry-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-entry-tag__head {
  background: gray;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 15px 5px 0;
  padding: 6px 15px 0;
}
.p-entry-tag__head::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.p-entry-tag__item {
  margin: 5px 15px 5px 0;
}
.p-entry-tag__item a {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: gray;
  display: block;
  font-size: 14px;
  padding: 6px 18px 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-entry-tag__item a:hover {
  background: gray;
  border-color: gray;
  color: #fff;
}

.p-entry {
  background: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 40px 12px;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 10px;
  }
}

.p-entry__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 24px;
    line-height: 1.41667;
  }
}

.p-entry__date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.p-entry__published,
.p-entry__updated {
  color: gray;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-entry__published,
  .p-entry__updated {
    font-size: 11px;
  }
}

.p-entry__published::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  margin-right: 8px;
}

.p-entry__updated {
  margin-left: 27px;
}
@media screen and (max-width: 767px) {
  .p-entry__updated {
    margin-left: 18px;
  }
}
.p-entry__updated::before {
  content: "\f1da";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 8px;
}

.p-entry__img {
  margin-top: 18px;
  text-align: center;
}
.p-entry__img img {
  vertical-align: bottom;
}

.p-entry__body {
  margin-top: 32px;
  padding-bottom: 44px;
  border-bottom: 1px solid #e2e2e2;
}

.p-entry__tag {
  margin-top: 20px;
}

.p-entry__relative {
  margin-top: 20px;
}

.p-entry-content__text {
  line-height: 1.875;
  margin-top: 30px;
}

.p-entry-content__toc {
  margin-top: 64px;
}

.p-entry-content__h2 {
  margin-bottom: 38px;
  margin-top: 80px;
}

.p-entry-content__h3 {
  margin-bottom: 24px;
  margin-top: 84px;
}

.p-entry-content__h4 {
  margin-bottom: 16px;
  margin-top: 82px;
}

.p-entry-content__button {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.p-entry-content__link {
  color: #1592e6;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-entry-content__link:hover {
  opacity: 0.6;
}

.p-entry-content__strong {
  font-weight: 700;
}

.p-relative-card {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.p-relative-card:hover {
  opacity: 0.6;
}

.p-relative-card__image {
  text-align: center;
}
.p-relative-card__image img {
  vertical-align: bottom;
}

.p-relative-card__title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143;
}

.p-entry-relative__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}

.p-entry-relative__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-entry-relative__item {
  width: calc(25% - 13.5px);
}
.p-entry-relative__item:not(:nth-child(4n+1)) {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-entry-relative__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
.p-entry-relative__item:nth-child(n+5) {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .p-entry-relative__item:nth-child(n+5) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entry-relative__item {
    width: calc(50% - 15px);
  }
  .p-entry-relative__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .p-entry-relative__item:nth-child(n+3) {
    margin-top: 21px;
  }
}

.p-pickup-card {
  display: inline-block;
  margin-right: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-pickup-card:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-pickup-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-pickup-card__img {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pickup-card__img {
    width: 42.40688%;
  }
}

.p-pickup-card__body {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-pickup-card__body {
    width: 57.59312%;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.p-pickup-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-pickup-card-title {
    font-size: 16px;
    padding-left: 15px;
  }
}

.p-pickup-card__tag {
  background: #d81f32;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  padding: 6px 14px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}

.p-pickup {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-pickup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-pickup__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-pickup__items {
    display: block;
  }
}

.p-pickup__card {
  width: calc(33.3% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
  .p-pickup__card {
    width: 100%;
  }
}
.p-pickup__card:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-pickup__card:nth-child(n+2) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.p-search-form {
  position: relative;
}

.p-search-form__field {
  padding-right: 70px;
  width: 100%;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
}
.p-search-form__field::-webkit-input-placeholder {
  color: #e2e2e2;
}
.p-search-form__field::-moz-placeholder {
  color: #e2e2e2;
}
.p-search-form__field:-ms-input-placeholder {
  color: #e2e2e2;
}
.p-search-form__field::-ms-input-placeholder {
  color: #e2e2e2;
}
.p-search-form__field::placeholder {
  color: #e2e2e2;
}

.p-search-form__submit {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #e2e2e2;
  font-size: 26px;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-widget-entry-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.p-widget-entry-card:hover {
  opacity: 0.6;
}

.p-widget-entry-card__image {
  width: 120px;
  position: relative;
}
.p-widget-entry-card__title {
  width: calc(100% - 120px - 10px);
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57143;
}

.p-widget-entry-cards__item {
  position: relative;
}
.p-widget-entry-cards__item.p-widget-entry-cards__item--has-number {
  counter-increment: number;
}
.p-widget-entry-cards__item.p-widget-entry-cards__item--has-number::after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number);
  background: #01b3a7;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.p-widget-entry-cards__item:nth-child(n+2) {
  margin-top: 20px;
}

.c-widget-link {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  font-size: 14px;
  padding: 20px 20px 14px 0;
  position: relative;
  text-decoration: none;
}
.c-widget-link:after {
  color: inherit;
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-widget-link:hover {
  opacity: 0.6;
}

.p-footer-sns {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  width: 100%;
}

.p-footer-sns__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__inner {
    height: 67px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.p-footer-sns__head {
  margin-right: auto;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__head {
    display: none;
  }
}

.p-footer-sns__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__buttons {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer-sns__button:nth-child(n+2) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer-sns__button:nth-child(n+2) {
    margin-left: 0;
  }
}

.p-footer-sns__link {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer-sns__link:hover {
  opacity: 0.6;
}
.p-footer-sns__link.p-footer-sns__link--twitter img {
  width: 26px;
}
.p-footer-sns__link.p-footer-sns__link--facebook img {
  width: 11px;
}
.p-footer-sns__link.p-footer-sns__link--hatena img {
  width: 22px;
}
.p-footer-sns__link.p-footer-sns__link--line img {
  width: 30px;
}
.p-footer-sns__link.p-footer-sns__link--pocket img {
  width: 27px;
}

.swiper {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 16px;
}

.slide-img:hover {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* ← アニメーションを追加 */
}
.slide-img:hover img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* ← アニメーションを追加 */
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

.swiper-area {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.card01 {
  /* ページネーションのベース */
  /* アクティブなページの横棒 */
}
.card01 .swiper-button-prev,
.card01 .swiper-button-next {
  background: rgba(255, 255, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.card01 .swiper-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card01 .swiper-pagination-bullet {
  width: 20px; /* ← 横棒の長さ */
  height: 2px; /* ← 棒の太さ */
  background: #CAD4D6; /* ← 色 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* ← アニメーションを追加 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* ← iOS対策 */
  position: relative; /* ← 再描画を促す */
}
.card01 .swiper-pagination-bullet-active {
  background: blue; /* ← 色 */
  width: 30px;
}

.card02 {
  /* ページネーションのベース */
  /* アクティブなページの横棒 */
}
.card02 .swiper-button-prev,
.card02 .swiper-button-next {
  background: rgba(255, 255, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.card02 .swiper-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card02 .swiper-pagination-bullet {
  width: 20px; /* ← 横棒の長さ */
  height: 2px; /* ← 棒の太さ */
  background: #CAD4D6; /* ← 色 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* ← アニメーションを追加 */
  -webkit-transform: translateZ(0);
          transform: translateZ(0); /* ← iOS対策 */
  position: relative; /* ← 再描画を促す */
}
.card02 .swiper-pagination-bullet-active {
  background: blue; /* ← 色 */
  width: 30px;
}
.card02 .swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* アクティブなスライドを拡大 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* アニメーションを追加 */
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width:1024px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .u-hidden-tab {
    display: none;
  }
}

.card03 .slide-img {
  border-radius: 20px;
  overflow: hidden; /* 画像がはみ出さないように */
}
.card03 .slide-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: center center;
          transform-origin: center center; /* ←拡大の基準点を中央に */
  -o-object-fit: cover;
     object-fit: cover; /* 画像のアスペクト比を保ちながら、要素のサイズに合わせる */
}

.card03 {
  margin-bottom: 200px;
  padding-top: 100px;
}
.card03 .swiper {
  overflow: visible;
}
.card03 .swiper-slide {
  width: 250px;
}
.card03 .swiper-slide-active {
  width: 250px;
  height: auto;
  position: relative;
}
.card03 .swiper-button-prev,
.card03 .swiper-button-next {
  z-index: 100;
}
.card03 .swiper-button-prev::after,
.card03 .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card03 .swiper-button-prev::after {
  background-image: url("../img/top/i-arrow-left-purple.png");
}
.card03 .swiper-button-next::after {
  background-image: url("../img/top/i-arrow-right-purple.png");
}

/* ただし .card03 には無効化 */
.card03 .slide-img:hover {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}