@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "halt";
  font-optical-sizing: auto;
}

a {
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::before {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::after {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a span {
  transition: color 0.3s;
}
a span::before {
  transition: background-color 0.3s, opacity 0.3s;
}
a span::after {
  transition: border 0.3s;
}
a:focus-visible {
  outline: 3px solid #FFF;
  outline-offset: 3px;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #FFF;
}

.inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 0 5.33%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#block-skip a {
  width: 100%;
  height: 60px;
  border-radius: 0;
  position: absolute;
  top: -60px; /* フォーカスされていない時に画面外に配置 */
  left: 0;
  background: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fef9ef;
  text-align: center;
  z-index: 1000000; /* 他のコンテンツの上に表示されるように */
  transition: top 0.3s; /* スムーズに表示されるように */
}
@media screen and (max-width: 999px) {
  #block-skip a {
    font-size: clamp(1.2rem, 3.2558139535vw, 1.6rem);
  }
}
#block-skip a:hover span {
  background-color: #000;
  color: #fef9ef;
}
#block-skip a:focus {
  top: 0; /* フォーカス時に表示 */
  outline: none;
}
#block-skip a:focus span {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}
#block-skip a span {
  padding: 0.5em 2em;
  background: #FFF;
  color: #000;
  border-radius: 50px;
  display: inline-block;
}

html {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width: 999px) {
  html {
    scroll-padding-top: 0;
  }
}

main {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 999px) {
  br.pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  br.sp {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  div.pc, span.pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  div.sp, span.sp {
    display: none;
  }
}

.header {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #4DAC27;
}
.header__body {
  width: 100%;
  height: auto;
  margin: auto;
}
.header__body p {
  padding: 0.25em;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .header__body p {
    padding: 0.35em;
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
  }
}

.footer {
  width: 100%;
  height: auto;
  margin: auto;
  border-top: 1px solid #E0E0E0;
}
.footer .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
}
.footer__head {
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: 35px auto auto;
}
@media screen and (max-width: 999px) {
  .footer__head {
    min-width: 100%;
    margin: 25px auto auto;
  }
}
.footer__head ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__head ul li:last-of-type {
  margin-left: 70px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .footer__head ul li:last-of-type {
    margin-left: 35px;
  }
}
.footer__head ul li:last-of-type::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/common/img_collabo-mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .footer__head ul li:last-of-type::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    left: -30px;
  }
}
.footer__head ul li a {
  display: inline-block;
}
.footer__head ul li a:first-of-type {
  width: 212px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .footer__head ul li a:first-of-type {
    width: 106px;
    height: auto;
  }
}
.footer__head ul li a:last-of-type {
  width: 198px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .footer__head ul li a:last-of-type {
    width: 99px;
    height: auto;
  }
}
.footer__body {
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: 2em auto auto;
}
@media screen and (max-width: 999px) {
  .footer__body {
    min-width: 100%;
    margin: 1em auto auto;
  }
}
.footer__body-menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__body-menu ul li:not(:first-of-type) {
  margin-left: 3em;
}
@media screen and (max-width: 999px) {
  .footer__body-menu ul li:not(:first-of-type) {
    margin-left: 2em;
  }
}
.footer__body-menu ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .footer__body-menu ul li a {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.footer__body-menu ul li a:hover {
  text-decoration: underline;
}
.footer__copyright {
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: 1em auto auto;
  background-color: #F7F5F2;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    min-width: 100%;
  }
}
.footer__copyright p {
  padding: 1.25em 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .footer__copyright p {
    padding: 1.5em 0;
    font-size: clamp(0.9rem, 2.6666666667vw, 1.1rem);
  }
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-slide {
  height: auto !important;
}

.dots {
  padding: 10px 0 20px;
  display: flex;
  justify-content: center;
}
.dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.dots li:hover {
  background: #FF8001;
}
.dots li.slick-active {
  background: #FF8001;
}
.dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.visual {
  width: 100%;
  height: auto;
  margin: auto;
}
.visual .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
.visual h1 img {
  width: 100%;
  height: auto;
}

.this-month {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0 0 0;
  background-color: #F7F5F2;
}
@media screen and (max-width: 999px) {
  .this-month {
    padding: 25px 0 0 0;
  }
}
.this-month .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .this-month .inner {
    padding: 0;
  }
}
.this-month__head {
  width: 100%;
  height: auto;
  margin: auto;
}
.this-month__head h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .this-month__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.this-month__body {
  width: 100%;
  height: auto;
  margin: 20px auto auto;
}
@media screen and (max-width: 999px) {
  .this-month__body {
    margin: 15px auto auto;
  }
}
.this-month__body .unit {
  margin: 0 30px 10px;
  background-color: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 999px) {
  .this-month__body .unit {
    margin: 0 15px 5px;
    box-shadow: 0px 1.5px 3px 0px rgba(0, 0, 0, 0.16);
  }
}
.this-month__body .unit-box {
  width: 600px;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box {
    width: 53.33vw;
  }
}
.this-month__body .unit-box__image {
  flex-basis: 50%;
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box__image {
    flex-basis: 100%;
  }
}
.this-month__body .unit-box__image img {
  width: 100%;
  height: auto;
}
.this-month__body .unit-box__text {
  flex-basis: 50%;
  padding: 40px;
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box__text {
    flex-basis: 100%;
    padding: 20px;
  }
}
.this-month__body .unit-box__text h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box__text h3 {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.this-month__body .unit-box__text > ul {
  margin: 0.25em auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.this-month__body .unit-box__text > ul li:not(:last-of-type) {
  margin-right: 1em;
}
.this-month__body .unit-box__text > ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box__text > ul li a {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.this-month__body .unit-box__text > ul li a:hover {
  text-decoration: none;
}
.this-month__body .unit-box__text > a {
  width: 100%;
  height: 40px;
  margin: 30px auto auto;
  background-color: #FF8001;
  border-radius: 20px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box__text > a {
    height: 28px;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
    line-height: 28px;
  }
}
.this-month__body .unit-box__text > a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-window.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .this-month__body .unit-box__text > a::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    right: 12px;
  }
}
.this-month__body .unit-box__text > a:hover {
  background-color: #ff4d01;
}

.special {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0;
  background-color: #214985;
}
@media screen and (max-width: 999px) {
  .special {
    padding: 25px 0;
  }
}
.special__head {
  width: 100%;
  height: auto;
  margin: auto;
}
.special__head h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .special__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.special__body {
  width: 100%;
  height: auto;
  margin: 20px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .special__body {
    margin: 15px auto auto;
  }
}
.special__body .unit {
  flex-basis: 22%;
}
@media screen and (max-width: 999px) {
  .special__body .unit {
    flex-basis: 44.78%;
  }
}
@media screen and (max-width: 999px) {
  .special__body .unit:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.special__body .unit h3 {
  margin-top: 0.75em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .special__body .unit h3 {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.special__body .unit > ul {
  margin-top: 0.15em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.special__body .unit > ul li:not(:last-of-type) {
  margin-right: 1em;
}
.special__body .unit > ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: justify;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .special__body .unit > ul li a {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.special__body .unit > ul li a:hover {
  text-decoration: none;
}
.special__body .unit > a {
  width: 100%;
  height: 40px;
  margin: 20px auto auto;
  background-color: #FF8001;
  border-radius: 20px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .special__body .unit > a {
    height: 28px;
    margin: 10px auto auto;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
    line-height: 28px;
  }
}
.special__body .unit > a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-window.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .special__body .unit > a::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    right: 12px;
  }
}
.special__body .unit > a:hover {
  background-color: #ff4d01;
}
.special__body .unit img {
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .special__body .unit img {
    border-radius: 5px;
  }
}

.recommend {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0;
  background-color: #F7F5F2;
}
@media screen and (max-width: 999px) {
  .recommend {
    padding: 25px 0;
  }
}
.recommend__head {
  width: 100%;
  height: auto;
  margin: auto;
}
.recommend__head h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .recommend__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.recommend__body {
  width: 100%;
  height: auto;
  margin: 40px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .recommend__body {
    margin: 15px auto auto;
  }
}
.recommend__body .unit {
  flex-basis: 22%;
}
@media screen and (max-width: 999px) {
  .recommend__body .unit {
    flex-basis: 44.78%;
  }
}
@media print, screen and (min-width: 1000px) {
  .recommend__body .unit:nth-of-type(n + 5) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 999px) {
  .recommend__body .unit:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.recommend__body .unit h3 {
  margin-top: 0.75em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .recommend__body .unit h3 {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.recommend__body .unit > ul {
  margin-top: 0.15em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommend__body .unit > ul li:not(:last-of-type) {
  margin-right: 1em;
}
.recommend__body .unit > ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .recommend__body .unit > ul li a {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.recommend__body .unit > ul li a:hover {
  text-decoration: none;
}
.recommend__body .unit > a {
  width: 100%;
  height: 40px;
  margin: 20px auto auto;
  background-color: #FF8001;
  border-radius: 20px;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .recommend__body .unit > a {
    height: 28px;
    margin: 10px auto auto;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
    line-height: 28px;
  }
}
.recommend__body .unit > a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-window.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .recommend__body .unit > a::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    right: 12px;
  }
}
.recommend__body .unit > a:hover {
  background-color: #ff4d01;
}
.recommend__body .unit img {
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .recommend__body .unit img {
    border-radius: 5px;
  }
}

.list {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  .list {
    padding: 25px 0;
  }
}
.list .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .list .inner {
    padding: 0;
  }
}
.list__head {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
.list__head h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .list__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.list__body {
  width: 100%;
  height: auto;
  margin: 25px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .list__body {
    margin: 15px auto auto;
  }
}
.list__body .tabmenu {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 0 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .list__body .tabmenu {
    padding: 0 5.33% 25px 5.33%;
  }
}
.list__body .tabmenu::after {
  content: "";
  display: block;
  width: 33%;
}
.list__body .tabmenu li {
  flex-basis: 33%;
}
@media screen and (max-width: 999px) {
  .list__body .tabmenu li {
    flex-basis: 44.78%;
  }
}
@media print, screen and (min-width: 1000px) {
  .list__body .tabmenu li:nth-of-type(n + 4) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 999px) {
  .list__body .tabmenu li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.list__body .tabmenu li a {
  width: 100%;
  height: auto;
  background-color: #F7F5F2;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list__body .tabmenu li a img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .list__body .tabmenu li a img {
    width: 100%;
  }
}
.list__body .tabmenu li a p {
  width: 230px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .list__body .tabmenu li a p {
    width: 100%;
    padding: 0.75em 0;
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.list__body .tabmenu li a:hover {
  background-color: #ded8cf;
  text-decoration: underline;
}
.list__body .details {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #F7F5F2;
}
.list__body .details section {
  padding: 50px 0;
}
@media screen and (max-width: 999px) {
  .list__body .details section {
    padding: 25px;
  }
}
.list__body .details section[role=tabpanel][hidden] {
  display: none;
}
.list__body .details section .inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .list__body .details section .inner {
    padding: 0;
  }
}
.list__body .details section h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .list__body .details section h3 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.list__body .details section ul {
  width: 100%;
  height: auto;
  margin: 40px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .list__body .details section ul {
    margin: 15px auto auto;
  }
}
.list__body .details section ul::after {
  content: "";
  display: block;
  width: 33%;
}
.list__body .details section ul li {
  flex-basis: 33%;
}
@media screen and (max-width: 999px) {
  .list__body .details section ul li {
    flex-basis: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .list__body .details section ul li:nth-of-type(n + 4) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 999px) {
  .list__body .details section ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.list__body .details section ul li a {
  width: 100%;
  height: 70px;
  padding: 0 60px 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  position: relative;
}
@media screen and (max-width: 999px) {
  .list__body .details section ul li a {
    min-height: 35px;
    height: auto;
    padding: 5px 30px 5px 15px;
  }
}
.list__body .details section ul li a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon-window.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  filter: brightness(0);
}
@media screen and (max-width: 999px) {
  .list__body .details section ul li a::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    right: 12px;
  }
}
.list__body .details section ul li a p {
  margin: 0 auto 0 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .list__body .details section ul li a p {
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
  }
}
.list__body .details section ul li a:hover {
  background-color: #ded8cf;
  text-decoration: underline;
}

.shizmore-life {
  width: 100%;
  height: auto;
  margin: auto;
}
.shizmore-life__head {
  width: 100%;
  height: auto;
  margin: auto;
}
.shizmore-life__head h2 {
  text-align: center;
}
.shizmore-life__head h2 img {
  width: 208px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .shizmore-life__head h2 img {
    width: 104px;
  }
}
.shizmore-life__head p {
  margin-top: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .shizmore-life__head p {
    margin-top: 20px;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
  }
}
.shizmore-life__body {
  width: 100%;
  height: auto;
  margin: 30px auto auto;
}
@media screen and (max-width: 999px) {
  .shizmore-life__body {
    margin: 25px auto auto;
  }
}
.shizmore-life__body ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shizmore-life__body ul li {
  flex-basis: 23.6%;
}
@media screen and (max-width: 999px) {
  .shizmore-life__body ul li {
    flex-basis: 47.76%;
  }
}
@media screen and (max-width: 999px) {
  .shizmore-life__body ul li:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}
.shizmore-life__body ul li img {
  width: 100%;
  height: auto;
}
.shizmore-life__features {
  width: 100%;
  height: auto;
  margin: 75px auto auto;
}
@media screen and (max-width: 999px) {
  .shizmore-life__features {
    margin: 50px auto auto;
  }
}
.shizmore-life__features .title {
  position: relative;
}
.shizmore-life__features .title h3 {
  width: auto;
  height: 50px;
  padding: 0 1em;
  background-color: #202770;
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .shizmore-life__features .title h3 {
    height: 35px;
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    line-height: 35px;
  }
}
.shizmore-life__features .text img {
  border-radius: 20px;
}

.flow {
  width: 100%;
  height: auto;
  margin: 50px auto auto;
  padding: 50px 0;
  background-color: #F7F5F2;
}
@media screen and (max-width: 999px) {
  .flow {
    margin: 25px auto auto;
    padding: 25px 0;
  }
}
.flow__head h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .flow__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.flow__body {
  width: 100%;
  height: auto;
  margin: 25px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .flow__body {
    margin: 15px auto auto;
  }
}
.flow__body .unit {
  flex-basis: 30%;
}
@media screen and (max-width: 999px) {
  .flow__body .unit {
    flex-basis: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .flow__body .unit:not(:first-of-type) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 999px) {
  .flow__body .unit__image {
    flex-basis: 44.78%;
  }
}
.flow__body .unit__image img {
  border-radius: 15px;
}
@media screen and (max-width: 999px) {
  .flow__body .unit__image img {
    border-radius: 10px;
  }
}
.flow__body .unit__text {
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .flow__body .unit__text {
    margin-top: 0;
    flex-basis: 50%;
  }
}
.flow__body .unit__text h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #202770;
}
@media screen and (max-width: 999px) {
  .flow__body .unit__text h3 {
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.flow__body .unit__text p {
  margin-top: 0.25em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .flow__body .unit__text p {
    margin-top: 0;
    font-size: clamp(1.1rem, 3.4666666667vw, 1.5rem);
  }
}
.flow__body .unit__text p.note {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 999px) {
  .flow__body .unit__text p.note {
    font-size: clamp(0.9rem, 2.6666666667vw, 1.1rem);
  }
}

.notes {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 999px) {
  .notes {
    padding: 25px 0;
  }
}
.notes__body h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .notes__body h2 {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.notes__body ul {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .notes__body ul {
    margin-top: 5px;
  }
}
.notes__body ul li {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
  text-indent: -0.5em;
}
@media screen and (max-width: 999px) {
  .notes__body ul li {
    font-size: clamp(0.9rem, 2.9333333333vw, 1.3rem);
  }
}
.notes__body ul li a {
  text-decoration: underline;
}
.notes__body ul li a:hover {
  text-decoration: none;
}

.qanda {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 999px) {
  .qanda {
    padding: 25px 0;
  }
}
.qanda__head {
  width: 100%;
  height: auto;
  margin: auto;
}
.qanda__head h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .qanda__head h2 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
  }
}
.qanda__body {
  width: 600px;
  height: auto;
  margin: 25px auto auto;
}
@media screen and (max-width: 999px) {
  .qanda__body {
    width: 100%;
    height: auto;
    margin: 25px auto auto;
  }
}
.qanda__body > ul {
  margin-top: 10px;
}
.qanda__body > ul > li {
  border-top: 1px dotted #000;
  position: relative;
}
.qanda__body > ul > li:last-of-type {
  border-bottom: 1px dotted #000;
}
.qanda__body > ul > li button {
  width: 100%;
  height: auto;
  padding: 0.65em 60px 0.65em 45px;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li button {
    padding: 0.5em 40px 0.5em 35px;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
  }
}
.qanda__body > ul > li button::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/home/icon-q.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li button::before {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    left: 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .qanda__body > ul > li button:hover {
    background-color: #f3ffe5;
  }
}
.qanda__body > ul > li button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li button span {
    right: 10px;
  }
}
.qanda__body > ul > li button span::before, .qanda__body > ul > li button span::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #4DAC27;
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li button span::before, .qanda__body > ul > li button span::after {
    width: 15px;
    height: 1px;
  }
}
.qanda__body > ul > li button span::before {
  top: 50%;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.qanda__body > ul > li button span::after {
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.qanda__body > ul > li button.close span::before {
  transform: rotate(225deg);
}
.qanda__body > ul > li button.close span::after {
  transform: rotate(315deg);
}
.qanda__body > ul > li .box {
  display: none;
  padding: 0 60px 20px 45px;
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li .box {
    padding: 0 40px 5px 35px;
  }
}
.qanda__body > ul > li .box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li .box p {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.qanda__body > ul > li .box p a {
  text-decoration: underline;
}
.qanda__body > ul > li .box p a:hover {
  text-decoration: none;
}
.qanda__body > ul > li .box ul li {
  padding-left: 0.5em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  text-indent: -0.5em;
}
@media screen and (max-width: 999px) {
  .qanda__body > ul > li .box ul li {
    font-size: clamp(1rem, 3.2vw, 1.4rem);
  }
}
.qanda__body > ul > li .box ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
.qanda__body > ul > li .box ul li a {
  text-decoration: underline;
}
.qanda__body > ul > li .box ul li a:hover {
  text-decoration: none;
}