@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1F20;
  background-color: #F2FBF3;
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0;
  contain: layout paint;
  position: relative;
  min-height: 100vh;
}
body.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header,
.footer {
  line-height: 100%;
}

.main {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0 20px;
  overflow-x: clip;
  position: relative;
  display: flow-root;
}
@media screen and (max-width: 1090px) {
  .main {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1090px) {
  .main {
    margin-top: 24px;
  }
}
.main p {
  color: #1F1F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.main p + p {
  margin-top: 16px;
}
.main header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main header {
    margin-bottom: 32px;
  }
}
.main header::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #149B73;
  width: 100%;
  height: 3px;
  border-radius: 3px;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none !important;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

section {
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
section + section {
  margin-top: 56px;
}

figcaption {
  margin-top: 8px;
  line-height: 180%;
  text-align: center;
  height: 29px;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.caution:before {
  content: "※";
  margin-right: 0.25em;
}

article img {
  width: 100%;
}

p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

figure + p, p + figure {
  margin-top: 24px;
}

/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
.header {
  width: 100%;
  padding: 0 12px 0 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 0;
  }
}
.header .header-inner {
  margin: 0 auto;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .header .header-inner {
    margin: 0 20px;
  }
}
.header .header-inner .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1140px) {
  .header .header-inner .header-left {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 6px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-left {
    row-gap: 2px;
  }
}
@media screen and (max-width: 1140px) {
  .header .header-inner .header-left .logo-link {
    margin-top: 6px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.header .header-inner .header-left .logo-link .logo-img {
  max-width: 193px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-left .logo-link .logo-img {
    max-width: 136px;
  }
}
@media screen and (max-width: 450px) {
  .header .header-inner .header-left .logo-link .logo-img {
    max-width: 100px;
  }
}
.header .header-inner .header-left .area-text {
  color: #1F1F20;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .header .header-inner .header-left .area-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1140px) {
  .header .header-inner .header-left .area-text {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: right;
  }
}
@media screen and (max-width: 1140px) and (max-width: 450px) {
  .header .header-inner .header-left .area-text {
    font-size: 10px;
  }
}
.header .header-inner .header-left .area-text span {
  color: #149B73;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 2px;
  margin-left: 8px;
  border: 1px #149B73 solid;
  background: #F2FBF3;
  padding: 0px 5px;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-left .area-text span {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .header .header-inner .header-left .area-text span {
    margin-left: 6px;
  }
}
.header .header-inner .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header .header-inner .header-right .header-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .header-nav {
    display: none;
  }
}
.header .header-inner .header-right .link-top {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  color: #fff;
  padding: 3px 35px 4px 16px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inner .header-right .link-top::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 11px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inner .header-right .link-top::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-inner .header-right .link-top:first-child {
  border-radius: 16px;
  background: #006CB6;
  border: 1px #006CB6 solid;
}
.header .header-inner .header-right .link-top:first-child::after {
  background: #006CB6;
}
.header .header-inner .header-right .link-top:first-child:hover {
  color: #006CB6;
  background: #fff;
  border: 1px #006CB6 solid;
}
.header .header-inner .header-right .link-top:first-child:hover::after {
  background: #fff;
}
.header .header-inner .header-right .link-top:first-child:hover::before {
  background: #006CB6;
}
.header .header-inner .header-right .link-top:nth-child(2) {
  border-radius: 16px;
  background: #149B73;
  border: 1px #149B73 solid;
}
.header .header-inner .header-right .link-top:nth-child(2)::after {
  background: #149B73;
}
.header .header-inner .header-right .link-top:nth-child(2):hover {
  color: #149B73;
  background: #fff;
  border: 1px #149B73 solid;
}
.header .header-inner .header-right .link-top:nth-child(2):hover::after {
  background: #fff;
}
.header .header-inner .header-right .link-top:nth-child(2):hover::before {
  background: #149B73;
}
.header .header-inner .header-right .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CCC;
  border-radius: 16px;
  padding: 4px 8px 3px 24px;
  width: 320px;
  margin-top: 12px;
  margin-left: auto;
}
.header .header-inner .header-right .search-box input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
}
.header .header-inner .header-right .search-box input::-webkit-input-placeholder {
  color: #999;
}
.header .header-inner .header-right .search-box input::-moz-placeholder {
  color: #999;
}
.header .header-inner .header-right .search-box input:-ms-input-placeholder {
  color: #999;
}
.header .header-inner .header-right .search-box input::-ms-input-placeholder {
  color: #999;
}
.header .header-inner .header-right .search-box input::placeholder {
  color: #999;
}
.header .header-inner .header-right .search-box .search-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.header .header-inner .header-right .search-box .search-btn img {
  width: 24px;
}
.header .header-inner .header-right .btn-station-menu {
  background-color: #00a08e;
  color: #fff;
  border: none;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header .header-inner .header-right .btn-station-menu:hover {
  opacity: 0.9;
}
.header .header-inner .header-right .btn-station-menu .hamburger-lines {
  width: 24px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.header .header-inner .header-right .btn-station-menu .hamburger-lines span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.header .header-inner .header-right .btn-station-menu .menu-text {
  font-size: 10px;
  font-weight: bold;
}
.header .header-inner .header-right .btn-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 8px;
  background: #149B73;
  padding: 21px 13px 17px;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger {
    padding: 13px 12px;
    border-radius: 4px;
  }
}
.header .header-inner .header-right .btn-hamburger .hamburger-lines {
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger .hamburger-lines {
    width: 16px;
    margin-bottom: 0;
  }
}
.header .header-inner .header-right .btn-hamburger .hamburger-lines span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger .hamburger-lines span {
    height: 2px;
  }
}
.header .header-inner .header-right .btn-hamburger .hamburger-lines span:not(:nth-child(3)) {
  margin-bottom: 9px;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger .hamburger-lines span:not(:nth-child(3)) {
    margin-bottom: 4px;
  }
}
.header .header-inner .header-right .btn-hamburger.is-active .hamburger-lines span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger.is-active .hamburger-lines span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
}
.header .header-inner .header-right .btn-hamburger.is-active .hamburger-lines span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header .header-inner .header-right .btn-hamburger.btn-hamburger.is-active .hamburger-lines span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger.btn-hamburger.is-active .hamburger-lines span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}
.header .header-inner .header-right .btn-hamburger .menu-text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (max-width: 1023px) {
  .header .header-inner .header-right .btn-hamburger .menu-text {
    display: none;
  }
}
.header-broadcast {
  position: absolute;
  top: 112px;
  right: 0;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  z-index: 200;
  height: 100vh;
  overflow-y: auto;
  padding: 48px 44px 100px;
  background: #fff;
  width: 100%;
  max-width: 390px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
}
@media screen and (max-width: 1023px) {
  .header-broadcast {
    padding: 24px 20px;
    top: 66px;
    background: #149B73;
  }
}
@media screen and (max-width: 767px) {
  .header-broadcast {
    max-width: 320px;
    top: 60px;
  }
}
@media screen and (max-width: 390px) {
  .header-broadcast {
    top: 57px;
  }
}
.header-broadcast.is-active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.header-broadcast.is-active .header-broadcast-drawer {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.header-broadcast-drawer {
  -webkit-transform: translate(65px);
          transform: translate(65px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.35s, -webkit-transform 0.5s ease 0.35s;
  transition: opacity 0.5s ease 0.35s, -webkit-transform 0.5s ease 0.35s;
  transition: opacity 0.5s ease 0.35s, transform 0.5s ease 0.35s;
  transition: opacity 0.5s ease 0.35s, transform 0.5s ease 0.35s, -webkit-transform 0.5s ease 0.35s;
}
.header-broadcast .search-box {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-broadcast .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 24px;
    padding: 11px 16px 11px 24px;
    width: 100%;
    margin-bottom: 24px;
  }
  .header-broadcast .search-box input {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    background: none;
    border: none;
    outline: none;
    width: 100%;
    padding: 0;
  }
  .header-broadcast .search-box input::-webkit-input-placeholder {
    color: #999;
  }
  .header-broadcast .search-box input::-moz-placeholder {
    color: #999;
  }
  .header-broadcast .search-box input:-ms-input-placeholder {
    color: #999;
  }
  .header-broadcast .search-box input::-ms-input-placeholder {
    color: #999;
  }
  .header-broadcast .search-box input::placeholder {
    color: #999;
  }
  .header-broadcast .search-box .search-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
  }
  .header-broadcast .search-box .search-btn img {
    width: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-broadcast-box {
    padding: 24px 20px;
    background: #fff;
    border-radius: 16px;
  }
}
.header-broadcast-title {
  color: #149B73;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .header-broadcast-title {
    font-size: 18px;
  }
}
.header-broadcast .list {
  margin-bottom: 0;
}
.header-broadcast .list li a {
  line-height: 175%;
  padding: 16px 24px;
}
@media screen and (max-width: 1023px) {
  .header-broadcast .list li a {
    padding: 12px 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-broadcast .list li a::before {
    height: 20px;
    width: 20px;
    right: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .header-broadcast .list li a::after {
    height: 4px;
    width: 8px;
    right: 13px;
  }
}
.header-broadcast-drawer {
  padding-bottom: 50px;
}
.header-broadcast-links {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-broadcast-links {
    display: block;
    margin-top: 24px;
  }
  .header-broadcast-links .link-top {
    font-size: 14px;
    font-weight: 500;
    line-height: 175%;
    background: #fff;
    padding: 7px 0 8px;
    text-decoration: none;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 20px;
    width: 100%;
  }
  .header-broadcast-links .link-top::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 15px;
    content: "";
    display: inline-block;
    height: 4px;
    width: 8px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    z-index: 3;
  }
  .header-broadcast-links .link-top::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    z-index: 2;
    border-radius: 50%;
  }
  .header-broadcast-links .link-top:first-child {
    color: #006CB6;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .header-broadcast-links .link-top:first-child {
    padding-right: 9px;
  }
}
@media screen and (max-width: 1023px) {
  .header-broadcast-links .link-top:first-child::after {
    background: #fff;
  }
  .header-broadcast-links .link-top:first-child::before {
    background: #006CB6;
  }
  .header-broadcast-links .link-top:nth-child(2) {
    margin-top: 16px;
    color: #149B73;
  }
  .header-broadcast-links .link-top:nth-child(2)::after {
    background: #fff;
  }
  .header-broadcast-links .link-top:nth-child(2)::before {
    background: #149B73;
  }
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  position: relative;
  margin-top: 16px;
  padding-top: 30px;
  overflow-x: hidden;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 16px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  width: calc(100% + 110px);
  height: 32px;
  background: url(../img/common/wave.svg);
  background-repeat: repeat-x;
  background-size: 469.61px;
}
@media screen and (min-width: 1024px) {
  .footer::before {
    left: -335px;
    width: calc(100% + 335px);
  }
}
@media screen and (max-width: 1023px) {
  .footer::before {
    top: 0;
    left: -20px;
    background-size: 146px;
  }
}
@media screen and (max-width: 1023px) {
  .footer::before {
    left: 0;
    height: 12px;
    background: url(../img/common/wave-green-lg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    background: url(../img/common/wave-green-md.svg);
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.footer .footer-main {
  background-color: #149B73;
  padding: 48px 0 72px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main {
    padding: 24px 0 48px;
  }
}
.footer .footer-main .footer-inner {
  max-width: 1208px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .footer-main .footer-inner .footer-left {
  max-width: 351px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-left {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-left {
    display: none;
  }
}
.footer .footer-main .footer-inner .footer-left .footer-logo {
  display: block;
  width: 216px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-left .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.footer .footer-main .footer-inner .footer-left .footer-link {
  width: 100%;
  max-width: 232px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  width: 100%;
  padding: 10px 0;
  border: 1px #fff solid;
  border-radius: 32px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-main .footer-inner .footer-left .footer-link:hover {
  color: #149B73;
  background: #fff;
}
.footer .footer-main .footer-inner .footer-left .footer-link:hover .footer-link-white {
  display: none;
}
.footer .footer-main .footer-inner .footer-left .footer-link:hover .footer-link-green {
  display: block;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-left .footer-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 200px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-left .footer-link {
    padding: 6px 0;
  }
}
.footer .footer-main .footer-inner .footer-left .footer-link img {
  margin-left: 6px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-left .footer-link img {
    margin-left: 4px;
  }
}
.footer .footer-main .footer-inner .footer-left .footer-link-white {
  display: block;
}
.footer .footer-main .footer-inner .footer-left .footer-link-green {
  display: none;
}
.footer .footer-main .footer-inner .footer-right {
  max-width: 577px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-right {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-main .footer-inner .footer-right p {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-right p {
    text-align: center;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer-main .footer-inner .footer-right .footer-sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  list-style: none;
  margin-top: 12px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-right .footer-sub-nav {
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-main .footer-inner .footer-right .footer-sub-nav {
    max-width: 240px;
  }
}
.footer .footer-main .footer-inner .footer-right .footer-sub-nav li {
  padding-left: 14px;
  width: calc(25% - 32px);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-right .footer-sub-nav li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-main .footer-inner .footer-right .footer-sub-nav li {
    width: calc(50% - 10px);
    white-space: nowrap;
  }
}
.footer .footer-main .footer-inner .footer-right .footer-sub-nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 1.5px;
  background: #FFF;
}
.footer .footer-main .footer-inner .footer-right .footer-sub-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.footer .footer-main .footer-inner .footer-right .footer-main-nav {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 8px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-inner .footer-right .footer-main-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px 0 0;
    padding: 16px 0;
    border-top: 0.5px solid #E3F9EE;
    border-bottom: 0.5px solid #E3F9EE;
  }
}
@media screen and (max-width: 607px) {
  .footer .footer-main .footer-inner .footer-right .footer-main-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 607px) {
  .footer .footer-main .footer-inner .footer-right .footer-main-nav li {
    width: calc(50% - 60px);
    white-space: nowrap;
  }
}
.footer .footer-main .footer-left {
  max-width: 351px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-left {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: none;
  }
}
.footer .footer-main .footer-left .footer-logo {
  display: block;
  width: 216px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-left .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-main .footer-left .footer-logo {
    margin-top: 48px;
  }
}
.footer .footer-main .footer-left .footer-link {
  width: 100%;
  max-width: 232px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  width: 100%;
  padding: 10px 0;
  border: 1px #fff solid;
  border-radius: 32px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-main .footer-left .footer-link:hover {
  color: #149B73;
  background: #fff;
}
.footer .footer-main .footer-left .footer-link:hover .footer-link-white {
  display: none;
}
.footer .footer-main .footer-left .footer-link:hover .footer-link-green {
  display: block;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-left .footer-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 200px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-left .footer-link {
    padding: 6px 0;
  }
}
.footer .footer-main .footer-left .footer-link img {
  margin-left: 6px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-left .footer-link img {
    margin-left: 4px;
  }
}
.footer .footer-main .footer-left .footer-link-white {
  display: block;
}
.footer .footer-main .footer-left .footer-link-green {
  display: none;
}
.footer .footer-main .footer-sns {
  border-top: 1px solid #41B38B;
  max-width: 1208px;
  padding: 0 20px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-sns {
    border-top: none;
    margin: 16px auto 0;
  }
}
.footer .footer-main .footer-sns-nav {
  max-width: 1036px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-sns-nav {
    max-width: 516px;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-main .footer-sns-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer-main .footer-sns-nav li {
  width: 24.4%;
}
@media screen and (max-width: 1023px) {
  .footer .footer-main .footer-sns-nav li {
    width: 49.2%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-main .footer-sns-nav li {
    width: calc(50% - 4px);
  }
}
.footer .footer-main .footer-sns-nav .font-small {
  font-size: 14px;
  gap: 12px;
}
@media screen and (max-width: 459px) {
  .footer .footer-main .footer-sns-nav .font-small {
    font-size: 12px;
    gap: 8px;
  }
}
.footer .footer-main .footer-sns-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #E3F9EE;
  color: #149B73;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  max-width: 253px;
  height: 56px;
}
@media screen and (max-width: 459px) {
  .footer .footer-main .footer-sns-nav a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.footer .footer-main .footer-sns-nav a figure {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 459px) {
  .footer .footer-main .footer-sns-nav a figure {
    width: 30px;
    height: 30px;
  }
}
.footer .footer-main .footer-sns-nav a figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 459px) {
  .footer .footer-main .footer-sns-nav a figure::after {
    width: 30px;
    height: 30px;
  }
}
.footer .footer-main .footer-sns-nav a figure img {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 459px) {
  .footer .footer-main .footer-sns-nav a figure img {
    width: 18px;
    height: 18px;
  }
}
.footer .footer-main .footer-sns-nav a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .copyright {
  width: 100%;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  padding: 12px 0;
}
@media screen and (max-width: 1023px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1168px;
  padding: 56px 84px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1090px) {
  .container {
    border-radius: 24px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    border-radius: 16px;
    padding: 32px 24px;
  }
}

.bg-first {
  position: absolute;
  z-index: 1;
  top: -210px;
  left: -205px;
  max-width: 653px;
}
@media screen and (min-width: 1440px) {
  .bg-first {
    max-width: 800px;
    top: -200px;
    left: -74px;
  }
}
@media screen and (max-width: 1090px) {
  .bg-first {
    top: -155px;
    left: -115px;
    max-width: 543px;
  }
}
@media screen and (max-width: 767px) {
  .bg-first {
    top: -82px;
    left: -74px;
    max-width: 322px;
  }
}

.bg-second {
  position: absolute;
  z-index: 1;
  top: 295px;
  right: -32px;
  max-width: 206px;
}
@media screen and (min-width: 1440px) {
  .bg-second {
    right: 90px;
  }
}
@media screen and (max-width: 1090px) {
  .bg-second {
    top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .bg-second {
    top: 185px;
    right: -85px;
  }
}

.bg-third {
  position: absolute;
  z-index: 1;
  top: 830px;
  left: -70px;
  max-width: 200px;
}
@media screen and (min-width: 1440px) {
  .bg-third {
    left: 102px;
  }
}
@media screen and (max-width: 1090px) {
  .bg-third {
    top: 707px;
    left: -81px;
  }
}

.bg-fourth {
  position: absolute;
  z-index: 1;
  top: 1417px;
  right: -32px;
  max-width: 172px;
}
@media screen and (min-width: 1440px) {
  .bg-fourth {
    right: 108px;
  }
}
@media screen and (max-width: 1090px) {
  .bg-fourth {
    top: 1212px;
    right: -62px;
  }
}
@media screen and (max-width: 767px) {
  .bg-fourth {
    top: 1294px;
    right: -72px;
  }
}

.bg-fifth {
  position: absolute;
  z-index: 1;
  top: 1939px;
  left: -69px;
  max-width: 206px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 1440px) {
  .bg-fifth {
    left: 80px;
  }
}
@media screen and (max-width: 1090px) {
  .bg-fifth {
    top: 1672px;
    left: -84px;
  }
}
@media screen and (max-width: 767px) {
  .bg-fifth {
    top: 1820px;
  }
}

.bg-sixth {
  max-width: 200px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 2195px;
  right: -63px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .bg-sixth {
    top: 2367px;
  }
}

.bg-seventh {
  position: absolute;
  z-index: 1;
  bottom: -335px;
  right: -56px;
  width: 653px;
}
@media screen and (max-width: 1090px) {
  .bg-seventh {
    width: 543px;
    bottom: -305px;
    right: -119px;
  }
}
@media screen and (max-width: 767px) {
  .bg-seventh {
    width: 322px;
    bottom: -215px;
    right: -37px;
  }
}

.bg-eighth {
  display: none;
  max-width: 172px;
}
@media screen and (max-width: 1090px) {
  .bg-eighth {
    display: block;
    position: absolute;
    z-index: 1;
    top: 2718px;
    left: -86px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@media screen and (max-width: 767px) {
  .bg-eighth {
    top: 2896px;
    left: -72px;
  }
}

/* ボタン系
==================================- */
.btn, .main .wp-block-button__link {
  width: 100%;
  position: relative;
  color: #149B73;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  display: block;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  border: 1px #149B73 solid;
  border-radius: 32px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  z-index: 10;
}
.btn:hover, .main .wp-block-button__link:hover {
  color: #fff;
  background: #149B73;
}
.btn:hover::after, .main .wp-block-button__link:hover::after {
  background: #149B73;
}
.btn:hover::before, .main .wp-block-button__link:hover::before {
  background: #fff;
}
.btn::after, .main .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 21px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn::before, .main .wp-block-button__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #149B73;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-plus::after, .main .btn-plus.wp-block-button__link::after {
  right: 20px;
  background: url(../../assets/img/common/path-plus.svg) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 14px;
  clip-path: none;
}

.card-cast {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  background: #fff;
  border: 1px solid #149B73;
  border-radius: 16px;
  padding: 32px 48px;
  grid-auto-columns: 96px auto;
}
@media screen and (max-width: 1090px) {
  .card-cast {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 80px auto;
    row-gap: 0;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    border-radius: 8px;
    padding: 24px;
    word-break: break-all;
  }
}
.card-cast + .card-cast {
  margin-top: 16px;
}
.card-cast .cast-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
}
.card-cast .cast-thumb img {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-thumb img {
    width: 80px;
    height: 80px;
  }
}
.card-cast .cast-role {
  color: #149B73;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin-top: 17px;
  margin-bottom: 4px;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-role {
    font-size: 14px;
    margin-top: 12px;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.card-cast .cast-name {
  font-size: 20px;
  font-weight: 600;
  margin-top: 33px;
  margin-bottom: 0;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-name {
    font-size: 18px;
    margin-top: 26.5px;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.card-cast .cast-role + .cast-name {
  margin-top: 0;
}
.card-cast .cast-name + .cast-comment {
  margin-top: 41px;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-name + .cast-comment {
    margin-top: 16px;
  }
}
.card-cast .cast-role + .cast-name + .cast-comment {
  margin-top: 24px;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-role + .cast-name + .cast-comment {
    margin-top: 16px;
  }
}
.card-cast .cast-comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin: 0;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-comment {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.card-cast .cast-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin-top: 8px;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media screen and (max-width: 1090px) {
  .card-cast .cast-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .card-cast .cast-text {
    width: calc(100% + 2px);
  }
}

.custom header + h2 {
  margin-top: 0;
}
.custom h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .custom h1 {
    font-size: 24px;
  }
}
.custom h1:has(span) {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .custom h1:has(span) {
    font-size: 18px;
  }
}
.custom h1:has(span) + a {
  color: #1F1F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
  min-width: 124px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom h1:has(span) + a:hover {
  cursor: pointer;
  color: #149B73;
}
@media screen and (max-width: 530px) {
  .custom h1:has(span) + a {
    display: none;
  }
}
.custom h1:has(span) + a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 11px;
  content: "";
  display: inline-block;
  background: #149B73;
  height: 4px;
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.custom h1:has(span) span {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 1090px) {
  .custom h1:has(span) span {
    font-size: 24px;
  }
}
.custom h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 56px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1090px) {
  .custom h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.custom h2::before {
  content: "";
  background: url(../img/common/decoration-pc.svg) no-repeat center;
  background-size: cover;
  width: 10px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 1090px) {
  .custom h2::before {
    width: 8px;
    height: 20px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .custom h2::before {
    margin-right: 12px;
  }
}
.custom h3 {
  color: #149B73;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  padding: 6px 16px;
  border: 1px #149B73 solid;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 1090px) {
  .custom h3 {
    margin-top: 24px;
  }
}
.custom h4 {
  color: #1F1F20;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  border-bottom: 1px #CCC solid;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-bottom: 8px;
}
.custom h5 {
  color: #149B73;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.custom h6 {
  color: #1F1F20;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.custom ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding-left: 20px;
  position: relative;
}
.custom ul li:not(:first-child) {
  margin-top: 8px;
}
.custom ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #149B73;
}
.custom ul li:not(:first-child) {
  margin-top: 24px;
}
.custom ul li p + p, .custom ul li p + a, .custom ul li a + p, .custom ul li a + a {
  margin-top: 8px;
}
.custom a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a) {
  position: relative;
  padding-right: 24px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a):hover {
  cursor: pointer;
  color: #149B73;
}
.custom a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a):hover::after {
  background: url(../../assets/img/common/icon-launch-green.svg) no-repeat center;
}
.custom a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  width: 16px;
  height: 16px;
  background: url(../../assets/img/common/icon-launch-black.svg) no-repeat center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom .btn, .custom .main .wp-block-button__link, .main .custom .wp-block-button__link {
  margin-top: 56px;
}
.custom p + p, .custom p + a, .custom a + p, .custom a + a {
  margin-top: 16px;
}
.custom table + p {
  margin-top: 32px;
}
.custom ul + p, .custom p + ul {
  margin-top: 32px;
}
.custom ul + a, .custom a + ul {
  margin-top: 16px;
}

.heading-l {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .heading-l {
    font-size: 24px;
  }
}
.heading-l + a {
  color: #1F1F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
  min-width: 124px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.heading-l + a:hover {
  color: #149B73;
}
@media screen and (max-width: 530px) {
  .heading-l + a {
    display: none;
  }
}
.heading-l + a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 11px;
  content: "";
  display: inline-block;
  background: #149B73;
  height: 4px;
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.heading-m {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1090px) {
  .heading-m {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
.heading-m::before {
  content: "";
  background: url(../img/common/decoration-pc.svg) no-repeat center;
  background-size: cover;
  width: 10px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 1090px) {
  .heading-m::before {
    width: 8px;
    height: 20px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .heading-m::before {
    margin-right: 12px;
  }
}

.list {
  list-style: none;
  margin-bottom: 32px;
}
.list li {
  border-bottom: 1px solid #CCC;
}
.list li:first-child {
  border-top: 1px solid #CCC;
}
.list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 18px 64px 18px 10px;
  gap: 48px;
  text-decoration: none;
  color: #1F1F20;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list li a {
    padding-right: 44px;
  }
}
.list li a:hover {
  color: #149B73;
}
.list li a p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list li a p:hover {
  color: #149B73;
}
@media screen and (max-width: 767px) {
  .list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.list li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 30px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .list li a::after {
    height: 4px;
    width: 8px;
    right: 13px;
  }
}
.list li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #149B73;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .list li a::before {
    height: 20px;
    width: 20px;
    right: 8px;
  }
}
.list li a span {
  color: #6F6F6F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  display: inline-block;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .list li a:has(span)::before, .list li a:has(span)::after {
    top: 65%;
  }
}
.list-breadcrumb {
  max-width: 1208px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.list-breadcrumb ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 3px 24px;
  gap: 8px;
  border-radius: 29px;
}
@media screen and (max-width: 767px) {
  .list-breadcrumb ul {
    padding: 1.5px 16px;
    gap: 4px;
  }
}
.list-breadcrumb ul li {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  .list-breadcrumb ul li {
    font-size: 12px;
  }
}
.list-breadcrumb ul li a {
  color: #149B73;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .list-breadcrumb ul li a {
    font-size: 12px;
  }
}
.list-breadcrumb ul li a::before, .list-breadcrumb ul li a::after {
  display: none;
}
.list-breadcrumb ul li:not(:last-child) {
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .list-breadcrumb ul li:not(:last-child) {
    padding-right: 20px;
  }
}
.list-breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/bred-arrow.svg);
}
.list-news p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-right: 64px;
}
@media screen and (max-width: 1439px) {
  .list-news {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list-news p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 64px;
  }
}
@media screen and (max-width: 1439px) and (max-width: 767px) {
  .list-news p {
    padding-right: 44px;
  }
}
.list-row {
  row-gap: 0 !important;
}
@media screen and (max-width: 1090px) {
  .list-row .col {
    width: calc(50% - 20px) !important;
  }
}
@media screen and (max-width: 767px) {
  .list-row .col {
    width: 100% !important;
  }
}
.list-row .col:nth-child(2) {
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .list-row .col:nth-child(2) {
    border-top: none;
  }
}
.list-row .col a {
  padding: 16px 64px 16px 24px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-row .col a:hover {
  color: #149B73;
}
@media screen and (max-width: 767px) {
  .list-row .col a {
    padding: 16px 44px 16px 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

ol {
  counter-reset: my-counter;
}
ol li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 43px;
  line-height: 175%;
}
@media screen and (max-width: 767px) {
  ol li {
    padding-left: 39px;
  }
}
ol li::before {
  content: counter(my-counter) "";
  position: absolute;
  left: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #149B73;
}
@media screen and (max-width: 767px) {
  ol li::before {
    font-size: 20px;
  }
}
ol li + li {
  margin-top: 16px;
}

.page-list {
  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;
}
.page li {
  position: relative;
}
.page li a {
  width: 40px;
  height: 40px;
  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;
  color: #149B73;
  font-weight: 500;
  letter-spacing: 0.32px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page li a.is-active {
  background: #149B73;
  color: #fff;
}
.page-prev a {
  width: 32px;
  height: 32px;
  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-right: 24px;
}
.page-prev a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #149B73;
  z-index: 3;
}
.page-next a {
  width: 32px;
  height: 32px;
  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-left: 24px;
}
.page-next a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #149B73;
  z-index: 3;
}
.page + .btn, .main .page + .wp-block-button__link {
  margin-top: 56px;
}

.recipe header + h3 {
  margin-top: 0;
}
.recipe header + h2 {
  margin-top: 0;
}
.recipe h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 852px;
}
@media screen and (max-width: 1090px) {
  .recipe h1 {
    font-size: 18px;
  }
}
.recipe h1 + a {
  color: #1F1F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
  min-width: 124px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recipe h1 + a:hover {
  cursor: pointer;
  color: #149B73;
}
@media screen and (max-width: 530px) {
  .recipe h1 + a {
    display: none;
  }
}
.recipe h1 + a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 11px;
  content: "";
  display: inline-block;
  background: #149B73;
  height: 4px;
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.recipe h1 span {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 1090px) {
  .recipe h1 span {
    font-size: 24px;
  }
}
.recipe h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #149B73;
  margin-top: 48px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recipe h2 {
    font-size: 24px;
  }
}
.recipe h2:not(header + h2) {
  position: relative;
  padding-top: 48px;
}
.recipe h2:not(header + h2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ccc), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ccc 50%, transparent 50%);
  background-position: bottom;
  background-size: 3px 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}
.recipe h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #1F1F20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 56px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1090px) {
  .recipe h3 {
    font-size: 22px;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
.recipe h3::before {
  content: "";
  background: url(../img/common/decoration-pc.svg) no-repeat center;
  background-size: cover;
  width: 10px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 1090px) {
  .recipe h3::before {
    width: 8px;
    height: 20px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .recipe h3::before {
    margin-right: 12px;
  }
}
.recipe h4 {
  color: #1F1F20;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  border-bottom: 1px #CCC solid;
  margin-bottom: 24px;
  margin-top: 24px;
  padding-bottom: 8px;
}
.recipe h5 {
  color: #149B73;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.recipe h6 {
  color: #1F1F20;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.recipe .row h3 {
  margin-top: 0;
}
.recipe ul {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.recipe ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding-left: 20px;
  position: relative;
  width: 100%;
}
.recipe ul li:not(:first-child) {
  margin-top: 8px;
}
.recipe ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #149B73;
}
.recipe .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .recipe .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recipe .col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.recipe .col ul li {
  width: calc(50% - 40px / 2);
}
@media screen and (max-width: 1090px) {
  .recipe .col ul li {
    width: 100%;
  }
}
.recipe .col ul li:nth-child(2) {
  margin-top: 0;
}
.recipe a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a) {
  position: relative;
  padding-right: 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recipe a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a):hover {
  cursor: pointer;
  color: #149B73;
}
.recipe a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a):hover::after {
  background: url(../../assets/img/common/icon-launch-green.svg) no-repeat center;
}
.recipe a:not(.btn, .main .wp-block-button__link, header a, .list-news li a, .page li a)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  width: 16px;
  height: 16px;
  background: url(../../assets/img/common/icon-launch-black.svg) no-repeat center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recipe .btn, .recipe .main .wp-block-button__link, .main .recipe .wp-block-button__link {
  margin-top: 56px;
}
.recipe p + p, .recipe p + a, .recipe a + p, .recipe a + a {
  margin-top: 16px;
}
.recipe table + p {
  margin-top: 32px;
}
.recipe ul + p, .recipe p + ul {
  margin-top: 32px;
}
.recipe ul + a, .recipe a + ul {
  margin-top: 16px;
}
.recipe-box {
  margin-top: 52px;
  position: relative;
  padding: 44px 32px 32px;
  background: #fff;
  width: calc(100% - 16px);
  margin-left: 6px;
  margin-right: 10px;
  border: 1px #006CB6 solid;
}
@media screen and (max-width: 1090px) {
  .recipe-box {
    padding: 40px 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  .recipe-box {
    margin-left: 4px;
    margin-right: 8px;
    width: calc(100% - 12px);
    padding: 40px 16px 24px;
  }
}
.recipe-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  background: #006CB6;
}
@media screen and (max-width: 767px) {
  .recipe-box::before {
    right: -4px;
    bottom: -4px;
  }
}
.recipe-box h4 {
  position: absolute;
  top: -12px;
  left: -10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  background: #006CB6;
  padding: 2px 0 2px 16px;
}
@media screen and (max-width: 767px) {
  .recipe-box h4 {
    padding: 2px 0 2px 12px;
  }
}
.recipe-box h4::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  background: #1C4169;
  height: 6.7px;
  width: 13.4px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.recipe-box h4::after {
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  background: url(../../assets/img/common/recipe-blue.png) no-repeat right;
  background-size: cover;
  width: 24px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .recipe-box h4::after {
    right: -19px;
    width: 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col2 {
  row-gap: 24px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.row-col2 .col {
  width: calc(50% - 40px / 2);
}
@media screen and (max-width: 767px) {
  .row-col2 .col {
    width: 100%;
  }
}
.row-col3 {
  row-gap: 48px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.row-col3 .col {
  width: calc(33.3% - 15.6px);
}
.row-col4 {
  gap: 16px;
}
.row-col4 .col {
  width: calc(25% - 12px);
}
.row-col1_2 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 24px;
}
.row-col1_2 .col:first-child {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .row-col1_2 .col:first-child {
    width: 100%;
    text-align: center;
  }
  .row-col1_2 .col:first-child img {
    max-width: 300px;
  }
}
.row-col1_2 .col:last-child {
  width: 660px;
}
@media screen and (max-width: 1023px) {
  .row-col1_2 .col:last-child {
    width: 100%;
  }
}
.row-col1_2 .col:has(.heading-m) .heading-m {
  margin-top: 0;
}

.column {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  line-height: 1.6;
}
table + table {
  margin-top: 56px;
}
table th,
table td {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  vertical-align: middle;
  color: #1F1F20;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.32px;
  text-align: left;
  padding: 24px 16px;
}
@media screen and (max-width: 1090px) {
  table th,
  table td {
    display: block;
    width: 100% !important;
    padding: 16px;
  }
}
@media screen and (max-width: 1090px) {
  table tr:not(:first-child) th {
    border-top: none;
  }
}
table th {
  font-weight: 500;
}
table td {
  font-weight: 400;
}
@media screen and (max-width: 1090px) {
  table td {
    border-top: none;
  }
}
table:not(:has(thead)) th {
  background-color: #F2FBF3;
  width: 256px;
}
table .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* WordPressのブロック系
==================================- */
.main .wp-block-button__link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 28px;
  padding-right: 48px;
  border-radius: 32px;
}
.main .has-inline-color {
  font-style: normal;
}
.main .has-black-color {
  color: #000;
}
.main .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.main .has-white-color {
  color: #fff;
}
.main .has-pale-pink-color {
  color: #f78da7;
}
.main .has-vivid-red-color {
  color: #cf2e2e;
}
.main .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.main .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.main .has-light-green-cyan-color {
  color: #7bdcb5;
}
.main .has-vivid-green-cyan-color {
  color: #00d084;
}
.main .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.main .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.main .has-vivid-purple-color {
  color: #9b51e0;
}
.main .has-black-background-color {
  background-color: #000;
}
.main .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.main .has-white-background-color {
  background-color: #fff;
}
.main .has-pale-pink-background-color {
  background-color: #f78da7;
}
.main .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.main .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.main .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.main .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.main .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.main .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.main .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.main .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
.main .has-x-large-font-size {
  font-size: 28px;
}
.main .has-large-font-size {
  font-size: 24px;
}
.main .has-medium-font-size {
  font-size: 18px;
}
.main .has-small-font-size {
  font-size: 14px;
}
.main .wp-block-columns {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.main .wp-block-columns + .wp-block-columns {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .main .wp-block-column + .wp-block-column {
    margin-top: 16px;
  }
}
.main .is-content-justification-center {
  text-align: center;
}

.top-main {
  margin-bottom: 80px;
}
.top-header {
  background: url(../../assets/img/common/top-header.svg) no-repeat top;
  background-size: 100% auto, cover;
  padding: 24px 0 44px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .top-header {
    background: url(../../assets/img/common/top-header-xl.svg) no-repeat top;
  }
}
@media screen and (min-width: 1800px) {
  .top-header {
    background: url(../../assets/img/common/top-header-xxl.svg) no-repeat top;
  }
}
@media screen and (max-width: 1090px) {
  .top-header {
    background-size: 115% auto, cover;
  }
}
@media screen and (max-width: 767px) {
  .top-header {
    padding: 12px 0 21px;
    background: url(../../assets/img/common/top-header-md.svg) no-repeat top;
  }
}
.top-header .heading-l {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top-header .heading-l {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.top-header .heading-l::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.top-header .heading-l::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.top .mainvisual {
  padding: 0 60px;
  margin: 24px auto 0;
}
@media screen and (max-width: 1439px) {
  .top .mainvisual {
    padding: 0 20px;
  }
}
.top .mainvisual-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .top .mainvisual-inner {
    gap: 16px;
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .mainvisual-left {
  max-width: 280px;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left {
    max-width: none;
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul {
    row-gap: 7px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.top .mainvisual-left ul li + li {
  margin-top: 8px;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li + li {
    margin-top: 0;
  }
}
.top .mainvisual-left ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li {
    width: calc(33% - 8px);
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li {
    width: calc(50% - 8px);
  }
}
.top .mainvisual-left ul li:hover {
  opacity: 0.7;
}
.top .mainvisual-left ul li img {
  width: 100%;
}
.top .mainvisual-left ul li:nth-child(1) img, .top .mainvisual-left ul li:nth-child(2) img, .top .mainvisual-left ul li:nth-child(3) img, .top .mainvisual-left ul li:nth-child(4) img, .top .mainvisual-left ul li:nth-child(5) img {
  border-radius: 8px;
  border: 2px solid #E5E5E5;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li:nth-child(1) img, .top .mainvisual-left ul li:nth-child(2) img, .top .mainvisual-left ul li:nth-child(3) img, .top .mainvisual-left ul li:nth-child(4) img, .top .mainvisual-left ul li:nth-child(5) img {
    border-radius: 4px;
  }
}
.top .mainvisual-left ul li:nth-child(6) img {
  border: 2px solid #E5E5E5;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li:nth-child(6) img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li:nth-child(6) img {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li .display-sp-none {
    display: none;
  }
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-left ul li .display-pc-none {
    display: block;
  }
}
.top .mainvisual-right {
  position: relative;
  max-width: 1008px;
  width: 74vw;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual-right {
    width: 100%;
  }
}
.top .mainvisual .mainvisual-pagination-container {
  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: 15px;
  gap: 24px;
}
.top .mainvisual .mainvisual-image {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.top .mainvisual .mainvisual-pagination {
  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;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top .mainvisual .swiper {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1090px) {
  .top .mainvisual .swiper {
    padding-left: 0;
    padding-right: 0;
  }
}
.top .mainvisual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.top .mainvisual .swiper-pagination-bullet-active {
  background: #149B73;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top .mainvisual-dots-prev, .top .mainvisual-dots-next {
  width: 24px !important;
  height: 24px !important;
  background: #149B73 !important;
  position: relative;
  border-radius: 50%;
}
.top .mainvisual-dots-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  content: "";
  display: inline-block;
  height: 4px;
  width: 8px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.top .mainvisual-dots-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
  content: "";
  display: inline-block;
  height: 4px;
  width: 8px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.top .action-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1208px;
  padding: 0 20px;
  margin: 65px auto 0;
}
@media screen and (max-width: 1090px) {
  .top .action-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top .action-group {
    margin: 40px auto 0;
    gap: 16px;
  }
}
.top .action-group .action-panel {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1090px) {
  .top .action-group .action-panel {
    width: 100%;
    max-width: 564px;
  }
}
.top .action-group .action-panel-header {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  border-radius: 24px 24px 0 0;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .action-group .action-panel-header {
    font-size: 18px;
    border-radius: 16px 16px 0 0;
  }
}
.top .action-group .action-panel:first-child .action-panel-header {
  background: #149B73;
}
.top .action-group .action-panel:first-child .action-panel-content {
  border: 3px solid #149B73;
}
@media screen and (max-width: 767px) {
  .top .action-group .action-panel:first-child .action-panel-content {
    border: 2px solid #149B73;
  }
}
.top .action-group .action-panel:nth-child(2) .action-panel-header {
  background: #006CB6;
}
.top .action-group .action-panel:nth-child(2) .action-panel-content {
  border: 3px solid #006CB6;
  height: calc(100% - 40px);
}
.top .action-group .action-panel:nth-child(2) .guide-link {
  margin-top: 17px;
  border-radius: 32px;
  border: 1px solid #006CB6;
  display: block;
  text-align: center;
  max-width: 346px;
  width: 100%;
  padding: 10px 38px;
  color: #006CB6;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1090px) {
  .top .action-group .action-panel:nth-child(2) .guide-link {
    margin-top: 0;
  }
}
.top .action-group .action-panel:nth-child(2) .guide-link:hover {
  background: #006CB6;
  color: #fff;
}
.top .action-group .action-panel:nth-child(2) .guide-link:hover::after {
  background: #006CB6;
}
.top .action-group .action-panel:nth-child(2) .guide-link:hover::before {
  background: #fff;
}
.top .action-group .action-panel:nth-child(2) .guide-link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 18px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .action-group .action-panel:nth-child(2) .guide-link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #006CB6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .action-group .action-panel-content {
  margin-top: -1px;
  background: #fff;
  padding: 24px 26px;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .top .action-group .action-panel-content {
    border-radius: 0 0 16px 16px;
  }
}
.top .action-group .action-panel .guide-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.top .action-group .action-panel .search-form {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 28px;
  border: 1px solid #9E9E9E;
  -webkit-box-shadow: #9e9e9e 2px 2px;
          box-shadow: #9e9e9e 2px 2px;
}
@media screen and (max-width: 767px) {
  .top .action-group .action-panel .search-form {
    padding: 7px 0 8px 12px;
  }
}
.top .action-group .action-panel .search-form input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.top .action-group .action-panel .search-form .search-submit {
  margin-right: 12px;
}
.top .news {
  margin-top: 88px;
  padding: 56px 0;
  background: #fff;
  position: relative;
}
.top .news::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -100px;
  width: calc(100% + 100px);
  height: 32px;
  background: url(../../assets/img/common/wave-white.svg);
}
@media screen and (max-width: 1023px) {
  .top .news::before {
    top: -12px;
    left: 0;
    height: 12px;
    background: url(../../assets/img/common/wave-white-lg.svg);
  }
}
@media screen and (max-width: 767px) {
  .top .news::before {
    left: -55px;
    background: url(../../assets/img/common/wave-white-md.svg);
  }
}
.top .news::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -200px;
  width: calc(100% + 200px);
  height: 32px;
  background: url(../../assets/img/common/wave-white.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .top .news::after {
    bottom: -12px;
    left: 0;
    height: 12px;
    background: url(../../assets/img/common/wave-white-lg.svg);
  }
}
@media screen and (max-width: 767px) {
  .top .news::after {
    left: -100px;
    background: url(../../assets/img/common/wave-white-md.svg);
  }
}
.top .news-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 88px;
     -moz-column-gap: 88px;
          column-gap: 88px;
}
@media screen and (max-width: 1090px) {
  .top .news-inner {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1090px) {
  .top .news-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
}
.top .news-title {
  color: #1f1f20;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
.top .news .list-news {
  max-width: 800px;
  margin-bottom: 0;
}
@media screen and (max-width: 1090px) {
  .top .news .list-news {
    max-width: none;
    width: 100%;
  }
}
.top .news .list-news p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 64px;
}
@media screen and (max-width: 1090px) {
  .top .news .list-news li a::after {
    top: 65%;
  }
}
@media screen and (max-width: 1090px) {
  .top .news .list-news li a::before {
    top: 65%;
  }
}
@media screen and (max-width: 1090px) {
  .top .news .list-news li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 1090px) {
  .top .news .list-news li a span {
    width: 100%;
  }
}
.top .news .view-all {
  display: block;
  margin-top: 32px;
  padding-right: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .news .view-all:hover {
  color: #149B73;
}
@media screen and (max-width: 1090px) {
  .top .news .view-all {
    margin-top: 0;
  }
}
.top .news .view-all::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 6px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.top .news .view-all::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #149B73;
  border-radius: 50%;
}
.top .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  padding: 16px 64px 16px 24px;
}
.top .news-date {
  max-width: 120px;
}
.top .news-content {
  max-width: 544px;
}
.top .news .news-item + .news-item {
  border-top: 1px solid #ccc;
}
.top .news .news-item:first-child {
  border-top: 1px solid #ccc;
}
.top .news .news-item:last-child {
  border-bottom: 1px solid #ccc;
}
.top .heading-m {
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}
.top .heading-m::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/common/heading-deco.svg) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 28px;
}
@media screen and (max-width: 1023px) {
  .top .heading-m::before {
    left: -32px;
  }
}
.top .heading-m::after {
  content: "";
  position: absolute;
  right: -46px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../../assets/img/common/heading-deco.svg) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 28px;
}
@media screen and (max-width: 1023px) {
  .top .heading-m::after {
    right: -32px;
  }
}
@media screen and (max-width: 1023px) {
  .top .heading-m {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.top .special {
  padding: 60px 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .top .special {
    padding: 0;
    margin-top: 60px;
  }
}
.top .special-container {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible !important;
}
.top .special .swiper {
  width: 100%;
  overflow: visible !important;
}
.top .special .swiper .swiper-wrapper {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .top .special .swiper-slide-active {
    width: 311px !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .top .special .swiper-slide-active .special-card {
    width: 311px !important;
  }
}
.top .special .swiper-slide {
  width: 311px;
  overflow: visible !important;
  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;
}
.top .special .special-card {
  width: 100%;
  display: block;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  will-change: transform;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top .special .special-card {
    border-radius: 8px;
  }
}
.top .special .special-card:hover {
  opacity: 0.7;
}
.top .special .special-card .card-image {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .special .special-card .card-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
}
.top .special .special-card .card-description {
  margin-top: 16px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top .special .swiper-button-next,
.top .special .swiper-button-prev {
  color: #00896c;
  background: #149B73;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .top .special .swiper-button-next,
  .top .special .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
}
.top .special .swiper-button-prev {
  left: 32%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top .special .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 11px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top .special .swiper-button-prev::after {
    right: 8px;
    height: 5px;
    width: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .top .special .swiper-button-prev {
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .top .special .swiper-button-prev {
    left: 5%;
  }
}
.top .special .swiper-button-next {
  right: 32%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.top .special .swiper-button-next::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  left: 11px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top .special .swiper-button-next::after {
    left: 8px;
    height: 5px;
    width: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .top .special .swiper-button-next {
    right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .top .special .swiper-button-next {
    right: 5%;
  }
}
.top .lineup-row {
  padding: 0 20px;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .top .lineup-row {
    gap: 12px;
  }
}
.top .lineup-card {
  max-width: 312px;
  width: calc(33.3333333333% - 16px);
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .top .lineup-card {
    max-width: none;
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .top .lineup-card {
    width: 100%;
    border-radius: 8px;
  }
}
.top .lineup-card a {
  padding: 16px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top .lineup-card a {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -ms-grid-columns: 200px 16px auto;
    grid-template-columns: 200px auto;
    -ms-grid-rows: 28px auto;
    grid-template-rows: 28px auto;
  }
  .top .lineup-card a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top .lineup-card a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top .lineup-card a > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top .lineup-card a > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup-card a {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    -ms-grid-columns: 144px 12px auto;
    grid-template-columns: 144px auto;
    -ms-grid-rows: 25px auto;
    grid-template-rows: 25px auto;
  }
  .top .lineup-card a > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top .lineup-card a > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .top .lineup-card a > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top .lineup-card a > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.top .lineup-card a:hover {
  opacity: 0.7;
}
.top .lineup-card .card-image {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top .lineup-card .card-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    max-width: 200px;
    border-radius: 4px;
  }
}
.top .lineup-card .card-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .top .lineup-card .card-title {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.top .lineup-card .card-description {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 175%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .top .lineup-card .card-description {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-top: 4px;
  }
}
.top .lineup-tag {
  position: absolute;
  border-radius: 12px;
  background: #EB8D00;
  font-size: 12px;
  font-weight: 700;
  line-height: 175%;
  color: #fff;
  top: 10px;
  left: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 1090px) {
  .top .lineup-tag {
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .top .lineup-tag {
    font-size: 10px;
  }
}
.top .lineup .btn, .top .lineup .main .wp-block-button__link, .main .top .lineup .wp-block-button__link {
  margin-top: 32px;
}
.top .area {
  max-width: 1208px;
  margin: 65px auto 0;
  padding: 0 20px;
}
.top .area-box {
  border-radius: 24px;
  border: 3px solid #149B73;
  background: #fff;
  padding: 48px 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top .area-box {
    padding: 24px 21px;
  }
}
.top .area-box p {
  color: #1F1F20;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .top .area-box p {
    font-size: 16px;
  }
}
.top .area-box .btn, .top .area-box .main .wp-block-button__link, .main .top .area-box .wp-block-button__link {
  margin-top: 32px;
  color: #fff;
  background: #149B73;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  display: block;
  max-width: 346px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  border: 1px #149B73 solid;
  border-radius: 32px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top .area-box .btn, .top .area-box .main .wp-block-button__link, .main .top .area-box .wp-block-button__link {
    margin-top: 16px;
    max-width: 302px;
    padding: 14px 47px 14px 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 384px) {
  .top .area-box .btn, .top .area-box .main .wp-block-button__link, .main .top .area-box .wp-block-button__link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .top .area-box .btn, .top .area-box .main .wp-block-button__link, .main .top .area-box .wp-block-button__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .top .area-box .btn, .top .area-box .main .wp-block-button__link, .main .top .area-box .wp-block-button__link {
    padding-left: 13px;
  }
}
.top .area-box .btn:hover, .top .area-box .main .wp-block-button__link:hover, .main .top .area-box .wp-block-button__link:hover {
  color: #149B73;
  background: #fff;
}
.top .area-box .btn:hover::after, .top .area-box .main .wp-block-button__link:hover::after, .main .top .area-box .wp-block-button__link:hover::after {
  background: #fff;
}
.top .area-box .btn:hover::before, .top .area-box .main .wp-block-button__link:hover::before, .main .top .area-box .wp-block-button__link:hover::before {
  background: #149B73;
}
.top .area-box .btn::after, .top .area-box .main .wp-block-button__link::after, .main .top .area-box .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 21px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #149B73;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .area-box .btn::before, .top .area-box .main .wp-block-button__link::before, .main .top .area-box .wp-block-button__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .area-choice {
  display: none;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  max-height: calc(100dvh - 120px - 20px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1023px) {
  .top .area-choice {
    top: 66px;
    max-height: calc(100dvh - 66px - 20px);
  }
}
.top .area-choice-header {
  background: #149B73;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  padding: 6px 0;
  border-radius: 24px 24px 0 0;
  border: 3px solid #149B73;
}
@media screen and (max-width: 767px) {
  .top .area-choice-header {
    font-size: 16px;
  }
}
.top .area-choice-content {
  background: #fff;
  padding: 48px 0 24px;
  border-radius: 0 0 24px 24px;
  border: 3px solid #149B73;
}
.top .area-choice .area-choice-col + .area-choice-col {
  margin-top: 16px;
}
.top .area-choice-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .top .area-choice-row {
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .area-choice-row .btn, .top .area-choice-row .main .wp-block-button__link, .main .top .area-choice-row .wp-block-button__link {
  width: calc(50% - 24px);
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top .area-choice-row .btn, .top .area-choice-row .main .wp-block-button__link, .main .top .area-choice-row .wp-block-button__link {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .area-choice-row .btn a, .top .area-choice-row .main .wp-block-button__link a, .main .top .area-choice-row .wp-block-button__link a {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.top .area-choice-close {
  display: block;
  color: #149B73;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding-right: 25px;
  position: relative;
}
.top .area-choice-close::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 0;
  width: 18px;
  height: 2px;
  background: #149B73;
}
.top .area-choice-close::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 0;
  width: 18px;
  height: 2px;
  background: #149B73;
}
.top .area-choice.is-active {
  display: block;
}
.top .area-choice.pattern_2 {
  display: none;
}
.top .area-choice.pattern_2 .area-choice-row {
  display: block;
}
.top .area-choice.pattern_2 .area-choice-row .btn, .top .area-choice.pattern_2 .area-choice-row .main .wp-block-button__link, .main .top .area-choice.pattern_2 .area-choice-row .wp-block-button__link {
  width: 100%;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 40px;
}
.top .area-choice.pattern_2 .area-choice-row .btn + .btn, .top .area-choice.pattern_2 .area-choice-row .main .wp-block-button__link + .btn, .main .top .area-choice.pattern_2 .area-choice-row .wp-block-button__link + .btn, .top .area-choice.pattern_2 .area-choice-row .main .btn + .wp-block-button__link, .main .top .area-choice.pattern_2 .area-choice-row .btn + .wp-block-button__link, .top .area-choice.pattern_2 .area-choice-row .main .wp-block-button__link + .wp-block-button__link, .main .top .area-choice.pattern_2 .area-choice-row .wp-block-button__link + .wp-block-button__link {
  margin-top: 24px;
}
.top .plus {
  margin-top: 88px;
  padding: 56px 0;
  background: #fff;
  position: relative;
}
.top .plus .heading-m::before {
  background: url(../../assets/img/common/heading-deco-blue.svg) no-repeat center;
  background-size: cover;
}
.top .plus .heading-m::after {
  background: url(../../assets/img/common/heading-deco-blue.svg) no-repeat center;
  background-size: cover;
}
.top .plus .area {
  margin: 0 auto 0;
}
.top .plus p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top .plus p {
    font-size: 16px;
  }
}
.top .plus-table tr {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .top .plus-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top .plus-table th {
    text-align: left;
    display: block;
    width: 75% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #1d70b8 !important;
    border-right: 1px solid #1d70b8 !important;
    border-bottom: 1px solid #1d70b8 !important;
  }
  .top .plus-table th:nth-of-type(1) {
    border-top: 1px solid #1d70b8 !important;
  }
  .top .plus-table th:nth-of-type(2) {
    border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .top .plus-table td {
    text-align: center;
    display: block;
    width: 25% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #1d70b8 !important;
    border-bottom: 1px solid #1d70b8 !important;
    border-left: none !important;
  }
  .top .plus-table td:nth-of-type(1) {
    border-top: 1px solid #1d70b8 !important;
  }
  .top .plus-table td:nth-of-type(2) {
    border-top: none !important;
  }
}
.top .plus-table:not(:has(thead)) th {
  background-color: #E9EEF7;
  width: auto;
}
.top .plus-table th,
.top .plus-table td {
  background-color: #fff;
  border: 1px solid #006CB6;
  padding: 6px 16px;
}
.top .plus-note {
  margin-top: 8px;
  font-size: 16px;
}
.top .plus-box {
  border-radius: 24px;
  border: 3px solid #006CB6;
  background: #fff;
  padding: 40px 64px;
}
@media screen and (max-width: 767px) {
  .top .plus-box {
    padding: 24px;
  }
}
.top .plus-box img {
  border: 2px solid #999;
}
.top .plus::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -100px;
  width: calc(100% + 100px);
  height: 32px;
  background: url(../../assets/img/common/wave-white.svg);
  background-repeat: repeat-x;
  background-size: 469.61px;
}
.top .plus::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: -200px;
  width: calc(100% + 200px);
  height: 32px;
  background: url(../../assets/img/common/wave-white.svg);
  background-repeat: repeat-x;
  background-size: 469.61px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top .plus .btn, .top .plus .main .wp-block-button__link, .main .top .plus .wp-block-button__link {
  margin-top: 32px;
  color: #fff;
  background: #006CB6;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  display: block;
  max-width: 280px;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  padding: 14px 0;
  border: 1px #006CB6 solid;
  border-radius: 32px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top .plus .btn, .top .plus .main .wp-block-button__link, .main .top .plus .wp-block-button__link {
    margin-top: 16px;
    max-width: 302px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top .plus .btn:hover, .top .plus .main .wp-block-button__link:hover, .main .top .plus .wp-block-button__link:hover {
  color: #006CB6;
  background: #fff;
}
.top .plus .btn:hover::after, .top .plus .main .wp-block-button__link:hover::after, .main .top .plus .wp-block-button__link:hover::after {
  background: #fff;
}
.top .plus .btn:hover::before, .top .plus .main .wp-block-button__link:hover::before, .main .top .plus .wp-block-button__link:hover::before {
  background: #006CB6;
}
.top .plus .btn::after, .top .plus .main .wp-block-button__link::after, .main .top .plus .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 21px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #006CB6;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .plus .btn::before, .top .plus .main .wp-block-button__link::before, .main .top .plus .wp-block-button__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .streaming {
  margin-top: 88px;
}
.top .streaming .heading-m::before {
  background: url(../../assets/img/common/heading-deco-yellow.svg) no-repeat center;
  background-size: cover;
}
.top .streaming .heading-m::after {
  background: url(../../assets/img/common/heading-deco-yellow.svg) no-repeat center;
  background-size: cover;
}
.top .streaming p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top .streaming p {
    font-size: 16px;
  }
}
.top .streaming-box {
  border-radius: 24px;
  border: 3px solid #FFC000;
  background: #fff;
  padding: 40px 64px;
}
@media screen and (max-width: 767px) {
  .top .streaming-box {
    padding: 24px;
  }
}
.top .streaming .btn, .top .streaming .main .wp-block-button__link, .main .top .streaming .wp-block-button__link {
  margin-top: 32px;
  color: #fff;
  background: #FFC000;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.32px;
  display: block;
  max-width: 280px;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
  padding: 14px 0;
  border: 1px #FFC000 solid;
  border-radius: 32px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top .streaming .btn, .top .streaming .main .wp-block-button__link, .main .top .streaming .wp-block-button__link {
    margin-top: 16px;
    max-width: 302px;
    margin-right: auto;
    margin-left: auto;
  }
}
.top .streaming .btn:hover, .top .streaming .main .wp-block-button__link:hover, .main .top .streaming .wp-block-button__link:hover {
  color: #FFC000;
  background: #fff;
}
.top .streaming .btn:hover::after, .top .streaming .main .wp-block-button__link:hover::after, .main .top .streaming .wp-block-button__link:hover::after {
  background: #fff;
}
.top .streaming .btn:hover::before, .top .streaming .main .wp-block-button__link:hover::before, .main .top .streaming .wp-block-button__link:hover::before {
  background: #FFC000;
}
.top .streaming .btn::after, .top .streaming .main .wp-block-button__link::after, .main .top .streaming .wp-block-button__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 21px;
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #FFC000;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .streaming .btn::before, .top .streaming .main .wp-block-button__link::before, .main .top .streaming .wp-block-button__link::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top .streaming .row {
    display: -ms-grid;
    display: grid;
  }
  .top .streaming .row .col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top .streaming .row .col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.search-list {
  margin-top: 32px;
}
.search-form {
  border-radius: 28px;
  border: 1px solid #9E9E9E;
  padding: 10px 0 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form input {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  width: calc(100% - 44px);
}
.search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.search-title {
  color: #006CB6;
}
.search-image {
  max-width: 120px;
  aspect-ratio: 1/1;
}
.search table th, .search table td {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .search table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search .gsc-result-info {
  padding: 4px 24px 0 16px;
}
@media screen and (max-width: 767px) {
  .search .gsc-result-info {
    padding: 0;
  }
}
.search .gsc-orderby-container {
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .search .gsc-orderby-container {
    padding: 0;
  }
}
.search .gsc-control-cse {
  padding: 0 0 16px;
  margin-top: 32px;
}
.search .gsc-above-wrapper-area-container {
  margin: 0 0 10px 0;
}
.search .gsc-above-wrapper-area, .search .gsc-wrapper {
  max-width: none;
}
.search .gsc-webResult.gsc-result {
  padding: 10px 24px 15px 16px;
}
@media screen and (max-width: 767px) {
  .search .gsc-webResult.gsc-result {
    padding: 10px 0 15px 0;
  }
}
.search .gsc-webResult-divider {
  display: none;
}
.search .gsc-above-wrapper-area {
  display: block;
}

.news .list-news li:first-child {
  border-top: none;
}
.news .list-news li:first-child a {
  padding-top: 0;
}
.news .list-news li:first-child a::before, .news .list-news li:first-child a::after {
  top: 40%;
}
@media screen and (max-width: 1090px) {
  .news .list-news li:first-child a::before, .news .list-news li:first-child a::after {
    top: 60%;
  }
}

.program .row .btn, .program .row .main .wp-block-button__link, .main .program .row .wp-block-button__link {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .program .row .btn, .program .row .main .wp-block-button__link, .main .program .row .wp-block-button__link {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 40px;
  }
}
.program-adobe {
  display: block;
  margin-top: 16px;
  width: 100%;
  max-width: 140px;
}
.program p + p {
  margin-top: 8px;
}
.program p + .row, .program .row + p {
  margin-top: 32px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.display-none {
  display: none;
}

@media screen and (min-width: 1440px) {
  .display-xl-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-sp-none {
    display: none;
  }
}
.display-inline {
  display: inline-block;
}

.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}