@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-size: 10px;
}

.container > article * {
  line-height: inherit;
}

.feature .multicolumn-right {
  width: calc(100% - 40px) !important;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
}
.feature .socialbutton {
  text-align: right;
  line-height: 1;
}
.feature .socialbutton ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .socialbutton li {
  margin-left: 10px;
}
.feature .socialbutton li .tweet {
  height: 20px;
}
.feature .socialbutton li .facebook-share {
  height: 20px;
}
.feature .socialbutton.socialbutton--top {
  display: none;
  margin: 0 20px 20px;
}
.feature .socialbutton.socialbutton--bottom {
  display: inline-block;
  margin: 8px 0 0;
  vertical-align: middle;
}

.entry__meta {
  width: calc(100% - 32px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.entry__meta .create-date {
  margin-top: 8px;
  min-width: 8em;
}

/*　サイドバー その他の記事 表示設定 */
.multicolumn-left section.random-bn ul {
  display: block;
}

.main-content {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
  color: #222;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 700;
}
.main-content p,
.main-content li {
  line-height: 1.86;
}
.main-content a {
  text-decoration: underline;
  -webkit-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  text-underline-offset: 3px;
}
.main-content a:hover {
  opacity: 0.7;
}
.main-content *, .main-content *::before, .main-content *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content br.pc-br {
  display: none;
}
.main-content .note {
  font-size: 0.9em;
  line-height: 1.5;
}

.page__header {
  padding: 0;
  margin: 0;
}
.page__intro {
  width: calc(100% - 38px);
  margin: 30px auto 10px;
}

.simplebar-scrollbar::before {
  background: #aaa;
  border-radius: 4px;
  width: 160px;
  margin-left: 2px;
  margin-top: 0px;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background-color: #e5e5e5;
  border-radius: 10px;
}

.swiper-container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page__nav {
  width: calc(100% - 38px);
  margin: 40px auto;
}
.page__nav__list {
  margin: 0 auto;
  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;
  gap: 16px;
}
.page__nav__item {
  width: 100%;
}
.page__nav__item a {
  display: block;
  width: 222px;
  height: 46px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  border: 2px solid #003e69;
  border-radius: 23px;
  color: #003e69;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 42px;
}
.page__nav__item a::after {
  content: "";
  display: block;
  width: 14px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../imgs/menu_arrow.png") no-repeat;
  background-size: contain;
}
.page__nav__item01 a {
  background-color: #fafce8;
}
.page__nav__item02 a {
  background-color: #31d4ab;
}
.page__nav__item03 a {
  background-color: #fed1f0;
}
.page__nav__item04 a {
  background-color: #fafce8;
}
.page__nav__item05 a {
  background-color: #31d4ab;
}
.page__ps {
  width: calc(100% - 38px);
  margin: 60px auto 40px;
  padding: 40px 20px 30px;
  position: relative;
  border: 1px solid #003e69;
  border-radius: 15px;
  background-color: #acf2e1;
  background-image: url("../imgs/bg_net_white.png");
  background-size: 72px auto;
}
.page__ps__title {
  max-width: 290px;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sep {
  text-align: center;
}
.sep img {
  width: 57px;
}

.section {
  width: calc(100% - 20px);
  margin: 32px auto;
  font-size: 1.4rem;
}
.section__header {
  padding: 14px 0 8px;
  position: relative;
  border: 1px solid #003e69;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.section__index {
  width: 50px;
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section__title img {
  width: auto;
  height: 40px;
}
.section__content {
  padding: 20px 15px 100px;
  border: 1px solid #003e69;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.section__catch {
  padding: 10px 0;
  background: url("../imgs/sec_wave.png") top center repeat-x, url("../imgs/sec_wave.png") bottom center repeat-x;
  background-size: 630px auto;
}
.section__intro {
  margin: 40px auto 10px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 26px;
}
.section__intro__main {
  width: 100%;
  text-align: center;
}
.section__intro__main span {
  display: block;
  width: 70%;
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
.section__intro__main--01 span::after {
  content: "";
  display: block;
  width: 105px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-image: url("../imgs/sec01_main_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section__intro__main--02 span::after {
  content: "";
  display: block;
  width: 36px;
  height: 54px;
  position: absolute;
  top: -31px;
  left: -21px;
  background-image: url("../imgs/sec02_main_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section__intro__main--03 span::after {
  content: "";
  display: block;
  width: 36px;
  height: 35px;
  position: absolute;
  top: -20px;
  left: -26px;
  background-image: url("../imgs/sec03_main_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section__intro__main--04 span::after {
  content: "";
  display: block;
  width: 92px;
  height: 59px;
  position: absolute;
  top: -17px;
  left: -47px;
  background-image: url("../imgs/sec04_main_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section__intro__main--05 span::after {
  content: "";
  display: block;
  width: 36px;
  height: 54px;
  position: absolute;
  top: -31px;
  left: -21px;
  background-image: url("../imgs/sec05_main_deco.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section__intro p {
  width: 100%;
  line-height: 1.75;
}
.section__btn {
  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;
  gap: 16px 40px;
  position: relative;
  text-align: center;
  padding: 30px 0 40px;
  background: url("../imgs/sec_wave.png") center bottom repeat-x, url("../imgs/btn_decoL.png") left bottom no-repeat;
  background-size: 730px auto, 50px auto;
}
.section__btn::after {
  content: "";
  display: block;
  width: 70px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -10px;
  background: url("../imgs/btn_decoR.png") center top no-repeat;
  background-size: contain;
}
.section__btn .btn p {
  color: #003e69;
  font-size: 1.5rem;
  font-weight: 700;
}
.section__btn .btn p::before, .section__btn .btn p::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  margin: 0 4px;
  background-color: #003e69;
}
.section__btn .btn p::before {
  -webkit-transform: rotate(56deg) translateY(-3px);
  transform: rotate(56deg) translateY(-3px);
}
.section__btn .btn p::after {
  -webkit-transform: rotate(-56deg) translateY(-3px);
  transform: rotate(-56deg) translateY(-3px);
}
.section__btn .btn a {
  display: inline-block;
  width: 220px;
  height: 60px;
  position: relative;
  background-color: #003e69;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 50px;
}
.section__btn .btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-58%);
  transform: translateY(-58%);
  background: url("../imgs/icon_extra_white.png") no-repeat;
  background-size: contain;
}
.section__btn .btn a span {
  display: block;
  margin: 3px;
  padding-right: 24px;
  border-radius: 27px;
  border: 2px solid #ddd;
}
.section__btn .sec01__btn1 a {
  color: #fed1f0;
}
.section__btn .sec01__btn1 a::after {
  background-image: url("../imgs/icon_extra_pink.png");
}
.section__btn .sec01__btn1 a span {
  border-color: #fed1f0;
}
.section__btn .sec01__btn2 a {
  color: #003e69;
  background-color: #fed1f0;
}
.section__btn .sec01__btn2 a::after {
  background-image: url("../imgs/icon_extra_blue.png");
}
.section__btn .sec01__btn2 a span {
  border-color: #003e69;
}
.section__btn .sec02__btn1 a {
  color: #fafce8;
}
.section__btn .sec02__btn1 a::after {
  background-image: url("../imgs/icon_extra_white.png");
}
.section__btn .sec02__btn1 a span {
  border-color: #fafce8;
}
.section__btn .sec02__btn2 a {
  color: #003e69;
  background-color: #31d4ab;
}
.section__btn .sec02__btn2 a::after {
  background-image: url("../imgs/icon_extra_blue.png");
}
.section__btn .sec02__btn2 a span {
  border-color: #003e69;
}
.section__btn .sec03__btn1 a {
  color: #fed1f0;
}
.section__btn .sec03__btn1 a::after {
  background-image: url("../imgs/icon_extra_pink.png");
}
.section__btn .sec03__btn1 a span {
  border-color: #fed1f0;
}
.section__btn .sec03__btn2 a {
  color: #003e69;
  background-color: #fafce8;
}
.section__btn .sec03__btn2 a::after {
  background-image: url("../imgs/icon_extra_blue.png");
}
.section__btn .sec03__btn2 a span {
  border-color: #003e69;
}
.section__btn .sec04__btn1 a {
  color: #fed1f0;
}
.section__btn .sec04__btn1 a::after {
  background-image: url("../imgs/icon_extra_pink.png");
}
.section__btn .sec04__btn1 a span {
  border-color: #fed1f0;
}
.section__btn .sec04__btn2 a {
  color: #003e69;
  background-color: #fed1f0;
}
.section__btn .sec04__btn2 a::after {
  background-image: url("../imgs/icon_extra_blue.png");
}
.section__btn .sec04__btn2 a span {
  border-color: #003e69;
}
.section__btn .sec05__btn1 a {
  color: #fafce8;
}
.section__btn .sec05__btn1 a::after {
  background-image: url("../imgs/icon_extra_pink.png");
}
.section__btn .sec05__btn1 a span {
  border-color: #fafce8;
}
.section__btn .sec05__btn2 a {
  color: #003e69;
  background-color: #31d4ab;
}
.section__btn .sec05__btn2 a::after {
  background-image: url("../imgs/icon_extra_blue.png");
}
.section__btn .sec05__btn2 a span {
  border-color: #003e69;
}
.section__btn .sec05__btn1 {
  display: none;
}
.section__jiman .jiman__header {
  margin-top: 90px;
  position: relative;
}
.section__jiman .jiman__title {
  width: 95%;
  max-width: 295px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60px);
  transform: translate(-50%, -60px);
  z-index: 100;
}
.section__jiman .jiman__main {
  position: relative;
}
.section__jiman .jiman__main::before, .section__jiman .jiman__main::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.section__jiman .jiman__main--01::before {
  background-image: url("../imgs/sec01_jiman_deco1.png");
  width: calc(48px * 0.6);
  height: calc(59px * 0.6);
  top: calc(-24px / 3);
  right: calc(-10px / 2 - 10px);
}
.section__jiman .jiman__main--01::after {
  background-image: url("../imgs/sec01_jiman_deco2.png");
  width: calc(37px * 0.6);
  height: calc(42px * 0.6);
  top: calc(86px / 2 + 8px);
  left: calc(-20px / 2);
  top: auto;
  bottom: calc(86px / 2);
}
.section__jiman .jiman__main--02::before {
  background-image: url("../imgs/sec02_jiman_deco1.png");
  width: calc(48px * 0.6);
  height: calc(79px * 0.6);
  top: calc(-18px / 3);
  right: calc(-17px / 2 - 10px);
}
.section__jiman .jiman__main--02::after {
  background-image: url("../imgs/sec02_jiman_deco2.png");
  width: calc(21px * 0.6);
  height: calc(24px * 0.6);
  top: calc(85px / 2 + 8px);
  left: calc(-13px / 2);
  top: auto;
  bottom: calc(85px / 2);
}
.section__jiman .jiman__main--03::before {
  background-image: url("../imgs/sec03_jiman_deco1.png");
  width: calc(51px * 0.6);
  height: calc(63px * 0.6);
  top: calc(-22px / 3);
  right: calc(-15px / 2 - 10px);
}
.section__jiman .jiman__main--04::after {
  background-image: url("../imgs/sec04_jiman_deco2.png");
  width: calc(107px * 0.6);
  height: calc(70px * 0.6);
  top: calc(-30px / 2 + 8px);
  left: calc(-27px / 2);
}
.section__jiman .jiman__main--05::after {
  background-image: url("../imgs/sec05_jiman_deco2.png");
  width: calc(86px * 0.6);
  height: calc(46px * 0.6);
  top: calc(16px / 2 + 8px);
  left: calc(-30px / 2);
}
.section__jiman .jiman__catch {
  width: calc(100% + 20px);
  position: absolute;
  top: 100%;
  left: -10px;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}
.section__jiman .jiman__copyrights {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.section__jiman .jiman__content {
  padding: 30px 10px 16px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.section__jiman .jiman__text {
  line-height: 1.75;
}
.section__jiman .jiman__text span {
  background-color: #fed1f0;
}
.section__jiman .jiman__text--02 span {
  background-color: #acf2e1;
}
.section__jiman .jiman__text--05 span {
  background-color: #acf2e1;
}
.section__jiman .jiman__photo {
  margin: 30px auto 0;
}
.section__jiman .jiman__photo .deco {
  position: relative;
  width: 100%;
}
.section__jiman .jiman__photo .deco::before, .section__jiman .jiman__photo .deco::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}
.section__jiman .jiman__photo .deco::before {
  width: 50px;
  height: 42px;
}
.section__jiman .jiman__photo--01 .deco::before {
  background-image: url("../imgs/sec01_photo_deco.png");
  top: calc(-55px / 1.5);
  right: calc(-5px / 2);
}
.section__jiman .jiman__photo--01 .deco::after {
  background-image: url("../imgs/sec01_photo_deco_sub.png");
  width: calc(40px * 0.6);
  height: calc(53px * 0.6);
  bottom: calc(-24px / 2 + 20px);
  left: calc(0px / 2);
}
.section__jiman .jiman__photo--02 .deco::before {
  background-image: url("../imgs/sec02_photo_deco.png");
  top: calc(-45px / 1.5);
  right: calc(-10px / 2);
  right: auto;
  left: calc(-10px / 2);
}
.section__jiman .jiman__photo--02 .deco::after {
  background-image: url("../imgs/sec02_photo_deco_sub.png");
  width: calc(25px * 0.6);
  height: calc(27px * 0.6);
  bottom: calc(-17px / 2 + 20px);
  left: calc(-10px / 2);
  left: auto;
  right: calc(-10px / 2);
}
.section__jiman .jiman__photo--03 .deco::before {
  background-image: url("../imgs/sec03_photo_deco.png");
  top: calc(-42px / 1.5);
  right: calc(-48px / 2);
  top: auto;
  bottom: calc(-42px / 2 + 20px);
}
.section__jiman .jiman__photo--03 .deco::after {
  background-image: url("../imgs/sec03_photo_deco_sub.png");
  width: calc(47px * 0.6);
  height: calc(54px * 0.6);
  bottom: calc(-25px / 2 + 20px);
  left: calc(-35px / 2);
  bottom: auto;
  top: calc(-25px / 2);
}
.section__jiman .jiman__photo--04 .deco::before {
  background-image: url("../imgs/sec04_photo_deco.png");
  top: calc(-30px / 1.5);
  right: calc(-22px / 2);
  top: auto;
  bottom: calc(-30px / 2 + 20px);
  right: auto;
  left: calc(-22px / 2);
}
.section__jiman .jiman__photo--04 .deco::after {
  background-image: url("../imgs/sec04_photo_deco_sub.png");
  width: calc(38px * 0.6);
  height: calc(30px * 0.6);
  bottom: calc(-40px / 2 + 20px);
  left: calc(-5px / 2);
  left: auto;
  right: calc(-5px / 2);
  bottom: auto;
  top: calc(-40px / 2);
}
.section__jiman .jiman__photo--05 .deco::before {
  background-image: url("../imgs/sec05_photo_deco.png");
  top: calc(-55px / 1.5);
  right: calc(-15px / 2);
}
.section__jiman .jiman__photo--05 .deco::after {
  background-image: url("../imgs/sec05_photo_deco_sub.png");
  width: calc(60px * 0.6);
  height: calc(62px * 0.6);
  bottom: calc(-30px / 2 + 20px);
  left: calc(-10px / 2);
}
.section__jiman .jiman__photo__title {
  margin-bottom: 20px;
  text-align: center;
}
.section__jiman .jiman__photo__title img {
  width: 90%;
  max-width: 290px;
}
.section__more {
  margin: 40px auto;
}
.section__more__title {
  width: calc(100% + 30px);
  height: 5px;
  margin: 0 -15px 40px;
  position: relative;
  background: url("../imgs/sec_wave.png") center top repeat-x;
  background-size: 730px;
  text-align: center;
}
.section__more__title img {
  width: 80%;
  max-width: 290px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
.section__more__list {
  width: calc(100% - 32px);
  margin: 0 auto;
  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;
  gap: 30px 40px;
}
.section__more__list::after {
  content: "";
  display: block;
  width: 100%;
}
.section__more__item {
  max-width: 255px;
}
.section__more__item a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
}
.section__more__item a:hover {
  opacity: 0.8;
}
.section__more__item a img:hover {
  opacity: 1;
}
.section__more__item a span {
  display: inline-block;
  margin: 10px auto 0;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
  line-height: 1.6;
}
.section__more__item a span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url("../imgs/icon_extra_black.png") no-repeat;
  background-size: contain;
}
.section__sns {
  padding: 25px 30px 20px 40px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
}
.section__sns::before, .section__sns::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.section__sns::before {
  width: 92px;
  height: 54px;
  top: calc(100% + 10px);
  left: -15px;
  background-image: url("../imgs/sec_sns_deco.png");
}
.section__sns--01::after {
  width: calc(157px * 0.6);
  height: calc(236px * 0.6);
  bottom: -100px;
  right: -10px;
  background-image: url("../imgs/sec01_sns_photo.png");
}
.section__sns--02::after {
  width: calc(225px * 0.6);
  height: calc(145px * 0.6);
  width: calc(225px * 0.8);
  height: calc(145px * 0.8);
  bottom: -100px;
  right: -10px;
  background-image: url("../imgs/sec02_sns_photo.png");
}
.section__sns--03::after {
  width: calc(214px * 0.6);
  height: calc(248px * 0.6);
  bottom: -100px;
  right: -10px;
  background-image: url("../imgs/sec03_sns_photo.png");
}
.section__sns--04::after {
  width: calc(176px * 0.6);
  height: calc(199px * 0.6);
  bottom: -100px;
  right: -10px;
  background-image: url("../imgs/sec04_sns_photo.png");
}
.section__sns--05::after {
  width: calc(250px * 0.6);
  height: calc(126px * 0.6);
  width: calc(250px * 0.8);
  height: calc(126px * 0.8);
  bottom: -100px;
  right: -10px;
  background-image: url("../imgs/sec05_sns_photo.png");
}
.section__sns__title {
  width: 54px;
  position: absolute;
  top: -25px;
  left: -10px;
}
.section__sns__item {
  margin-bottom: 12px;
  position: relative;
  line-height: 1.3 !important;
  letter-spacing: 0;
}
.section__sns__item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.section__sns__item a {
  display: block;
  padding-left: 18px;
  position: relative;
  z-index: 100;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3 !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}
.section__sns__item a span {
  letter-spacing: 0.08em;
}
.section__sns__item a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background: url("../imgs/icon_extra_black.png") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.section__sns__item.sns_x::before {
  background-image: url("../imgs/icon_x.png");
}
.section__sns__item.sns_ig::before {
  background-image: url("../imgs/icon_ig.png");
}
.section__sns__item.sns_fb::before {
  background-image: url("../imgs/icon_fb.png");
}
.section__sns__item.sns_yt::before {
  background-image: url("../imgs/icon_yt.png");
}
.section__sns__item.sns_line::before {
  background-image: url("../imgs/icon_line.png");
}
.section__sns__item.sns_tik::before {
  background-image: url("../imgs/icon_tik.png");
}

/********************
 * 各section別
 ********************/
.sec01 .section__header {
  background-color: #003e69;
  background-image: url("../imgs/sec01_header_bg.png");
  background-position: calc(100% - 10px) bottom;
  background-repeat: no-repeat;
  background-size: 50px;
}
.sec01 .section__content {
  background-color: #fafce8;
  background-image: url("../imgs/bg_net_pink.png");
  background-size: 72px auto;
}
.sec01 .section__catch img {
  max-width: 355px;
}

.sec02 .section__header {
  background-color: #31d4ab;
  background-image: url("../imgs/sec02_header_bg.png");
  background-position: calc(100% - 10px) bottom;
  background-repeat: no-repeat;
  background-size: 50px;
}
.sec02 .section__content {
  background-color: #ffe3f6;
  background-image: url("../imgs/bg_net_white.png");
  background-size: 72px auto;
}
.sec02 .section__catch img {
  max-width: 380px;
}

.sec03 .section__header {
  background-color: #fafce8;
  background-image: url("../imgs/sec03_header_bg.png");
  background-position: calc(100% - 10px) bottom;
  background-repeat: no-repeat;
  background-size: 50px;
}
.sec03 .section__content {
  background-color: #acf2e1;
  background-image: url("../imgs/bg_net_white.png");
  background-size: 72px auto;
}
.sec03 .section__catch img {
  max-width: 388px;
}

.sec04 .section__header {
  background-color: #003e69;
  background-image: url("../imgs/sec04_header_bg.png");
  background-position: calc(100% - 10px) bottom;
  background-repeat: no-repeat;
  background-size: 50px;
}
.sec04 .section__content {
  background-color: #fafce8;
  background-image: url("../imgs/bg_net_pink.png");
  background-size: 72px auto;
}
.sec04 .section__catch img {
  max-width: 360px;
}

.sec05 .section__header {
  background-color: #31d4ab;
  background-image: url("../imgs/sec05_header_bg.png");
  background-position: calc(100% - 10px) bottom;
  background-repeat: no-repeat;
  background-size: 50px;
}
.sec05 .section__content {
  background-color: #ffe3f6;
  background-image: url("../imgs/bg_net_white.png");
  background-size: 72px auto;
}
.sec05 .section__catch img {
  max-width: 345px;
}
@media screen and (min-width: 751px) {
  .feature .multicolumn-right {
    width: 780px !important;
  }
  .feature .create-date {
    display: block;
    font-size: 1.4rem;
  }
  .feature .socialbutton.socialbutton--top {
    display: block;
    padding-top: 24px;
  }
  .entry__meta {
    width: calc(100% - 48px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .main-content {
    padding: 0 0 20px;
    font-size: 1.5rem;
  }
  .main-content br.sp-br {
    display: none;
  }
  .main-content br.pc-br {
    display: inline;
  }
  .page__header {
    margin: 0 auto;
  }
  .page__header .page__title {
    margin: 0 22px;
  }
  .page__intro {
    width: calc(100% - 78px);
    font-size: 1.5rem;
  }
  .page__nav__list::after {
    content: "";
    display: block;
    width: 222px;
  }
  .page__nav__item {
    width: 222px;
  }
  .page__ps {
    margin-top: 60px;
    width: calc(100% - 52px);
    padding: 60px;
  }
  .section {
    width: calc(100% - 50px);
    margin: 48px auto;
    font-size: 1.5rem;
  }
  .section__header {
    padding: 30px 0 16px;
  }
  .section__index {
    width: 87px;
    left: 48px;
  }
  .section__title img {
    height: 80px;
  }
  .section__content {
    padding: 36px 50px 60px;
  }
  .section__catch {
    padding: 14px 0;
  }
  .section__intro__main {
    width: 230px;
  }
  .section__intro__main span {
    width: 100%;
  }
  .section__intro p {
    width: calc(100% - 256px);
  }
  .section__btn {
    background-size: 730px auto, 56px auto;
  }
  .section__btn::after {
    width: 86px;
    height: 80px;
    right: -20px;
  }
  .section__jiman {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
  .section__jiman .jiman__main--01::before {
    width: 48px;
    height: 59px;
    top: -24px;
    right: -10px;
  }
  .section__jiman .jiman__main--01::after {
    width: 37px;
    height: 42px;
    top: 86px;
    left: -20px;
    top: auto;
    bottom: 86px;
  }
  .section__jiman .jiman__main--02::before {
    width: 48px;
    height: 79px;
    top: -18px;
    right: -17px;
  }
  .section__jiman .jiman__main--02::after {
    width: 21px;
    height: 24px;
    top: 85px;
    left: -13px;
    top: auto;
    bottom: 85px;
  }
  .section__jiman .jiman__main--03::before {
    width: 51px;
    height: 63px;
    top: -22px;
    right: -15px;
  }
  .section__jiman .jiman__main--04::after {
    width: 107px;
    height: 70px;
    top: -30px;
    left: -27px;
  }
  .section__jiman .jiman__main--05::after {
    width: 86px;
    height: 46px;
    top: 16px;
    left: -30px;
  }
  .section__jiman .jiman__photo--01 .deco::before {
    width: 80px;
    height: 70px;
    top: -55px;
    right: -5px;
  }
  .section__jiman .jiman__photo--01 .deco::after {
    width: 40px;
    height: 53px;
    bottom: -24px;
    left: 0px;
  }
  .section__jiman .jiman__photo--02 .deco::before {
    width: 80px;
    height: 70px;
    top: -45px;
    right: -10px;
    right: auto;
    left: -10px;
  }
  .section__jiman .jiman__photo--02 .deco::after {
    width: 25px;
    height: 27px;
    bottom: -17px;
    left: -10px;
    left: auto;
    right: -10px;
  }
  .section__jiman .jiman__photo--03 .deco::before {
    width: 80px;
    height: 70px;
    top: -42px;
    right: -48px;
    top: auto;
    bottom: -42px;
  }
  .section__jiman .jiman__photo--03 .deco::after {
    width: 47px;
    height: 54px;
    bottom: -25px;
    left: -35px;
    bottom: auto;
    top: -25px;
  }
  .section__jiman .jiman__photo--04 .deco::before {
    width: 80px;
    height: 70px;
    top: -30px;
    right: -22px;
    top: auto;
    bottom: -30px;
    right: auto;
    left: -22px;
  }
  .section__jiman .jiman__photo--04 .deco::after {
    width: 38px;
    height: 30px;
    bottom: -40px;
    left: -5px;
    left: auto;
    right: -5px;
    bottom: auto;
    top: -40px;
  }
  .section__jiman .jiman__photo--05 .deco::before {
    width: 80px;
    height: 70px;
    top: -55px;
    right: -15px;
  }
  .section__jiman .jiman__photo--05 .deco::after {
    width: 60px;
    height: 62px;
    bottom: -30px;
    left: -10px;
  }
  .section__jiman .jiman__header {
    margin-top: 126px;
  }
  .section__jiman .jiman__title {
    width: 407px;
    max-width: none;
    -webkit-transform: translate(-50%, -87px);
    transform: translate(-50%, -87px);
  }
  .section__jiman .jiman__catch {
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: translateY(-68px);
    transform: translateY(-68px);
  }
  .section__jiman .jiman__content {
    padding: 36px 25px;
  }
  .section__jiman .jiman__photo {
    margin-top: 40px;
  }
  .section__jiman .jiman__photo .swiper-container {
    width: 566px;
    margin: 0 auto;
  }
  .section__jiman .jiman__photo .swiper-container ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
  .section__jiman .jiman__photo .swiper-container li {
    width: 176px;
  }
  .section__jiman .jiman__photo a {
    pointer-events: none;
  }
  .section__more {
    margin: 55px auto 30px;
  }
  .section__more__title {
    width: 100%;
    margin: 0 auto 55px;
  }
  .section__more__list {
    gap: 40px;
  }
  .section__more__list--02 {
    padding-bottom: 40px;
  }
  .section__more__list--02::after {
    width: 255px;
  }
  .section__more__list--03 {
    padding-bottom: 40px;
  }
  .section__more__list--03::after {
    width: 255px;
  }
  .section__more__item a {
    font-size: 1.5rem;
  }
  .section__more__item a span {
    margin-top: 16px;
  }
  .section__sns {
    width: 550px;
    margin: 0 auto;
    padding: 30px 95px 25px;
  }
  .section__sns::before {
    width: 132px;
    height: 77px;
    top: auto;
    bottom: -30px;
    left: -90px;
  }
  .section__sns--01::after {
    bottom: -60px;
    right: -75px;
    width: 157px;
    height: 236px;
  }
  .section__sns--02::after {
    bottom: -60px;
    right: -75px;
    width: 225px;
    height: 145px;
  }
  .section__sns--03::after {
    bottom: -60px;
    right: -75px;
    width: 214px;
    height: 248px;
  }
  .section__sns--04::after {
    bottom: -60px;
    right: -75px;
    width: 176px;
    height: 199px;
  }
  .section__sns--05::after {
    bottom: -60px;
    right: -75px;
    width: 250px;
    height: 126px;
  }
  .section__sns__title {
    width: 90px;
    top: -24px;
    left: -16px;
  }
  .section__sns__item {
    margin-bottom: 16px;
    letter-spacing: inherit;
  }
  .section__sns__item a {
    padding-left: 22px;
    font-size: 1.5rem;
    text-underline-offset: 6px;
  }
  .section__sns__item a span {
    letter-spacing: inherit;
  }
  .sec01 .section__header {
    background-position: calc(100% - 20px) bottom;
    background-size: 87px;
  }
  .sec01 .section__catch img {
    max-width: 537px;
  }
  .sec02 .section__header {
    background-position: calc(100% - 20px) bottom;
    background-size: 87px;
  }
  .sec02 .section__catch img {
    max-width: 580px;
  }
  .sec03 .section__header {
    background-position: calc(100% - 20px) bottom;
    background-size: 87px;
  }
  .sec03 .section__catch img {
    max-width: 592px;
  }
  .sec04 .section__header {
    background-position: calc(100% - 20px) bottom;
    background-size: 87px;
  }
  .sec04 .section__catch img {
    max-width: 548px;
  }
  .sec05 .section__header {
    background-position: calc(100% - 20px) bottom;
    background-size: 87px;
  }
  .sec05 .section__catch img {
    max-width: 521px;
  }
}
@media screen and (max-width: 750px) {
  .swiper-container {
    padding-bottom: 30px;
  }
  .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #272727;
  }
}/*# sourceMappingURL=style.min.css.map */
