@charset "UTF-8";
/* ===================== 使い方例（ナビ切替） =====================

要件：
- iPad mini：縦横とも SP ナビ
- ふつうの iPad：縦は SP、横は PC
- PC 幅（lp=1181px〜）：PC ナビ
*/
.p-headerNav--sp {
  display: block;
}

.p-headerNav--pc {
  display: none;
}

/* 1) 既存 PC 条件（lp） */
@media screen and (min-width: 1181px) {
  .p-headerNav--sp {
    display: none;
  }
  .p-headerNav--pc {
    display: flex;
  }
}
/* 2) ふつうの iPad 横向き → PC ナビ化（lp 未満帯での上書き） */
@media screen and (orientation: landscape) and (min-width: 1024px) and (min-height: 768px) and (max-width: 1180px) {
  .p-headerNav--sp {
    display: none;
  }
  .p-headerNav--pc {
    display: flex;
  }
}
/* 3) iPad mini は縦横とも常に SP（最後に置いて上書き勝ちにする） */
@media screen and (orientation: portrait) and (max-width: 744px) {
  .p-headerNav--sp {
    display: block;
  }
  .p-headerNav--pc {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-height: 744px) {
  .p-headerNav--sp {
    display: block;
  }
  .p-headerNav--pc {
    display: none;
  }
}
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  box-sizing: border-box;
}

dt,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

section,
figure,
aside,
header,
footer,
main,
nav {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
	01share style
	-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
html {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 14px;
    scroll-behavior: smooth;
  }
}

body {
  background-color: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
}
@media screen and (max-width: 1180px) {
  body {
    touch-action: manipulation;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}

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

a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #007F41;
}

button {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #007F41;
}

a:not([href^="tel:"]) {
  transition: 0.2s;
}
a:not([href^="tel:"]):hover img, a:not([href^="tel:"]):focus img {
  opacity: 0.85;
}

a[href^="tel:"] {
  cursor: default;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  cursor: pointer;
}

select {
  background-color: #fff;
  color: #007F41;
}

.hero {
  width: 100%;
}
.hero img {
  width: 100%;
}

.underline {
  text-decoration: underline !important;
}
.underline:before {
  display: none;
}
/* ---------------------------
l-bread
--------------------------- */
.l-bread {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.l-bread__inner {
  max-width: 1385px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
}
.l-bread__items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-bread__item a,
  .l-bread__item span {
    font-size: 0.75rem;
  }
}
.l-bread__item a::after {
  content: "＞";
}
@media screen and (min-width: 768px) {
  .l-bread__item a::after {
    margin-right: 2px;
    margin-left: 2px;
  }
}
.l-bread__item a:hover {
  text-decoration: underline;
}
.l-bread__item span {
  color: #999999;
}
/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  position: relative;
  background-color: #007F41;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 18px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  width: 150%;
  max-height: 100px;
  height: 100%;
  top: -100px;
  left: -25%;
  background-image: url(../images/common/img_footer_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    background-image: url(../images/common/img_footer_bg--sp.webp);
  }
}
.l-footer__inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1060px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    top: -20px;
    padding-inline: 18px;
  }
}
.l-footer__col {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__col {
    flex-direction: column;
    gap: 43px;
  }
}
.l-footer__left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__left {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__logo {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 100%;
    max-width: 373px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 91%;
  }
}
.l-footer__address {
  position: relative;
  color: #fff;
  width: 100%;
}
.l-footer__address a {
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    margin-top: 32px;
    padding-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 38px;
    padding-inline: 6px;
  }
}
.l-footer__address h3 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer__address h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address h3 {
    font-size: 1.1428571429rem;
  }
}
.l-footer__address p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .l-footer__address p {
    margin-top: 7px;
    font-size: 1rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address p {
    font-size: 1.2142857143rem;
    margin-top: 7px;
    line-height: 1.5;
    align-items: flex-end;
  }
}
.l-footer__address p i {
  position: relative;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .l-footer__address p i {
    width: 16px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address p i {
    width: 21px;
    height: 27px;
  }
}
.l-footer__address p i img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer__info {
  position: relative;
  display: flex;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    gap: 18px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    gap: 5px;
    margin-top: -2px;
    flex-direction: column;
  }
}
.l-footer__tel {
  position: relative;
}
.l-footer__tel p {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .l-footer__tel p {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__tel p {
    font-size: 2.7142857143rem;
  }
}
.l-footer__tel p a {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
}
.l-footer__sns {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    gap: 10px;
  }
  .l-footer__sns img {
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    gap: 15px;
  }
  .l-footer__sns img {
    width: 41px;
    height: 41px;
  }
}
.l-footer__btns {
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__btns {
    align-items: center;
    margin-top: 14px;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btns {
    flex-direction: column;
    margin-top: 21px;
    gap: 10px;
  }
}
.l-footer__right {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__right {
    width: 42%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__nav {
  position: relative;
  width: 100%;
}
.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul {
    gap: 12px 37px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul {
    gap: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul li {
    width: fit-content;
    min-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li {
    width: 100%;
    width: calc(50% - 5px);
  }
}
.l-footer__nav ul li a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
}
.l-footer__nav ul li a::before {
  background: #FFF;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.l-footer__nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a {
    font-size: 0.9285714286rem;
  }
}
.l-footer__blankBtns {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__blankBtns {
    width: fit-content;
    margin-left: auto;
    margin-top: 22px;
    margin-right: 28px;
    flex-direction: column;
    gap: 19px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__blankBtns {
    margin-top: 24px;
    gap: 14px;
  }
  .l-footer__blankBtns a {
    width: calc(50% - 7px);
    max-width: 157px;
  }
}
.l-footer__copyright {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 91px;
    padding: 17px 0;
    gap: 43px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 20px 0;
    margin-top: 25px;
    gap: 55px;
  }
}
.l-footer__copyright p, .l-footer__copyright a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright p, .l-footer__copyright a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright p, .l-footer__copyright a {
    font-size: 0.9285714286rem;
  }
}
.l-footer__copyright a {
  text-decoration: underline;
}
.l-footer__copyright a:hover {
  text-decoration: none;
}

/* ---------------------------
l-header
--------------------------- */
body.is-top .l-header {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 1s ease, transform 1s ease;
}
body.is-top .l-header.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.l-header {
  position: relative;
  z-index: 2;
}
.l-header__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 30px;
  }
}
.l-header__logo {
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    position: absolute;
    width: 260px;
    top: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .l-header__logo {
    position: absolute;
    width: 260px;
    top: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: fixed;
    width: 118px;
    top: 20px;
    left: 20px;
  }
}
.l-header__logo svg .cls-1 {
  transition: all 0.3s ease-in-out;
  fill: #007F41;
}
.l-header__logo.is-active svg .cls-1 {
  transition: all 0.3s ease-in-out;
  fill: #fff;
}
@media screen and (min-width: 1181px) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__hamburger {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #007F41;
    border-radius: 0 0 0 5px;
  }
  .l-header__hamburger button {
    transition: all 0.3s ease-in-out;
    position: relative;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
  }
  .l-header__hamburger button span {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 28px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
  .l-header__hamburger button span:nth-child(1) {
    top: 15px;
  }
  .l-header__hamburger button span:nth-child(2) {
    top: 24px;
  }
  .l-header__hamburger button span:nth-child(3) {
    top: 33px;
  }
}
.l-header__hamburger[aria-expanded=true] button {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 0 0 0 5px;
}
.l-header__hamburger[aria-expanded=true] button span {
  transition: all 0.3s ease-in-out;
  background-color: #007F41;
}
.l-header__hamburger[aria-expanded=true] button span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__hamburger[aria-expanded=true] button span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger[aria-expanded=true] button span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__nav {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    top: 20px;
    right: 14.25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .l-header__nav {
    padding-top: 10% !important;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    z-index: 998;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding-top: 28%;
    background-color: #007F41;
    transition: all 0.3s ease-in-out;
  }
  .l-header__nav.is-active {
    right: 0;
  }
}
.l-header__nav ul {
  display: flex;
}
@media screen and (min-width: 1181px) {
  .l-header__nav ul {
    flex-direction: row-reverse;
    gap: 10px;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
.l-header__nav ul li {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 400;
}
@media screen and (min-width: 1181px) {
  .l-header__nav ul li {
    writing-mode: vertical-rl;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__nav ul li {
    font-size: 1.1428571429rem;
  }
  .l-header__nav ul li.item-sp {
    margin-top: -15px;
  }
}
.l-header__nav ul li a {
  transition: 0.3s;
}
.l-header__nav ul li a:hover {
  box-shadow: inset 0 0 0 1px #007f41;
  color: #007f41;
}
.l-header__nav ul li a {
  display: block;
  color: #000;
  width: fit-content;
  height: fit-content;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
@media screen and (min-width: 1181px) {
  .l-header__nav ul li a {
    background-color: #fff;
    font-size: 1rem;
    padding: 19px 12px;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__nav ul li a {
    color: #fff;
    font-size: 1.1428571429rem;
    padding: 0;
    font-weight: bold;
  }
}
.l-header__nav ul li a[target=_blank]:hover {
  background-color: #fff;
  color: #007f41;
  box-shadow: inset 0 0 0 1px #007f41;
}
.l-header__nav ul li a[target=_blank]:hover i::before {
  border-top: 1px solid #007f41;
  border-right: 1px solid #007f41;
}
.l-header__nav ul li a[target=_blank]:hover i::after {
  border-top: 1px solid #007f41;
  border-right: 1px solid #007f41;
}
.l-header__nav ul li a[target=_blank] {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #007F41;
  color: #fff;
}
@media screen and (min-width: 1181px) {
  .l-header__nav ul li a[target=_blank] {
    padding: 19px 12px 19px 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__nav ul li a[target=_blank] {
    position: relative;
    justify-content: center;
    font-size: 1.1428571429rem;
    padding: 12px 15px 12px 15px;
    background-color: #EAE5DA;
    color: #007F41;
    font-weight: 700;
    min-width: 227px;
    font-weight: bold;
  }
}
.l-header__nav ul li a[target=_blank] i {
  position: relative;
  display: block;
}
@media screen and (min-width: 1181px) {
  .l-header__nav ul li a[target=_blank] i {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 1180px) {
  .l-header__nav ul li a[target=_blank] i {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
  }
}
.l-header__nav ul li a[target=_blank] i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul li a[target=_blank] i::before {
    border-top: 1px solid #007F41;
    border-right: 1px solid #007F41;
  }
}
.l-header__nav ul li a[target=_blank] i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 14px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__nav ul li a[target=_blank] i::after {
    background-color: #007F41;
  }
}

/* ---------------------------
l-wrap
--------------------------- */
.l-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1000 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1000 {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1100 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1400 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1400 {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.l-wrap--1600 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-wrap--1600 {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap--sp--20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ---------------------------
c-h
--------------------------- */
.c-h {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-h {
    gap: 27px;
  }
}
@media screen and (max-width: 767px) {
  .c-h {
    gap: 21px;
  }
}
.c-h__en {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.5;
  color: #007F41;
}
@media screen and (min-width: 768px) {
  .c-h__en {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-h__en {
    font-size: 3.2857142857rem;
  }
}
.c-h__jp {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .c-h__jp {
    font-size: 1.1875rem;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .c-h__jp {
    font-size: 1.0714285714rem;
  }
}

/* ---------------------------
c-btn
--------------------------- */
.c-btn {
  position: relative;
  background-color: #007F41;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  transition: 0.3s;
}
.c-btn.is-disabled {
  pointer-events: none;
  background-color: #ccc !important;
  color: #fff !important;
  opacity: 0.6;
  cursor: default;
}
.c-btn:hover {
  background-color: #fff;
  color: #007F41;
  box-shadow: inset 0 0 0 1px #007F41;
}
.c-btn:hover::before {
  background-color: #007F41;
}
.c-btn:hover::after {
  background-color: #007F41;
}
.c-btn.--allow-l {
  width: 166px;
  height: 48px;
  font-size: 1rem;
  padding: 10px 20px 10px 44px;
}
.c-btn.--allow-l:before {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/news-single/arrow-l.svg) no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 14px;
}
.c-btn.--allow-l::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 166px;
    height: 48px;
    font-size: 1rem;
    padding: 10px 40px 10px 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-weight: 700;
    letter-spacing: 0.15em;
    width: 166px;
    height: 48px;
    font-size: 0.9375rem;
    padding: 14px 40px 14px 37px;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #fff;
  top: 25px;
  right: 13px;
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: 21px;
  right: 13px;
  transform: rotate(45deg);
}

.c-btn02 {
  position: relative;
  border: 2px solid #fff;
  background-color: #007F41;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
}
.c-btn02:hover {
  border: 2px solid #007F41;
  background-color: #fff;
  color: #007F41;
}
.c-btn02:hover::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #007F41;
  top: 20px;
  right: 11px;
}
@media screen and (max-width: 767px) {
  .c-btn02:hover::before {
    top: 25px;
    right: 17px;
  }
}
.c-btn02:hover::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #007F41;
  top: 17px;
  right: 11px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn02:hover::after {
    top: 22px;
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    padding: 7px 36px 7px 9px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    width: fit-content;
    padding: 12px 45px 11px 17px;
    font-size: 1rem;
    letter-spacing: 0.07em;
  }
}
.c-btn02::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  top: 20px;
  right: 11px;
}
@media screen and (max-width: 767px) {
  .c-btn02::before {
    top: 25px;
    right: 17px;
  }
}
.c-btn02::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  top: 17px;
  right: 11px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn02::after {
    top: 22px;
    right: 15px;
  }
}

.c-btn03 {
  position: relative;
  background-color: #F9F7F4;
  color: #007F41;
  border: 2px solid #F9F7F4;
  border-radius: 6px;
  display: inline-block;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-btn03:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-btn03 {
    padding: 4px 14px 5px 9px;
    font-size: 1rem;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    padding: 11px 12px 11px 8px;
    font-size: 0.9285714286rem;
  }
}
.c-btn03 i {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-btn03 i {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn03 i {
    width: 10px;
    height: 10px;
  }
}
.c-btn03 i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-top: 1px solid #007F41;
  border-right: 1px solid #007F41;
}
.c-btn03 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 14px;
  background-color: #007F41;
}

.p-imgWrap {
  position: relative;
  overflow: hidden;
}
.p-imgWrap .p-imgMask {
  position: relative;
  display: block;
}
.p-imgWrap .p-imgMask::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #007f41;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
  transform: scaleX(var(--mask-scale));
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-imgWrap .p-imgMask img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-imgWrap.is-safari .p-imgMask::before {
  transform: translateX(0%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.p-imgWrap.is-safari.is-active .p-imgMask::before {
  transform: translateX(100%);
}

.js-parallax {
  overflow: hidden;
  position: relative;
}
.js-parallax img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform;
}

/* ---------------------------
p-mv
--------------------------- */
.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv__bg {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv__bg {
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    aspect-ratio: 375/550;
    width: 100%;
    height: 100%;
  }
}
.p-mv__bg img {
  transform-origin: center center;
  transform: scale(1.05);
  object-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-mv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-mv__body {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    left: 17.5%;
    top: 37%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    left: 10%;
    top: 33.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__body__inner {
    width: 355px;
  }
}
.p-mv__title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.47;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.1875rem;
    letter-spacing: 0.16em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.5rem;
    letter-spacing: 0.16em;
    max-width: 280px;
  }
}
.p-mv__subtitle {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #007F41;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 2.125rem;
    margin-top: 12px;
    letter-spacing: 0.005em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__subtitle {
    font-size: 1.6428571429rem;
    margin-top: 11px;
    letter-spacing: 0.01em;
  }
}
.p-mv__description {
  opacity: 0;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .p-mv__description {
    width: 30%;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__description {
    position: absolute;
    bottom: 6%;
    right: 10%;
  }
}
.p-mv__description__scroll {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-mv__description__scroll::-webkit-scrollbar {
  display: none;
}
.p-mv__description__inner {
  position: absolute;
  left: 0;
  top: 0%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-mv__description__inner {
    padding-top: 80%;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__description__inner {
    padding-top: 50%;
    padding-bottom: 10%;
  }
}
.p-mv__description__inner p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-mv__description__inner p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__description__inner p {
    font-size: 1rem;
  }
}
.p-mv__popup {
  background-color: #007F41;
  color: #fff;
  z-index: 997;
  transition: 0.8s;
}
.p-mv__popup .p-mv__popup__close {
  z-index: 2;
}
.p-mv__popup:hover {
  background-color: #fff;
  color: #007F41;
  outline: 1px solid #007F41;
}
.p-mv__popup:hover .p-mv__popup__close__btn:before {
  background: #007F41;
}
.p-mv__popup:hover .p-mv__popup__close__btn:after {
  background: #007F41;
}
.p-mv__popup:hover .p-mv__popup__content .col .btn div {
  border: 1px solid #007F41;
}
.p-mv__popup:hover .p-mv__popup__content .col .btn div i::before {
  background: #007F41;
}
.p-mv__popup:hover .p-mv__popup__content .col .btn div i::after {
  background: #007F41;
}
@media screen and (min-width: 768px) {
  .p-mv__popup {
    position: fixed;
    bottom: 6%;
    right: 0;
    width: 320px;
    height: 120px;
    border-radius: 6px 0 0 6px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup {
    position: fixed;
    width: 220px;
    height: 77px;
    bottom: 2%;
    left: auto;
    right: 5px;
    border-radius: 6px 0px 0px 6px;
  }
}
.p-mv__popup__inner {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__inner {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__inner {
    display: flex;
    gap: 9px;
    padding: 10px 5px 10px 10px;
  }
}
.p-mv__popup__inner::before {
  content: "";
  display: block;
  background-image: url(../images/mv/img_popup_label.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__inner::before {
    width: 61px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__inner::before {
    width: 40px;
    height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__popup__img {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__img {
    width: 57px;
    height: 57px;
  }
}
.p-mv__popup__img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content {
    width: calc(100% - 106px);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content {
    width: calc(100% - 70px);
  }
}
.p-mv__popup__content h3 {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content h3 {
    font-size: 1.9375rem;
    letter-spacing: 0.005em;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content h3 {
    font-size: 1.4285714286rem;
    letter-spacing: 0.005em;
  }
}
.p-mv__popup__content .col {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col {
    margin-top: 5px;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col {
    margin-top: 0px;
    gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col .txt {
    width: calc(100% - 50px);
    height: 44px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col .txt {
    width: calc(100% - 20px);
    height: 36px;
    overflow: hidden;
  }
}
.p-mv__popup__content .col .txt p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col .txt p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col .txt p {
    font-size: 0.8571428571rem;
  }
}
.p-mv__popup__content .col .btn div {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col .btn div {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col .btn div {
    width: 19px;
    height: 19px;
  }
}
.p-mv__popup__content .col .btn div i {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col .btn div i {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col .btn div i {
    width: 19px;
    height: 19px;
  }
}
.p-mv__popup__content .col .btn div i::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col .btn div i::before {
    width: 15px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col .btn div i::before {
    width: 10px;
    height: 1px;
  }
}
.p-mv__popup__content .col .btn div i::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-mv__popup__content .col .btn div i::after {
    width: 10px;
    height: 1px;
    right: -1px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__popup__content .col .btn div i::after {
    right: 0px;
    width: 6px;
    height: 1px;
  }
}
.p-mv__popup__close {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.p-mv__popup__close__btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
}
.p-mv__popup__close__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.p-mv__popup__close__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.p-page__mv {
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-page__mv.--about {
  background: url(/wp-content/themes/theme/assets/images/about/mv.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-page__mv.--goodmind {
  background: url(/wp-content/themes/theme/assets/images/goodmind/mv.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-page__mv.--howto {
  background: url(/wp-content/themes/theme/assets/images/howto/mv.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-page__mv.--taste {
  background: url(/wp-content/themes/theme/assets/images/taste/mv.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1181px) {
  .p-page__mv {
    margin: 130px auto 0px;
    height: 500px;
  }
}
@media screen and (max-width: 1180px) {
  .p-page__mv {
    margin: 70px auto 0px;
    height: 210px;
    width: 100% !important;
  }
}

.p-page__mv-ttl.--white {
  color: #fff;
}
.p-page__mv-ttl.--green {
  color: rgb(0, 127, 65);
  font-size: 42px;
  line-height: 1;
}
@media screen and (min-width: 1181px) {
  .p-page__mv-ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 38.04px;
    letter-spacing: 7.2px;
    margin-top: 31px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .p-page__mv-ttl {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 4px;
    margin-top: 0px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}

.p-page__mv-sub {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
}
.p-page__mv-sub.--black {
  color: #000;
  font-size: 18px;
  line-height: 2.6;
}
@media screen and (min-width: 1181px) {
  .p-page__mv-sub {
    font-size: 28px;
    letter-spacing: 0.84px;
    color: #007f41;
    color: rgb(0, 127, 65);
    text-align: center;
    font-weight: bold;
    line-height: 97.71px;
  }
}
@media screen and (max-width: 1180px) {
  .p-page__mv-sub {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.84px;
    color: #007f41;
    color: rgb(0, 127, 65);
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
  }
}

.p-home__copy {
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
}
.p-home__copy-line {
  padding-left: 67px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  position: relative;
}
.p-home__copy-line:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  background: #007f41;
  left: 0;
  top: 0px;
}
@media screen and (max-width: 1180px) {
  .p-home__copy-line.item01:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    background: #007f41;
    left: 25px;
    top: 7px;
  }
  .p-home__copy-line:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    background: #007f41;
    left: 25px;
    top: 7px;
  }
}

.p-home__copy-line-txt {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 2;
  font-size: 1rem;
}
.p-home__copy-mv img {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .p-home__copy-mv {
    height: 300px;
  }
  .p-home__copy-mv img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.p-home__copy-out {
  background: #fff;
  position: relative;
  z-index: 1;
}
.p-home__bg-out {
  position: relative;
  z-index: 1;
}
.p-home__bg-in {
  padding: 25px 40px 30px;
  background-color: #fff;
}
/* ---------------------------
p-top
--------------------------- */
@media screen and (min-width: 768px) {
  .p-top__news {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news {
    margin-top: 14px;
  }
}
.p-top__news__head {
  width: 100%;
  display: flex;
  border-top: 1px solid #EAE5DA;
  border-bottom: 1px solid #EAE5DA;
  flex-wrap: wrap;
}
.p-top__news__btn {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border: none;
  background-color: transparent;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top__news__btn {
    font-weight: 700;
    padding: 20px;
    width: 20%;
    font-size: 1rem;
    height: 74px;
    letter-spacing: 0.01em;
  }
  .p-top__news__btn:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 24px;
    background-color: #EAE5DA;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top__news__btn {
    width: 50%;
    font-size: 1.1428571429rem;
    height: 50px;
  }
  .p-top__news__btn:not(:last-child) {
    border-bottom: 1px solid #EAE5DA;
  }
  .p-top__news__btn:nth-child(odd) {
    border-left: 1px solid #EAE5DA;
    border-right: 1px solid #EAE5DA;
  }
  .p-top__news__btn:nth-child(even) {
    border-right: 1px solid #EAE5DA;
  }
}
.p-top__news__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #007F41;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.p-top__news__btn.--active::after {
  opacity: 1;
}
.p-top__news__btn:hover::after {
  opacity: 1;
  transition: opacity 0.3s;
}
.p-top__news__body ul {
  display: none;
}
.p-top__news__body ul li {
  transition: all 0.3s;
  background-color: #fff;
}
.p-top__news__body ul li:hover {
  transition: all 0.3s;
  background-color: #F9F7F4;
}
.p-top__news__body ul li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAE5DA;
}
@media screen and (min-width: 768px) {
  .p-top__news__body ul li a {
    gap: 20px;
    padding: 25px 40px 25px 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news__body ul li a {
    gap: 10px;
    padding: 16px 16px 16px 11px;
    justify-content: space-between;
  }
}
.p-top__news__body ul li a h3 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-top__news__body ul li a h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news__body ul li a h3 {
    font-size: 1.0714285714rem;
    width: 73%;
  }
}
.p-top__news__body ul li a p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-top__news__body ul li a p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news__body ul li a p {
    font-size: 0.9285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top__news__more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news__more {
    margin-top: 30px;
  }
}
.p-top__about {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1181px) {
  .p-top__about {
    max-width: 1600px;
    margin-inline: auto;
    gap: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .p-top__about {
    max-width: 100%;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about {
    max-width: 100%;
    gap: 49px;
  }
}
.p-top__about__col {
  display: flex;
}
@media screen and (min-width: 1181px) {
  .p-top__about__col {
    width: 100%;
    gap: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .p-top__about__col {
    width: 100%;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__col {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (min-width: 1181px) {
  .p-top__about__col-l {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .p-top__about__col-l.item-top {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-top__about__col.--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-top__about__col .img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__col .img {
    width: 100%;
  }
  .p-top__about__col .img img {
    aspect-ratio: 375/294;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
.p-top__about__col .content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top__about__col .content {
    width: 50%;
    max-width: 400px;
    padding-top: 57px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__col .content {
    width: 100%;
    max-width: 100%;
    padding-inline: 18px;
  }
}
.p-top__about__col .content::before {
  content: "";
  position: absolute;
  background-color: #007F41;
}
@media screen and (min-width: 768px) {
  .p-top__about__col .content::before {
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__col .content::before {
    width: 90%;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top__about__col .content .title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-top__about__col .content .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about__col .content .title {
    font-size: 1.7142857143rem;
    margin-top: 36px;
  }
}
.p-top .p-top__pinBg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .p-top__pinBg {
    margin-top: -7px;
    height: 700px;
  }
  .p-top .p-top__pinBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top__pinBg {
    margin-top: -7px;
    aspect-ratio: 375/294;
  }
  .p-top .p-top__pinBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
}
.p-top__jurnal {
  background-color: #fff;
  position: relative;
  z-index: 996;
}
@media screen and (min-width: 768px) {
  .p-top__jurnal {
    padding-top: 78px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__jurnal {
    padding-top: 38px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__jurnal__inner {
    width: 81.25%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top__jurnal__inner {
    width: 100%;
  }
  .p-top__jurnal__inner .c-h,
  .p-top__jurnal__inner .p-sentences {
    padding-inline: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__jurnal__slider {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__jurnal__slider {
    position: relative;
    margin-top: 25px;
    padding-left: 18px;
  }
}
.p-top__jurnal__slider .slider-item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-top__jurnal__slider .slider-item {
    width: min-content;
  }
}
.p-top__jurnal__slider .slider-item .p-slider {
  transition: width 0.5s ease, min-width 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-top__jurnal__slider .slider-item .p-slider {
    min-width: 360px;
    height: 235px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-top__jurnal__slider .slider-item .p-slider {
    max-width: 280px;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top__jurnal__slider .slider-item.is-active {
    width: max-content;
    object-fit: cover;
    height: 380px;
  }
}
.p-top__jurnal__slider .slider-item.is-active .p-slider {
  width: 100%;
  min-width: none;
  transition: width 0.5s ease, min-width 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-top__jurnal__slider .slider-item.is-active .p-slider {
    max-width: 280px;
    min-width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top__jurnal__slider .splide__track {
    min-height: 428px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__jurnal__slider .splide__track {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__jurnal__more {
    padding-inline: 18px;
  }
}
.p-top__instagram {
  background-color: #F9F7F4;
}
@media screen and (min-width: 768px) {
  .p-top__instagram {
    padding-top: 77px;
    padding-bottom: 187px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__instagram {
    padding-top: 33px;
    padding-bottom: 161px;
  }
}
.p-top__instagram__col {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__instagram__col {
    gap: 40px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__instagram__col {
    flex-direction: column;
    gap: 62px;
    margin-top: 58px;
  }
}
.p-top__instagram__content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-top__instagram__content {
    gap: 2px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top__instagram__content {
    gap: 2px;
    width: 100%;
  }
}
.p-top__instagram__label {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #007F41;
}
@media screen and (min-width: 768px) {
  .p-top__instagram__label {
    border-radius: 0 0 5px 0;
    padding: 10px 14px 10px 14px;
    gap: 10px;
    font-size: 1rem;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__instagram__label {
    border-radius: 5px 5px 0 0;
    padding: 6px 21px 7px 13px;
    top: -36px;
    left: 0px;
    gap: 4px;
    font-size: 1rem;
  }
}
.p-top__instagram__label:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.p-top__instagram__label i {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
}
.p-top__instagram__label i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top__instagram__label i::before {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__instagram__label i::before {
    width: 18px;
    height: 18px;
  }
}
.p-top__instagram__item {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-top__instagram__item video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top__instagram__item {
    width: calc((100% - 4px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-top__instagram__item {
    width: calc((100% - 4px) / 3);
  }
}
.p-top__instagram__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__instagram__item a:hover {
  opacity: 0.8;
}
.p-top__instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------
p-sentences
--------------------------- */
.p-sentences {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sentences {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-sentences {
    gap: 24px;
  }
}
.p-sentences p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-sentences p {
    line-height: 2;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sentences p {
    line-height: 1.75;
    font-size: 1.0714285714rem;
    letter-spacing: 0.5px;
  }
}

/* ---------------------------
p-slidecopy
--------------------------- */
.p-slidecopy {
  width: 200vw;
}
.p-slidecopy__wrapper {
  width: 100%;
  height: 100%;
}
.p-slidecopy__item {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  color: #007F41;
}
@media screen and (min-width: 768px) {
  .p-slidecopy__item {
    width: fit-content;
    font-size: 7.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-slidecopy__item {
    font-size: 45px;
    position: relative;
    top: -5px;
  }
}

/* ---------------------------
p-slider
--------------------------- */
@media screen and (min-width: 1181px) {
  .p-top__jurnal__slider .slider-item.is-active .p-slider__img {
    width: 580px;
    height: 350px;
    overflow: hidden;
    position: relative;
  }
  .p-top__jurnal__slider .slider-item.is-active .p-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ← 中央トリミング＆比率無視で拡大 */
    object-position: center; /* ← 中央に寄せる */
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .p-top__jurnal__slider .slider-item.is-active .p-slider__img {
    overflow: hidden;
    position: relative;
  }
  .p-top__jurnal__slider .slider-item.is-active .p-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ← 中央トリミング＆比率無視で拡大 */
    object-position: center; /* ← 中央に寄せる */
    display: block;
  }
}

.p-slider h3 {
  color: #000000;
}
.p-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ← 中央トリミング＆比率無視で拡大 */
  object-position: center; /* ← 中央に寄せる */
  display: block;
}
@media screen and (min-width: 768px) {
  .p-slider__img {
    width: 360px;
    height: 235px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__img {
    width: auto;
    height: 194px;
    overflow: hidden;
    position: relative;
  }
}
.p-slider__content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-slider__content {
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__content {
    flex-direction: column;
    margin-top: 14px;
    gap: 5px;
  }
}
.p-slider__content p {
  background-color: #007F41;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  height: min-content;
}
@media screen and (min-width: 768px) {
  .p-slider__content p {
    padding: 6px 12px;
    min-width: auto;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__content p {
    width: fit-content;
    padding: 6px 17px;
    font-size: 1.0714285714rem;
  }
}
.p-slider__content h3 {
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-slider__content h3 {
    font-size: 1rem;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__content h3 {
    line-height: 1.5;
    font-size: 1.1428571429rem;
  }
}
.p-slider__arrows {
  width: fit-content;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-slider__arrows {
    position: relative;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__arrows {
    gap: 10px;
  }
}
.p-slider__arrow {
  background-image: url(../images/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 1 !important;
}
.p-slider__arrow:hover {
  opacity: 0.8 !important;
}
@media screen and (min-width: 768px) {
  .p-slider__arrow {
    top: 0;
    position: relative;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__arrow {
    position: absolute;
    top: 24%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
  }
}
.p-slider__arrow--prev {
  transform: rotate(0deg);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-slider__arrow--prev {
    left: 7px;
  }
}
.p-slider__arrow--next {
  transform: rotate(180deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-slider__arrow--next {
    right: 15%;
  }
}
.p-slider__progress {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-slider__progress {
    position: relative;
    margin-top: 40px;
    gap: 32px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__progress {
    margin-top: 20px;
    gap: 10px;
    padding-right: 20px;
  }
}
.p-slider__progress__bar {
  width: 100%;
}

.my-carousel-progress {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 10px;
  background: #EAE5DA;
  cursor: pointer;
  overflow: hidden;
}

.my-carousel-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  background: #007F41;
  width: 33.3%;
  transition: left 0.3s ease, width 0.3s ease;
}

/* ---------------------------
p-bnr
--------------------------- */
.p-bnr {
  position: relative;
  display: block;
}
.p-bnr__bg {
  position: relative;
  overflow: hidden;
}
.p-bnr__bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
  transition: transform 0.4s ease;
}
.p-bnr__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.p-bnr__title {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-bnr__title {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__title {
    font-size: 2.1428571429rem;
  }
}
.p-bnr__title.--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-bnr__title.--icon i {
  display: inline-flex;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .p-bnr__title.--icon i {
    width: 24px;
    height: 24px;
  }
}
.p-bnr__title.--icon i img {
  width: 100%;
  height: 100%;
}
.p-bnr__subtitle {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-bnr__subtitle {
    font-size: 1rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__subtitle {
    font-size: 1.1428571429rem;
  }
}
.p-bnr__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #007F41;
  border-radius: 6px 0 0 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-bnr__arrow {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr__arrow {
    width: 28px;
    height: 28px;
  }
}
.p-bnr__arrow i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-bnr__arrow i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-bnr__arrow i::before {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.p-bnr__arrow i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 17px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-bnr__arrow i::after {
    width: 1px;
    height: 13px;
  }
}

/* ---------------------------
p-col
--------------------------- */
.p-col {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-col {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-col {
    flex-direction: column;
    gap: 20px;
  }
}
.p-col__item {
  position: relative;
}
.p-col__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
.p-col__item:hover::before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-col__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-col__item {
    width: 100%;
  }
}

.p-about__columns {
  display: flex;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-about__columns {
    margin: 125px auto 142px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__columns {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 60px auto 60px;
  }
}

.p-about__column-l {
  max-width: 295px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .p-about__column-l {
    max-width: 295px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.p-about__ttl {
  color: #007F41;
  color: rgb(0, 127, 65);
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1181px) {
  .p-about__ttl {
    font-size: 60px;
    line-height: 74px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__ttl {
    font-size: 46px;
    line-height: 1;
  }
}

@media screen and (min-width: 1181px) {
  .p-about__txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 74px;
    letter-spacing: 1.08px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .p-about__txt {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.08px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 16px;
  }
}

.p-about__column-r {
  position: relative;
}
.p-about__column-r .u-mt--13.u-mt--13--sp.p-sentences {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
}
.p-about__column-r:before {
  content: "";
  width: 10px;
  height: 460px;
  position: absolute;
  background: #007F41;
  left: 0;
  top: 12px;
}
@media screen and (min-width: 1181px) {
  .p-about__column-r {
    padding-left: 67px;
  }
  .p-about__column-r .title {
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .p-about__column-r {
    padding-left: 28px;
    margin-top: 32px;
  }
  .p-about__column-r .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
  .p-about__column-r:before {
    content: "";
    width: 10px;
    height: 460px;
    position: absolute;
    background: #007F41;
    left: 0;
    top: 7px;
  }
}
.p-about__item-l {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-about__item-l img {
  width: 100%;
}
.p-about__item-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-about__item-r img {
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-about__slides {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__slides {
    margin-top: 80px;
  }
}
.p-about__slides .slick-track {
  display: flex;
  align-items: center;
}
.p-about__slides .slick-slide {
  margin-right: 30px;
}
@media screen and (max-width: 1180px) {
  .p-about__slides .slick-slide {
    margin-right: 15px;
  }
}

.p-about__slide img {
  display: block;
  width: 100%;
  height: auto;
}

.p-about__columns02 {
  margin-top: 92px;
  padding: 0 0 0 103px;
  display: flex;
}
.p-about__column02-l {
  max-width: 423px;
  width: 100%;
}
.p-about__column02-r {
  width: 50%;
  position: relative;
  padding-left: 67px;
}
.p-about__column02-r:before {
  content: "";
  width: 10px;
  height: 150px;
  position: absolute;
  background: #007F41;
  left: 0;
  top: 12px;
}
.p-about__farm {
  margin-top: 25px;
  background: #007F41;
  padding: 60px 0 90px;
}
.p-about__map {
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
}
@media screen and (max-width: 1180px) {
  .p-about__map {
    margin: 0 -20px;
  }
}

.p-about__lists {
  display: grid;
  gap: 10px 50px;
  max-width: 943px;
  margin: 41px auto 0;
}
@media screen and (min-width: 1181px) {
  .p-about__lists {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__lists {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px 28px;
    max-width: 943px;
    margin: 40px auto 0;
  }
}

.p-about__list-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 1181px) {
  .p-about__list-ttl {
    height: 56px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__list-ttl {
    height: 34px;
  }
}

.p-about__list-img {
  text-align: center;
}
.p-about__list-img img {
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-about__list-img {
    margin-top: 26px;
    min-height: 205px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__list-img {
    margin-top: 14px;
  }
}

.p-about__list-sub {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 1181px) {
  .p-about__list-sub {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__list-sub {
    margin-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    min-height: auto;
  }
}

.p-about__list-link {
  color: #FFF;
  text-align: center;
  border: 2px solid #fff;
  padding: 6px 10px 6px 10px;
  border-radius: 5px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  position: relative;
  letter-spacing: -0.5px;
}
.p-about__list-link::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  top: 20px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .p-about__list-link::before {
    top: 25px;
    right: 17px;
  }
}
.p-about__list-link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #fff;
  top: 17px;
  right: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-about__list-link::after {
    top: 22px;
    right: 15px;
  }
}
.p-about__list-link:hover {
  border: 2px solid #007F41;
  background-color: #fff;
  color: #007F41;
}
.p-about__list-link:hover::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #007F41;
  top: 20px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .p-about__list-link:hover::before {
    top: 25px;
    right: 17px;
  }
}
.p-about__list-link:hover::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #007F41;
  top: 17px;
  right: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-about__list-link:hover::after {
    top: 22px;
    right: 15px;
  }
}
.p-about__list-link.--online {
  background: #EAE5DA;
  border: 2px solid #EAE5DA;
  color: #007F41;
}
.p-about__list-link.--online::before {
  display: none;
}
.p-about__list-link.--online::after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/about/arrow-r02.svg) no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-about__list-link.--online:hover {
  opacity: 0.8;
}
.p-about__list-link.--online span {
  position: relative;
  top: -7px;
  right: -3px;
  width: 14px;
}
.p-about__list-link span {
  position: relative;
  top: -7px;
  right: -3px;
}
@media screen and (max-width: 1180px) {
  .p-about__list-link {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 600;
  }
  .p-about__list-link::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #fff;
    top: 20px;
    right: 8px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .p-about__list-link::before {
    top: 18px;
    right: 17px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__list-link::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #fff;
    top: 17px;
    right: 8px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .p-about__list-link::after {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__list-link:hover {
    border: 2px solid #007F41;
    background-color: #fff;
    color: #007F41;
  }
  .p-about__list-link:hover::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #007F41;
    top: 20px;
    right: 8px;
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .p-about__list-link:hover::before {
    top: 25px;
    right: 17px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__list-link:hover::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 1px;
    background-color: #007F41;
    top: 17px;
    right: 8px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 1180px) and (max-width: 767px) {
  .p-about__list-link:hover::after {
    top: 22px;
    right: 15px;
  }
}

@media screen and (min-width: 1181px) {
  .p-about__movie {
    padding: 96px 0;
  }
}
.p-about__movie-ttl {
  font-weight: 500;
}
@media screen and (min-width: 1181px) {
  .p-about__movie-ttl {
    text-align: center;
    font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
    font-size: 60px;
    line-height: 42px;
    color: #007F41;
    color: rgb(0, 127, 65);
  }
}
@media screen and (max-width: 1180px) {
  .p-about__movie-ttl {
    text-align: center;
    font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
    font-size: 46px;
    line-height: 20px;
    color: #007F41;
    color: rgb(0, 127, 65);
    margin-top: 74px;
  }
  .p-about__movie-ttl.__products {
    margin-top: 15px;
  }
}

.p-about__movie-txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 74px;
  letter-spacing: 1.08px;
  color: #000000;
  color: rgb(0, 0, 0);
  text-align: center;
}
@media screen and (min-width: 1181px) {
  .p-about__movie-iframe iframe {
    width: 100%;
    height: 700px;
  }
}
@media screen and (max-width: 1180px) {
  .p-about__movie-iframe {
    padding: 0 0px;
  }
  .p-about__movie-iframe iframe {
    width: 100%;
    height: 190px;
  }
}

.p-other__grids {
  display: grid;
  gap: 0px 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 90px;
  padding: 0px 0 106px;
  max-width: 990px;
  margin: 90px auto 0;
}
.p-other__grids .p-col__item {
  width: 100%;
  transition: 0.3s ease-out;
}
.p-other__grids .p-col__item .p-bnr {
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1180px) {
  .p-other__grids {
    display: grid;
    gap: 20px 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 90px;
    padding: 0px 0 106px;
    max-width: 990px;
    margin: 35px auto 70px;
  }
}

.p-goodmind__copy {
  background: #F4F2EC;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__copy {
    margin-top: 80px;
    padding: 100px 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__copy {
    padding: 60px 0;
  }
}

.p-goodmind__ttl {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  text-align: center;
  color: #007F41;
  color: rgb(0, 127, 65);
  font-weight: 500;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__ttl {
    font-size: 65px;
    line-height: 97.71px;
    letter-spacing: 2.95px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__ttl {
    text-align: center;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 2.95px;
  }
}

.p-goodmind__ttl02 {
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 1.92px;
  color: #000000;
  color: rgb(0, 0, 0);
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__ttl02 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__ttl02 {
    font-size: 20px;
    line-height: 30px;
  }
}

.p-goodmind__copy-txt {
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: 37px;
}
@media screen and (max-width: 1180px) {
  .p-goodmind__copy-txt {
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 20px;
    text-align: left;
    letter-spacing: 0.8px;
  }
  .p-goodmind__copy-txt br {
    display: none;
  }
}

@media screen and (min-width: 1181px) {
  .p-goodmind__main {
    padding: 125px 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__main {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1181px) {
  .p-goodmind__columns {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__columns {
    display: block;
  }
}

.p-goodmind__column-l {
  max-width: 462px;
  width: 100%;
}
.p-goodmind__column-l .u-mt--13.u-mt--13--sp.p-sentences {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
}
.p-goodmind__column-l:before {
  content: "";
  width: 462px;
  height: 9px;
  position: absolute;
  background: #007F41;
  top: 12px;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__column-l {
    margin-right: 116px;
    margin-top: 65px;
  }
  .p-goodmind__column-l .title {
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column-l {
    padding-top: 34px;
  }
  .p-goodmind__column-l .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 30px;
  }
}

.p-goodmind__column-r {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column-r {
    margin-top: 30px;
  }
}

.p-goodmind__columns02 {
  display: flex;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__columns02 {
    margin-top: -68px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__columns02 {
    margin-top: 30px;
  }
}

.p-goodmind__column02-l {
  flex: 1;
  margin-left: calc(50% - 50vw);
  width: 50%;
}
.p-goodmind__column02-r {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__column02-r {
    top: 17px;
  }
  .p-goodmind__column02-r figure {
    max-width: 460px;
    width: 100%;
    position: absolute;
    bottom: 17px;
    right: -29px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column02-r figure {
    max-width: 460px;
    width: 100%;
    position: absolute;
    bottom: 80px;
    right: -29px;
  }
}

.p-goodmind__columns03 {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__columns03 {
    margin-top: 183px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__columns03 {
    margin-top: 70px;
    flex-flow: column-reverse nowrap;
  }
}

.p-goodmind__column03-l {
  max-width: 420px;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__column03-l {
    margin-right: 118px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column03-l {
    margin-top: 30px;
  }
  .p-goodmind__column03-l img {
    width: 100%;
  }
}

.p-goodmind__column03-r {
  max-width: 460px;
  width: 100%;
  position: relative;
  padding-top: 54px;
}
.p-goodmind__column03-r .u-mt--13.u-mt--13--sp.p-sentences {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1181px) {
  .p-goodmind__column03-r:before {
    content: "";
    width: 462px;
    height: 9px;
    position: absolute;
    background: #007F41;
    top: 0px;
  }
  .p-goodmind__column03-r .title {
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column03-r .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
  .p-goodmind__column03-r:before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    background: #007F41;
    top: 0px;
  }
}
.p-goodmind__columns04 {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__columns04 {
    margin-top: -75px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__columns04 {
    margin-top: 30px;
  }
}

.p-goodmind__column04-l {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__column04-l {
    top: 17px;
  }
  .p-goodmind__column04-l figure {
    max-width: 460px;
    width: 100%;
    position: absolute;
    bottom: 17px;
    left: -63px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column04-l figure {
    max-width: 460px;
    width: 100%;
    position: absolute;
    bottom: 65px;
    left: -18px;
  }
}

.p-goodmind__column04-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
  width: 50%;
}
.p-goodmind__columns05 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1181px) {
  .p-goodmind__columns05 {
    margin-top: 189px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__columns05 {
    margin-top: 70px;
    flex-flow: column nowrap;
  }
}

.p-goodmind__column05-l {
  max-width: 462px;
  width: 100%;
  margin-right: 116px;
  padding-top: 53px;
  position: relative;
}
.p-goodmind__column05-l .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 1.68px;
  color: #000000;
  color: rgb(0, 0, 0);
}
.p-goodmind__column05-l .u-mt--13.u-mt--13--sp.p-sentences {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1181px) {
  .p-goodmind__column05-l:before {
    content: "";
    width: 462px;
    height: 9px;
    position: absolute;
    background: #007F41;
    top: 0px;
  }
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column05-l:before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    background: #007F41;
    top: 0px;
  }
}

.p-goodmind__column05-r {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .p-goodmind__column05-r {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1181px) {
  .p-howto__columns {
    display: flex;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__columns {
    margin: 0 -15px;
  }
}

.p-howto__column-l {
  background: #f4f2ec;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media screen and (min-width: 1181px) {
  .p-howto__column-l {
    width: 560px;
    height: 815px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__column-l {
    width: 100%;
  }
}

.p-howto__column-logo {
  display: block;
  width: 100%;
  padding: 0px 18px;
}
.p-howto__column-logo img {
  display: block;
}
@media screen and (max-width: 1180px) {
  .p-howto__column-logo {
    width: 97%;
    padding: 30px 40px;
    display: flex;
    margin: 0 auto;
  }
}

.p-howto__column-r {
  padding: 90px 0 0;
}
@media screen and (max-width: 1180px) {
  .p-howto__column-r {
    margin: 0 15px;
    padding: 40px 0 0;
  }
}

.p-howto__ttl {
  font-weight: bold;
  font-size: 32px;
  line-height: 51px;
  letter-spacing: 1.92px;
  color: #000000;
}
@media screen and (max-width: 1180px) {
  .p-howto__ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #000000;
  }
}

.p-howto__txt {
  font-size: 16px;
  line-height: 35px;
  color: #000000;
  margin-top: 32px;
}
@media screen and (max-width: 1180px) {
  .p-howto__txt {
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1180px) {
  .p-howto__visual {
    margin-top: 35px;
    padding: 0 0 30px 0;
  }
}

.p-howto__slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-howto__slides {
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-howto__slide img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__slide img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
  }
}

/* 進捗バー */
.progress-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  height: 10px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1180px) {
  .progress-bar {
    padding: 0 15px;
    margin: 20px auto 0;
    height: 8px;
  }
}
.progress-bar .progress-segment {
  flex: 1;
  background: #ccc;
  cursor: pointer;
  transition: left 0.3s ease, width 0.3s ease;
}
.progress-bar .progress-segment.is-active {
  background: #007f41;
}

.progress-bar__bg {
  width: 100%;
  height: 100%;
  background: #ccc;
  cursor: pointer;
}

.progress-bar__fill {
  width: 0%;
  height: 100%;
  background: #007f41;
  transition: width 0.3s ease-in-out;
  margin-top: -10px;
  cursor: pointer;
}

@media screen and (min-width: 1181px) {
  .p-howto__grids {
    margin: 75px auto 0;
    max-width: 760px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 10px 60px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__grids {
    margin: 40px auto 0;
    max-width: 760px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 10px 15px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0 20px;
  }
}

.p-howto__grid {
  position: relative;
}
.p-howto__grid:hover::after {
  transform: translateY(4px);
}
@media screen and (min-width: 1181px) {
  .p-howto__grid:after {
    content: "";
    width: 30px;
    height: 14px;
    background: url(/wp-content/themes/theme/assets/images/howto/arrow-bottom.svg) no-repeat;
    display: block;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__grid:after {
    content: "";
    width: 30px;
    height: 14px;
    background: url(/wp-content/themes/theme/assets/images/howto/arrow-bottom.svg) no-repeat;
    display: block;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 7px;
    right: 0;
    transition: transform 0.3s ease;
  }
}

.p-howto__grid-img {
  text-align: center;
  transition: 0.8s;
}
.p-howto__grid-img:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1181px) {
  .p-howto__grid-ttl {
    margin-top: 10px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    color: rgb(0, 0, 0);
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__grid-ttl {
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    color: rgb(0, 0, 0);
    min-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;
    margin-top: 14px;
    letter-spacing: 0px;
  }
}

.p-howto__grid-tag {
  font-size: 13px;
  line-height: 22px;
  color: #007f41;
  color: rgb(0, 127, 65);
  border-radius: 5px;
  padding: 0px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #007f41;
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  .p-howto__grid-tag {
    font-size: 13px;
    line-height: 22px;
    color: #007f41;
    color: rgb(0, 127, 65);
    border-radius: 5px;
    padding: 0px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #007f41;
    margin-top: 10px;
  }
}

/*============================
#cafe.p-howto__sec.--brown.p-howto__cafe
============================*/
.p-howto__sec.--brown {
  background: #f4f2ec;
}
@media screen and (min-width: 1181px) {
  .p-howto__sec {
    padding: 100px 0;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__sec {
    padding: 44px 0 60px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-howto__columns02 {
    display: flex;
    justify-content: center;
  }
}
.p-howto__column02-l {
  max-width: 520px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-howto__column02-l {
    margin-right: 50px;
  }
}
.p-howto__column02-r {
  max-width: 448px;
  width: 100%;
  padding-top: 163px;
}
.p-howto__column02-r figure {
  position: relative;
}
.p-howto__column02-r figure img {
  position: relative;
  z-index: 1;
}
.p-howto__column02-r figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #007f41;
}
@media screen and (max-width: 1180px) {
  .p-howto__column02-r {
    max-width: 430px;
    width: 100%;
    padding-top: 29px;
  }
}

@media screen and (min-width: 1181px) {
  .p-howto__top {
    width: 700px;
    display: flex;
    align-items: center;
  }
  .p-howto__top.--itempc {
    display: flex;
  }
  .p-howto__top.--itemsp {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__top {
    width: 100%;
    display: flex;
    padding: 0 20px;
  }
  .p-howto__top.--itempc {
    display: none;
  }
  .p-howto__top.--itemsp {
    display: flex;
  }
}

@media screen and (min-width: 1181px) {
  .p-howto__top-flex {
    display: flex;
    align-items: center;
  }
}
.p-howto__top-img {
  margin-right: 35px;
}
@media screen and (max-width: 1180px) {
  .p-howto__top-img {
    margin-right: 20px;
    width: 100px;
    display: inline-block;
  }
}

.p-howto__top-ttl {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  margin-right: 20px;
  font-size: 60px;
  line-height: 74px;
  color: #007f41;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 1180px) {
  .p-howto__top-ttl {
    font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
    margin-right: 0;
    font-size: 46px;
    line-height: 1;
    color: #007f41;
    position: relative;
    margin-top: 5px;
  }
}

.p-howto__top-ttl02 {
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.08px;
  color: #000000;
  text-align: center;
  top: -10px;
}
@media screen and (max-width: 1180px) {
  .p-howto__top-ttl02 {
    margin-right: 0;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1.08px;
    color: #000000;
    text-align: left;
    top: -10px;
    margin-top: -3px;
    margin-bottom: 9px;
    line-height: 1.5;
  }
}

.p-howto__ul {
  display: grid;
  gap: 10px 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.p-howto__li {
  font-size: 16px;
  letter-spacing: 0.96px;
  border-radius: 5px;
  padding: 0px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-howto__li.--green {
  color: #007f41;
  border: 1px solid #007f41;
}
.p-howto__li.--brown {
  color: #fff;
  border: 1px solid #bc7960;
  background: #bc7960;
}
@media screen and (max-width: 1180px) {
  .p-howto__li {
    font-size: 12px;
    letter-spacing: 0.96px;
    border-radius: 5px;
    padding: 0px 7px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-howto__li span {
    display: inline-block;
  }
}

.p-howto__column02-box {
  position: relative;
  padding-top: 28px;
  border-top: 10px solid #007f41;
  margin-top: 35px;
}
.p-howto__column02-ttl {
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 1.68px;
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1180px) {
  .p-howto__column02-ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
  }
}

.p-howto__column02-txt {
  color: #000000;
  color: rgb(0, 0, 0);
  margin-top: 20px;
}
@media screen and (min-width: 1181px) {
  .p-howto__column02-txt {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__column02-txt {
    font-size: 15px;
    line-height: 27px;
  }
}

.p-howto__column02-line.c-brown {
  background: #f4f2ec;
}
@media screen and (min-width: 1181px) {
  .p-howto__column02-line {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #007f41;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__column02-line {
    margin-top: 16px;
    background: #fff;
    padding: 12px 23px;
    border-left: 5px solid #007f41;
  }
}

.p-howto__column02-line-info {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
}
.p-howto__column02-line-info a {
  position: relative;
}
.p-howto__column02-line-info a::before {
  background: #007f41;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-howto__column02-line-info a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-howto__attention {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
  margin-top: 15px;
}
.p-howto__attention a {
  color: #007f41;
  position: relative;
}
.p-howto__attention a::before {
  background: #007f41;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-howto__attention a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-howto__link:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/howto/arrow-top.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 11px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-howto__link:hover {
  color: #007f41;
  background: #ffffff;
  outline: 1px solid #007f41;
}
.p-howto__link:hover:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/howto/arrow-top-green.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 11px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1181px) {
  .p-howto__link {
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #ffffff;
    background: #007f41;
    padding: 10px 19px 10px 24px;
    display: inline-flex;
    border-radius: 5px;
    margin-top: 23px;
    position: relative;
    width: 46%;
    transition: 0.8s;
    margin-right: 1%;
  }
  .p-howto__link.item-large {
    max-width: 224px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1180px) {
  .p-howto__link {
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #ffffff;
    background: #007f41;
    padding: 7px 50px 7px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
    margin-top: 23px;
    position: relative;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    margin-right: 1%;
  }
}

.arrow-brank {
  padding-left: 3px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1180px) {
  .p-howto__cafe02 {
    padding: 44px 0 200px;
  }
}

@media screen and (min-width: 1181px) {
  .p-taste__farm {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__farm {
    padding: 50px 0 37px;
  }
}

@media screen and (min-width: 1181px) {
  .p-taste__columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__columns {
    display: block;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1181px) {
  .p-taste__column-l {
    max-width: 526px;
    width: 100%;
    height: 400px;
    background: #007F41;
    position: relative;
    left: -17px;
    padding: 97px 117px 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__column-l {
    max-width: 280px;
    width: 100%;
    height: 204px;
    background: #007F41;
    position: relative;
    left: -17px;
    padding: 30px 40px 0;
  }
}

.p-taste__ttl {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1181px) {
  .p-taste__ttl {
    font-size: 70px;
    line-height: 74px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__ttl {
    font-size: 47px;
    line-height: 1.1;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 1181px) {
  .p-taste__txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 74px;
    letter-spacing: 1.08px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__txt {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.08px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    margin-top: 10px;
  }
}

.p-taste__ttl03 {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  line-height: 74px;
  color: #007F41;
  color: rgb(0, 127, 65);
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .p-taste__ttl03 {
    font-size: 50px;
    line-height: 1;
    color: #007F41;
    color: rgb(0, 127, 65);
    margin-top: 49px;
    font-weight: 500;
  }
}

.p-taste__txt03 {
  font-weight: bold;
  font-size: 18px;
  line-height: 74px;
  letter-spacing: 1.08px;
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1180px) {
  .p-taste__txt03 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.08px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 8px;
  }
}

.p-taste__column-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
  background: #F4F2EC;
  margin-top: 108px;
  padding: 90px 84px;
  position: relative;
}
.p-taste__column-r:before {
  content: "";
  background: #F4F2EC;
  position: absolute;
  width: 170px;
  height: 100%;
  left: -115px;
  z-index: -1;
  top: 0;
}
.p-taste__column-r .p-sentences {
  max-width: 493px;
}
@media screen and (max-width: 1180px) {
  .p-taste__column-r {
    margin-right: calc(50% - 50vw);
    background: #F4F2EC;
    margin-top: -82px;
    padding: 113px 15px 90px 40px;
    position: relative;
    z-index: -1;
    height: 430px;
  }
}

.p-taste__ttl02 {
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 1.68px;
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1180px) {
  .p-taste__ttl02 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #000000;
    color: rgb(0, 0, 0);
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 1px;
  }
}

.p-taste__columns02 {
  background: #F4F2EC;
}
@media screen and (min-width: 1181px) {
  .p-taste__columns02 {
    display: flex;
    justify-content: center;
    gap: 70px;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__columns02 {
    background: #F4F2EC;
    padding: 1px 10px 48px 39px;
    margin-top: 64px;
    margin-left: 24px;
  }
}

.p-taste__column02-l {
  background: #F4F2EC;
}
@media screen and (min-width: 1181px) {
  .p-taste__column02-l {
    width: 50%;
    padding: 100px 0;
  }
}
.p-taste__column02-l-in {
  max-width: 324px;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-taste__column02-l-in {
    margin: 0 0 0 auto;
  }
}
.p-taste__column02-r .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 1.68px;
  color: #000000;
  color: rgb(0, 0, 0);
}
.p-taste__column02-r .p-sentences {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  color: rgb(0, 0, 0);
  max-width: 510px;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-taste__column02-r {
    padding: 100px 0;
    background: #F4F2EC;
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__column02-r {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1.68px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 30px;
  }
  .p-taste__column02-r .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    color: rgb(0, 0, 0);
    font-feature-settings: "palt";
    text-align: justify;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1180px) {
  .p-top__about__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    flex-flow: column-reverse nowrap;
  }
}

@media screen and (min-width: 1181px) {
  .p-taste__products {
    padding: 0 0 300px 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__products {
    padding: 0 0 200px 0;
  }
}

.p-taste__products-ttl {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  color: #007F41;
  color: rgb(0, 127, 65);
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1181px) {
  .p-taste__products-ttl {
    font-size: 60px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__products-ttl {
    font-size: 48px;
    line-height: 1;
  }
}

@media screen and (min-width: 1181px) {
  .p-taste__products-txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 74px;
    letter-spacing: 1.08px;
    color: #000000;
    color: rgb(0, 0, 0);
    text-align: center;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__products-txt {
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.08px;
    color: #000000;
    color: rgb(0, 0, 0);
    text-align: center;
  }
}

.p-taste__tags {
  border-top: 1px solid #EAE5DA;
  border-bottom: 1px solid #EAE5DA;
  display: grid;
  gap: 10px 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1180px) {
  .p-taste__tags {
    border-top: 1px solid #EAE5DA;
    border-bottom: 0;
    display: -ms-grid;
    display: grid;
    gap: 10px 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin-top: 33px;
  }
}

.p-taste__tag-ttl {
  text-align: center;
  font-size: 23px;
  line-height: 17.29px;
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  color: #007F41;
}
.p-taste__tag-list {
  font-size: 16px;
  color: #000000;
  color: rgb(0, 0, 0);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.p-taste__tag-list.--bordernone {
  border-right: none;
}
@media screen and (min-width: 1181px) {
  .p-taste__tag-list {
    border-right: 1px solid #EAE5DA;
    height: 30px;
  }
  .p-taste__tag-list.active:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #007F41;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__tag-list {
    border-bottom: 1px solid #EAE5DA;
    height: 50px;
  }
  .p-taste__tag-list.active:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #007F41;
    position: absolute;
    left: 0;
    bottom: 0px;
  }
}

.p-taste__products-lists {
  display: grid;
}
@media screen and (min-width: 1181px) {
  .p-taste__products-lists {
    gap: 80px 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__products-lists {
    gap: 25px 25px;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }
}

.p-taste__products-list-ttl {
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 1181px) {
  .p-taste__products-list-ttl {
    font-size: 28px;
    font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
    color: #007F41;
    color: rgb(0, 127, 65);
    margin-top: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .p-taste__products-list-ttl {
    font-size: 24px;
    font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
    color: #007F41;
    color: rgb(0, 127, 65);
    margin-top: 0px;
    line-height: 30px;
    padding-bottom: 5px;
  }
}

.p-taste__products-list-ttl02 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1.2px;
  color: #000000;
  color: rgb(0, 0, 0);
  line-height: 1.4;
}
@media screen and (max-width: 1180px) {
  .p-taste__products-list-ttl02 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #000000;
    color: rgb(0, 0, 0);
    line-height: 23px;
  }
}

.p-taste__products-list-txt {
  font-size: 14px;
  margin-top: 10px;
  color: #000000;
  color: rgb(0, 0, 0);
}
.p-page__mv02 {
  height: 230px;
  display: flex;
  align-items: center;
  background: #F4F2EC;
}
@media screen and (min-width: 1181px) {
  .p-page__mv02 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1180px) {
  .p-page__mv02 {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F4F2EC;
    margin-top: 80px;
    padding-bottom: 15px;
  }
}

.p-page__mv02-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .p-page__mv02-box {
    padding: 0 20px;
    flex-flow: column nowrap;
    align-items: flex-start;
    line-height: 1;
  }
}

.p-page__mv02-ttl {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-size: 3.75rem;
  line-height: 74px;
  color: #007F41;
  color: rgb(0, 127, 65);
  padding-right: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .p-page__mv02-ttl {
    font-size: 38px;
  }
}

.p-page__mv02-sub {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 1.08px;
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1181px) {
  .p-page__mv02-sub {
    line-height: 74px;
  }
}
@media screen and (max-width: 1180px) {
  .p-page__mv02-sub {
    line-height: 1;
  }
}

.p-news__columns {
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-news__columns {
    margin: 100px auto 290px;
    display: flex;
  }
}
@media screen and (max-width: 1180px) {
  .p-news__columns {
    margin: 50px auto 180px;
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}

.p-news__column-l {
  width: 100%;
}
@media screen and (min-width: 1181px) {
  .p-news__column-l {
    max-width: 220px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 1180px) {
  .p-news__column-l {
    margin-top: 50px;
  }
}

.p-news__cats {
  border-top: 1px solid #EAE5DA;
}
.p-news__cat {
  position: relative;
}
.p-news__cat a {
  font-size: 0.875rem;
  line-height: 71px;
  color: #000000;
  color: rgb(0, 0, 0);
  background: #FFF;
  border-bottom: 1px solid #EAE5DA;
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.p-news__cat a:hover {
  background: #F9F7F4;
}
.p-news__cat a:hover:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/news/allow-black.svg) no-repeat;
  width: 24px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.p-news__cat:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/news/allow-brown.svg) no-repeat;
  width: 24px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-news__cat.active a {
  background: #F9F7F4;
}
.p-news__cat.active:after {
  content: "";
  background: url(/wp-content/themes/theme/assets/images/news/allow-black.svg) no-repeat;
  width: 24px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1180px) {
  .p-news__cat a {
    height: 50px;
    font-size: 14px;
  }
}

.p-news__column-r {
  max-width: 744px;
  width: 100%;
}
.p-news__grids {
  display: grid;
}
@media screen and (min-width: 1181px) {
  .p-news__grids {
    gap: 60px 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1180px) {
  .p-news__grids {
    gap: 60px 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-news__grid {
  border-top: 4px solid #007F41;
}
.p-news__grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ← 中央トリミング＆比率無視で拡大 */
  object-position: center; /* ← 中央に寄せる */
  display: block;
}
@media screen and (min-width: 1181px) {
  .p-news__grid-img {
    width: 228px;
    height: 152px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (max-width: 1180px) {
  .p-news__grid-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
  }
  .p-news__grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ← 中央トリミング＆比率無視で拡大 */
    object-position: center; /* ← 中央に寄せる */
    display: block;
  }
}

.p-news__grid-num {
  font-weight: bold;
  font-size: 0.875rem;
  color: #007F41;
  color: rgb(0, 127, 65);
  margin-top: 10px;
}
.p-news__grid-ttl {
  color: #000000;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 1181px) {
  .p-news__grid-ttl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1180px) {
  .p-news__grid-ttl {
    font-size: 14px;
  }
}

.p-news__cats02 {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.p-news__cat02 {
  margin-right: 5px;
  font-size: 12px;
  color: #333333;
  color: rgb(51, 51, 51);
  padding: 3px 5px;
  border: 1px solid #000000;
  margin-right: 5px;
  border-radius: 5px;
}
.p-news__cat02 a {
  color: #000;
}
.p-news__cat02 a:hover {
  opacity: 0.6 !important;
}
@media screen and (min-width: 1181px) {
  .p-news__cat02:nth-child(3) {
    margin-top: 5px;
  }
  .p-news__cat02:nth-child(4) {
    margin-top: 5px;
  }
}
.p-pagination {
  margin-top: 60px;
}
.page-numbers {
  display: flex;
}
.page-numbers li {
  margin-right: 10px;
}
.page-numbers li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  color: rgb(255, 255, 255);
  background: #FFF;
  color: #007F41;
  font-size: 16px;
  border: 2px solid #007F41;
}
.page-numbers.current {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  border-radius: 5px;
  text-decoration: underline;
  background: #007F41;
  border: none;
}
@media screen and (min-width: 1181px) {
  .p-single {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 1180px) {
  .p-single {
    margin-bottom: 180px;
  }
}

.p-single__columns {
  display: flex;
}
.p-single__columns .p-news__cat02 {
  margin-top: 0;
}
.p-single__columns div {
  margin-right: 10px;
}
@media screen and (min-width: 1181px) {
  .p-single__columns {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .p-single__columns {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1181px) {
  .p-news__cats02 {
    gap: 5px;
  }
}
@media screen and (max-width: 1180px) {
  .p-news__cats02 {
    gap: 5px;
  }
}

.p-single__h1 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1.92px;
  color: #000000;
  color: rgb(0, 0, 0);
  margin-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 1181px) {
  .p-single__h1 {
    line-height: 45px;
  }
}
@media screen and (max-width: 1180px) {
  .p-single__h1 {
    line-height: 35px;
  }
}

.p-single__mv {
  margin-top: 2em;
  border-top: 10px solid #007F41;
}
.p-single__btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* ---------------------------
wysiwyg
--------------------------- */
.p-wysiwyg .wp-block-columns {
  margin-top: 3em !important;
}
.p-wysiwyg > :first-child {
  margin-block-start: 0;
}
@media screen and (max-width: 1180px) {
  .p-wysiwyg > :first-child {
    margin-top: 0 !important;
  }
}
.p-wysiwyg > * {
  margin-block-start: 1.44em;
}
.p-wysiwyg p {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.p-wysiwyg p strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(0, 127, 65, 0.25) 60%);
}
.p-wysiwyg a {
  text-decoration: underline;
}
.p-wysiwyg a:hover {
  text-decoration: none;
}
.p-wysiwyg h2 {
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  border-top: 10px solid #007F41;
  padding-top: 15px;
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h2 {
    font-size: 1.75rem;
    margin-block-start: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h2 {
    font-size: 1.5714285714rem;
    margin-block-start: 35px !important;
  }
}
.p-wysiwyg h3 {
  font-weight: 600;
  line-height: 1.5;
  border: 1px solid #007F41;
  padding: 10px 20px;
  color: #007F41;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h3 {
    font-size: 1.375rem;
    padding-bottom: 13px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h3 {
    font-size: 1.4285714286rem;
    padding-bottom: 10px;
  }
}
.p-wysiwyg h4 {
  font-weight: 500;
  line-height: 1.5;
  border-left: 8px solid #007F41;
  padding-left: 14px;
  color: #007F41;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h4 {
    font-size: 1.2857142857rem;
  }
}
.p-wysiwyg h5,
.p-wysiwyg h6 {
  font-weight: 600;
}
.p-wysiwyg h5 a,
.p-wysiwyg h6 a {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h5,
  .p-wysiwyg h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg h5,
  .p-wysiwyg h6 {
    font-size: 1.1428571429rem;
  }
}
.p-wysiwyg ul > li {
  position: relative;
  padding-left: 1.6em;
  margin-top: 5px;
}
.p-wysiwyg ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  background-color: #007F41;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ul > li::before {
    top: 12px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg ul > li::before {
    top: 9px;
    left: 4px;
    width: 7px;
    height: 7px;
  }
}
.p-wysiwyg ol {
  counter-reset: 0;
}
.p-wysiwyg ol > li {
  counter-increment: number;
  position: relative;
  padding-left: 1.7em;
}
.p-wysiwyg ol > li::before {
  content: counter(number) ".";
  color: #007F41;
  position: absolute;
  top: 0;
  left: 0;
}
.p-wysiwyg .wp-block-image img {
  max-width: 100%;
}
.p-wysiwyg .wp-block-image figcaption {
  margin-top: 1em;
}
.p-wysiwyg .wp-block-table {
  position: relative;
}
.p-wysiwyg .wp-block-table table {
  border: 1px solid #bdbdbd;
}
.p-wysiwyg .wp-block-table table th,
.p-wysiwyg .wp-block-table table td {
  text-align: center;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-table table th,
  .p-wysiwyg .wp-block-table table td {
    padding: 18px 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-table table th,
  .p-wysiwyg .wp-block-table table td {
    padding: 12px 10px;
  }
}
.p-wysiwyg .wp-block-table table thead {
  border-bottom: 1px solid #bdbdbd;
  color: #fff;
}
.p-wysiwyg .wp-block-table table thead tr th {
  background-color: #007F41;
}
.p-wysiwyg .wp-block-table table thead tr th:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}
.p-wysiwyg .wp-block-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}
.p-wysiwyg .wp-block-table table tbody tr th {
  border-right: 1px solid #bdbdbd;
}
.p-wysiwyg .wp-block-table table tbody tr td:first-child {
  background-color: #dfede1;
}
.p-wysiwyg .wp-block-table table tbody tr td:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link {
  background-color: #007F41;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  position: relative;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link {
    max-width: 240px;
    width: 100%;
    min-height: 72px;
    padding: 10px 50px 10px 50px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link {
    max-width: 197px;
    width: 100%;
    min-height: 60px;
    padding: 8px 42px 8px 42px;
    font-size: 1.1428571429rem;
  }
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 20/15;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link::after {
    width: 20px;
    right: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-wysiwyg .wp-block-buttons .wp-block-button__link::after {
    width: 18px;
    right: 21px;
  }
}
.p-wysiwyg .wp-block-buttons .wp-block-button__link:hover::after {
  animation: hoverButtonAnime 0.5s 0.2s;
}
.p-wysiwyg .wp-block-navigation .wp-block-page-list {
  display: block;
}
.p-wysiwyg .wp-block-navigation .wp-block-page-list a {
  padding-left: 20px;
}

.p-page__ttl-main {
  text-align: center;
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  line-height: 42px;
  color: #007F41;
  color: rgb(0, 127, 65);
  font-weight: 500;
}
.p-page__ttl-sub {
  font-weight: bold;
  font-size: 18px;
  line-height: 55px;
  letter-spacing: 1.08px;
  color: #000000;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1180px) {
  .p-history {
    padding: 50px 0 45px;
  }
}

.p-history__green {
  background: #007F41;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1181px) {
  .p-history__green-img {
    width: 432px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__green-img {
    width: 80%;
    margin-top: 60px;
    text-align: center;
    margin: 35px auto 0;
  }
}

.p-history__timeline {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1181px) {
  .p-history__timeline {
    flex-direction: row;
    padding-left: 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__timeline {
    padding: 10px 0;
    padding-left: 20px;
  }
}

.p-history__num {
  font-size: 50px;
  line-height: 74px;
  color: #EAE5DA;
  color: rgb(234, 229, 218);
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 1181px) {
  .p-history__num {
    width: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__num {
    font-size: 34px;
    margin-bottom: 4px;
    width: 80px;
  }
}

.p-history__circle {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 1181px) {
  .p-history__circle {
    margin: 25px 16px 0 21px !important;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__circle {
    margin: 25px 0px 0 0px !important;
    width: 18px;
  }
}

.p-history__info {
  font-size: 16px;
  color: #FFFFFF;
  color: rgb(255, 255, 255);
  max-width: 600px;
  padding: 10px 0 0 12px;
  position: relative;
}
@media screen and (min-width: 1181px) {
  .p-history__info {
    line-height: 28px;
  }
  .p-history__info:before {
    content: "";
    width: 5px;
    height: 320%;
    background: #FFF;
    position: absolute;
    left: -27px;
    top: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__info {
    font-size: 15px;
    width: 240px;
    line-height: 23px;
    margin-top: 6px;
    padding: 10px 0 0 12px;
  }
  .p-history__info br {
    display: none;
  }
  .p-history__info:before {
    content: "";
    width: 5px;
    height: 320%;
    background: #FFF;
    position: absolute;
    left: -11px;
    top: 40px;
  }
}

@media screen and (min-width: 1181px) {
  .p-history__green-columns {
    display: flex;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__green-columns {
    display: block;
  }
}

.p-history__green-column-l {
  max-width: 670px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 1180px) {
  .p-history__green-column-l {
    overflow: hidden;
  }
}

@media screen and (min-width: 1181px) {
  .p-history__green-column-r {
    width: 30%;
  }
}
@media screen and (max-width: 1180px) {
  .p-history__green-column-r {
    width: 100%;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1181px) {
  .p-access__columns {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
  }
}
@media screen and (max-width: 1180px) {
  .p-access__columns {
    display: block;
  }
}

@media screen and (min-width: 1181px) {
  .p-access__column-l {
    width: 69%;
  }
}
@media screen and (max-width: 1180px) {
  .p-access__column-l {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1181px) {
  .p-access__column-r {
    width: 50%;
  }
}
.p-access__column-r iframe {
  width: 100%;
  height: 450px;
  border: none;
}
@media screen and (max-width: 1180px) {
  .p-access__column-r iframe {
    height: 300px;
  }
}

.p-access__ttl {
  font-weight: bold;
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 35px;
  border-top: 8px solid #007b43;
}
@media screen and (min-width: 1181px) {
  .p-access__ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 1180px) {
  .p-access__ttl {
    font-size: 28px;
    padding-top: 10px;
  }
}

.p-access__info {
  background-color: #F9F7F4;
  font-size: 15px;
  display: flex;
  align-items: center;
  border-top: 5px solid #FFF;
}
.p-access__info.--first {
  border-top: none;
}
@media screen and (min-width: 1181px) {
  .p-access__info {
    font-size: 16px;
  }
}

.p-access__info-dt,
.p-access__info-dd {
  background-color: #F9F7F4;
  padding: 10px 12px;
  margin: 0;
  line-height: 1.6;
}

.p-access__info-dt {
  font-weight: bold;
  width: 128px;
}
@media screen and (max-width: 1180px) {
  .p-access__info-dt {
    width: 170px;
  }
}

.p-access__info-dd {
  font-size: 16px;
  padding: 12px 15px;
}
@media screen and (max-width: 1180px) {
  .p-access__info-dd {
    width: 100%;
    font-size: 15px;
  }
}

.p-access__attention {
  margin-top: 15px;
  font-size: 14px;
}
.p-access__attention a {
  color: #007b43;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.p-access__attention a img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.p-group {
  background-color: #f8f6f2;
}
@media screen and (max-width: 1180px) {
  .p-group {
    margin-top: 50px;
    margin-bottom: 180px;
  }
}
.p-group .p-group__ttl {
  text-align: center;
  font-weight: 500;
  color: #007b43;
  margin-bottom: 10px;
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-size: 60px;
  line-height: 74px;
  color: #007F41;
  color: rgb(0, 127, 65);
  padding-top: 30px;
}
.p-group .p-group__lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1181px) {
  .p-group .p-group__lead {
    font-size: 18px;
  }
}
.p-group .p-group__box {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e6e6e6;
  padding: 40px 125px;
  margin: 50px -40px 0;
}
.p-group .p-group__box .p-group__info.--first {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1180px) {
  .p-group .p-group__box {
    padding: 30px 20px;
    margin: 50px 0px 0;
  }
}
.p-group .p-group__name {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #007F41;
  margin-bottom: 24px;
}
@media screen and (min-width: 1181px) {
  .p-group .p-group__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 1180px) {
  .p-group .p-group__name {
    font-size: 24px;
  }
}
.p-group .p-group__info {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 13px 0;
  font-size: 15px;
}
@media screen and (min-width: 1181px) {
  .p-group .p-group__info {
    font-size: 16px;
  }
}
.p-group .p-group__info-dt {
  font-weight: bold;
  width: 130px;
  flex-shrink: 0;
  padding-right: 10px;
  color: #333;
}
.p-group .p-group__info-dd {
  flex: 1;
  color: #444;
}

/* FAQ */
/* FAQセクション */
.p-contact {
  background: #f4f2ec;
}
@media screen and (max-width: 1180px) {
  .p-faq {
    padding: 50px 0 60px;
  }
  .p-faq.item-thanks {
    padding: 0 0 160px;
  }
}

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

.p-faq__item {
  background-color: #f2ede8;
  margin-bottom: 10px;
  position: relative;
}
.p-faq__item.is-open .p-faq__icon {
  line-height: 24px;
}
/* 開いている時 */
.p-faq__item.is-open .p-faq__a {
  display: block;
}

.p-faq__q {
  width: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #f2ede8;
  color: #333;
}
@media screen and (max-width: 1180px) {
  .p-faq__q {
    padding: 20px 40px 20px 20px;
  }
}

/* アイコン部分(＋／−) */
.p-faq__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #007b43;
  border-radius: 50%;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #007b43;
  font-family: sans-serif;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1180px) {
  .p-faq__icon {
    position: absolute;
    right: 10px;
  }
}

/* 答え部分 */
.p-faq__a {
  display: none; /* jQueryが操作するのでこれだけでOK */
  padding: 20px 20px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.p-faq__a a {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.p-faq__a a::before {
  background: #007f41;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-faq__a a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1180px) {
  .p-faq__a {
    font-size: 14px;
    padding: 20px 20px;
  }
}

@media screen and (min-width: 1181px) {
  .p-contact {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 1180px) {
  .p-contact {
    padding: 50px 0 150px;
  }
}

/* CONTACTセクション */
.p-contact__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1181px) {
  .p-contact__boxes {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1180px) {
  .p-contact__boxes {
    margin-top: 20px;
  }
}

.p-contact__box {
  flex: 1 1 45%;
  background: #fff;
  border-top: 10px solid #007b43;
  padding: 30px 20px 35px 20px;
  box-sizing: border-box;
  text-align: center;
}

.p-contact__txt {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  .p-contact__txt {
    text-align: left;
  }
  .p-contact__txt br {
    display: none;
  }
}

.p-contact__tel {
  font-size: 28px;
  font-weight: bold;
  color: #007b43;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f7f4;
  padding: 10px 0px;
  margin-top: 20px;
  line-height: 34px;
}
.p-contact__tel.--block {
  flex-flow: column nowrap;
}
@media screen and (max-width: 1180px) {
  .p-contact__tel br {
    display: none;
  }
  .p-contact__tel a {
    font-size: 28px;
    font-weight: bold;
    color: #007b43;
  }
}

.p-contact__tel span {
  display: block;
  font-size: 18px;
  color: #007b43;
}

.p-contact__tel.green {
  color: #007b43;
}

/* フォーム見出し */
.p-contact__heading {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  background: #007b43;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 157px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1181px) {
  .p-contact__heading {
    margin: 50px 0 20px;
  }
}
@media screen and (max-width: 1180px) {
  .p-contact__heading {
    margin: 30px 0 0px;
  }
}

/* フォーム全体 */
.p-contact__form {
  margin-top: 20px;
}

/* お問い合わせ種別（ラジオ） */
.p-contact__radio {
  margin-bottom: 25px;
  padding-left: 10px;
  font-size: 16px;
}
.p-contact__radio span {
  color: #007f41;
  font-size: 25px;
  position: relative;
  top: 4px;
}
.p-contact__radio input[type=radio] {
  transform: scale(1.5); /* 1.5倍の大きさに拡大 */
  margin: 0 8px; /* 拡大に伴う余白調整（任意） */
}
.p-contact__radio label {
  cursor: pointer;
}
@media screen and (min-width: 1181px) {
  .p-contact__radio {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .p-contact__radio {
    margin-top: 20px;
  }
}

.p-contact__radio legend {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  margin-left: -10px;
}

.p-contact__radio label {
  font-size: 16px;
  color: #333;
  margin-right: 30px;
  position: relative;
  left: -12px;
}
@media screen and (min-width: 1181px) {
  .p-contact__radio label {
    display: inline-block;
  }
}
@media screen and (max-width: 1180px) {
  .p-contact__radio label {
    display: block;
    margin-top: 5px;
  }
}

/* 各フィールド */
.p-contact__field span {
  color: #007b43;
  font-size: 25px;
  position: relative;
  top: 4px;
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 14px !important;
  font-weight: normal;
  display: block;
}

.p-contact__radio input[type=radio] {
  -webkit-transform: scale(1.5);
  transform: scale(1.2);
  margin: 0 !important;
}

.p-contact__field-box span {
  color: #000;
  font-size: 16px;
  position: relative;
  top: 0px;
  margin: 0;
}
@media screen and (min-width: 1181px) {
  .p-contact__field-box p {
    display: flex;
    margin-top: 10px;
  }
  .p-contact__field-box p label {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .p-contact__field-box {
    position: relative;
    top: -30px;
  }
  .p-contact__field-box p {
    display: flex;
    flex-wrap: wrap;
  }
  .p-contact__field-box p label {
    margin-right: 20px;
    width: 40%;
    margin-top: 5px;
  }
}

.p-contact__field label {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.p-contact__field input,
.p-contact__field textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fdfdfd;
}

.p-contact__field input {
  min-height: 60px;
  border: none;
  margin-top: 5px;
  padding: 10px 20px;
}

.p-contact__field textarea {
  min-height: 260px;
  border: none;
  margin-top: 5px;
  padding: 20px 20px;
}

/* プライバシーボックス */
.p-contact__privacy {
  border: 2px solid #007b43;
  padding: 20px;
  font-size: 13px;
  line-height: 1.7;
  background: #fff;
  margin-top: 30px;
  color: #333;
  height: 230px;
  overflow: scroll;
}
.p-contact__privacy .p-ttl {
  font-weight: bold;
  padding-top: 8px;
  font-size: 16px;
  padding-bottom: 0;
}
.p-contact__privacy .p-sub-ttl {
  font-weight: bold;
  padding-top: 8px;
  font-size: 16px;
  padding-bottom: 0;
}

.p-contact__privacy-link {
  display: inline-block;
  margin-top: 10px;
  color: #007b43;
  font-weight: bold;
  text-decoration: underline;
}

.text-box p {
  padding-bottom: 10px;
  font-size: 16px;
}
.text-box ul {
  padding-bottom: 10px;
}
.text-box ul li {
  font-size: 16px;
}
@media screen and (max-width: 1180px) {
  .text-box p {
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1180px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

/* チェックボックス同意 */
.p-contact__agree {
  margin: 20px 0;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 325px;
  margin: 30px auto 25px;
}
.p-contact__agree input[type=checkbox] {
  transform: scale(1.5); /* 1.5倍に拡大 */
  margin-right: 8px; /* ラベルとの間隔調整（任意） */
  cursor: pointer;
}
.p-contact__agree label {
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}
@media screen and (max-width: 1180px) {
  .p-contact__agree br {
    display: none;
  }
}

/* 送信ボタン */
.p-contact__submit {
  margin-top: 49px;
  text-align: center;
  padding: 0 !important;
}
.p-contact__submit p {
  width: 100%;
  height: 100%;
}
.p-contact__submit p input[type=submit].wpcf7-form-control.wpcf7-submit {
  padding: 10px 62px 12px 30px;
}
@media screen and (max-width: 1180px) {
  .p-contact__submit {
    left: 0 !important;
  }
}

.c-btn.--green {
  background-color: #007b43;
  color: #fff;
  padding: 12px 62px 12px 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
}
.c-btn.--green:hover {
  background-color: #fff;
  color: #007b43;
}
@media screen and (max-width: 1180px) {
  .c-btn.--green {
    width: 190px;
  }
}

/* レスポンシブ例：タブレット・スマホ */
@media (max-width: 768px) {
  .p-contact__boxes {
    flex-direction: column;
  }
  .p-contact__box {
    flex: 1 1 auto;
    margin-bottom: 20px;
  }
}
input[type=submit].wpcf7-form-control.wpcf7-submit {
  all: unset; /* ← これが一番クリーンに全部リセット */
  cursor: pointer;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}

.wpcf7-form-control:valid {
  border-color: initial;
}

.p-contact__field,
.p-contact__agree,
.p-contact__privacy {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
}
.p-contact__field input,
.p-contact__agree input,
.p-contact__privacy input {
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 16px !important;
  color: #dc3232 !important;
  font-weight: 500;
  border-color: #f4f2ec !important;
}

@media screen and (max-width: 1180px) {
  .wpcf7-list-item {
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1180px) {
  .p-contact__field-box p label {
    margin-right: 20px;
    width: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1180px) {
  .p-contact__field-box span {
    color: #000;
    font-size: 16px;
    position: relative;
    top: 0px;
    margin: 0;
    left: 5px;
  }
}

body:not(.page-id-31) .grecaptcha-badge {
  display: none !important;
}

/* Turnstile (CF7) */
.turnstile-wrapper {
  margin: 0 auto;
  display: flex;
  position: relative;
  left: -30px;
  text-align: center;
  margin-bottom: 15px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .turnstile-wrapper {
    left: 0;
  }
}

/* ---------------------------
u-border
--------------------------- */
.u-border--b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.u-border--gray {
  border-color: #cccccc;
}

.u-c--base {
  color: #007F41 !important;
}
.u-c--wh {
  color: #fff !important;
}

.u-bg--base {
  background-color: #007F41 !important;
}
.u-bg--wh {
  background-color: #fff !important;
}
@media screen and (min-width: 1181px) {
  .u-bg--brown {
    background-color: #e9e4da;
  }
}
/* ---------------------------
u-display
--------------------------- */
@media screen and (min-width: 768px) {
  .u-display--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
}
@media screen and (min-width: 1181px) {
  .u-display--large {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .u-display--large {
    display: none;
  }
}
@media screen and (min-width: 1181px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-display--tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tb {
    display: none;
  }
}
@media screen and (min-width: 1181px) {
  .u-display--tbsp {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .u-display--tbsp {
    display: block;
  }
}
@media screen and (min-width: 1181px) {
  .u-display--tbnone {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-display--tbnone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-display--tbnone {
    display: block;
  }
}

/* ---------------------------
m
--------------------------- */
.u-valign--t {
  vertical-align: top !important;
}

.u-valign--m {
  vertical-align: middle !important;
}

.u-valign--b {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-mt--0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--0--tb {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--0--sp {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--0--tb {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--0--sp {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--0 {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--0--tb {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--0--sp {
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--0 {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--0--tb {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--0--sp {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--1 {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--1--tb {
    margin-top: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--1--sp {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--1 {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--1--tb {
    margin-bottom: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--1--sp {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--1 {
    padding-top: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--1--tb {
    padding-top: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--1--sp {
    padding-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--1 {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--1--tb {
    padding-bottom: 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--1--sp {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--2 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--2--tb {
    margin-top: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--2--sp {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--2 {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--2--tb {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--2--sp {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--2 {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--2--tb {
    padding-top: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--2--sp {
    padding-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--2 {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--2--tb {
    padding-bottom: 4px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--2--sp {
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--3 {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--3--tb {
    margin-top: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--3--sp {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--3 {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--3--tb {
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--3--sp {
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--3 {
    padding-top: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--3--tb {
    padding-top: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--3--sp {
    padding-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--3 {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--3--tb {
    padding-bottom: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--3--sp {
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--4 {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--4--tb {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--4--sp {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--4 {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--4--tb {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--4--sp {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--4 {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--4--tb {
    padding-top: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--4--sp {
    padding-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--4 {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--4--tb {
    padding-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--4--sp {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--5 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--5--tb {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--5--sp {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--5 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--5--tb {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--5--sp {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--5 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--5--tb {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--5--sp {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--5 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--5--tb {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--5--sp {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--6 {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--6--tb {
    margin-top: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--6--sp {
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--6 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--6--tb {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--6--sp {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--6 {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--6--tb {
    padding-top: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--6--sp {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--6 {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--6--tb {
    padding-bottom: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--6--sp {
    padding-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--7 {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--7--tb {
    margin-top: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--7--sp {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--7 {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--7--tb {
    margin-bottom: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--7--sp {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--7 {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--7--tb {
    padding-top: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--7--sp {
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--7 {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--7--tb {
    padding-bottom: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--7--sp {
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--8 {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--8--tb {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--8--sp {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--8 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--8--tb {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--8--sp {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--8 {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--8--tb {
    padding-top: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--8--sp {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--8 {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--8--tb {
    padding-bottom: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--8--sp {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--9 {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--9--tb {
    margin-top: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--9--sp {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--9 {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--9--tb {
    margin-bottom: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--9--sp {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--9 {
    padding-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--9--tb {
    padding-top: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--9--sp {
    padding-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--9 {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--9--tb {
    padding-bottom: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--9--sp {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--10 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--10--tb {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--10--sp {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--10 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--10--tb {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--10--sp {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--10 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--10--tb {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--10--sp {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--10 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--10--tb {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--10--sp {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--11 {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--11--tb {
    margin-top: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--11--sp {
    margin-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--11 {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--11--tb {
    margin-bottom: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--11--sp {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--11 {
    padding-top: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--11--tb {
    padding-top: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--11--sp {
    padding-top: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--11 {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--11--tb {
    padding-bottom: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--11--sp {
    padding-bottom: 22px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--12 {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--12--tb {
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--12--sp {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--12 {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--12--tb {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--12--sp {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--12 {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--12--tb {
    padding-top: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--12--sp {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--12 {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--12--tb {
    padding-bottom: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--12--sp {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--13 {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--13--tb {
    margin-top: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--13--sp {
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--13 {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--13--tb {
    margin-bottom: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--13--sp {
    margin-bottom: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--13 {
    padding-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--13--tb {
    padding-top: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--13--sp {
    padding-top: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--13 {
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--13--tb {
    padding-bottom: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--13--sp {
    padding-bottom: 26px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--14 {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--14--tb {
    margin-top: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--14--sp {
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--14 {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--14--tb {
    margin-bottom: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--14--sp {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--14 {
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--14--tb {
    padding-top: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--14--sp {
    padding-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--14 {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--14--tb {
    padding-bottom: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--14--sp {
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--15 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--15--tb {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--15--sp {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--15 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--15--tb {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--15--sp {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--15 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--15--tb {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--15--sp {
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--15 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--15--tb {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--15--sp {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--16 {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--16--tb {
    margin-top: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--16--sp {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--16 {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--16--tb {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--16--sp {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--16 {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--16--tb {
    padding-top: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--16--sp {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--16 {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--16--tb {
    padding-bottom: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--16--sp {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--17 {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--17--tb {
    margin-top: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--17--sp {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--17 {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--17--tb {
    margin-bottom: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--17--sp {
    margin-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--17 {
    padding-top: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--17--tb {
    padding-top: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--17--sp {
    padding-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--17 {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--17--tb {
    padding-bottom: 34px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--17--sp {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--18 {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--18--tb {
    margin-top: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--18--sp {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--18 {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--18--tb {
    margin-bottom: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--18--sp {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--18 {
    padding-top: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--18--tb {
    padding-top: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--18--sp {
    padding-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--18 {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--18--tb {
    padding-bottom: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--18--sp {
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--19 {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--19--tb {
    margin-top: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--19--sp {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--19 {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--19--tb {
    margin-bottom: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--19--sp {
    margin-bottom: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--19 {
    padding-top: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--19--tb {
    padding-top: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--19--sp {
    padding-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--19 {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--19--tb {
    padding-bottom: 38px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--19--sp {
    padding-bottom: 38px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--20 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--20--tb {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--20--sp {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--20 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--20--tb {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--20--sp {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--20 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--20--tb {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--20--sp {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--20 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--20--tb {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--20--sp {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--21 {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--21--tb {
    margin-top: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--21--sp {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--21 {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--21--tb {
    margin-bottom: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--21--sp {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--21 {
    padding-top: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--21--tb {
    padding-top: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--21--sp {
    padding-top: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--21 {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--21--tb {
    padding-bottom: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--21--sp {
    padding-bottom: 42px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--22 {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--22--tb {
    margin-top: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--22--sp {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--22 {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--22--tb {
    margin-bottom: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--22--sp {
    margin-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--22 {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--22--tb {
    padding-top: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--22--sp {
    padding-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--22 {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--22--tb {
    padding-bottom: 44px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--22--sp {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--23 {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--23--tb {
    margin-top: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--23--sp {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--23 {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--23--tb {
    margin-bottom: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--23--sp {
    margin-bottom: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--23 {
    padding-top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--23--tb {
    padding-top: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--23--sp {
    padding-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--23 {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--23--tb {
    padding-bottom: 46px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--23--sp {
    padding-bottom: 46px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--24 {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--24--tb {
    margin-top: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--24--sp {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--24 {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--24--tb {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--24--sp {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--24 {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--24--tb {
    padding-top: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--24--sp {
    padding-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--24 {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--24--tb {
    padding-bottom: 48px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--24--sp {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--25 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--25--tb {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--25--sp {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--25 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--25--tb {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--25--sp {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--25 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--25--tb {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--25--sp {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--25 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--25--tb {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--25--sp {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--26 {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--26--tb {
    margin-top: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--26--sp {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--26 {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--26--tb {
    margin-bottom: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--26--sp {
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--26 {
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--26--tb {
    padding-top: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--26--sp {
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--26 {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--26--tb {
    padding-bottom: 52px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--26--sp {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--27 {
    margin-top: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--27--tb {
    margin-top: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--27--sp {
    margin-top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--27 {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--27--tb {
    margin-bottom: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--27--sp {
    margin-bottom: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--27 {
    padding-top: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--27--tb {
    padding-top: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--27--sp {
    padding-top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--27 {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--27--tb {
    padding-bottom: 54px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--27--sp {
    padding-bottom: 54px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--28 {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--28--tb {
    margin-top: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--28--sp {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--28 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--28--tb {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--28--sp {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--28 {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--28--tb {
    padding-top: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--28--sp {
    padding-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--28 {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--28--tb {
    padding-bottom: 56px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--28--sp {
    padding-bottom: 56px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--29 {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--29--tb {
    margin-top: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--29--sp {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--29 {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--29--tb {
    margin-bottom: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--29--sp {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--29 {
    padding-top: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--29--tb {
    padding-top: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--29--sp {
    padding-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--29 {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--29--tb {
    padding-bottom: 58px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--29--sp {
    padding-bottom: 58px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--30 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--30--tb {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--30--sp {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--30 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--30--tb {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--30--sp {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--30 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--30--tb {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--30--sp {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--30 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--30--tb {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--30--sp {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--31 {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--31--tb {
    margin-top: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--31--sp {
    margin-top: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--31 {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--31--tb {
    margin-bottom: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--31--sp {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--31 {
    padding-top: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--31--tb {
    padding-top: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--31--sp {
    padding-top: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--31 {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--31--tb {
    padding-bottom: 62px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--31--sp {
    padding-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--32 {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--32--tb {
    margin-top: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--32--sp {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--32 {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--32--tb {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--32--sp {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--32 {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--32--tb {
    padding-top: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--32--sp {
    padding-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--32 {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--32--tb {
    padding-bottom: 64px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--32--sp {
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--33 {
    margin-top: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--33--tb {
    margin-top: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--33--sp {
    margin-top: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--33 {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--33--tb {
    margin-bottom: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--33--sp {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--33 {
    padding-top: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--33--tb {
    padding-top: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--33--sp {
    padding-top: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--33 {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--33--tb {
    padding-bottom: 66px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--33--sp {
    padding-bottom: 66px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--34 {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--34--tb {
    margin-top: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--34--sp {
    margin-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--34 {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--34--tb {
    margin-bottom: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--34--sp {
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--34 {
    padding-top: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--34--tb {
    padding-top: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--34--sp {
    padding-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--34 {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--34--tb {
    padding-bottom: 68px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--34--sp {
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--35 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--35--tb {
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--35--sp {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--35 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--35--tb {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--35--sp {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--35 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--35--tb {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--35--sp {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--35 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--35--tb {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--35--sp {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--36 {
    margin-top: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--36--tb {
    margin-top: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--36--sp {
    margin-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--36 {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--36--tb {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--36--sp {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--36 {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--36--tb {
    padding-top: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--36--sp {
    padding-top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--36 {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--36--tb {
    padding-bottom: 72px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--36--sp {
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--37 {
    margin-top: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--37--tb {
    margin-top: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--37--sp {
    margin-top: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--37 {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--37--tb {
    margin-bottom: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--37--sp {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--37 {
    padding-top: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--37--tb {
    padding-top: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--37--sp {
    padding-top: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--37 {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--37--tb {
    padding-bottom: 74px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--37--sp {
    padding-bottom: 74px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--38 {
    margin-top: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--38--tb {
    margin-top: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--38--sp {
    margin-top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--38 {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--38--tb {
    margin-bottom: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--38--sp {
    margin-bottom: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--38 {
    padding-top: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--38--tb {
    padding-top: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--38--sp {
    padding-top: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--38 {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--38--tb {
    padding-bottom: 76px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--38--sp {
    padding-bottom: 76px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--39 {
    margin-top: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--39--tb {
    margin-top: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--39--sp {
    margin-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--39 {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--39--tb {
    margin-bottom: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--39--sp {
    margin-bottom: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--39 {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--39--tb {
    padding-top: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--39--sp {
    padding-top: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--39 {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--39--tb {
    padding-bottom: 78px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--39--sp {
    padding-bottom: 78px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--40 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--40--tb {
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--40--sp {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--40 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--40--tb {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--40--sp {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--40 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--40--tb {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--40--sp {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--40 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--40--tb {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--40--sp {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--41 {
    margin-top: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--41--tb {
    margin-top: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--41--sp {
    margin-top: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--41 {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--41--tb {
    margin-bottom: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--41--sp {
    margin-bottom: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--41 {
    padding-top: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--41--tb {
    padding-top: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--41--sp {
    padding-top: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--41 {
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--41--tb {
    padding-bottom: 82px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--41--sp {
    padding-bottom: 82px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--42 {
    margin-top: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--42--tb {
    margin-top: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--42--sp {
    margin-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--42 {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--42--tb {
    margin-bottom: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--42--sp {
    margin-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--42 {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--42--tb {
    padding-top: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--42--sp {
    padding-top: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--42 {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--42--tb {
    padding-bottom: 84px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--42--sp {
    padding-bottom: 84px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--43 {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--43--tb {
    margin-top: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--43--sp {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--43 {
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--43--tb {
    margin-bottom: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--43--sp {
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--43 {
    padding-top: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--43--tb {
    padding-top: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--43--sp {
    padding-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--43 {
    padding-bottom: 86px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--43--tb {
    padding-bottom: 86px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--43--sp {
    padding-bottom: 86px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--44 {
    margin-top: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--44--tb {
    margin-top: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--44--sp {
    margin-top: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--44 {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--44--tb {
    margin-bottom: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--44--sp {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--44 {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--44--tb {
    padding-top: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--44--sp {
    padding-top: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--44 {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--44--tb {
    padding-bottom: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--44--sp {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--45 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--45--tb {
    margin-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--45--sp {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--45 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--45--tb {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--45--sp {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--45 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--45--tb {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--45--sp {
    padding-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--45 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--45--tb {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--45--sp {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--46 {
    margin-top: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--46--tb {
    margin-top: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--46--sp {
    margin-top: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--46 {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--46--tb {
    margin-bottom: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--46--sp {
    margin-bottom: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--46 {
    padding-top: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--46--tb {
    padding-top: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--46--sp {
    padding-top: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--46 {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--46--tb {
    padding-bottom: 92px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--46--sp {
    padding-bottom: 92px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--47 {
    margin-top: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--47--tb {
    margin-top: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--47--sp {
    margin-top: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--47 {
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--47--tb {
    margin-bottom: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--47--sp {
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--47 {
    padding-top: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--47--tb {
    padding-top: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--47--sp {
    padding-top: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--47 {
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--47--tb {
    padding-bottom: 94px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--47--sp {
    padding-bottom: 94px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--48 {
    margin-top: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--48--tb {
    margin-top: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--48--sp {
    margin-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--48 {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--48--tb {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--48--sp {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--48 {
    padding-top: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--48--tb {
    padding-top: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--48--sp {
    padding-top: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--48 {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--48--tb {
    padding-bottom: 96px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--48--sp {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--49 {
    margin-top: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--49--tb {
    margin-top: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--49--sp {
    margin-top: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--49 {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--49--tb {
    margin-bottom: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--49--sp {
    margin-bottom: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--49 {
    padding-top: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--49--tb {
    padding-top: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--49--sp {
    padding-top: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--49 {
    padding-bottom: 98px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--49--tb {
    padding-bottom: 98px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--49--sp {
    padding-bottom: 98px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--50 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--50--tb {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--50--sp {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--50 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--50--tb {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--50--sp {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--50 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--50--tb {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--50--sp {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--50 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--50--tb {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--50--sp {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--51 {
    margin-top: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--51--tb {
    margin-top: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--51--sp {
    margin-top: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--51 {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--51--tb {
    margin-bottom: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--51--sp {
    margin-bottom: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--51 {
    padding-top: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--51--tb {
    padding-top: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--51--sp {
    padding-top: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--51 {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--51--tb {
    padding-bottom: 102px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--51--sp {
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--52 {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--52--tb {
    margin-top: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--52--sp {
    margin-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--52 {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--52--tb {
    margin-bottom: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--52--sp {
    margin-bottom: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--52 {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--52--tb {
    padding-top: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--52--sp {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--52 {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--52--tb {
    padding-bottom: 104px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--52--sp {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--53 {
    margin-top: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--53--tb {
    margin-top: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--53--sp {
    margin-top: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--53 {
    margin-bottom: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--53--tb {
    margin-bottom: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--53--sp {
    margin-bottom: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--53 {
    padding-top: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--53--tb {
    padding-top: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--53--sp {
    padding-top: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--53 {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--53--tb {
    padding-bottom: 106px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--53--sp {
    padding-bottom: 106px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--54 {
    margin-top: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--54--tb {
    margin-top: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--54--sp {
    margin-top: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--54 {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--54--tb {
    margin-bottom: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--54--sp {
    margin-bottom: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--54 {
    padding-top: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--54--tb {
    padding-top: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--54--sp {
    padding-top: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--54 {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--54--tb {
    padding-bottom: 108px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--54--sp {
    padding-bottom: 108px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--55 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--55--tb {
    margin-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--55--sp {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--55 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--55--tb {
    margin-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--55--sp {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--55 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--55--tb {
    padding-top: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--55--sp {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--55 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--55--tb {
    padding-bottom: 110px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--55--sp {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--56 {
    margin-top: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--56--tb {
    margin-top: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--56--sp {
    margin-top: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--56 {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--56--tb {
    margin-bottom: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--56--sp {
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--56 {
    padding-top: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--56--tb {
    padding-top: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--56--sp {
    padding-top: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--56 {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--56--tb {
    padding-bottom: 112px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--56--sp {
    padding-bottom: 112px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--57 {
    margin-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--57--tb {
    margin-top: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--57--sp {
    margin-top: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--57 {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--57--tb {
    margin-bottom: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--57--sp {
    margin-bottom: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--57 {
    padding-top: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--57--tb {
    padding-top: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--57--sp {
    padding-top: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--57 {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--57--tb {
    padding-bottom: 114px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--57--sp {
    padding-bottom: 114px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--58 {
    margin-top: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--58--tb {
    margin-top: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--58--sp {
    margin-top: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--58 {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--58--tb {
    margin-bottom: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--58--sp {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--58 {
    padding-top: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--58--tb {
    padding-top: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--58--sp {
    padding-top: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--58 {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--58--tb {
    padding-bottom: 116px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--58--sp {
    padding-bottom: 116px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--59 {
    margin-top: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--59--tb {
    margin-top: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--59--sp {
    margin-top: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--59 {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--59--tb {
    margin-bottom: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--59--sp {
    margin-bottom: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--59 {
    padding-top: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--59--tb {
    padding-top: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--59--sp {
    padding-top: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--59 {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--59--tb {
    padding-bottom: 118px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--59--sp {
    padding-bottom: 118px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--60 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--60--tb {
    margin-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--60--sp {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--60 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--60--tb {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--60--sp {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--60 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--60--tb {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--60--sp {
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--60 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--60--tb {
    padding-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--60--sp {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--61 {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--61--tb {
    margin-top: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--61--sp {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--61 {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--61--tb {
    margin-bottom: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--61--sp {
    margin-bottom: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--61 {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--61--tb {
    padding-top: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--61--sp {
    padding-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--61 {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--61--tb {
    padding-bottom: 122px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--61--sp {
    padding-bottom: 122px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--62 {
    margin-top: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--62--tb {
    margin-top: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--62--sp {
    margin-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--62 {
    margin-bottom: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--62--tb {
    margin-bottom: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--62--sp {
    margin-bottom: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--62 {
    padding-top: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--62--tb {
    padding-top: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--62--sp {
    padding-top: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--62 {
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--62--tb {
    padding-bottom: 124px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--62--sp {
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--63 {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--63--tb {
    margin-top: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--63--sp {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--63 {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--63--tb {
    margin-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--63--sp {
    margin-bottom: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--63 {
    padding-top: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--63--tb {
    padding-top: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--63--sp {
    padding-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--63 {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--63--tb {
    padding-bottom: 126px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--63--sp {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--64 {
    margin-top: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--64--tb {
    margin-top: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--64--sp {
    margin-top: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--64 {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--64--tb {
    margin-bottom: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--64--sp {
    margin-bottom: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--64 {
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--64--tb {
    padding-top: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--64--sp {
    padding-top: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--64 {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--64--tb {
    padding-bottom: 128px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--64--sp {
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--65 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--65--tb {
    margin-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--65--sp {
    margin-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--65 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--65--tb {
    margin-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--65--sp {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--65 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--65--tb {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--65--sp {
    padding-top: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--65 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--65--tb {
    padding-bottom: 130px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--65--sp {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--66 {
    margin-top: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--66--tb {
    margin-top: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--66--sp {
    margin-top: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--66 {
    margin-bottom: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--66--tb {
    margin-bottom: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--66--sp {
    margin-bottom: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--66 {
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--66--tb {
    padding-top: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--66--sp {
    padding-top: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--66 {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--66--tb {
    padding-bottom: 132px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--66--sp {
    padding-bottom: 132px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--67 {
    margin-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--67--tb {
    margin-top: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--67--sp {
    margin-top: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--67 {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--67--tb {
    margin-bottom: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--67--sp {
    margin-bottom: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--67 {
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--67--tb {
    padding-top: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--67--sp {
    padding-top: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--67 {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--67--tb {
    padding-bottom: 134px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--67--sp {
    padding-bottom: 134px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--68 {
    margin-top: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--68--tb {
    margin-top: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--68--sp {
    margin-top: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--68 {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--68--tb {
    margin-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--68--sp {
    margin-bottom: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--68 {
    padding-top: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--68--tb {
    padding-top: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--68--sp {
    padding-top: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--68 {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--68--tb {
    padding-bottom: 136px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--68--sp {
    padding-bottom: 136px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--69 {
    margin-top: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--69--tb {
    margin-top: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--69--sp {
    margin-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--69 {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--69--tb {
    margin-bottom: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--69--sp {
    margin-bottom: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--69 {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--69--tb {
    padding-top: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--69--sp {
    padding-top: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--69 {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--69--tb {
    padding-bottom: 138px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--69--sp {
    padding-bottom: 138px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--70 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--70--tb {
    margin-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--70--sp {
    margin-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--70 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--70--tb {
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--70--sp {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--70 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--70--tb {
    padding-top: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--70--sp {
    padding-top: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--70 {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--70--tb {
    padding-bottom: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--70--sp {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--71 {
    margin-top: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--71--tb {
    margin-top: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--71--sp {
    margin-top: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--71 {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--71--tb {
    margin-bottom: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--71--sp {
    margin-bottom: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--71 {
    padding-top: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--71--tb {
    padding-top: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--71--sp {
    padding-top: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--71 {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--71--tb {
    padding-bottom: 142px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--71--sp {
    padding-bottom: 142px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--72 {
    margin-top: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--72--tb {
    margin-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--72--sp {
    margin-top: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--72 {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--72--tb {
    margin-bottom: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--72--sp {
    margin-bottom: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--72 {
    padding-top: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--72--tb {
    padding-top: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--72--sp {
    padding-top: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--72 {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--72--tb {
    padding-bottom: 144px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--72--sp {
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--73 {
    margin-top: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--73--tb {
    margin-top: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--73--sp {
    margin-top: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--73 {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--73--tb {
    margin-bottom: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--73--sp {
    margin-bottom: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--73 {
    padding-top: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--73--tb {
    padding-top: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--73--sp {
    padding-top: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--73 {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--73--tb {
    padding-bottom: 146px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--73--sp {
    padding-bottom: 146px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--74 {
    margin-top: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--74--tb {
    margin-top: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--74--sp {
    margin-top: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--74 {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--74--tb {
    margin-bottom: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--74--sp {
    margin-bottom: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--74 {
    padding-top: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--74--tb {
    padding-top: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--74--sp {
    padding-top: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--74 {
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--74--tb {
    padding-bottom: 148px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--74--sp {
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--75 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--75--tb {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--75--sp {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--75 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--75--tb {
    margin-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--75--sp {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--75 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--75--tb {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--75--sp {
    padding-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--75 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--75--tb {
    padding-bottom: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--75--sp {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--76 {
    margin-top: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--76--tb {
    margin-top: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--76--sp {
    margin-top: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--76 {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--76--tb {
    margin-bottom: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--76--sp {
    margin-bottom: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--76 {
    padding-top: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--76--tb {
    padding-top: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--76--sp {
    padding-top: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--76 {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--76--tb {
    padding-bottom: 152px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--76--sp {
    padding-bottom: 152px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--77 {
    margin-top: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--77--tb {
    margin-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--77--sp {
    margin-top: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--77 {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--77--tb {
    margin-bottom: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--77--sp {
    margin-bottom: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--77 {
    padding-top: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--77--tb {
    padding-top: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--77--sp {
    padding-top: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--77 {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--77--tb {
    padding-bottom: 154px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--77--sp {
    padding-bottom: 154px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--78 {
    margin-top: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--78--tb {
    margin-top: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--78--sp {
    margin-top: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--78 {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--78--tb {
    margin-bottom: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--78--sp {
    margin-bottom: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--78 {
    padding-top: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--78--tb {
    padding-top: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--78--sp {
    padding-top: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--78 {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--78--tb {
    padding-bottom: 156px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--78--sp {
    padding-bottom: 156px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--79 {
    margin-top: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--79--tb {
    margin-top: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--79--sp {
    margin-top: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--79 {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--79--tb {
    margin-bottom: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--79--sp {
    margin-bottom: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--79 {
    padding-top: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--79--tb {
    padding-top: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--79--sp {
    padding-top: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--79 {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--79--tb {
    padding-bottom: 158px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--79--sp {
    padding-bottom: 158px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--80 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--80--tb {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--80--sp {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--80 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--80--tb {
    margin-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--80--sp {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--80 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--80--tb {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--80--sp {
    padding-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--80 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--80--tb {
    padding-bottom: 160px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--80--sp {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--81 {
    margin-top: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--81--tb {
    margin-top: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--81--sp {
    margin-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--81 {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--81--tb {
    margin-bottom: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--81--sp {
    margin-bottom: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--81 {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--81--tb {
    padding-top: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--81--sp {
    padding-top: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--81 {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--81--tb {
    padding-bottom: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--81--sp {
    padding-bottom: 162px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--82 {
    margin-top: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--82--tb {
    margin-top: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--82--sp {
    margin-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--82 {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--82--tb {
    margin-bottom: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--82--sp {
    margin-bottom: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--82 {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--82--tb {
    padding-top: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--82--sp {
    padding-top: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--82 {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--82--tb {
    padding-bottom: 164px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--82--sp {
    padding-bottom: 164px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--83 {
    margin-top: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--83--tb {
    margin-top: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--83--sp {
    margin-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--83 {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--83--tb {
    margin-bottom: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--83--sp {
    margin-bottom: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--83 {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--83--tb {
    padding-top: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--83--sp {
    padding-top: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--83 {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--83--tb {
    padding-bottom: 166px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--83--sp {
    padding-bottom: 166px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--84 {
    margin-top: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--84--tb {
    margin-top: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--84--sp {
    margin-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--84 {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--84--tb {
    margin-bottom: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--84--sp {
    margin-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--84 {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--84--tb {
    padding-top: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--84--sp {
    padding-top: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--84 {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--84--tb {
    padding-bottom: 168px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--84--sp {
    padding-bottom: 168px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--85 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--85--tb {
    margin-top: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--85--sp {
    margin-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--85 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--85--tb {
    margin-bottom: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--85--sp {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--85 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--85--tb {
    padding-top: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--85--sp {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--85 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--85--tb {
    padding-bottom: 170px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--85--sp {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--86 {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--86--tb {
    margin-top: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--86--sp {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--86 {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--86--tb {
    margin-bottom: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--86--sp {
    margin-bottom: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--86 {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--86--tb {
    padding-top: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--86--sp {
    padding-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--86 {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--86--tb {
    padding-bottom: 172px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--86--sp {
    padding-bottom: 172px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--87 {
    margin-top: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--87--tb {
    margin-top: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--87--sp {
    margin-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--87 {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--87--tb {
    margin-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--87--sp {
    margin-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--87 {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--87--tb {
    padding-top: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--87--sp {
    padding-top: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--87 {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--87--tb {
    padding-bottom: 174px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--87--sp {
    padding-bottom: 174px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--88 {
    margin-top: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--88--tb {
    margin-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--88--sp {
    margin-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--88 {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--88--tb {
    margin-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--88--sp {
    margin-bottom: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--88 {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--88--tb {
    padding-top: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--88--sp {
    padding-top: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--88 {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--88--tb {
    padding-bottom: 176px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--88--sp {
    padding-bottom: 176px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--89 {
    margin-top: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--89--tb {
    margin-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--89--sp {
    margin-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--89 {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--89--tb {
    margin-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--89--sp {
    margin-bottom: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--89 {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--89--tb {
    padding-top: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--89--sp {
    padding-top: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--89 {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--89--tb {
    padding-bottom: 178px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--89--sp {
    padding-bottom: 178px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt--90 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mt--90--tb {
    margin-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mt--90--sp {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-mb--90 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-mb--90--tb {
    margin-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb--90--sp {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pt--90 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pt--90--tb {
    padding-top: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt--90--sp {
    padding-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .u-pb--90 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .u-pb--90--tb {
    padding-bottom: 180px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb--90--sp {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 431px) and (max-width: 768px) {
  .u-mt--40--tb {
    margin-top: 80px;
  }
  .p-top__about__col .content::before {
    left: 47%;
  }
  .p-about__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-about__movie-iframe iframe {
    width: 100%;
    height: 350px;
  }
  .p-slidecopy__item {
    font-size: 60px;
  }
  .l-footer__logo {
    width: 40%;
    margin-top: 50px;
  }
  .p-howto__column-logo {
    width: 70%;
  }
  .p-howto__slide img {
    width: 100%;
    height: 340px;
  }
  .u-mt--50.u-mt--28--sp img {
    width: 100%;
  }
  .p-news__grid-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .p-top__jurnal__slider .splide__track {
    min-height: 320px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-top__about__col {
    flex-flow: row;
    padding: 0 20px;
  }
  .u-mt--50.u-mt--28--sp img {
    width: 100%;
  }
  .p-news__grid-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
  }
  .p-news__column-r {
    max-width: 744px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .p-top__about__col {
    flex-flow: row;
    padding: 0 20px;
  }
  .p-about__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .p-about__map {
    margin: 0 auto 20px;
  }
  .p-about__movie-iframe iframe {
    width: 100%;
    height: 350px !important;
  }
  .p-howto__column-logo {
    width: 100% !important;
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .p-about__movie-iframe iframe {
    width: 100%;
    height: 350px !important;
  }
  .p-howto__slide img {
    width: 100%;
    height: 340px !important;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/* ---------------------------
text
--------------------------- */
.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.u-align--r {
  text-align: right !important;
}

.u-align--c {
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  .u-align--c--pc {
    text-align: center !important;
  }
}

.u-align-l {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-align-l--sp {
    text-align: left !important;
  }
}

.u-ff02 {
  font-family: "Oswald", "Hiragino Sans", "Helvetica Neue", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

.u-lh200 {
  line-height: 2 !important;
}

.u-uline {
  text-decoration: underline !important;
}
.u-uline:hover, .u-uline:focus {
  text-decoration: none !important;
}

.u-text--10 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--10 {
    font-size: calc(10 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--10 {
    font-size: calc(10 * 0.06rem) !important;
  }
}

.u-text--11 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--11 {
    font-size: calc(11 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--11 {
    font-size: calc(11 * 0.06rem) !important;
  }
}

.u-text--12 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--12 {
    font-size: calc(12 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--12 {
    font-size: calc(12 * 0.06rem) !important;
  }
}

.u-text--13 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--13 {
    font-size: calc(13 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--13 {
    font-size: calc(13 * 0.06rem) !important;
  }
}

.u-text--14 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--14 {
    font-size: calc(14 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--14 {
    font-size: calc(14 * 0.06rem) !important;
  }
}

.u-text--15 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--15 {
    font-size: calc(15 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--15 {
    font-size: calc(15 * 0.06rem) !important;
  }
}

.u-text--16 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--16 {
    font-size: calc(16 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--16 {
    font-size: calc(16 * 0.06rem) !important;
  }
}

.u-text--17 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--17 {
    font-size: calc(17 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--17 {
    font-size: calc(17 * 0.06rem) !important;
  }
}

.u-text--18 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--18 {
    font-size: calc(18 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--18 {
    font-size: calc(18 * 0.06rem) !important;
  }
}

.u-text--19 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--19 {
    font-size: calc(19 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--19 {
    font-size: calc(19 * 0.06rem) !important;
  }
}

.u-text--20 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--20 {
    font-size: calc(20 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--20 {
    font-size: calc(20 * 0.06rem) !important;
  }
}

.u-text--21 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--21 {
    font-size: calc(21 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--21 {
    font-size: calc(21 * 0.06rem) !important;
  }
}

.u-text--22 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--22 {
    font-size: calc(22 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--22 {
    font-size: calc(22 * 0.06rem) !important;
  }
}

.u-text--23 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--23 {
    font-size: calc(23 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--23 {
    font-size: calc(23 * 0.06rem) !important;
  }
}

.u-text--24 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--24 {
    font-size: calc(24 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--24 {
    font-size: calc(24 * 0.06rem) !important;
  }
}

.u-text--25 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--25 {
    font-size: calc(25 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--25 {
    font-size: calc(25 * 0.06rem) !important;
  }
}

.u-text--26 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--26 {
    font-size: calc(26 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--26 {
    font-size: calc(26 * 0.06rem) !important;
  }
}

.u-text--27 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--27 {
    font-size: calc(27 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--27 {
    font-size: calc(27 * 0.06rem) !important;
  }
}

.u-text--28 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--28 {
    font-size: calc(28 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--28 {
    font-size: calc(28 * 0.06rem) !important;
  }
}

.u-text--29 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--29 {
    font-size: calc(29 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--29 {
    font-size: calc(29 * 0.06rem) !important;
  }
}

.u-text--30 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--30 {
    font-size: calc(30 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--30 {
    font-size: calc(30 * 0.06rem) !important;
  }
}

.u-text--31 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--31 {
    font-size: calc(31 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--31 {
    font-size: calc(31 * 0.06rem) !important;
  }
}

.u-text--32 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--32 {
    font-size: calc(32 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--32 {
    font-size: calc(32 * 0.06rem) !important;
  }
}

.u-text--33 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--33 {
    font-size: calc(33 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--33 {
    font-size: calc(33 * 0.06rem) !important;
  }
}

.u-text--34 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--34 {
    font-size: calc(34 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--34 {
    font-size: calc(34 * 0.06rem) !important;
  }
}

.u-text--35 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--35 {
    font-size: calc(35 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--35 {
    font-size: calc(35 * 0.06rem) !important;
  }
}

.u-text--36 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--36 {
    font-size: calc(36 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--36 {
    font-size: calc(36 * 0.06rem) !important;
  }
}

.u-text--37 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--37 {
    font-size: calc(37 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--37 {
    font-size: calc(37 * 0.06rem) !important;
  }
}

.u-text--38 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--38 {
    font-size: calc(38 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--38 {
    font-size: calc(38 * 0.06rem) !important;
  }
}

.u-text--39 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--39 {
    font-size: calc(39 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--39 {
    font-size: calc(39 * 0.06rem) !important;
  }
}

.u-text--40 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--40 {
    font-size: calc(40 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--40 {
    font-size: calc(40 * 0.06rem) !important;
  }
}

.u-text--41 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1181px) {
  .u-text--41 {
    font-size: calc(41 * 0.0625rem) !important;
  }
}
@media screen and (max-width: 1180px) {
  .u-text--41 {
    font-size: calc(41 * 0.06rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--10--sp {
    font-size: calc(10 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--11--sp {
    font-size: calc(11 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--12--sp {
    font-size: calc(12 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--13--sp {
    font-size: calc(13 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--14--sp {
    font-size: calc(14 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--15--sp {
    font-size: calc(15 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--16--sp {
    font-size: calc(16 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--17--sp {
    font-size: calc(17 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--18--sp {
    font-size: calc(18 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--19--sp {
    font-size: calc(19 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--20--sp {
    font-size: calc(20 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--21--sp {
    font-size: calc(21 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--22--sp {
    font-size: calc(22 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--23--sp {
    font-size: calc(23 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--24--sp {
    font-size: calc(24 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--25--sp {
    font-size: calc(25 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--26--sp {
    font-size: calc(26 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--27--sp {
    font-size: calc(27 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--28--sp {
    font-size: calc(28 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--29--sp {
    font-size: calc(29 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--30--sp {
    font-size: calc(30 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--31--sp {
    font-size: calc(31 * 0.0714285714rem) !important;
  }
}

@media screen and (max-width: 1180px) {
  .u-text--32--sp {
    font-size: calc(32 * 0.0714285714rem) !important;
  }
}
