@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

* {
  min-width: 0;
  min-height: 0;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

a:focus {
  outline: none;
}

ul {
  list-style: none outside;
}

ul li a {
  color: #333;
}

img[src$=".svg"] {
  width: 100%;
}

hr {
  border-top: 1px solid #e2e2e2;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

[class*=l-grid] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

[class*=l-grid][class*=left] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[class*=l-grid][class*=center] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[class*=l-grid][class*=right] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[class*=l-grid][class*=spaceBetween] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*=l-grid][class*=spaceAround] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

[class*=l-grid][class*=stretch] {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

[class*=l-grid][class*=top] {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

[class*=l-grid][class*=middle] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*=l-grid][class*=bottom] {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

[class*=l-grid][class*=baseline] {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

[class*=l-grid][class*=line] > [class*=l-column] + [class*=l-column] {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

[class*=l-grid][class*=xsGutter] {
  margin: 0 -2px;
}

[class*=l-grid][class*=xsGutter] > [class*=l-column] {
  padding: 2px;
}

[class*=l-grid][class*=smGutter] {
  margin: 0 -5px;
}

[class*=l-grid][class*=smGutter] > [class*=l-column] {
  padding: 5px;
}

[class*=l-grid][class*=mdGutter] {
  margin: 0 -6.625px;
}

[class*=l-grid][class*=mdGutter] > [class*=l-column] {
  padding: 6.625px;
}

[class*=l-grid][class*=lgGutter] {
  margin: 0 -17px;
}

[class*=l-grid][class*=lgGutter] > [class*=l-column] {
  padding: 17px;
}

[class*=l-column] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.l-wrapper {
  position: relative;
  height: 100%;
  margin: 0 auto;
  padding-top: 75px;
  overflow: hidden;
}

.l-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
}

.l-header__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 21;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 45px;
  padding: 0 8px;
  background-color: #fff;
}

.l-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 30px;
  background-color: #f3f3f3;
}

.l-header__logo-mjpm {
  width: 220px;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 109px;
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-header__menu {
  -webkit-tap-highlight-color: transparent;
  display: block;
  width: 50px;
  height: 30px;
  overflow: hidden;
}

.l-header__menu a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.l-header__menu span {
  -webkit-transition: all 0.25s;
  display: block;
  width: 100%;
  width: 20px;
  height: 1px;
  background-color: #000;
  text-indent: -9999px;
  transition: all 0.25s;
}

.l-header__menu span + span {
  margin-top: 5px;
}

.l-header.is-active .l-header__menu span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.l-header.is-active .l-header__menu span:nth-child(2) {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.l-header.is-active .l-header__menu span:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.l-header.is-active .l-header__nav {
  opacity: 1;
  pointer-events: auto;
}

.l-header__nav {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 130px 28px 28px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f3f3f3;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__nav .main > ul > li {
  position: relative;
}

.l-header__nav .main > ul > li > a,
.l-header__nav .main > ul > li > span {
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.l-header__nav .main > ul > li > a::after,
.l-header__nav .main > ul > li > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  width: 10px;
  height: 12px;
  clip-path: polygon(100% 44%, 0 0, 0 100%);
  background-color: #000;
  margin-left: 5px;
}

.l-header__nav .main > ul > li.nav-top__phase > a::after {
  background-color: #8fc31f;
}

.l-header__nav .main > ul > li.nav-top__category > a::after {
  background-color: #8d93c8;
}

.l-header__nav .main > ul > li.hashtag > a::after {
  background-color: #f8b62d;
}

.l-header__nav .main > ul > li.topics > a::after {
  background-color: #8d93c8;
}

.l-header__nav .main .js-drop a {
  position: relative;
}

.l-header__nav .main .js-drop a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.l-header__nav .main .js-drop a i::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
}

.l-header__nav .main .js-drop.on a i {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.l-header__nav .main .drop-content {
  display: none;
  padding: 3px 0 8px 16px;
}

.l-header__nav .main .drop-content li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem !important;
}

.l-header__nav .main .r {
  margin: 25px 0 0;
  padding: 16px 0;
}

.l-header__nav .main .r li a {
  font-size: 1.6rem;
}

.l-contents-sub {
  margin-top: 34px;
}

.center {
  text-align: center;
}

.center a[class^=btn-] {
  margin: 0 auto;
}

.center img {
  margin: 0 auto;
}

.right {
  text-align: right;
}

.l-toppage-header__inner {
  padding: 23px 20px;
}

.l-toppage-header__content h1 {
  width: 207px;
}

.l-toppage-header__content p {
  margin-top: 14px;
  font-weight: 500;
}

.l-toppage-header__content p span {
  display: inline-block;
  background-color: #e7f1d4;
}

.l-toppage-header__mv {
  margin-top: 6px;
}

.l-toppage-header__mv img {
  width: 309px;
  margin: 0 auto;
}

.l-page-header {
  height: 210px;
  margin-bottom: 11px;
}

.l-page-header__inner {
  position: relative;
  height: 100%;
}

.l-page-header__mv {
  position: absolute;
  top: 45px;
  left: 110px;
  width: 283px;
}

.l-page-header__logo {
  position: relative;
  width: 119px;
}

.l-page-header__title {
  position: relative;
  margin-top: 7px;
  color: #8fc321;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.l-page-header__category {
  position: relative;
  margin-top: 130px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.l-page-header__tag {
  position: relative;
  margin-top: 130px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.l-page-header__tag::before {
  content: "＃";
}

.l-page-header__phase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 130px;
  color: #8fc321;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.l-page-header__phase svg {
  fill: #8fc321;
  width: 16px;
  margin-right: 14px;
}

.l-page-header__time {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #8fc321;
}

[class*=u-db-] {
  display: none !important;
}

[class*=u-di-] {
  display: none !important;
}

[class*=u-df-] {
  display: none !important;
}

[class*=u-db-] {
  display: none !important;
}

[class*=u-di-] {
  display: none !important;
}

[class*=u-df-] {
  display: none !important;
}

[class*=u-db-] {
  display: none !important;
}

[class*=u-di-] {
  display: none !important;
}

[class*=u-df-] {
  display: none !important;
}

[class*=u-db-] {
  display: none !important;
}

[class*=u-di-] {
  display: none !important;
}

[class*=u-df-] {
  display: none !important;
}

[class*=u-db-] {
  display: none !important;
}

[class*=u-di-] {
  display: none !important;
}

[class*=u-df-] {
  display: none !important;
}

.c-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
}

.c-search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0 0 0 32px;
  border: 0;
  border-radius: 30px;
  background-color: #fff;
}

.c-search__button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 16px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.c-title-01 {
  margin-bottom: 20px;
  padding-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
}

.c-title-02 {
  margin-bottom: 15px;
  padding: 9px 18px;
  border-radius: 10px;
  background-color: #444444;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.c-button-01 {
  display: block;
  width: 200px;
  padding: 7px 0;
  border-radius: 20px;
  background-color: #9295c8;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.c-button-02 {
  display: block;
  position: relative;
  width: 260px;
  margin: 16px auto 0;
  padding: 10px 0;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.c-button-02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 3px 0 3px 3px;
  border-style: solid;
  border-color: transparent transparent transparent #333333;
  content: "";
}

.c-button-03 {
  display: block;
  position: relative;
  width: 260px;
  margin: 20px auto 0;
  padding: 10px 0;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.c-button-03::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 3px 0 3px 3px;
  border-style: solid;
  border-color: transparent transparent transparent #333333;
  content: "";
}

.c-button-04 {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 13px 0;
  border-radius: 40px;
  background-color: #e50012;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.c-button-04._green {
  background-color: #8FC31F;
}

.c-button-04 span {
  font-weight: normal;
}

.c-button-04::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url("../images/icon/icon_blank.svg");
}

.c-button-04._green::after {
  content: url("../images/icon/icon_blank_green.svg");
}

.c-button-05 {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 10px auto 0;
  padding: 13px 0;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.c-box-list .inner header {
  position: relative;
}

.c-list-default article + article {
  margin-top: 21px;
}

.c-list-default article a {
  display: block;
}

.c-list-default article a .thumb {
  aspect-ratio: 1/0.65;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.c-list-default article a .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list-default article a .text {
  margin-top: 10px;
}

.c-list-default article a .text h3 {
  color: #8fc321;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.c-list-default article a .text p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.c-list-topics article + article {
  margin-top: 21px;
}

.c-list-topics article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-list-topics article a .thumb {
  -ms-flex-preferred-size: 141px;
  flex-basis: 141px;
  max-width: 141px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.c-list-topics article a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-list-topics article a .text h3 {
  color: #8fc321;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
}

.c-list-topics article a .text p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
}

.c-list-tag {
  margin-top: 15px;
  font-size: 0;
}

.c-list-tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.c-list-tag li a {
  display: block;
  padding: 3px 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

.c-list-tag li a::before {
  content: "＃";
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes Flash1 {
  100% {
    opacity: 0;
  }
}
@keyframes Flash1 {
  100% {
    opacity: 0;
  }
}
.p-nav-top {
  padding: 0 10px;
}

.p-nav-top h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 260px;
  height: 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p-nav-top #nav-top__phase {
  position: relative;
  padding: 23px 5px 5px;
  border-radius: 10px;
  background-color: #e7f0d5;
}

.p-nav-top #nav-top__phase h2 {
  background-image: url("../images//parts/ribon_01.svg");
}

.p-nav-top #nav-top__category {
  position: relative;
  margin-top: 24px;
  padding: 23px 20px 20px;
  border-radius: 10px;
  background-color: #faf8ec;
}

.p-nav-top #nav-top__category h2 {
  background-image: url("../images//parts/ribon_02.svg");
}

.p-nav-top__phase__item {
  position: relative;
  overflow: hidden;
  border: 2px solid #8fc321;
  border-radius: 10px;
  background-color: #fff;
}

.p-nav-top__phase__item + .p-nav-top__phase__item {
  margin-top: 5px;
}

.p-nav-top__phase__item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.p-nav-top__phase__item .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 105px;
  flex-basis: 105px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 105px;
  color: #8fc321;
}

.p-nav-top__phase__item .title h3 img,
.p-nav-top__phase__item .title h3 svg {
  fill: #8fc321;
  width: 23px;
  margin-right: 4px;
}

.p-nav-top__phase__item .title p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 1.4;
}

.p-nav-top__phase__item .menu {
  display: none;
  padding: 20px;
}

.p-nav-top__phase__item .menu li a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}

.p-nav-top__phase__item::after {
  display: block;
  position: absolute;
  top: 28px;
  right: 9px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 7px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #8fc321;
  content: "";
}

.p-nav-top__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-nav-top__category__item {
  -ms-flex-preferred-size: calc(50% - 7px);
  flex-basis: calc(50% - 7px);
  max-width: calc(50% - 7px);
}

.p-nav-top__category__item a {
  display: block;
  padding: 3px 0;
  font-size: 12px;
  text-decoration: underline;
}

.p-headline {
  margin: 18px 0 60px;
  padding: 0 10px;
}

.p-headline section {
  padding: 15px 15px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.p-headline section#topics article + article {
  margin-top: 21px;
}

.p-headline section#topics article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-headline section#topics article a .thumb {
  -ms-flex-preferred-size: 141px;
  flex-basis: 141px;
  max-width: 141px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.p-headline section#topics article a .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-headline section#topics article a .text h3 {
  color: #8fc321;
  font-weight: 600;
  line-height: 1.3;
}

.p-headline section#topics article a .text p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
}

.p-headline section#special {
  margin-top: 10px;
}

.p-headline section#special article a {
  display: block;
}

.p-headline section#special article a .thumb {
  overflow: hidden;
  border-radius: 10px;
}

.p-headline section#special article a .text {
  margin-top: 18px;
}

.p-headline section#special article a .text h3 {
  color: #8fc321;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

.p-headline section#special article a .text p {
  margin-top: 8px;
  line-height: 1.4;
}

.p-headline .slide-special {
  position: relative;
  overflow: hidden;
}

.p-headline .slide-special .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: none;
}

.p-headline .swiper-outer {
  position: relative;
}

.p-headline .swiper-outer .swiper-button-prev,
.p-headline .swiper-outer .swiper-button-next {
  top: 27.5vw;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.p-headline .swiper-outer .swiper-button-prev {
  left: -23px;
}

.p-headline .swiper-outer .swiper-button-next {
  right: -23px;
}

.p-headline .swiper-outer .swiper-button-prev::after,
.p-headline .swiper-outer .swiper-button-next::after {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.p-contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0 2.5% 15px;
  }
}

.p-contact.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-contact a {
  -webkit-tap-highlight-color: transparent;
  display: block;
  width: 100%;
  padding: 13px 0;
  border-radius: 40px;
  background-color: #9295c8;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.p-contact a:after {
  display: block;
  content: "";
  width: 15px;
  height: 18px;
  position: absolute;
  top: calc((100% - 18px) / 2);
  right: 1rem;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-contact a:hover:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.p-sidebar__item {
  padding: 30px 15px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.p-sidebar__item.tag {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-sidebar__item + .p-sidebar__item {
  margin-top: 20px;
}

.p-sidebar__item h3 {
  font-size: 16px;
}

.p-sidebar__item .js-drop .drop-content {
  display: none;
}

.p-sidebar__item.category ul {
  padding-left: 24px;
}

.p-sidebar__item.category ul li a {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
}

.p-sidebar__item.phese .menu + .menu {
  margin-top: 10px;
}

.p-sidebar__item.phese .menu h4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8fc321;
  font-weight: 500;
  cursor: pointer;
}

.p-sidebar__item.phese .menu h4 img,
.p-sidebar__item.phese .menu h4 svg {
  fill: #8fc321;
  width: 16px;
  margin-right: 8px;
}

.p-sidebar__item.phese .menu ul {
  padding-left: 24px;
}

.p-sidebar__item.phese .menu ul li a {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
}

.p-sidebar__item.phese .menu.on h4::before {
  content: none;
}

.p-sidebar__item.special article + article {
  margin-top: 20px;
}

.p-sidebar__item.special article h4 {
  margin-top: 4px;
  color: #8fc321;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.p-sidebar__item.special article .thumb img {
  border-radius: 10px;
}

.p-recommend {
  padding: 37px 0 0;
  border: 1px solid #ff0000;
}

.p-recommend h2 {
  margin-bottom: 20px;
  color: #8fc321;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.p-recommend article a {
  display: block;
}

.p-recommend article a .thumb {
  overflow: hidden;
  border-radius: 10px;
}

.p-recommend article a .thumb img {
  width: 100%;
}

.p-recommend article a .text {
  margin-top: 18px;
}

.p-recommend article a .text h3 {
  color: #8fc321;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.p-recommend article a .text h3 span {
  font-weight: 400;
}

.p-recommend article a .text p {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.4;
}

.p-recommend .swiper-outer {
  position: relative;
}

.p-recommend .swiper-outer .swiper-button-prev,
.p-recommend .swiper-outer .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.p-recommend .swiper-outer .swiper-button-prev {
  left: 10px;
}

.p-recommend .swiper-outer .swiper-button-next {
  right: 10px;
}

.p-recommend .swiper-outer .swiper-button-prev::after,
.p-recommend .swiper-outer .swiper-button-next::after {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  z-index: 100000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  text-decoration: none;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  display: table;
  content: "";
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

.entry-content .alignleft,
.wp-input .alignleft {
  display: inline;
  margin-right: 40px;
  float: left;
}

.entry-content .alignright,
.wp-input .alignright {
  display: inline;
  margin-left: 40px;
  float: right;
}

.entry-content .aligncenter,
.wp-input .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.entry-content .clear:before,
.entry-content .clear:after,
.entry-content .entry-content:before,
.entry-content .entry-content:after,
.entry-content .entry-footer:before,
.entry-content .entry-footer:after,
.entry-content .comment-content:before,
.entry-content .comment-content:after,
.entry-content .site-header:before,
.entry-content .site-header:after,
.entry-content .site-content:before,
.entry-content .site-content:after,
.entry-content .site-footer:before,
.entry-content .site-footer:after,
.entry-content .nav-links:before,
.entry-content .nav-links:after,
.entry-content .pagination:before,
.entry-content .pagination:after,
.entry-content .comment-author:before,
.entry-content .comment-author:after,
.entry-content .widget-area:before,
.entry-content .widget-area:after,
.entry-content .widget:before,
.entry-content .widget:after,
.entry-content .comment-meta:before,
.entry-content .comment-meta:after,
.wp-input .clear:before,
.wp-input .clear:after,
.wp-input .entry-content:before,
.wp-input .entry-content:after,
.wp-input .entry-footer:before,
.wp-input .entry-footer:after,
.wp-input .comment-content:before,
.wp-input .comment-content:after,
.wp-input .site-header:before,
.wp-input .site-header:after,
.wp-input .site-content:before,
.wp-input .site-content:after,
.wp-input .site-footer:before,
.wp-input .site-footer:after,
.wp-input .nav-links:before,
.wp-input .nav-links:after,
.wp-input .pagination:before,
.wp-input .pagination:after,
.wp-input .comment-author:before,
.wp-input .comment-author:after,
.wp-input .widget-area:before,
.wp-input .widget-area:after,
.wp-input .widget:before,
.wp-input .widget:after,
.wp-input .comment-meta:before,
.wp-input .comment-meta:after {
  display: table;
  content: "";
  table-layout: fixed;
}

.entry-content .clear:after,
.entry-content .entry-content:after,
.entry-content .entry-footer:after,
.entry-content .comment-content:after,
.entry-content .site-header:after,
.entry-content .site-content:after,
.entry-content .site-footer:after,
.entry-content .nav-links:after,
.entry-content .pagination:after,
.entry-content .comment-author:after,
.entry-content .widget-area:after,
.entry-content .widget:after,
.entry-content .comment-meta:after,
.wp-input .clear:after,
.wp-input .entry-content:after,
.wp-input .entry-footer:after,
.wp-input .comment-content:after,
.wp-input .site-header:after,
.wp-input .site-content:after,
.wp-input .site-footer:after,
.wp-input .nav-links:after,
.wp-input .pagination:after,
.wp-input .comment-author:after,
.wp-input .widget-area:after,
.wp-input .widget:after,
.wp-input .comment-meta:after {
  clear: both;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.wp-input h1,
.wp-input h2,
.wp-input h3,
.wp-input h4,
.wp-input h5,
.wp-input h6 {
  line-height: 1.6;
}

.wp-input h1 {
  margin: 1em 0 1em;
  font-weight: 600;
  font-size: 26px;
}

.wp-input h2 {
  margin: 1.5em 0 1em;
  color: #8fc321;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  border: 1px solid #ff0000;
}

.wp-input h2:first-child {
  margin-top: 0;
}

.wp-input h3 {
  margin: 1.5em 0 1em;
  font-size: 16px;
}

.wp-input h3:first-child {
  margin-top: 0;
}

.entry-content strong,
.wp-input strong {
  font-weight: bold;
}

.entry-content ul,
.entry-content ol,
.entry-content .wp-block-image,
.wp-input p,
.wp-input ul,
.wp-input ol,
.wp-input .wp-block-image {
  margin: 1em 0 1em;
  padding: 0;
  font-size: 13px;
  line-height: 2;
}

.entry-content ul:first-child,
.entry-content ol:first-child,
.entry-content .wp-block-image:first-child,
.wp-input p:first-child,
.wp-input ul:first-child,
.wp-input ol:first-child,
.wp-input .wp-block-image:first-child {
  margin-top: 0;
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i,
.wp-input dfn,
.wp-input cite,
.wp-input em,
.wp-input i {
  font-style: italic;
}

.entry-content blockquote,
.wp-input blockquote {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #666;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.entry-content blockquote cite,
.wp-input blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  font-weight: 600;
}

.entry-content address,
.wp-input address {
  margin: 0 0 1.5em;
}

.entry-content pre,
.wp-input pre {
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: "Courier 10 Pitch", Courier, monospace;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.wp-input code,
.wp-input kbd,
.wp-input tt,
.wp-input var {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content abbr,
.entry-content acronym,
.wp-input abbr,
.wp-input acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.entry-content mark,
.entry-content ins,
.wp-input mark,
.wp-input ins {
  background: #eee;
  text-decoration: none;
}

.entry-content big,
.wp-input big {
  font-size: 125%;
}

.entry-content blockquote,
.wp-input blockquote {
  quotes: "" "";
}

.entry-content q,
.wp-input q {
  quotes: "“" "”" "‘" "’";
}

.entry-content blockquote:before,
.entry-content blockquote:after,
.wp-input blockquote:before,
.wp-input blockquote:after {
  content: "";
}

.entry-content :focus,
.wp-input :focus {
  outline: none;
}

.entry-content img,
.wp-input img {
  border-radius: 10px;
}

.entry-content figcaption,
.entry-content figure,
.entry-content main,
.wp-input figcaption,
.wp-input figure,
.wp-input main {
  display: block;
  font-size: 1.2rem;
}

.entry-content figure,
.wp-input figure {
  max-width: 100%;
}

.wp-input figure img {
  margin-bottom: 0.5em;
}

.entry-content .hide,
.wp-input .hide {
  display: none;
}

.entry-content .youtube,
.wp-input .youtube {
  position: relative;
  width: 100%;
  margin-bottom: 0.8em;
  padding-top: 56.25%;
}

.entry-content .youtube iframe,
.wp-input .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.entry-content label,
.wp-input label {
  display: block;
  margin-bottom: 0.5em;
  color: #333;
  font-weight: 800;
}

.entry-content fieldset,
.wp-input fieldset {
  margin-bottom: 1em;
}

.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=url],
.entry-content input[type=password],
.entry-content input[type=search],
.entry-content input[type=number],
.entry-content input[type=tel],
.entry-content input[type=range],
.entry-content input[type=date],
.entry-content input[type=month],
.entry-content input[type=week],
.entry-content input[type=time],
.entry-content input[type=datetime],
.entry-content input[type=datetime-local],
.entry-content input[type=color],
.entry-content textarea,
.wp-input input[type=text],
.wp-input input[type=email],
.wp-input input[type=url],
.wp-input input[type=password],
.wp-input input[type=search],
.wp-input input[type=number],
.wp-input input[type=tel],
.wp-input input[type=range],
.wp-input input[type=date],
.wp-input input[type=month],
.wp-input input[type=week],
.wp-input input[type=time],
.wp-input input[type=datetime],
.wp-input input[type=datetime-local],
.wp-input input[type=color],
.wp-input textarea {
  -webkit-border-radius: 3px;
  display: block;
  width: 100%;
  padding: 0.7em;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  color: #666;
}

.entry-content input[type=text]:focus,
.entry-content input[type=email]:focus,
.entry-content input[type=url]:focus,
.entry-content input[type=password]:focus,
.entry-content input[type=search]:focus,
.entry-content input[type=number]:focus,
.entry-content input[type=tel]:focus,
.entry-content input[type=range]:focus,
.entry-content input[type=date]:focus,
.entry-content input[type=month]:focus,
.entry-content input[type=week]:focus,
.entry-content input[type=time]:focus,
.entry-content input[type=datetime]:focus,
.entry-content input[type=datetime-local]:focus,
.entry-content input[type=color]:focus,
.entry-content textarea:focus,
.wp-input input[type=text]:focus,
.wp-input input[type=email]:focus,
.wp-input input[type=url]:focus,
.wp-input input[type=password]:focus,
.wp-input input[type=search]:focus,
.wp-input input[type=number]:focus,
.wp-input input[type=tel]:focus,
.wp-input input[type=range]:focus,
.wp-input input[type=date]:focus,
.wp-input input[type=month]:focus,
.wp-input input[type=week]:focus,
.wp-input input[type=time]:focus,
.wp-input input[type=datetime]:focus,
.wp-input input[type=datetime-local]:focus,
.wp-input input[type=color]:focus,
.wp-input textarea:focus {
  border-color: #333;
  color: #222;
}

.entry-content select,
.wp-input select {
  -webkit-border-radius: 3px;
  max-width: 100%;
  height: 3em;
  border: 1px solid #bbb;
  border-radius: 3px;
}

.entry-content input[type=radio],
.entry-content input[type=checkbox],
.wp-input input[type=radio],
.wp-input input[type=checkbox] {
  margin-right: 0.5em;
}

.entry-content input[type=radio] + label,
.entry-content input[type=checkbox] + label,
.wp-input input[type=radio] + label,
.wp-input input[type=checkbox] + label {
  font-weight: 400;
}

.entry-content button,
.entry-content input[type=button],
.entry-content input[type=submit],
.wp-input button,
.wp-input input[type=button],
.wp-input input[type=submit] {
  -webkit-border-radius: 2px;
  -webkit-box-shadow: none;
  -webkit-transition: background 0.2s;
  display: inline-block;
  padding: 1em 2em;
  border: 0;
  border-radius: 2px;
  background-color: #222;
  box-shadow: none;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-shadow: none;
  cursor: pointer;
  transition: background 0.2s;
}

.entry-content input + button,
.entry-content input + input[type=button],
.entry-content input + input[type=submit],
.wp-input input + button,
.wp-input input + input[type=button],
.wp-input input + input[type=submit] {
  padding: 0.75em 2em;
}

.entry-content button.secondary,
.entry-content input[type=reset],
.entry-content input[type=button].secondary,
.entry-content input[type=reset].secondary,
.entry-content input[type=submit].secondary,
.wp-input button.secondary,
.wp-input input[type=reset],
.wp-input input[type=button].secondary,
.wp-input input[type=reset].secondary,
.wp-input input[type=submit].secondary {
  background-color: #ddd;
  color: #222;
}

.entry-content button:hover,
.entry-content button:focus,
.entry-content input[type=button]:hover,
.entry-content input[type=button]:focus,
.entry-content input[type=submit]:hover,
.entry-content input[type=submit]:focus,
.wp-input button:hover,
.wp-input button:focus,
.wp-input input[type=button]:hover,
.wp-input input[type=button]:focus,
.wp-input input[type=submit]:hover,
.wp-input input[type=submit]:focus {
  background: #767676;
}

.entry-content button.secondary:hover,
.entry-content button.secondary:focus,
.entry-content input[type=reset]:hover,
.entry-content input[type=reset]:focus,
.entry-content input[type=button].secondary:hover,
.entry-content input[type=button].secondary:focus,
.entry-content input[type=reset].secondary:hover,
.entry-content input[type=reset].secondary:focus,
.entry-content input[type=submit].secondary:hover,
.entry-content input[type=submit].secondary:focus,
.wp-input button.secondary:hover,
.wp-input button.secondary:focus,
.wp-input input[type=reset]:hover,
.wp-input input[type=reset]:focus,
.wp-input input[type=button].secondary:hover,
.wp-input input[type=button].secondary:focus,
.wp-input input[type=reset].secondary:hover,
.wp-input input[type=reset].secondary:focus,
.wp-input input[type=submit].secondary:hover,
.wp-input input[type=submit].secondary:focus {
  background: #bbb;
}

.entry-content ::-webkit-input-placeholder,
.wp-input ::-webkit-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.entry-content :-moz-placeholder,
.wp-input :-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.entry-content ::-moz-placeholder,
.wp-input ::-moz-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
}

.entry-content :-ms-input-placeholder,
.wp-input :-ms-input-placeholder {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

.entry-content hr,
.wp-input hr {
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #bbb;
}

.entry-content ul,
.entry-content ol,
.wp-input ul,
.wp-input ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.entry-content ul,
.wp-input ul {
  list-style: disc;
}

.entry-content ol,
.wp-input ol {
  list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol,
.wp-input li > ul,
.wp-input li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.entry-content dt,
.wp-input dt {
  font-weight: 700;
}

.entry-content dd,
.wp-input dd {
  margin: 0 1.5em 1.5em;
}

.entry-content table,
.wp-input table {
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #b4b4b4;
  border-collapse: collapse;
  font-size: 12px;
}

.entry-content th,
.entry-content td:first-child,
.wp-input th,
.wp-input td:first-child {
  border-right: 1px solid #b4b4b4;
  background-color: #f7f7f7;
  font-weight: 400;
}

.entry-content tr,
.wp-input tr {
  border-bottom: 1px solid #b4b4b4;
}

.entry-content td,
.wp-input td {
  padding: 7px 14px;
  font-size: 12px;
}

.entry-content a,
.wp-input a {
  color: #00a0e9;
}

.entry-content a:hover,
.wp-input a:hover {
  text-decoration: underline;
  opacity: 1;
}

.wp-block-columns .wp-block-column + .wp-block-column {
  margin-top: 20px;
}

.wp-block-columns .wp-block-column *:last-child {
  margin-bottom: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.box-2col-md > div + div {
  margin-top: 20px;
}

.box-2col-md > div p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
  body {
    font-size: 14px;
  }
  [class*=l-grid][class*=mdGutter] {
    margin: 0 -13.25px;
  }
  [class*=l-grid][class*=mdGutter] > [class*=l-column] {
    padding: 13.25px;
  }
  [class*=l-grid][class*=lgGutter] {
    margin: 0 -34px;
  }
  [class*=l-grid][class*=lgGutter] > [class*=l-column] {
    padding: 34px;
  }
  [class*=l-grid][class*=md1] > [class*=l-column] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=l-grid] > [class*=md1] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid][class*=md2] > [class*=l-column] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid] > [class*=md2] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid][class*=md3] > [class*=l-column] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid] > [class*=md3] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid][class*=md4] > [class*=l-column] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid] > [class*=md4] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid][class*=md5] > [class*=l-column] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=l-grid] > [class*=md5] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*=l-grid][class*=md6] > [class*=l-column] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid] > [class*=md6] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid][class*=md7] > [class*=l-column] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*=l-grid] > [class*=md7] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*=l-grid][class*=md8] > [class*=l-column] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=l-grid] > [class*=md8] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*=l-grid][class*=md9] > [class*=l-column] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*=l-grid] > [class*=md9] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=l-grid][class*=md10] > [class*=l-column] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=l-grid] > [class*=md10] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*=l-grid][class*=md11] > [class*=l-column] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*=l-grid] > [class*=md11] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*=l-grid][class*=md12] > [class*=l-column] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid] > [class*=md12] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-wrapper {
    padding-top: 100px;
  }
  .l-header {
    display: block;
    height: 100px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .l-header__top {
    height: 50px;
    padding: 0 20px;
  }
  .l-header__top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 386px;
  }
  .l-header__bottom {
    height: 50px;
    padding: 0 20px;
  }
  .l-header__logo-mjpm {
    width: 306px;
  }
  .l-header__logo {
    width: 200px;
    margin-left: 10px;
  }
  .l-header__menu {
    display: none;
  }
  .l-header__nav {
    z-index: 2;
    position: absolute;
    top: 50px;
    left: 20px;
    width: auto;
    height: 50px;
    padding: 0;
    overflow: visible;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header__nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1078px;
    height: 100%;
    margin: 0 auto;
  }
  .l-header__nav .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .l-header__nav .main > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .l-header__nav .main > ul > li {
    height: 100%;
  }
  .l-header__nav .main > ul > li + li {
    margin-left: 18px;
  }
  .l-header__nav .main > ul > li > a,
  .l-header__nav .main > ul > li > span {
    height: 100%;
    padding: 0;
    font-size: 13px;
  }
  .l-header__nav .main .js-drop a {
    padding: 20px 33px 20px 26px;
  }
  .l-header__nav .main .js-drop a i {
    top: 20px;
    right: 13px;
    width: 15px;
    height: 15px;
  }
  .l-header__nav .main .js-drop a i::after {
    width: 5px;
    height: 5px;
  }
  .l-header__nav .main .js-drop.on a i {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .l-header__nav .main .drop-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 172px;
    padding: 0;
  }
  .l-header__nav .main .drop-content li {
    border-bottom: 1px solid #fff;
    background-color: #ddd;
  }
  .l-header__nav .main .drop-content li:last-child {
    border: 0;
  }
  .l-header__nav .main .drop-content li a {
    padding: 10px 20px;
    color: #404040;
    font-size: 1.6rem !important;
  }
  .l-header__nav .main .r {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .l-header__nav .main .r li::before,
  .l-header__nav .main .r li::after {
    height: 24px !important;
  }
  .l-header__nav .main .r li a {
    font-size: 1.8rem;
  }
  .l-header__nav .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: calc((100vw - 1118px) / 2);
    bottom: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-contents-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .l-contents-sub {
    position: relative;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    max-width: 260px;
    margin-top: 0;
    margin-left: 60px;
  }
  .l-toppage-header__inner {
    min-height: 200px;
  }
  .l-toppage-header__content h1 {
    width: 291px;
  }
  .l-toppage-header__content p {
    font-size: 16px;
  }
  .l-toppage-header__mv {
    position: absolute;
    top: -23px;
    left: 400px;
    margin: 0;
    padding: 0;
  }
  .l-toppage-header__mv img {
    width: 931px;
    max-width: none;
    height: 412px;
  }
  .l-page-header {
    height: 154px;
    margin-bottom: 22px;
  }
  .l-page-header__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .l-page-header__mv {
    top: -134px;
    left: 500px;
    width: 711px;
  }
  .l-page-header__logo {
    width: 122px;
  }
  .l-page-header__title {
    font-size: 31px;
    letter-spacing: 0.1em;
  }
  .l-page-header__category {
    margin-top: 42px;
    font-size: 30px;
  }
  .l-page-header__tag {
    margin-top: 42px;
    font-size: 30px;
  }
  .l-page-header__phase {
    margin-top: 42px;
    font-size: 30px;
  }
  .l-page-header__phase svg {
    width: 31px;
    height: 36px;
  }
  .u-db-md {
    display: block !important;
  }
  br.u-db-md,
  em.u-db-md {
    display: inline !important;
  }
  .u-di-md {
    display: inline-block !important;
  }
  .u-df-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-md {
    display: none !important;
  }
  .c-search {
    width: calc(100% - 580px);
    max-width: 500px;
    height: 35px;
  }
  .c-title-01 {
    padding-bottom: 4px;
    font-size: 20px;
  }
  .c-title-02 {
    margin-bottom: 28px;
  }
  .c-button-02 {
    margin: 20px 0 0;
  }
  .c-button-03 {
    margin: 30px auto;
  }
  .c-button-04 {
    max-width: 600px;
    height: 60px;
    padding: 30px 0;
  }
  .c-button-05 {
    max-width: 600px;
    height: 80px;
    margin: 20px auto 0;
    padding: 30px 0;
  }
  .c-box-list .inner header .c-title-01 {
    padding-bottom: 14px;
  }
  .c-list-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ff0000;
  }
  .c-list-default article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 70px;
    padding: 0 10px;
  }
  .c-list-default article + article {
    margin-top: 70px;
  }
  .c-list-default article a .text {
    margin-top: 18px;
  }
  .c-list-default article a .text p {
    margin-top: 16px;
    font-size: 13px;
  }
  .c-list-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -36px 0;
  }
  .c-list-topics article {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-top: 20px;
    padding: 0 36px;
  }
  .c-list-topics article + article {
    margin-top: 20px;
  }
  .c-list-topics article a .thumb {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
  .c-list-topics article a .text h3 {
    font-size: 14px;
  }
  .c-list-topics article a .text p {
    font-size: 14px;
  }
  .p-nav-top {
    padding: 0 20px;
  }
  .p-nav-top #nav-top__phase {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 164px;
    padding: 28px 10px 10px;
  }
  .p-nav-top__phase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-nav-top__phase__item {
    -ms-flex-preferred-size: calc(33.3333% - 7.5px);
    flex-basis: calc(33.3333% - 7.5px);
    max-width: calc(33.3333% - 7.5px);
  }
  .p-nav-top__phase__item + .p-nav-top__phase__item {
    margin-top: 0;
  }
  .p-nav-top__phase__item .title {
    display: block;
    padding: 14px 11px 30px;
  }
  .p-nav-top__phase__item .title h3 {
    display: block;
    position: relative;
    max-width: none;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .p-nav-top__phase__item .title h3 img,
  .p-nav-top__phase__item .title h3 svg {
    position: absolute;
    left: 0;
  }
  .p-nav-top__phase__item .title p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }
  .p-nav-top__phase__item::after {
    top: auto;
    right: auto;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-nav-top__category {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-nav-top__category__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .p-nav-top__category__item a {
    font-size: 14px;
  }
  .p-headline {
    padding: 0 20px;
  }
  .p-headline section#topics article a .thumb {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
  .p-headline section#topics article a .text p {
    font-size: 14px;
  }
  .p-headline .swiper-outer .swiper-button-prev,
  .p-headline .swiper-outer .swiper-button-next {
    top: 13.75vw;
  }
  .p-contact {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    padding: 0 320px 50px 0;
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-contact {
    width: 95%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-sidebar__item {
    padding: 30px 20px;
  }
  .p-sidebar__item.tag {
    margin-top: 60px;
  }
  body.home .p-sidebar__item.tag {
    margin-top: 0;
  }
  .p-sidebar__item.category ul li a {
    font-size: 14px;
  }
  .p-sidebar__item.phese .menu h4 a {
    font-size: 16px;
  }
  .p-sidebar__item.phese .menu ul li a {
    font-size: 14px;
  }
  .p-recommend .slide-recommend {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
  }
  .p-recommend .swiper-outer .swiper-button-prev {
    left: 0;
  }
  .p-recommend .swiper-outer .swiper-button-next {
    right: 0;
  }
  .wp-input h2 {
    margin: 3em 0 1em;
    font-size: 20px;
  }
  .wp-input h3 {
    margin: 3em 0 1em;
  }
  .entry-content ul,
  .entry-content ol,
  .entry-content .wp-block-image,
  .wp-input p,
  .wp-input ul,
  .wp-input ol,
  .wp-input .wp-block-image {
    margin: 2em 0 2em;
    font-size: 14px;
    line-height: 2.3;
  }
  .entry-content table,
  .wp-input table {
    font-size: 16px;
  }
  .entry-content td,
  .wp-input td {
    padding: 8px 20px;
    font-size: 16px;
  }
  .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 0;
  }
  .box-2col-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 40px -20px 0;
  }
  .box-2col-md > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 !important;
    padding: 0 20px;
  }
  .box-2col-md > div + div {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 0px) {
  [class*=l-grid][class*=xs1] > [class*=l-column] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=l-grid] > [class*=xs1] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid][class*=xs2] > [class*=l-column] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid] > [class*=xs2] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid][class*=xs3] > [class*=l-column] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid] > [class*=xs3] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid][class*=xs4] > [class*=l-column] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid] > [class*=xs4] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid][class*=xs5] > [class*=l-column] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=l-grid] > [class*=xs5] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*=l-grid][class*=xs6] > [class*=l-column] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid] > [class*=xs6] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid][class*=xs7] > [class*=l-column] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*=l-grid] > [class*=xs7] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*=l-grid][class*=xs8] > [class*=l-column] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=l-grid] > [class*=xs8] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*=l-grid][class*=xs9] > [class*=l-column] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*=l-grid] > [class*=xs9] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=l-grid][class*=xs10] > [class*=l-column] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=l-grid] > [class*=xs10] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*=l-grid][class*=xs11] > [class*=l-column] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*=l-grid] > [class*=xs11] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*=l-grid][class*=xs12] > [class*=l-column] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid] > [class*=xs12] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .u-db-xs {
    display: block !important;
  }
  br.u-db-xs,
  em.u-db-xs {
    display: inline !important;
  }
  .u-di-xs {
    display: inline-block !important;
  }
  .u-df-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-xs {
    display: none !important;
  }
}
@media print, screen and (min-width: 375px) {
  [class*=l-grid][class*=sm1] > [class*=l-column] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=l-grid] > [class*=sm1] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid][class*=sm2] > [class*=l-column] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid] > [class*=sm2] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid][class*=sm3] > [class*=l-column] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid] > [class*=sm3] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid][class*=sm4] > [class*=l-column] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid] > [class*=sm4] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid][class*=sm5] > [class*=l-column] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=l-grid] > [class*=sm5] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*=l-grid][class*=sm6] > [class*=l-column] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid] > [class*=sm6] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid][class*=sm7] > [class*=l-column] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*=l-grid] > [class*=sm7] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*=l-grid][class*=sm8] > [class*=l-column] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=l-grid] > [class*=sm8] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*=l-grid][class*=sm9] > [class*=l-column] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*=l-grid] > [class*=sm9] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=l-grid][class*=sm10] > [class*=l-column] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=l-grid] > [class*=sm10] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*=l-grid][class*=sm11] > [class*=l-column] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*=l-grid] > [class*=sm11] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*=l-grid][class*=sm12] > [class*=l-column] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid] > [class*=sm12] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .u-db-sm {
    display: block !important;
  }
  br.u-db-sm,
  em.u-db-sm {
    display: inline !important;
  }
  .u-di-sm {
    display: inline-block !important;
  }
  .u-df-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-sm {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  [class*=l-grid][class*=lg1] > [class*=l-column] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=l-grid] > [class*=lg1] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid][class*=lg2] > [class*=l-column] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid] > [class*=lg2] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid][class*=lg3] > [class*=l-column] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid] > [class*=lg3] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid][class*=lg4] > [class*=l-column] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid] > [class*=lg4] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid][class*=lg5] > [class*=l-column] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=l-grid] > [class*=lg5] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*=l-grid][class*=lg6] > [class*=l-column] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid] > [class*=lg6] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid][class*=lg7] > [class*=l-column] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*=l-grid] > [class*=lg7] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*=l-grid][class*=lg8] > [class*=l-column] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=l-grid] > [class*=lg8] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*=l-grid][class*=lg9] > [class*=l-column] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*=l-grid] > [class*=lg9] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=l-grid][class*=lg10] > [class*=l-column] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=l-grid] > [class*=lg10] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*=l-grid][class*=lg11] > [class*=l-column] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*=l-grid] > [class*=lg11] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*=l-grid][class*=lg12] > [class*=l-column] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid] > [class*=lg12] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .l-toppage-header__inner {
    position: relative;
    max-width: 1200px;
    min-height: 382px;
    margin: 0 auto;
    padding: 70px 20px;
  }
  .u-db-lg {
    display: block !important;
  }
  br.u-db-lg,
  em.u-db-lg {
    display: inline !important;
  }
  .u-di-lg {
    display: inline-block !important;
  }
  .u-df-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-lg {
    display: none !important;
  }
  .c-list-default article {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .p-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: -216px auto 0;
  }
  .p-nav-top #nav-top__phase {
    -ms-flex-preferred-size: 49.1666%;
    flex-basis: 49.1666%;
    max-width: 49.1666%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .p-nav-top #nav-top__category {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 49.1666%;
    flex-basis: 49.1666%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 49.1666%;
    height: 164px;
    margin-top: 0;
    padding: 10px 28px 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .p-nav-top__phase__item .title p {
    font-size: clamp(0.625rem, -0.028rem + 1.02vw, 0.75rem);
  }
  .p-headline {
    margin: 14px 0 80px;
  }
  .p-headline__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 33px 50px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .p-headline section {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .p-headline section#topics {
    -ms-flex-preferred-size: 37.7727%;
    flex-basis: 37.7727%;
    max-width: 37.7727%;
  }
  .p-headline section#topics article + article {
    margin-top: 11px;
  }
  .p-headline section#special {
    -ms-flex-preferred-size: 59.5454%;
    flex-basis: 59.5454%;
    max-width: 59.5454%;
    margin-top: 0;
  }
  .p-headline .swiper-outer .swiper-button-prev,
  .p-headline .swiper-outer .swiper-button-next {
    top: 50px;
  }
  .p-contact a {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
  }
  .p-recommend {
    padding: 30px 0 0;
  }
  .p-recommend h2 {
    font-size: 22px;
  }
  .p-recommend article a .text p {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1240px) {
  [class*=l-grid][class*=xl1] > [class*=l-column] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*=l-grid] > [class*=xl1] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid][class*=xl2] > [class*=l-column] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid] > [class*=xl2] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid][class*=xl3] > [class*=l-column] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid] > [class*=xl3] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid][class*=xl4] > [class*=l-column] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=l-grid] > [class*=xl4] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*=l-grid][class*=xl5] > [class*=l-column] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*=l-grid] > [class*=xl5] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class*=l-grid][class*=xl6] > [class*=l-column] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*=l-grid] > [class*=xl6] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=l-grid][class*=xl7] > [class*=l-column] {
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*=l-grid] > [class*=xl7] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class*=l-grid][class*=xl8] > [class*=l-column] {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*=l-grid] > [class*=xl8] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class*=l-grid][class*=xl9] > [class*=l-column] {
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*=l-grid] > [class*=xl9] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=l-grid][class*=xl10] > [class*=l-column] {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*=l-grid] > [class*=xl10] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class*=l-grid][class*=xl11] > [class*=l-column] {
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*=l-grid] > [class*=xl11] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class*=l-grid][class*=xl12] > [class*=l-column] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class*=l-grid] > [class*=xl12] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .u-db-xl {
    display: block !important;
  }
  br.u-db-xl,
  em.u-db-xl {
    display: inline !important;
  }
  .u-di-xl {
    display: inline-block !important;
  }
  .u-df-xl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dn-xl {
    display: none !important;
  }
  .p-recommend .swiper-outer .swiper-button-prev {
    left: calc((100vw - 1240px) / 2);
  }
  .p-recommend .swiper-outer .swiper-button-next {
    right: calc((100vw - 1240px) / 2);
  }
}
@media (hover: hover) {
  .p-nav-top__phase__item:hover .title {
    background-color: #8fc321;
    opacity: 1;
  }
  .p-nav-top__phase__item:hover .title h3 {
    color: #fff;
  }
  .p-nav-top__phase__item:hover .title h3 img,
  .p-nav-top__phase__item:hover .title h3 svg {
    fill: #fff;
  }
  .p-nav-top__phase__item:hover .title p {
    color: #fff;
  }
  .p-nav-top__phase__item:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}
@media (hover: none) {
  .p-nav-top__phase__item:active {
    background-color: #8fc321;
    opacity: 1;
  }
  .p-nav-top__phase__item:active h3 {
    color: #fff;
  }
  .p-nav-top__phase__item:active h3 img,
  .p-nav-top__phase__item:active h3 svg {
    fill: #fff;
  }
  .p-nav-top__phase__item:active p {
    color: #fff;
  }
  .p-nav-top__phase__item:active::after {
    border-color: transparent transparent transparent #fff;
  }
}
/* ----------------------------------------------------------------------------
　layout
---------------------------------------------------------------------------- */
.l-container {
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px 0;
  }
}

body.single .l-container {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  body.single .l-container {
    padding-top: 18px;
  }
}

#container {
  width: 1200px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #container {
    width: 100%;
  }
}
#container:not(.no_flex) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #container:not(.no_flex) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
}

#contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
  }
}

#sub {
  width: 280px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  #sub {
    width: 100%;
    margin-left: 0rem;
  }
}

/* ----------------------------------------------------------------------------
　header2
---------------------------------------------------------------------------- */
#header2 {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #header2 {
    height: 75px;
  }
}
#header2 .primary {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  #header2 .primary {
    height: 42px;
    padding: 0 15px;
  }
}
#header2 .primary .logo_mjpm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: -2px;
}
#header2 .primary .logo_mjpm a {
  display: block;
  width: 305px;
}
@media screen and (max-width: 767px) {
  #header2 .primary .logo_mjpm a {
    width: 220px;
  }
}
#header2 .primary .logo_mjpm a img {
  width: 100%;
}
#header2 .primary .btn {
  width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  #header2 .primary .btn {
    width: 260px;
    margin-right: 10px;
  }
}
#header2 .primary .btn li {
  width: 49%;
}
#header2 .primary .btn li a {
  display: block;
  text-align: center;
  border-radius: 100px;
  background-color: #cd5537;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  padding: 8px 0;
  -webkit-transition: 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
#header2 .primary .btn li a:after {
  content: "";
  clip-path: polygon(100% 45%, 0 0, 0 100%);
  width: 10px;
  height: 12px;
  background-color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: calc((100% - 13px) / 2);
  right: 0.8rem;
}
@media screen and (max-width: 1200px) {
  #header2 .primary .btn li a:after {
    width: 5px;
    height: 7px;
    top: calc((100% - 7px) / 2);
    right: 0.3rem;
  }
}
#header2 .primary .btn li a:hover:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (max-width: 1200px) {
  #header2 .primary .btn li a {
    font-size: 12px;
  }
}
#header2 .primary .btn li._madoguchi a {
  background-color: #8d93c8;
}
@media screen and (max-width: 1200px) {
  #header2 .primary .btn li._limitedservice {
    width: 60%;
  }
  #header2 .primary .btn li._madoguchi {
    width: 38%;
  }
}
#header2 .primary .logo {
  width: 205px;
}
@media screen and (max-width: 1023px) {
  #header2 .primary .logo {
    width: 110px;
  }
}
#header2 .primary .logo img {
  width: 100%;
}
#header2 .secondary {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  #header2 .secondary {
    height: 33px;
    padding: 0 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#header2 .secondary .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header2 .secondary .menu ul li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  #header2 .secondary .menu ul li:not(:last-child) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1023px) {
  #header2 .secondary .menu ul li:not(:last-child) {
    margin-right: 5px;
  }
}
#header2 .secondary .menu ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #header2 .secondary .menu ul li a {
    font-size: 11px;
  }
}
#header2 .secondary .menu ul li a:after {
  content: "";
  clip-path: polygon(100% 45%, 0 0, 0 100%);
  width: 10px;
  height: 11px;
  background-color: #000;
  margin-left: 5px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header2 .secondary .menu ul li a:hover:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
#header2 .secondary .search_area {
  position: relative;
  width: 470px;
}
@media screen and (max-width: 1200px) {
  #header2 .secondary .search_area {
    width: 330px;
  }
}
@media screen and (max-width: 1023px) {
  #header2 .secondary .search_area {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #header2 .secondary .search_area {
    width: 100%;
    margin-right: 15px;
    position: relative;
    top: -1px;
  }
}
#header2 .secondary .search_area .search_area_input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  border-radius: 100px;
  padding: 7px 8px 7px 35px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #header2 .secondary .search_area .search_area_input {
    padding: 0px 35px 0px 10px;
  }
}
#header2 .secondary .search_area .search_area_input:focus + .search_area_button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#header2 .secondary .search_area .search_area_button {
  cursor: pointer;
  padding: 0 0 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  position: absolute;
  top: 0rem;
  left: 10px;
  width: 16px;
  height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #header2 .secondary .search_area .search_area_button {
    top: 2px;
    left: initial;
    right: 10px;
  }
}
#header2 .secondary .search_area .search_area_button img {
  width: 100%;
}
#header2 .secondary .sp_menu_open {
  width: 20px;
  height: 100%;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0 0 0 0;
}
#header2 .secondary .sp_menu_open span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0rem;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header2 .secondary .sp_menu_open span:nth-child(1) {
  top: 28%;
}
#header2 .secondary .sp_menu_open span:nth-child(2) {
  top: 50%;
}
#header2 .secondary .sp_menu_open span:nth-child(3) {
  top: 72%;
}
#header2 .secondary .sp_menu_open.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
#header2 .secondary .sp_menu_open.active span:nth-child(2) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
#header2 .secondary .sp_menu_open.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

/* ----------------------------------------------------------------------------
　sp_menu
---------------------------------------------------------------------------- */
#sp_menu {
  position: fixed;
  top: 100px;
  left: 0rem;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f3f3f3;
  z-index: 100;
  overflow-y: auto;
  display: none;
}
#sp_menu::-webkit-scrollbar {
  width: 5px;
}
#sp_menu::-webkit-scrollbar-thumb {
  background-color: #999;
}
#sp_menu.active {
  display: block;
  -webkit-animation: spMenuAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: spMenuAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
@media screen and (min-width: 768px) {
  #sp_menu {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #sp_menu {
    top: 75px;
    height: calc(100% - 75px);
  }
}
#sp_menu .menu {
  padding: 60px 20px 0;
}
#sp_menu .menu ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
#sp_menu .menu ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_menu .menu ul li a:after {
  content: "";
  clip-path: polygon(100% 45%, 0 0, 0 100%);
  width: 9px;
  height: 11px;
  background-color: #000;
  margin-left: 5px;
}
@-webkit-keyframes spMenuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes spMenuAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.l-header__top {
  padding-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .l-header__top__right {
    width: 450px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__top__right {
    width: 650px;
  }
}
.l-page-header__title sup {
  font-size: 40%;
  vertical-align: top;
}

.c-box-list header.-limitedservice {
  max-width: 880px;
}

.c-box-list .wp-pagenavi.-limitedservice {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.c-box-list__note {
  font-size: 12px;
  line-height: 1.7142;
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .c-box-list__note {
    font-size: 14px;
  }
}
.c-button-01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  width: 100px;
}

@media print, screen and (min-width: 1024px) {
  .c-button-01 {
    font-size: 16px;
    line-height: 1;
    width: 200px;
  }
}
.c-button-01 span {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
}

@media print, screen and (min-width: 1024px) {
  .c-button-01 span {
    top: 0px;
  }
}
.c-button-01 span:after {
  display: block;
  content: "";
  width: 8px;
  height: 10px;
  clip-path: polygon(100% 44%, 0 0, 0 100%);
  background-color: #fff;
  margin-left: 5px;
}

@media print, screen and (min-width: 1024px) {
  .c-button-01 span:after {
    width: 13px;
    height: 15px;
  }
}
.c-button-06 {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  width: 260px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.c-button-06::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #333333;
}

.c-button-07 {
  color: #fff;
  position: relative;
  display: block;
  background-color: #8fc321;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  border-radius: 20px;
  width: 260px;
  line-height: 1.2;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.c-button-07::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #fff;
}

.c-button-08 {
  display: block;
  background-color: #cd5537;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 7px 0;
  position: relative;
  border-radius: 20px;
  width: 160px;
  line-height: 1.2;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}

@media print, screen and (min-width: 1024px) {
  .c-button-08 {
    font-size: 14px;
    width: 210px;
    margin-right: 0px;
  }
}
.c-button-08 span {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
}

@media print, screen and (min-width: 1024px) {
  .c-button-08 span {
    top: 0px;
  }
}
.c-button-08 span:after {
  display: block;
  content: "";
  width: 8px;
  height: 10px;
  clip-path: polygon(100% 44%, 0 0, 0 100%);
  background-color: #fff;
  margin-left: 5px;
}

@media print, screen and (min-width: 1024px) {
  .c-button-08 span:after {
    width: 13px;
    height: 15px;
  }
}
.c-list-limitedservice article {
  border-bottom: 1px solid #DDD;
  padding-bottom: 25px;
}

.c-list-limitedservice article + article {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-list-limitedservice article .thumb {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .thumb {
    width: 280px;
  }
}
.c-list-limitedservice article .thumb > img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.c-list-limitedservice article .group {
  left: 5px;
  position: absolute;
  top: 5px;
}

.c-list-limitedservice article .body {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body {
    margin-top: 0;
    width: calc(100% - 305px);
  }
}
@media print, screen and (min-width: 1024px) {
  .c-list-limitedservice article .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-list-limitedservice article .body .text {
    width: calc(100% - 320px);
  }
}
.c-list-limitedservice article .body .text h3 {
  color: #8fc321;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.c-list-limitedservice article .body .text > p {
  font-size: 13px;
  line-height: 1.7142;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .text > p {
    font-size: 14px;
    margin-top: 20px;
  }
}
.c-list-limitedservice article .body .text dl {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .text dl {
    margin-top: 20px;
  }
}
.c-list-limitedservice article .body .text dl div {
  background-color: #F9F9F9;
  position: relative;
  padding: 15px 20px 20px 70px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .text dl div {
    padding-left: 80px;
    padding-right: 30px;
  }
}
.c-list-limitedservice article .body .text dl div dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E70605;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -8px;
  position: absolute;
  top: 15px;
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .text dl div dt {
    font-size: 14px;
    height: 30px;
    width: 70px;
  }
}
.c-list-limitedservice article .body .text dl div dt::before {
  content: "";
  border: none;
  border-bottom: solid 8px transparent;
  border-right: solid 8px #CB0100;
  left: 0;
  position: absolute;
  top: 100%;
}

.c-list-limitedservice article .body .text dl div dd {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7142;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .text dl div dd {
    font-size: 14px;
  }
}
.c-list-limitedservice article .body .text dl div dd a {
  text-decoration: underline;
}

.c-list-limitedservice article .body .text dl div dd a:hover {
  text-decoration: none;
}

.c-list-limitedservice article .body .button {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .button {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-list-limitedservice article .body .button {
    margin-top: 0;
    width: 260px;
  }
}
.c-list-limitedservice article .body .button a {
  margin-left: auto;
  margin-right: auto;
}

.c-list-limitedservice article .body .button a + a {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .c-list-limitedservice article .body .button a + a {
    margin-top: 20px;
  }
}
.c-list-topics {
  position: relative;
}

.c-list-topics article a .thumb img {
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 141px;
}

@media print, screen and (min-width: 768px) {
  .c-list-topics article a .thumb img {
    height: 120px;
    width: 180px;
  }
}
.p-headline section#topics article a .thumb img {
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 141px;
}

@media print, screen and (min-width: 768px) {
  .p-headline section#topics article a .thumb img {
    height: 120px;
    width: 180px;
  }
}
.p-contact a.-limitedservice {
  background-color: #CD5537;
  margin-bottom: 15px;
  position: relative;
}

/* ----------------------------------------------------------------------------
　sidebar2
---------------------------------------------------------------------------- */
.sidebar2 h2:not(.common_ttl_style01) {
  background-color: #8fc31f;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0.7rem;
  position: relative;
}
.sidebar2 h2:not(.common_ttl_style01) span {
  display: block;
  padding: 0.15rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sidebar2 h2:not(.common_ttl_style01) {
    margin-bottom: 0.8rem;
  }
}
.sidebar2 .side_phase {
  margin-bottom: 1.5rem;
}
.sidebar2 .side_phase ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_phase ul li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.sidebar2 .side_phase ul li.consider a {
  background: url("../images/new_side_fase01.svg") 10px 10px no-repeat;
  background-size: 22px auto;
  background-color: #fff;
}
.sidebar2 .side_phase ul li.consider a:hover, .sidebar2 .side_phase ul li.consider a.active {
  background: url("../images/new_side_fase01_on.svg") 10px 10px no-repeat;
  background-size: 22px auto;
  background-color: #8fc31f;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_phase ul li.consider a {
    min-height: 78px;
  }
}
.sidebar2 .side_phase ul li.before a {
  background: url("../images/new_side_fase02.svg") 10px 10px no-repeat;
  background-size: 22px auto;
  background-color: #fff;
}
.sidebar2 .side_phase ul li.before a:hover, .sidebar2 .side_phase ul li.before a.active {
  background: url("../images/new_side_fase02_on.svg") 10px 10px no-repeat;
  background-size: 22px auto;
  background-color: #8fc31f;
}
.sidebar2 .side_phase ul li.current a {
  background: url("../images/new_side_fase03.svg") 10px 10px no-repeat;
  background-size: 22px auto;
  background-color: #fff;
}
.sidebar2 .side_phase ul li.current a:hover, .sidebar2 .side_phase ul li.current a.active {
  background: url("../images/new_side_fase03_on.svg") 10px 10px no-repeat;
  background-size: 22px auto;
  background-color: #8fc31f;
}
.sidebar2 .side_phase ul li a {
  display: block;
  border: 2px solid #8fc31f;
  padding: 0.5rem 0;
  border-radius: 4px;
  text-decoration: none;
}
.sidebar2 .side_phase ul li a h3 {
  width: 85%;
  text-align: center;
  margin: 0 auto 0.5rem;
  font-size: 16px;
  font-weight: 500;
}
.sidebar2 .side_phase ul li a h3 span {
  display: block;
  position: relative;
}
.sidebar2 .side_phase ul li a h3 span::after {
  content: "";
  position: absolute;
  top: calc((100% - 11px) / 2);
  right: 0rem;
  width: 9px;
  height: 11px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #8fc31f;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_phase ul li a h3 span::after {
    width: 10px;
    height: 12px;
    top: calc((100% - 12px) / 2);
  }
}
.sidebar2 .side_phase ul li a .txt {
  font-size: 14px;
  line-height: 150%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_phase ul li a .txt {
    text-align: center;
  }
}
.sidebar2 .side_phase ul li a:hover, .sidebar2 .side_phase ul li a.active {
  opacity: 1;
  background-color: #8fc31f;
  color: #fff;
}
.sidebar2 .side_phase ul li a:hover h3 span:after, .sidebar2 .side_phase ul li a.active h3 span:after {
  background-color: #fff;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.sidebar2 .side_tag {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_tag {
    margin-bottom: 1rem;
  }
}
.sidebar2 .side_tag h2 {
  background-color: #666;
}
.sidebar2 .side_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar2 .side_tag ul li {
  margin: 0 0.6rem 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_tag ul li {
    margin: 0 0.3rem 0.3rem 0;
  }
}
.sidebar2 .side_tag ul li a {
  display: block;
  border: 1px solid #989898;
  color: #666;
  font-size: 12px;
  line-height: 120%;
  white-space: nowrap;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sidebar2 .side_tag ul li a:hover, .sidebar2 .side_tag ul li a.active {
  opacity: 1;
  border: 1px solid #797676;
  background-color: #797676;
  color: #fff;
}
.sidebar2 .side_category {
  margin-bottom: 1.5rem;
}
.sidebar2 .side_category h2 {
  background-color: #f8b62d;
}
.sidebar2 .side_category ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_category ul li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.sidebar2 .side_category ul li a {
  display: block;
  border: 1px solid #f8b62d;
  border-radius: 5px;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_category ul li a {
    font-size: 13px;
  }
}
.sidebar2 .side_category ul li a span {
  position: relative;
  padding: 0 18px 0 0;
  display: block;
}
.sidebar2 .side_category ul li a span::after {
  content: "";
  position: absolute;
  top: calc((100% - 11px) / 2);
  right: 0.1rem;
  width: 9px;
  height: 11px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #f8b62d;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sidebar2 .side_category ul li a:hover, .sidebar2 .side_category ul li a.active {
  opacity: 1;
  background-color: #f8b62d;
  color: #fff;
}
.sidebar2 .side_category ul li a:hover span:after, .sidebar2 .side_category ul li a.active span:after {
  background-color: #fff;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.sidebar2 .side_pickup {
  display: none;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_pickup {
    display: block;
    margin-bottom: 1rem;
  }
}
.sidebar2 .side_pickup ul li {
  margin-bottom: 1rem;
}
.sidebar2 .side_pickup ul li a {
  display: block;
  text-decoration: none;
}
.sidebar2 .side_pickup ul li a:hover {
  opacity: 0.8;
}
.sidebar2 .side_pickup ul li a .photo {
  overflow: hidden;
  aspect-ratio: 1/0.626;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}
.sidebar2 .side_pickup ul li a .photo img {
  width: 100%;
  border-radius: 10px;
}
.sidebar2 .side_pickup ul li a h3 {
  font-size: 16px;
  font-weight: 500;
  color: #97c725;
  margin-bottom: 0.3rem;
}
.sidebar2 .side_pickup ul li a .txt {
  font-size: 14px;
  line-height: 170%;
}
.sidebar2 .side_topics {
  display: none;
}
@media screen and (max-width: 767px) {
  .sidebar2 .side_topics {
    display: block;
  }
}
.sidebar2 .side_topics ul li {
  margin-bottom: 1rem;
}
.sidebar2 .side_topics ul li a {
  display: block;
  text-decoration: none;
}
.sidebar2 .side_topics ul li a:hover {
  opacity: 0.8;
}
.sidebar2 .side_topics ul li a .photo {
  margin-bottom: 0.5rem;
  aspect-ratio: 1/0.65;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.sidebar2 .side_topics ul li a .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar2 .side_topics ul li a .date {
  font-size: 14px;
}
.sidebar2 .side_topics ul li a h3 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #8D93C8;
}

/* ----------------------------------------------------------------------------
　entry-header
---------------------------------------------------------------------------- */
.entry-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .entry-header {
    margin-bottom: 20px;
  }
}
.entry-header .entry-header__mv {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.entry-header h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #8fc321;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .entry-header h1 {
    font-size: 22px;
  }
}
.entry-header h1:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .entry-header h1:not(:last-child) {
    margin-bottom: 10px;
  }
}
.entry-header h1:has(+ .entry_tag) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .entry-header h1:has(+ .entry_tag) {
    margin-bottom: 15px;
  }
}
.entry-header h2 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-header h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.entry-header .date {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .entry-header .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

body.topics .entry-header h1 {
  color: #333;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.643;
}
@media screen and (max-width: 767px) {
  body.topics .entry-header h1 {
    font-size: 20px;
  }
}

/* ----------------------------------------------------------------------------
　entry_tag
---------------------------------------------------------------------------- */
.entry_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry_tag li {
  margin: 0 0.3rem 0.3rem 0;
}
.entry_tag li a {
  display: block;
  border: 1px solid #989898;
  color: #666;
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
  padding: 0.3rem 0.3rem 0.3rem;
  border-radius: 4px;
}
.entry_tag li a:hover {
  opacity: 1;
  border: 1px solid #797676;
  background-color: #797676;
  color: #fff;
}

/* ----------------------------------------------------------------------------
　p-contact-content（「入居の窓口」のお問い合わせはこちら）
---------------------------------------------------------------------------- */
.p-contact-content {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-contact-content {
    margin-bottom: 20px;
  }
}
.p-contact-content a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.3rem 0;
  border-radius: 100px;
  background-color: #9FA1CF;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.p-contact-content a:after {
  content: "";
  position: absolute;
  top: calc((100% - 15px) / 2);
  right: 1.5rem;
  width: 13px;
  height: 15px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .p-contact-content a:after {
    width: 11px;
    height: 13px;
    right: 1.2rem;
    top: calc((100% - 13px) / 2);
  }
}
.p-contact-content a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .p-contact-content a {
    font-size: 14px;
    padding: 0.7rem 0;
  }
}

/* ----------------------------------------------------------------------------
　nm2（記事詳細）
---------------------------------------------------------------------------- */
.nm2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .nm2 {
    margin-bottom: 25px;
  }
}
.nm2 .nm__body:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__body:not(:last-child) {
    margin-bottom: 25px;
  }
}
.nm2 .nm__section:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__section:not(:last-child) {
    margin-bottom: 20px;
  }
}
.nm2 .nm__heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.nm2 .nm__heading sup {
  font-size: 12px;
  position: relative;
  top: -0.8rem;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading sup {
    font-size: 12px;
    top: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading {
    font-size: 18px;
  }
}
.nm2 .nm__heading:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading:not(:last-child) {
    margin-bottom: 5px;
  }
}
.nm2 .nm__heading.-hasDate > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading.-hasDate > span {
    display: block;
  }
}
.nm2 .nm__heading.-hasDate > span span {
  color: #121212;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading.-hasDate > span span {
    display: block;
    font-size: 12px;
  }
}
.nm2 .nm__heading2nd {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.nm2 .nm__heading2nd:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading2nd {
    font-size: 16px;
  }
}
.nm2 .nm__heading3rd {
  background-color: #e50012;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-bottom: 6px;
  padding-top: 6px;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__heading3rd {
    font-size: 16px;
  }
}
.nm2 .nm__heading4th {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.nm2 .nm__heading4th .-red {
  color: #e50012;
}
.nm2 .nm__col:not(:last-child) {
  margin-bottom: 20px;
}
.nm2 .nm__txt {
  font-size: 16px;
  line-height: 2.25;
}
.nm2 .nm__txt:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__txt:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__txt {
    font-size: 15px;
    line-height: 2;
  }
}
.nm2 .nm__txt .-bold {
  font-weight: 500;
}
.nm2 .nm__txt .-border {
  text-decoration: underline;
}
.nm2 .nm__txt .-red {
  color: #e50012;
}
.nm2 .nm__txt sup {
  font-size: 10px;
  position: relative;
  top: -0.3rem;
}
@media all and (min-width: 769px) {
  .nm2 .nm__txt.-t-a-c-pc {
    text-align: center;
  }
}
.nm2 .nm__txt.-hasDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nm2 .nm__txt.-hasDate .date {
  font-size: 14px;
  font-weight: 300;
}
.nm2 .nm__txt4 .-red {
  color: #e50012;
}
.nm2 .nm__txt4:not(:last-child) {
  margin-bottom: 20px;
}
.nm2 .nm__note {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
.nm2 .nm__note:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__note {
    font-size: 12px;
  }
}
.nm2 .nm__img:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__img:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__img {
    width: calc(100% + 44px);
    position: relative;
    left: -22px;
  }
}
.nm2 .nm__img img {
  width: 100%;
}
.nm2 .nmMovie:not(:last-child) {
  margin-bottom: 20px;
}
.nm2 .nmMovie > iframe {
  display: block;
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
.nm2 .nm__photoblock {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
}
.nm2 .nm__photoblock._block3 {
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 18px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__photoblock._block3 {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}
.nm2 .nm__photoblock li .photo {
  margin-bottom: 5px;
}
.nm2 .nm__photoblock li .photo img {
  width: 100%;
}
.nm2 .nm__photoblock li .txt {
  font-size: 14px;
}
.nm2 .u-ta-left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .nm2 .u-ta-c-sp {
    text-align: center !important;
  }
}
@media all and (min-width: 769px) {
  .nm2 .u-d-n-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .u-d-n-sp {
    display: none !important;
  }
}
.nm2 .-indent1 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.p-link-buttons:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-link-buttons:not(:last-child) {
    margin-bottom: 25px;
  }
}

.p-profile {
  padding: 30px 40px 35px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #E50012;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: 15px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-profile h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-profile h2 {
    font-size: 20px;
  }
}
.p-profile h3 {
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-profile h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-profile h3 span {
  display: block;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-profile h3 span {
    font-size: 15px;
  }
}
.p-profile p {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-profile p {
    font-size: 15px;
  }
}
.p-profile .photo {
  width: 45%;
  margin-left: 20px;
  float: right;
}
@media screen and (max-width: 767px) {
  .p-profile .photo {
    width: 100%;
    float: none;
    margin: 20px 0 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-profile .photo img {
  border-radius: 10px;
}

/* ----------------------------------------------------------------------------
　btn_detail
---------------------------------------------------------------------------- */
.btn_detail,
.btn_download {
  max-width: 600px;
  display: block;
  text-align: center;
  background-color: #e50012;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  border-radius: 100px;
  padding: 1.3rem 0;
  position: relative;
  margin: 0 auto;
}
.btn_detail:not(:last-child),
.btn_download:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .btn_detail,
  .btn_download {
    font-size: 14px;
    padding: 0.7rem 0;
  }
}

.btn_detail:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  width: 12px;
  height: 15px;
}
.btn_detail:hover:after {
  -webkit-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
}

.btn_download {
  background-color: #F8B62D;
}

/* ----------------------------------------------------------------------------
　nm__step
---------------------------------------------------------------------------- */
.nm2 ol.nm__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-top: 35px;
}
.nm2 ol.nm__step:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nm2 ol.nm__step {
    display: block;
  }
}
.nm2 ol.nm__step.-vertical {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .nm2 ol.nm__step.-vertical {
    margin-top: 30px;
  }
}

.nm2 ol.nm__step.-three li {
  width: calc(33.3333333333% - 18px);
}

.nm2 ol.nm__step.-four li {
  width: calc(25% - 18px);
}

.nm2 ol.nm__step.-five li {
  width: calc(20% - 18px);
}

.nm2 ol.nm__step.-vertical {
  display: block;
}

.nm2 ol.nm__step.-vertical li + li {
  margin-top: 45px;
}

.nm2 ol.nm__step.-vertical li + li::before {
  background-image: url(/asset/img/madoguchi/angle-bottom.png);
  background-size: 18px auto;
  height: 8px;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
}

@media screen and (max-width: 768px) {
  .nm2 ol.nm__step li {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}
.nm2 ol.nm__step li + li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nm2 ol.nm__step li + li {
    margin-top: 40px;
  }
}

.nm2 ol.nm__step li + li::before {
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #E50012;
  content: "";
  width: 10px;
  height: 12px;
  left: -16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .nm2 ol.nm__step li + li::before {
    width: 12px;
    height: 10px;
    left: 50%;
    top: -32px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.nm2 .nmStep {
  height: 100%;
}

@media all and (min-width: 769px) {
  .nm2 .nmStep.-horizontal .nmStep__num {
    left: 35px;
    top: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmStep.-horizontal .nmStep__num.-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmStep.-horizontal .nmStep__content {
    -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;
    height: auto;
    padding: 30px 30px 30px 165px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmStep.-horizontal .nmStep__body {
    padding-right: 20px;
    width: calc(100% - 154px);
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmStep.-horizontal .nmStep__heading {
    font-size: 22px;
    text-align: left;
  }
}
.nm2 .nmStep.-horizontal .nmStep__txt {
  margin-top: 10px;
}

.nm2 .nmStep__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e50012;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  height: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 97px;
}

.nm2 .nmStep__content {
  background-color: #f9f9f9;
  border-radius: 10px;
  height: calc(100% - 65px);
  padding: 40px 10px 25px 10px;
  position: relative;
}

.nm2 .nmStep__heading {
  color: #e50012;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6667;
  position: relative;
  text-align: center;
}

.nm2 .nmStep__heading span.-note {
  font-size: 14px;
  font-weight: 300;
  left: 50%;
  line-height: 1.5714;
  position: absolute;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nm2 .nmStep__heading span.-note {
    display: block;
    font-size: 12px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.nm2 .nmStep__img {
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
}
.nm2 .nmStep__img img {
  width: 100%;
}

.nm2 .nm__step.-three .nmStep__img {
  width: 40%;
}

.nm2 .nm__step.-five .nmStep__img {
  width: 75%;
}

.nm2 .nmStep__txt {
  color: #e50012;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
}
.nm2 .nmStep__txt._txt_big {
  font-size: 16px;
}
.nm2 .nmStep__txt span {
  font-size: 15px;
  font-weight: 500;
}

/* ----------------------------------------------------------------------------
　nm2
---------------------------------------------------------------------------- */
.nm2 .nm__step2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 1.5rem;
}
.nm2 .nm__step2:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__step2:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2 {
    display: block;
  }
}
.nm2 .nm__step2 li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 2.2rem 0rem 1rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0px;
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2 li {
    display: block;
  }
  .nm2 .nm__step2 li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__step2 li {
    padding: 2rem 0rem 1.5rem;
  }
}
.nm2 .nm__step2 li:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc((100% - 12px) / 2);
  left: calc(100% + 8px);
  width: 9px;
  height: 11px;
  background-color: #E50012;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2 li:not(:last-child):after {
    width: 14px;
    height: 11px;
    top: calc(100% + 11px);
    left: calc((100% - 14px) / 2);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.nm2 .nm__step2 li .no {
  width: 100px;
  text-align: center;
  background-color: #E50012;
  border-radius: 100px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 100%;
  padding: 0.6rem 0;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: -1.1rem;
  left: calc((100% - 100px) / 2);
}
.nm2 .nm__step2 li .heading {
  font-size: 15px;
  line-height: 1.667;
  font-weight: 500;
  text-align: center;
  color: #E50012;
  margin-bottom: 1.2rem;
}
.nm2 .nm__step2 li .heading .-note {
  font-size: 12px;
  display: inline-block;
  line-height: 1.667;
  font-weight: 300;
}
.nm2 .nm__step2 li .pict {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nm2 .nm__step2 li .pict:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2 li .pict {
    width: 60%;
  }
}
.nm2 .nm__step2 li .pict img {
  width: 100%;
}
.nm2 .nm__step2 li .txt {
  font-size: 15px;
  line-height: 160%;
  color: #E50012;
  margin: 0 0.8rem;
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2 li .txt {
    margin: 0 1.5rem;
  }
}
.nm2 .nm__step2 li .txt.-letter-spacing-05 {
  letter-spacing: -0.5px;
}
.nm2 .nm__step2 li .txt.-letter-spacing-1 {
  letter-spacing: -1px;
}
.nm2 .nm__step2.-three {
  -ms-grid-columns: 1fr 45.5px 1fr 45.5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 45.5px;
}
.nm2 .nm__step2.-three li:not(:last-child):after {
  left: calc(100% + 19px);
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2.-three li:not(:last-child):after {
    left: calc((100% - 14px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2.-three li .pict {
    width: 70%;
  }
}
.nm2 .nm__step2.-five {
  -ms-grid-columns: 1fr 22.5px 1fr 22.5px 1fr 22.5px 1fr 22.5px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 22.5px;
}
.nm2 .nm__step2.-five li:not(:last-child):after {
  left: calc(100% + 7px);
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2.-five li:not(:last-child):after {
    left: calc((100% - 14px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__step2.-five li .pict {
    width: 40%;
  }
}
@media all and (min-width: 768px) {
  .nm2 .nm__step2.-five li .txt {
    font-size: 14px;
  }
}

/* ----------------------------------------------------------------------------
　nmPriceList
---------------------------------------------------------------------------- */
.nm2 .nm__priceList:not(:last-child) {
  margin-bottom: 20px;
}

.nm2 .nmPriceList__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPriceList__heading {
    font-size: 16px;
  }
}

.nm2 .nmPriceList__heading + .nmPriceList__heading2nd {
  margin-top: 20px;
}

.nm2 .nmPriceList__heading + .nmPriceList__table {
  margin-top: 10px;
}

.nm2 .nmPriceList__heading2nd {
  background-color: #ccc;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPriceList__heading2nd {
    font-size: 12px;
    letter-spacing: 0;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    text-align: left;
  }
}

.nm2 .nmPriceList__table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .nm2 .nmPriceList__table tr {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.nm2 .nmPriceList__table tr.-type2 {
  background-color: #f9f9f9;
}

.nm2 .nmPriceList__table tr.-type3 {
  background-color: #f3f3f3;
}

.nm2 .nmPriceList__table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 2;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPriceList__table td {
    display: block;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
}
.nm2 .nmPriceList__table td.-middle {
  vertical-align: middle;
}

@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w110 {
    width: 110px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w155 {
    width: 155px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w160 {
    width: 160px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w210 {
    width: 210px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w250 {
    width: 250px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w280 {
    width: 280px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w350 {
    width: 410px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w560 {
    width: 560px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w635 {
    width: 635px;
  }
}
@media all and (min-width: 769px) {
  .nm2 .nmPriceList__table .-w640 {
    width: 635px;
  }
}
@media screen and (max-width: 768px) {
  .nm2 .nmPriceList__table .-fw-m-sp {
    font-weight: 500;
  }
}
.nm2 .nmPriceList__note {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPriceList__note {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-top: 10px;
    text-align: left;
  }
}

.nm2 .nmPriceList__note2 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPriceList__note2 {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-top: 15px;
    text-align: left;
  }
}

.nm2 .nmPriceList__note3 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPriceList__note3 {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 15px;
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------
　nmMarunouchidirectaccess
---------------------------------------------------------------------------- */
.nm2 .nmMarunouchidirectaccess:not(:last-child) {
  margin-bottom: 20px;
}

.nm2 .nmMarunouchidirectaccess__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .nm2 .nmMarunouchidirectaccess__heading {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.nm2 .nmMarunouchidirectaccess__outline > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nm2 .nmMarunouchidirectaccess__outline > div {
    display: block;
  }
}

.nm2 .nmMarunouchidirectaccess__outline > div dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  width: 125px;
}
@media screen and (max-width: 767px) {
  .nm2 .nmMarunouchidirectaccess__outline > div dt {
    color: #e50012;
    font-size: 16px;
    letter-spacing: 0.04em;
    width: 100%;
  }
}

.nm2 .nmMarunouchidirectaccess__outline > div dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .nm2 .nmMarunouchidirectaccess__outline > div dd {
    font-size: 16px;
    letter-spacing: 0.04em;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
　nmPerson
---------------------------------------------------------------------------- */
.nm2 .nmPerson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPerson {
    display: block;
  }
}
.nm2 .nmPerson:not(:last-child) {
  margin-bottom: 20px;
}
.nm2 .nmPerson__img {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 767px) {
  .nm2 .nmPerson__img {
    margin-left: -25px;
    margin-right: -25px;
    width: auto;
  }
}
.nm2 .nmPerson__body {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 767px) {
  .nm2 .nmPerson__body {
    margin-top: 25px;
    width: auto;
  }
}
.nm2 .nmPerson__lead {
  font-size: 18px;
  line-height: 1.7778;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPerson__lead {
    font-size: 15px;
    line-height: 1.8667;
  }
}
.nm2 .nmPerson__profile {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .nm2 .nmPerson__profile {
    font-size: 14px;
    line-height: 1.7142;
  }
}
.nm2 .nmPerson__profile span {
  font-weight: 500;
}
.nm2 .nmPerson__txt {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 10px;
}

/* ----------------------------------------------------------------------------
　nmPerson
---------------------------------------------------------------------------- */
.nm2 .nm__price_system {
  background-color: #FA0680;
  border-radius: 10px;
  padding: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__price_system {
    padding: 20px;
  }
}
.nm2 .nm__price_system .price {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  margin: 50px 0 70px;
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__price_system .price {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__price_system .price {
    margin: 40px 0 60px;
  }
}
.nm2 .nm__price_system .price span {
  font-size: 90px;
  line-height: 100%;
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__price_system .price span {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__price_system .price span {
    font-size: 50px;
  }
}
.nm2 .nm__price_system .note {
  font-size: 18px;
  line-height: 180%;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .nm2 .nm__price_system .note {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nm2 .nm__price_system .note {
    font-size: 14px;
  }
}

/* ----------------------------------------------------------------------------
　nm__img_zoom
---------------------------------------------------------------------------- */
.nm2 .nm__img_zoom:not(:last-child) {
  margin-bottom: 10px;
}
.nm2 .nm__img_zoom a {
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .nm2 .nm__img_zoom a {
    pointer-events: all;
  }
}
.nm2 .nm__img_zoom .nm__img_zoom-photo {
  margin-bottom: 5px;
}
.nm2 .nm__img_zoom .nm__img_zoom-photo img {
  width: 100%;
}
.nm2 .nm__img_zoom .nm__img_zoom-txt {
  background: url("../images/icon/icon_search.svg") 0 5px no-repeat;
  background-size: 15px auto;
  padding: 0 0 0 22px;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------
　about
---------------------------------------------------------------------------- */
#contents .about {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #contents .about {
    padding-bottom: 20px;
  }
}
#contents .about .u-ta-c {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  #contents .about .u-ta-c-sp {
    text-align: center !important;
  }
}
@media all and (min-width: 769px) {
  #contents .about .u-d-n-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #contents .about .u-d-n-sp {
    display: none !important;
  }
}
#contents .about .about__section + .about__section {
  margin-top: 0px;
}
#contents .about .about__section:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #contents .about .about__section:not(:last-child) {
    margin-bottom: 25px;
  }
}
#contents .about .about__heading {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
#contents .about .about__heading:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #contents .about .about__heading {
    font-size: 20px;
  }
}
#contents .about .about__heading + .about__text {
  margin-top: 0px;
}
#contents .about .about__heading + .about__flow {
  margin-top: 0px;
}
#contents .about .about__text {
  font-size: 16px;
  line-height: 2.25;
}
#contents .about .about__text:not(:last-child) {
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #contents .about .about__text {
    font-size: 15px;
  }
}
#contents .about .about__text + .about__img {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  #contents .about .about__text + .about__img {
    width: 80%;
    margin: 0 auto;
  }
}
#contents .about .about__text + .about__description {
  margin-top: 0px;
}
#contents .about .about__img:not(:last-child) {
  margin-bottom: 20px;
}
#contents .about .about__img img {
  margin-left: auto;
  margin-right: auto;
}
#contents .about .about__description {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  #contents .about .about__description {
    background: none;
    padding: 0rem;
  }
}
#contents .about .about__description > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 730px;
}
@media screen and (max-width: 767px) {
  #contents .about .about__description > div {
    display: block;
  }
}
#contents .about .about__descriptionImg {
  width: 26%;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #contents .about .about__descriptionImg {
    width: 50%;
    margin: 0 auto 0.5rem;
  }
}
#contents .about .about__descriptionImg img {
  margin-left: auto;
  margin-right: auto;
}
#contents .about .about__descriptionBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  #contents .about .about__descriptionBody {
    width: auto;
  }
}
#contents .about .about__descriptionText {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  #contents .about .about__descriptionText {
    font-size: 14px;
    line-height: 2;
  }
}
#contents .about ol.about__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #contents .about ol.about__flow {
    display: block;
  }
}
#contents .about ol.about__flow > li {
  width: calc(25% - 22px);
}
@media screen and (max-width: 767px) {
  #contents .about ol.about__flow > li {
    width: auto;
  }
}
#contents .about ol.about__flow > li + li {
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .about ol.about__flow > li + li {
    margin-top: 20px;
  }
}
#contents .about ol.about__flow > li + li::before {
  background-image: url(/asset/img/madoguchi/angle-right2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  content: "";
  height: 16px;
  left: -18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
}
@media screen and (max-width: 767px) {
  #contents .about ol.about__flow > li + li::before {
    background-image: url(/asset/img/madoguchi/angle-bottom2.png);
    background-size: 14px auto;
    height: 9px;
    left: 50%;
    top: -14px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 14px;
  }
}
#contents .about .about__item {
  background-color: #f9f9f9;
  border-radius: 10px;
  height: calc(100% - 35px);
  padding: 10px 15px 25px 15px;
}
#contents .about .about__itemImg {
  text-align: center;
}
#contents .about .about__itemImg img {
  margin-left: auto;
  margin-right: auto;
}
#contents .about .about__itemImg + .about__itemHeading {
  margin-top: 10px;
}
#contents .about .about__itemHeading {
  color: #8fc321;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
#contents .about .about__itemHeading + .about__itemText {
  margin-top: 10px;
}
#contents .about .about__itemText {
  font-size: 14px;
  line-height: 1.5;
}

/* ----------------------------------------------------------------------------
　footer
---------------------------------------------------------------------------- */
.l-footer {
  background-color: #232323;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
    padding: 15px 0 140px;
  }
}
.l-footer .l-footer_copyright {
  font-size: 11px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer_copyright {
    font-size: 10px;
  }
}

/* ----------------------------------------------------------------------------
　is-visible
---------------------------------------------------------------------------- */
.is-visible-xld,
.is-visible-ld,
.is-visible-sd {
  display: none;
}

@media screen and (max-width: 1200px) {
  .is-visible-xld {
    display: block;
  }
  .is-hidden-xld {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
　common_ttl_style01
---------------------------------------------------------------------------- */
.common_ttl_style01 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  border-bottom: 2px solid #97c725;
  padding-bottom: 0.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .common_ttl_style01 {
    margin-bottom: 15px;
  }
}
.common_ttl_style01._yellow {
  border-bottom: 2px solid #f8b62d;
}
.common_ttl_style01._purple {
  border-bottom: 2px solid #8d93c8;
}
.common_ttl_style01._black {
  border-bottom: 2px solid #333;
}
.common_ttl_style01._red {
  border-bottom: 2px solid #CD5537;
}
.common_ttl_style01._bold {
  font-weight: 700;
}
.common_ttl_style01._sp_big {
  font-size: 20px !important;
}

/* ----------------------------------------------------------------------------
　common_btn_style1
---------------------------------------------------------------------------- */
.common_btn_style1 a {
  display: block;
  border-radius: 100px;
  background-color: #97c725;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 0.2rem 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.common_btn_style1 a::after {
  content: "";
  position: absolute;
  top: calc((100% - 12px) / 2);
  right: 1.5rem;
  width: 10px;
  height: 12px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .common_btn_style1 a {
    font-size: 15px;
    padding: 0.4rem 0;
  }
}
.common_btn_style1 a:hover {
  opacity: 0.8;
}
.common_btn_style1 a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.common_btn_style1._orange a {
  background-color: #ea8630;
}
.common_btn_style1._purple a {
  background-color: #8d93c8;
}
.common_btn_style1._white a {
  color: #000;
  background-color: #F9F9F9;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.common_btn_style1._white a::after {
  background-color: #000;
}

/* ----------------------------------------------------------------------------
　second_page_ttl
---------------------------------------------------------------------------- */
#second_page_ttl {
  padding-top: 0rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #second_page_ttl {
    padding-top: 1.5rem;
    margin-bottom: 0.8rem;
  }
}
#second_page_ttl .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 210px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #second_page_ttl .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner {
    width: 100%;
    min-height: 100px;
    display: block;
  }
}
#second_page_ttl .inner .logo {
  width: 300px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner .logo {
    width: 55%;
    margin-bottom: 0.5rem;
  }
}
#second_page_ttl .inner .logo img {
  width: 100%;
}
#second_page_ttl .inner h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
}
#second_page_ttl .inner h1:not(:has(+ .photo)) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner h1:not(:has(+ .photo)) {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  #second_page_ttl .inner h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner h1 {
    font-size: 20px;
  }
}
#second_page_ttl .inner h1._yellow {
  color: #F8B62D;
}
#second_page_ttl .inner h1._green {
  color: #8FC321;
}
#second_page_ttl .inner h1._gray {
  color: #797676;
}
#second_page_ttl .inner h1._black {
  color: #000;
}
#second_page_ttl .inner h1._purple {
  color: #8D93C8;
}
#second_page_ttl .inner h1._red {
  color: #E50012;
}
#second_page_ttl .inner h1 sup {
  font-size: 12px;
  position: relative;
  top: -1.2rem !important;
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner h1 sup {
    top: -0.5rem !important;
  }
}
#second_page_ttl .inner .category {
  width: 324px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
#second_page_ttl .inner .category span {
  display: block;
  padding: 0.4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner .category span {
    padding: 0.1rem 0;
  }
}
@media screen and (max-width: 1023px) {
  #second_page_ttl .inner .category {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner .category {
    width: 55%;
    font-size: 15px;
  }
}
#second_page_ttl .inner .category._yellow {
  background-color: #F8B62D;
}
#second_page_ttl .inner .category._green {
  background-color: #8FC321;
}
#second_page_ttl .inner .category._gray {
  background-color: #666;
}
#second_page_ttl .inner .category._black {
  background-color: #000;
}
#second_page_ttl .inner .photo {
  position: absolute;
  top: 5px;
  right: -100px;
  width: 70%;
  height: 100%;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #second_page_ttl .inner .photo {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #second_page_ttl .inner .photo {
    top: 18%;
    right: -15%;
    width: 80%;
  }
}
#second_page_ttl .inner .photo img {
  width: 100%;
  position: relative;
  top: -1.9rem;
}
@media screen and (max-width: 1023px) {
  #second_page_ttl .inner .photo img {
    top: 0rem;
  }
}

/* ----------------------------------------------------------------------------
　wp-pagenavi
---------------------------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 65px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 20px 0 20px;
  }
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border-radius: 100px;
  margin: 0 0.2rem;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    width: 40px;
    height: 40px;
  }
}
.wp-pagenavi .page:hover:not(.current),
.wp-pagenavi .current:hover:not(.current) {
  opacity: 1;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.wp-pagenavi .current {
  background-color: #8FC321;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  padding: 0 0 0 20px;
  margin-right: 0.5rem;
  font-size: 14px;
}
.wp-pagenavi .previouspostslink::before {
  display: none;
}
.wp-pagenavi .previouspostslink:after {
  content: "";
  position: absolute;
  top: calc((100% - 13px) / 2);
  left: 0rem;
  width: 11px;
  height: 13px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #8fc31f;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wp-pagenavi .previouspostslink:hover:after {
  -webkit-transform: translateX(-3px) scale(-1, 1);
          transform: translateX(-3px) scale(-1, 1);
}
.wp-pagenavi .previouspostslink:hover {
  opacity: 1;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  padding: 0 20px 0 0;
  margin-left: 0.5rem;
  font-size: 14px;
}
.wp-pagenavi .nextpostslink::before {
  display: none;
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  position: absolute;
  top: calc((100% - 13px) / 2);
  right: 0rem;
  width: 11px;
  height: 13px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #8fc31f;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wp-pagenavi .nextpostslink:hover:after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.wp-pagenavi .nextpostslink:hover {
  opacity: 1;
}
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .extend {
  display: none;
}

/* ----------------------------------------------------------------------------
　article_list
---------------------------------------------------------------------------- */
.article_list .soat_area {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .article_list .soat_area {
    margin-bottom: 1rem;
  }
  .article_list .soat_area .common_ttl_style01 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .article_list .soat_area .common_ttl_style01 {
    font-size: 14px;
  }
}
.article_list .soat_area .soat_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0rem;
  right: 0rem;
}
@media screen and (max-width: 1023px) {
  .article_list .soat_area .soat_module {
    position: relative;
    top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .article_list .soat_area .soat_module {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.article_list .soat_area .soat_module select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  width: 180px;
  margin-left: 1rem;
  border: 1px solid #ccc;
  background: url("../images/top/soat_arrow.svg") right 1rem top 52% no-repeat;
  background-size: 12px auto;
  background-color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 14px;
  color: #000;
  text-align: center;
}
.article_list .soat_area .soat_module select:hover {
  opacity: 0.8;
  background-position: right 1rem top 60%;
}
@media screen and (max-width: 767px) {
  .article_list .soat_area .soat_module select {
    width: 48%;
    padding: 0.2rem 1rem;
    margin-left: 0rem;
    background-position: right 0.5rem top 52%;
  }
}
.article_list .soat_area:has(.cap) .soat_module {
  right: 315px;
}
@media screen and (max-width: 767px) {
  .article_list .soat_area:has(.cap) .soat_module {
    right: 0px;
  }
}
.article_list .soat_area .cap {
  position: absolute;
  top: 0.7rem;
  right: 0rem;
  text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .article_list .soat_area .cap {
    top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .article_list .soat_area .cap {
    position: static;
    margin-top: 0.5rem;
  }
}
.article_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.27272727%;
}
.article_list .list > li {
  width: 31.8181818%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .article_list .list > li {
    width: 48.8%;
  }
}
@media screen and (max-width: 767px) {
  .article_list .list > li {
    width: 100%;
    margin-bottom: 0rem;
  }
  .article_list .list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.article_list .list > li > a {
  display: block;
  text-decoration: none;
}
.article_list .list > li > a:hover {
  opacity: 0.8;
}
.article_list .list > li > a .photo {
  margin-bottom: 10px;
  aspect-ratio: 1/0.623;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.article_list .list > li > a .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_list .list > li > a .date {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.article_list .list > li > a h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #97c725;
  margin-bottom: 8px;
}
.article_list .list > li > a .txt {
  font-size: 15px;
  line-height: 1.667;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .article_list .list > li > a .txt {
    font-size: 13px;
  }
}
.article_list .list > li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article_list .list > li .tag li {
  margin: 0 5px 5px 0;
}
.article_list .list > li .tag li a {
  display: block;
  border: 1px solid #989898;
  color: #666;
  font-size: 12px;
  line-height: 120%;
  white-space: nowrap;
  padding: 0.2rem 0.3rem;
  border-radius: 4px;
}
.article_list .list > li .tag li a:hover {
  opacity: 1;
  border: 1px solid #797676;
  background-color: #797676;
  color: #fff;
}
.article_list .topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.27272727%;
}
.article_list .topics_list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48.8636364%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .article_list .topics_list > li {
    width: 100%;
  }
}
.article_list .topics_list > li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .article_list .topics_list > li a {
    display: block;
  }
}
.article_list .topics_list > li a:hover {
  opacity: 0.8;
}
.article_list .topics_list > li a .photo {
  width: 53.4883721%;
  aspect-ratio: 1/0.7;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .article_list .topics_list > li a .photo {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .article_list .topics_list > li a .photo {
    width: 100%;
    aspect-ratio: 1/0.65;
    margin-bottom: 0.5rem;
  }
}
.article_list .topics_list > li a .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_list .topics_list > li a .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article_list .topics_list > li a .copy .date {
  font-size: 14px;
  line-height: 1.571;
  margin-bottom: 0.3rem;
}
.article_list .topics_list > li a .copy h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #8D93C8;
}
@media screen and (max-width: 767px) {
  .article_list .topics_list > li a .copy h3 {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------------
　error_block
---------------------------------------------------------------------------- */
.error_block {
  padding: 5rem 0;
}
.error_block .txt {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}
.error_block .common_btn_style1 {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .error_block .common_btn_style1 {
    width: 80%;
  }
}

/* ----------------------------------------------------------------------------
　limitedservice_list
---------------------------------------------------------------------------- */
.limitedservice_list > li {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.limitedservice_list > li:first-child {
  padding-top: 0rem;
}
.limitedservice_list > li:not(:last-child) {
  border-bottom: 1px solid #989898;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li {
    display: block;
  }
}
.limitedservice_list > li .thumb {
  width: 23.3333333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .thumb {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.limitedservice_list > li .thumb .group {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background-color: #fff;
  color: #DC000C;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  padding: 0.2rem 0.2rem;
  border-radius: 3px;
}
@media screen and (max-width: 1023px) {
  .limitedservice_list > li .thumb .group {
    font-size: 10px;
    padding: 0.1rem 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .thumb .group {
    font-size: 13px;
    padding: 0.1rem 0.2rem;
    top: 0.3rem;
    left: 0.3rem;
  }
}
.limitedservice_list > li .thumb .photo img {
  width: 100%;
  border-radius: 10px;
}
.limitedservice_list > li .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .copy {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.limitedservice_list > li .copy h3 {
  font-size: 20px;
  font-weight: 700;
  color: #CD5537;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .copy h3 {
    font-size: 16px;
  }
}
.limitedservice_list > li .copy .txt {
  font-size: 15px;
  line-height: 170%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .copy .txt {
    font-size: 14px;
  }
}
.limitedservice_list > li .copy .benefit {
  background-color: #F9F9F9;
  padding: 1rem 1rem 1rem 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .copy .benefit {
    padding: 0.7rem 1rem 0.7rem 75px;
  }
}
.limitedservice_list > li .copy .benefit dt {
  width: 70px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: #E70605;
  position: absolute;
  top: 1rem;
  left: -8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .copy .benefit dt {
    font-size: 14px;
  }
}
.limitedservice_list > li .copy .benefit dt:after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 8px;
  height: 8px;
  background-color: #CB0100;
  position: absolute;
  left: 0rem;
  top: 100%;
}
.limitedservice_list > li .copy .benefit dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}
.limitedservice_list > li .copy .benefit dd .-light {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .copy .benefit dd {
    font-size: 11px;
  }
}
.limitedservice_list > li .copy .benefit dd a {
  text-decoration: underline;
}
.limitedservice_list > li .copy .benefit dd a:hover {
  text-decoration: none;
}
.limitedservice_list > li .btn {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .btn {
    width: 80%;
    padding-right: 0px;
    margin: 0 auto;
  }
}
.limitedservice_list > li .btn li {
  width: 100%;
}
.limitedservice_list > li .btn li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .btn li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.limitedservice_list > li .btn li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0.3rem 0;
  border-radius: 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .btn li a {
    padding: 0.1rem 0;
  }
}
.limitedservice_list > li .btn li a:after {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 9px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 11px) / 2);
  right: 1rem;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.limitedservice_list > li .btn li a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.limitedservice_list > li .btn li.official a {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 7px 0 rgba(0, 0, 0, 0.1);
}
.limitedservice_list > li .btn li.official a:after {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .limitedservice_list > li .btn li.official a {
    background-color: #F9F9F9;
  }
}
.limitedservice_list > li .btn li.madoguchi a {
  background-color: #8FC31F;
}
.limitedservice_list > li .btn li.contact a {
  background-color: #8D93C8;
}

.limitedservice_cap {
  font-size: 14px;
  margin-top: 1rem;
}

/* ----------------------------------------------------------------------------
　to-top
---------------------------------------------------------------------------- */
.to-top {
  position: absolute;
  bottom: 256px;
  width: 110px;
  height: 110px;
  right: 20px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  background-color: #97c725;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .to-top {
    position: relative;
    margin: 1rem auto 1rem;
    bottom: initial;
    right: initial;
    width: 80px;
    height: 80px;
  }
  .to-top span {
    position: relative;
    top: 0.5rem;
  }
}
.to-top::before {
  content: "";
  position: absolute;
  top: 20%;
  left: calc((100% - 12px) / 2);
  width: 12px;
  height: 11px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.to-top:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.to-top:hover::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* ----------------------------------------------------------------------------
　txt_404
---------------------------------------------------------------------------- */
#txt_404 {
  padding: 7rem 0 0;
}
#txt_404 h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
#txt_404 .common_btn_style1 {
  max-width: 400px;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------
　recommend_swiper_wrapper
---------------------------------------------------------------------------- */
.recommend_swiper_wrapper {
  width: 1180px;
  margin: 50px auto;
  position: relative;
  left: -10px;
}
@media screen and (max-width: 1260px) {
  .recommend_swiper_wrapper {
    width: 95%;
    left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .recommend_swiper_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper {
    margin: 20px auto 10px;
    width: 115%;
    left: -7.5%;
  }
}
.recommend_swiper_wrapper h2 {
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  text-align: center;
  color: #8FC321;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 1023px) {
  .recommend_swiper_wrapper h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper h2 {
    margin-bottom: 12px;
  }
}
.recommend_swiper_wrapper .swiper-custom-parent {
  position: relative;
  opacity: 0;
}
.recommend_swiper_wrapper .swiper-custom-parent.active {
  opacity: 1;
}
.recommend_swiper_wrapper .swiper-container {
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
}
.recommend_swiper_wrapper .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.recommend_swiper_wrapper .swiper-slide a {
  display: block;
}
.recommend_swiper_wrapper .swiper-slide a .thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper .swiper-slide a .thumb {
    margin-bottom: 15px;
  }
}
.recommend_swiper_wrapper .swiper-slide a .thumb img {
  width: 100%;
  border-radius: 10px;
}
.recommend_swiper_wrapper .swiper-slide a h3 {
  font-size: 18px;
  line-height: 1.444;
  font-weight: 500;
  color: #8FC321;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper .swiper-slide a h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.recommend_swiper_wrapper .swiper-slide a .excerpt {
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper .swiper-slide a .excerpt {
    font-size: 13px;
  }
}
.recommend_swiper_wrapper .swiper-button-prev,
.recommend_swiper_wrapper .swiper-button-next {
  width: 45px;
  margin-top: 0rem;
  top: 0rem !important;
  height: 100% !important;
  border-radius: 0px;
  background: none;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.recommend_swiper_wrapper .swiper-button-prev:after, .recommend_swiper_wrapper .swiper-button-prev:before,
.recommend_swiper_wrapper .swiper-button-next:after,
.recommend_swiper_wrapper .swiper-button-next:before {
  font-size: 0rem;
}
.recommend_swiper_wrapper .swiper-button-prev:hover,
.recommend_swiper_wrapper .swiper-button-next:hover {
  opacity: 0.8;
}
.recommend_swiper_wrapper .swiper-button-prev.swiper-button-disabled,
.recommend_swiper_wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.recommend_swiper_wrapper .swiper-button-prev {
  left: -22.5px;
  background: url("../images/recommend_swiper_arrow.svg") center 35% no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 1023px) {
  .recommend_swiper_wrapper .swiper-button-prev {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper .swiper-button-prev {
    left: 20px;
  }
}
.recommend_swiper_wrapper .swiper-button-prev:hover {
  -webkit-transform: translateX(-5px) scale(-1, 1);
          transform: translateX(-5px) scale(-1, 1);
}
.recommend_swiper_wrapper .swiper-button-next {
  right: -22.5px;
  background: url("../images/recommend_swiper_arrow.svg") center 35% no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .recommend_swiper_wrapper .swiper-button-next {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .recommend_swiper_wrapper .swiper-button-next {
    right: 20px;
  }
}
.recommend_swiper_wrapper .swiper-button-next:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* ----------------------------------------------------------------------------
　widthdebug
---------------------------------------------------------------------------- */
#widthdebug {
  position: fixed;
  left: 0rem;
  bottom: 0rem;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  z-index: 1000000;
}

/* ----------------------------------------------------------------------------
　entry-content（topics用）
---------------------------------------------------------------------------- */
body.topics .entry-header {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.topics .entry-header {
    margin-bottom: 30px;
  }
}

.entry-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .entry-content {
    margin-bottom: 20px;
  }
}
.entry-content h1.wp-block-heading {
  font-size: 30px !important;
  line-height: 1.667;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .entry-content h1.wp-block-heading {
    font-size: 25px !important;
    margin-bottom: 15px;
  }
}
.entry-content h2.wp-block-heading {
  font-size: 28px;
  line-height: 1.607;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .entry-content h2.wp-block-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.entry-content h3.wp-block-heading {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .entry-content h3.wp-block-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.entry-content h4.wp-block-heading {
  font-size: 14px;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .entry-content h4.wp-block-heading {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.entry-content .wp-block-image {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-image {
    margin-bottom: 25px;
  }
}
.entry-content .wp-block-image img {
  display: block;
}
.entry-content figure img:not(:last-child) {
  margin-bottom: 5px;
}
.entry-content p {
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
}
.entry-content p:not(:last-child) {
  margin-bottom: 15px;
}
.entry-content p:has(+ .wp-block-heading) {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .entry-content p:has(+ .wp-block-heading) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 15px;
  }
}
.entry-content p.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-content .wp-block-columns {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-columns .wp-block-column {
    margin: 0 auto;
  }
  .entry-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 20px;
  }
  .entry-content .wp-block-columns .wp-block-column img {
    margin: 0 auto;
  }
}
.entry-content ._w70 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .entry-content ._w40sp {
    width: 40%;
  }
  .entry-content ._w50sp {
    width: 50%;
  }
  .entry-content ._w100sp {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
　guideline
---------------------------------------------------------------------------- */
body.guideline #second_page_ttl .inner h1 {
  border: 1px solid #EA0190;
}
body.guideline #month_pickup ul li a h3 {
  border: 1px solid #EA0190;
}
body.guideline .swiper-custom-parent .swiper-slide a .date {
  border: 1px solid #EA0190;
}
body.guideline .swiper-custom-parent .swiper-slide a h3 {
  border: 1px solid #EA0190;
}
body.guideline .entry-header {
  border: 1px solid #EA0190;
}
body.guideline .entry-header h1 {
  border: 1px solid #05BC77;
}
body.guideline .entry-header h2 {
  border: 1px solid #3459BC;
}
body.guideline .entry-header .date {
  border: 1px solid #945309;
}
body.guideline .entry-header .entry_tag {
  border: 1px solid #945309;
}
body.guideline .nm2 .nm__section {
  border: 1px solid #EA0190;
}
body.guideline .nm2 .nm__heading {
  border: 1px solid #496AC5;
}
body.guideline .nm2 .nm__heading2nd {
  border: 1px solid #E15B03;
}
body.guideline .nm2 .nm__txt {
  border: 1px solid #05BC77;
}
body.guideline .nm2 .nm__txt4 {
  border: 1px solid #ff0000;
}
body.guideline .nm2 .nm__note {
  border: 1px solid #05BC77;
}
body.guideline .nm2 .nm__img {
  border: 1px solid #945309;
}
body.guideline .nm2 .nm__step2 {
  border: 1px solid #05BC77;
}
body.guideline .nm2 .nm__step2 .heading {
  border: 1px solid #05BC77;
}
body.guideline .nm2 .nm__step2 .pict {
  border: 1px solid #05BC77;
}
body.guideline .nm2 .nm__step2 .txt {
  border: 1px solid #05BC77;
}
body.guideline .p-link-buttons {
  border: 1px solid #EA0190;
}
body.guideline .p-profile h2 {
  border: 1px solid #fff;
}
body.guideline .p-profile h3 {
  border: 1px solid #fff;
}
body.guideline .p-profile p {
  border: 1px solid #fff;
}
body.guideline .nm2 ol.nm__step {
  border: 1px solid #ff0000;
}
body.guideline .nm2 .nm__priceList {
  border: 1px solid #03E119;
}
body.guideline .nm2 .nmMarunouchidirectaccess {
  border: 1px solid #E15B03;
}
body.guideline .nm2 .nmPerson {
  border: 1px solid #03A4E1;
}
body.guideline .about .about__section {
  border: 1px solid #ea0190;
}
body.guideline .about .about__heading {
  border: 1px solid #E15B03;
}
body.guideline .about .about__text {
  border: 1px solid #05BC77;
}
body.guideline .about .about__img {
  border: 1px solid #3459BC;
}
body.guideline .p-contact-content {
  border: 1px solid #EA0190;
}
body.guideline .recommend_swiper_wrapper h2 {
  border: 1px solid #EA0190;
}
body.guideline .recommend_swiper_wrapper .swiper-slide h3 {
  border: 1px solid #EA0190;
}
body.guideline .recommend_swiper_wrapper .swiper-slide .excerpt {
  border: 1px solid #EA0190;
}
body.guideline .entry-content h1.wp-block-heading {
  border: 1px solid #EA0190;
}
body.guideline .entry-content h2.wp-block-heading {
  border: 1px solid #05BC77;
}
body.guideline .entry-content h3.wp-block-heading {
  border: 1px solid #945309;
}
body.guideline .entry-content .wp-block-image {
  border: 1px solid #94098B;
}
body.guideline .entry-content p {
  border: 1px solid #3459BC;
}
body.guideline .entry-content .wp-block-columns {
  border: 1px solid #ff0000;
}
body.guideline .article_list .list li a h3 {
  border: 1px solid #EA0190;
}
body.guideline .article_list .list li a .txt {
  border: 1px solid #EA0190;
}
body.guideline .article_list .list li a .tag {
  border: 1px solid #EA0190;
}
body.guideline .article_list .topics_list li a .copy .date,
body.guideline .article_list .topics_list li a .copy h3 {
  border: 1px solid #EA0190;
}