@charset "UTF-8";
/*
Site Name: 株式会ホリスティックポイント
Version: 2025.05.28
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

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

:root {
  --ww: calc(var(--vw) * 100);
  --wh: calc(var(--vh) * 100);
  --vw: calc(100vw / 100);
  --vh: calc(100vh / 100);
  --scrollbar-width: 0px;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --color-greenDeep: #316a5e;
  --color-greenLeef: #97a629;
  --bgcolor-beige: #f6f3ed;
  --text-color-main: #333;
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-base: 0.9375rem;
  }
}
.font-size\:base {
  font-size: var(--font-size-base) !important;
}

/* body
========================================================= */
html {
  font-size: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: var(--text-color-main);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  overflow-x: hidden;
  text-size-adjust: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

.l-wrapper {
  min-height: 100%;
  width: 100%;
}

/* header (PC)
========================================================= */
.l-header__pc {
  background-color: #fff;
  position: fixed;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header__pc {
    display: none;
  }
}
.l-header__pc.shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.l-header__pc-inner {
  height: 106px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .l-header__pc-inner {
    width: 1160px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__pc-inner {
    width: 100%;
  }
}

.l-header__pc-siteName {
  left: 0;
  position: absolute;
  top: 25px;
}
@media screen and (min-width: 1160px) {
  .l-header__pc-siteName {
    width: 243px;
  }
}
@media screen and (max-width: 1159px) {
  .l-header__pc-siteName {
    left: 3%;
    top: 10px;
    width: 200px;
  }
}
.l-header__pc-siteName .l-header__pc-siteName-logo a {
  display: block;
}
.l-header__pc-siteName .l-header__pc-siteName-logo a img {
  width: 100%;
}

.l-gnav__pc-sub {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: end;
  position: absolute;
  top: 18px;
  width: 100%;
}
@media screen and (max-width: 1159px) {
  .l-gnav__pc-sub {
    left: 3%;
    margin-bottom: 10px;
    width: 94%;
  }
}

.l-header__pc-gNav {
  position: absolute;
  top: 63px;
  width: 100%;
}

.l-header__pc-main {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
}

/* header (SP)
========================================================= */
.l-header__sp {
  background-color: #fff;
  background-image: url("./static/images/header_sp_bg@2x.jpg");
  background-position: right bottom;
  background-size: auto 60px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  height: 60px;
  position: relative;
  width: 100%;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .l-header__sp {
    display: none;
  }
}

.l-header__sp-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0;
}

.l-header__sp-siteName {
  align-items: center;
  display: flex;
  height: 50px;
  margin-left: 10px;
  width: 200px;
}
.l-header__sp-siteName a .l-header__sp-siteName-logo {
  height: 40px;
}
.l-header__sp-siteName a .l-header__sp-siteName-logo img {
  width: 100%;
}

.l-header__sp-toggle {
  height: 60px;
  position: relative;
  width: 60px;
}

.c-menu__btn {
  height: 16px;
  left: calc(50% - 15px);
  position: relative;
  top: calc(50% - 16px);
  width: 30px;
}
.c-menu__btn .point {
  background-color: #316a5e;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
.c-menu__btn .point.top {
  top: 0;
}
.l-header__sp-toggle.is-active .c-menu__btn .point.top {
  top: 7px;
  transform: rotate(45deg);
}
.c-menu__btn .point.middle {
  top: calc(50% - 1px);
}
.l-header__sp-toggle.is-active .c-menu__btn .point.middle {
  opacity: 0;
}
.c-menu__btn .point.bottom {
  bottom: 0;
}
.l-header__sp-toggle.is-active .c-menu__btn .point.bottom {
  bottom: 7px;
  transform: rotate(-45deg);
}

.c-menu__btn-txt {
  bottom: 10px;
  color: #316a5e;
  font-size: 9px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.l-header__sp-snsList {
  display: flex;
}
.l-header__sp-snsList li {
  margin: 0 3px;
  width: 28px;
}

/* gnav (PC)
========================================================= */
.c-gnav__pc-subList {
  display: flex;
  height: 32px;
}
.c-gnav__pc-subList li {
  margin-left: 3.255vw;
}
@media screen and (min-width: 1024px) {
  .c-gnav__pc-subList li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .c-gnav__pc-subList li {
    margin-left: 2.604vw;
  }
}
.c-gnav__pc-subList li a {
  color: #333;
  font-size: clamp(0.75rem, 1.016vw, 0.8125rem);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .c-gnav__pc-subList li a {
    font-size: 0.8125rem;
  }
}
.c-gnav__pc-subList li a:hover {
  color: #316a5e;
}

.c-gnav__pc-snsList {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 1023px) {
  .c-gnav__pc-snsList {
    margin-left: 10px;
  }
}
.c-gnav__pc-snsList li {
  margin-left: 10px;
  width: 32px;
}
@media screen and (max-width: 1023px) {
  .c-gnav__pc-snsList li {
    margin-left: 6px;
  }
}

.c-gnav__pc-mainList {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-gnav__pc-mainList {
    justify-content: end;
  }
}
@media screen and (max-width: 1159px) {
  .c-gnav__pc-mainList {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1023px) {
  .c-gnav__pc-mainList {
    margin-right: 0;
  }
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent {
  height: 43px;
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent > a {
  align-items: center;
  color: var(--text-color-main);
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: clamp(0.9375rem, 1.953vw, 1rem);
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0 1.953vw;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 14;
}
@media screen and (min-width: 1024px) {
  .c-gnav__pc-mainList li.c-gnav__pc-mainParent > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-gnav__pc-mainList li.c-gnav__pc-mainParent > a {
    font-size: clamp(1.563vw, 1.758vw, 1rem);
    padding: 0 1.465vw;
  }
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent > a::before {
  background-color: #316a5e;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 1%;
  z-index: -1;
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent > a:hover {
  color: #316a5e;
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent > a:hover::before {
  background-color: #316a5e;
  opacity: 1;
  position: absolute;
  width: 80%;
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent.is-active > a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  width: 100%;
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent:last-child > a::after {
  content: none;
}
body.home .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(1) > a {
  color: #316a5e;
}
body.home .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(1) > a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  width: 80%;
}
body.page-id-2 .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(2) > a {
  color: #316a5e;
}
body.page-id-2 .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(2) > a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  width: 80%;
}
body.single-course .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(3) > a, body.post-type-archive-course .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(3) > a {
  color: #316a5e;
}
body.single-course .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(3) > a::before, body.post-type-archive-course .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(3) > a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  width: 80%;
}
body.page-id-26 .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(4) > a {
  color: #316a5e;
}
body.page-id-26 .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(4) > a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  width: 80%;
}
body.page-id-48 .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(5) > a {
  color: #316a5e;
}
body.page-id-48 .c-gnav__pc-mainList li.c-gnav__pc-mainParent:nth-of-type(5) > a::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  width: 80%;
}

.c-megamenu__trigger {
  height: 43px;
}
.c-megamenu__trigger > a {
  align-items: center;
  color: var(--text-color-main);
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: clamp(0.9375rem, 1.953vw, 1rem);
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0 1.953vw;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 14;
}
@media screen and (min-width: 1024px) {
  .c-megamenu__trigger > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-megamenu__trigger > a {
    font-size: clamp(1.563vw, 1.758vw, 1rem);
    padding: 0 1.465vw;
  }
}
.c-megamenu__trigger > a::before {
  background-color: #316a5e;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 1%;
  z-index: -1;
}
.c-megamenu__trigger > a:hover {
  color: #316a5e;
}
.c-megamenu__trigger > a:hover::before {
  background-color: #316a5e;
  opacity: 1;
  position: absolute;
  width: 80%;
}

.c-gnav__pc-mainList li.c-gnav__pc-mainParent .c-dropdown {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 56px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  visibility: hidden;
  width: 92%;
  z-index: 11;
}
@media screen and (min-width: 1160px) {
  .c-gnav__pc-mainList li.c-gnav__pc-mainParent .c-dropdown {
    width: 1160px;
  }
}
.c-gnav__pc-mainList li.c-gnav__pc-mainParent.is-active .c-dropdown {
  opacity: 1;
  top: 76px;
  visibility: visible;
}

.c-dropdown__inner {
  display: flex;
  position: relative;
}
.c-dropdown__inner::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -20px;
}
li.c-gnav__pc-mainParent:nth-of-type(2) .c-dropdown__inner::before {
  left: 45.5%;
}
li.c-gnav__pc-mainParent:nth-of-type(3) .c-dropdown__inner::before {
  left: 66%;
}

.c-dropdown__menu {
  flex: 1;
}

.c-dropdown__menuInner {
  background-color: #fff;
  border-radius: 0 0 20px;
  display: flex;
  gap: 6%;
  padding: 2.4em 4.688vw 3em;
}
@media screen and (min-width: 1160px) {
  .c-dropdown__menuInner {
    padding: 2.4em 3.5em 3em;
  }
}

.c-dropdown__mainTtl a {
  color: #333;
  font-size: var(--font-size-lg);
  font-weight: 600;
  padding: 0 0 0 1.2em;
  position: relative;
  text-decoration: none;
}
.c-dropdown__mainTtl a::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f138";
  left: 0;
  position: absolute;
  top: 0.25em;
}

.c-dropdown__categoryName {
  border-bottom: 1px solid #dfdfdf;
  color: #316a5e;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-bottom: 0.35em;
}

.c-dropdown__menuList li {
  border-bottom: 1px solid #dfdfdf;
}
.c-dropdown__menuList li a {
  color: #333;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.5em 0 0.5em 1em;
  position: relative;
  text-decoration: none;
}
.c-dropdown__menuList li a small {
  color: #316a5e;
  display: block;
  font-size: 13px;
}
.c-dropdown__menuList li a::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f105";
  font-size: var(--font-size-xs);
  left: 0;
  position: absolute;
  top: 0.9em;
}

.c-dropdown__courseList li a {
  color: #333;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.35em 0 0.35em 1em;
  position: relative;
  text-decoration: none;
}
.c-dropdown__courseList li a::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f105";
  font-size: var(--font-size-xs);
  left: 0;
  position: absolute;
  top: 0.72em;
}

.l-header__bg-pc {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .l-header__bg-pc {
    display: none;
  }
}
.l-header__bg-pc.is-active {
  opacity: 1;
  visibility: visible;
}

.c-gnav__pc-mainParentInner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0;
  position: relative;
}
.c-gnav__pc-mainParentInner a {
  color: var(--text-color-main);
  font-feature-settings: "palt" 1;
  font-weight: 600;
  padding: 0 28px;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .c-gnav__pc-mainParentInner a {
    padding: 0 1.465vw;
  }
}

.c-megamenu__trigger > a {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .c-megamenu__trigger > a {
    font-size: clamp(1.563vw, 1.758vw, 1rem);
    padding: 0 1.465vw;
  }
}
.c-megamenu__trigger > a .c-iconPlus {
  border: 1px solid #316a5e;
  display: block;
  height: 15px;
  margin-left: 0.6em;
  margin-top: 0.1em;
  position: relative;
  width: 15px;
}
.c-megamenu__trigger > a .c-iconPlus::before, .c-megamenu__trigger > a .c-iconPlus::after {
  background-color: #316a5e;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
}
.c-megamenu__trigger > a .c-iconPlus::before {
  height: 1px;
  left: calc(50% - 4.5px);
  top: calc(50% - 0.5px);
  width: 9px;
}
.c-megamenu__trigger > a .c-iconPlus::after {
  height: 9px;
  left: calc(50% - 0.5px);
  top: calc(50% - 4.5px);
  width: 1px;
}

.c-gnav__pc-mainParent.is-active .c-megamenu__trigger .c-iconPlus::after {
  opacity: 0;
  transform: rotate(90deg);
}

/* gnav (SP)
========================================================= */
.l-gnav__sp {
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.l-gnav__sp.is-active {
  opacity: 1;
  visibility: visible;
}

.c-gnav__sp-mainList {
  border-bottom: 1px solid #dfdfdf;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent {
  border-top: 1px solid #dfdfdf;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll {
  color: #316a5e;
  display: block;
  font-size: clamp(1rem, 4vw, 1.125rem);
  font-weight: 600;
  height: 100%;
  padding: 0.85em 5.3vw;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll span.icon {
  border: 1px solid #316a5e;
  height: 16px;
  position: absolute;
  right: 5.3vw;
  top: calc(50% - 8px);
  width: 16px;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll span.icon::before, .c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll span.icon::after {
  background-color: #316a5e;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll span.icon::before {
  height: 1px;
  width: 10px;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll span.icon::after {
  height: 10px;
  width: 1px;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.noscroll.open span.icon::after {
  left: calc(50% - 0.5px);
  opacity: 0;
  top: calc(50% - 5px);
  transform: rotate(90deg);
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.arrow {
  color: #333;
  display: block;
  font-size: clamp(1rem, 4vw, 1.125rem);
  font-weight: 700;
  height: 100%;
  padding: 0.85em 5.3vw;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.c-gnav__sp-mainList > li.c-gnav__sp-mainParent > a.arrow::after {
  color: #316a5e;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  position: absolute;
  right: 5.3vw;
  top: calc(50% - 7px);
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
}

.c-accMenu__mainTtl {
  border-bottom: 1px solid #dfdfdf;
}
.c-accMenu__mainTtl a {
  color: #316a5e;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.6em 0 0.75em 1.3em;
  position: relative;
  text-decoration: none;
}
.c-accMenu__mainTtl a::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f138";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 0.85em;
}

.c-accMenu__item > li {
  border-bottom: 1px solid #dfdfdf;
}
.c-accMenu__item > li > a {
  color: #333;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: clamp(0.875rem, 3.66vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.7em 0 0.75em 1em;
  position: relative;
  text-decoration: none;
}
.c-accMenu__item > li > a span {
  color: #316a5e;
  display: block;
  font-size: var(--font-size-xs);
}
.c-accMenu__item > li > a::after {
  color: #316a5e;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 0.8em;
  left: 0;
  position: absolute;
  top: 1.3em;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
}
.c-accMenu__item > li:last-child {
  border-bottom: none;
}
div + .c-accMenu__item {
  border-top: 1px solid #dfdfdf;
}

.c-accMenu__categoryName {
  border-bottom: 1px solid #dfdfdf;
  color: #316a5e;
  font-size: clamp(0.8125rem, 3.59vw, 0.875rem);
  font-weight: 600;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}

.c-accMenu__courseList > li > a {
  color: #333;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: clamp(0.75rem, 3.333vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.45em 0 0.45em 1em;
  position: relative;
  text-decoration: none;
}
.c-accMenu__courseList > li > a span {
  color: #316a5e;
  display: block;
  font-size: var(--font-size-xs);
}
.c-accMenu__courseList > li > a::after {
  color: #316a5e;
  content: "\f054";
  font-size: 0.8em;
  left: 0;
  position: absolute;
  top: 1.05em;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
}

.c-accMenu__twoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.c-accMenu__twoList li {
  width: 47%;
}

.c-gnav__sp-mainParentInner {
  display: none;
  padding: 0.5em 5.3vw;
  position: relative;
}
.c-gnav__sp-mainParentInner::before {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-gnav__sp-courseTtl {
  background-color: #316a5e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: clamp(0.875rem, 3.66vw, 1rem);
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 0.55em 0.75em;
  position: relative;
  text-decoration: none;
}
.c-gnav__sp-courseTtl > .icon {
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 16px;
  position: absolute;
  right: 1.8vw;
  top: calc(50% - 8px);
  width: 16px;
}
.c-gnav__sp-courseTtl > .icon::before, .c-gnav__sp-courseTtl > .icon::after {
  background-color: #fff;
  border-radius: 1px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-gnav__sp-courseTtl > .icon::before {
  height: 1px;
  width: 10px;
}
.c-gnav__sp-courseTtl > .icon::after {
  height: 10px;
  width: 1px;
}
.c-gnav__sp-courseTtl.open span.icon::after {
  left: calc(50% - 0.5px);
  opacity: 0;
  top: calc(50% - 5px);
  transform: rotate(90deg);
}

.c-gnav__sp-courseInner {
  display: none;
}

.c-gnav__sp-courseBox {
  background-color: #edf4ef;
  border-radius: 4px;
  padding: 10px 3vw 6px;
}

.l-gnav__sp-footer {
  padding: 1em 5.3vw 1.5em;
}

ul.c-gnav__sp-subList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.c-gnav__sp-subList li {
  border-bottom: 1px solid #dfdfdf;
  width: 50%;
}
ul.c-gnav__sp-subList li:nth-child(even) {
  border-left: 1px solid #dfdfdf;
}
ul.c-gnav__sp-subList li a {
  color: #333;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.55em 5.3vw 0.65em 6.4vw;
  position: relative;
  text-decoration: none;
}
ul.c-gnav__sp-subList li a small {
  display: block;
  font-size: var(--font-size-xs);
  font-weight: 400;
}
ul.c-gnav__sp-subList li a::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f105";
  font-size: var(--font-size-xs);
  left: 3.3vw;
  position: absolute;
  top: 1.05em;
}

.l-header__bg-sp {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.l-header__bg-sp.is-active {
  opacity: 1;
  visibility: visible;
}

/* content
========================================================= */
.l-content {
  padding-top: 110px;
  position: static;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding-top: 0;
  }
}
body.home .l-content {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  body.home .l-content {
    padding-top: 0;
  }
}

.l-content__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1160px) {
  .l-content__inner {
    padding: 5rem 0;
    width: 1160px;
  }
}
@media screen and (max-width: 1159px) {
  .l-content__inner {
    padding: 3rem 0;
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__inner {
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-content__inner {
    padding: 1.2rem 0 3rem;
  }
}

.l-content__course {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: 3rem auto 0;
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .l-content__course {
    width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .l-content__course {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__course {
    display: block;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-content__course {
    margin: 1rem auto 0;
  }
}
.l-content__course a {
  color: #0468da;
  text-decoration: underline;
}

.l-content__courseMain {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1160px) {
  .l-content__courseMain {
    width: 820px;
  }
}
@media screen and (max-width: 1159px) {
  .l-content__courseMain {
    width: 67.24%;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__courseMain {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 1160px) {
  .l-content__courseSide {
    width: 280px;
  }
}
@media screen and (max-width: 1159px) {
  .l-content__courseSide {
    width: 24.13%;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__courseSide {
    width: 100%;
  }
}

.l-content__page {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: 3rem auto 0;
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .l-content__page {
    width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .l-content__page {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__page {
    display: block;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-content__page {
    margin: 0 auto;
  }
}
.l-content__page a {
  color: #0468da;
  text-decoration: underline;
}

.l-content__pageMain {
  padding-bottom: 5rem;
}
@media screen and (min-width: 1160px) {
  .l-content__pageMain {
    width: 840px;
  }
}
@media screen and (max-width: 1159px) {
  .l-content__pageMain {
    width: 67.24%;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__pageMain {
    margin: 0 auto;
    width: 90%;
  }
}
.l-content__pageMain > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 1023px) {
  #page_report .l-content__pageMain, #page_lecturers .l-content__pageMain, #page_explanation .l-content__pageMain, #page_medical_care .l-content__pageMain {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 1160px) {
  .l-content__pageSide {
    width: 250px;
  }
}
@media screen and (max-width: 1159px) {
  .l-content__pageSide {
    width: 24.13%;
  }
}
@media screen and (max-width: 1023px) {
  .l-content__pageSide {
    width: 100%;
  }
}

/* footer
========================================================= */
.l-footer {
  width: 100%;
}

.l-footer__inner {
  background-color: #f7f7f7;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0;
  }
}

.l-footer__gNav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1160px;
}
@media screen and (max-width: 1159px) {
  .l-footer__gNav {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__gNav {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    width: 100%;
  }
}
.l-footer__gNav li {
  font-size: 13px;
  line-height: 1.4;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer__gNav li {
    margin: 0;
  }
  .l-footer__gNav li:nth-of-type(1), .l-footer__gNav li:nth-of-type(2) {
    border-bottom: 1px solid #dfdfdf;
    width: 50%;
  }
  .l-footer__gNav li:nth-of-type(2) {
    border-left: 1px solid #dfdfdf;
  }
  .l-footer__gNav li:nth-of-type(3) {
    width: 100%;
  }
}
.l-footer__gNav li a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer__gNav li a {
    display: block;
    padding: 1.25em;
    text-align: center;
  }
}

.l-footer__copy {
  color: #808080;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  padding: 1.25em 0 2.5em;
  text-align: center;
}

.l-pagetop {
  bottom: 40px;
  position: fixed;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 15px;
    right: 15px;
  }
}
.l-pagetop a {
  align-items: center;
  background-color: #316a5e;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 50px;
  justify-content: center;
  opacity: 0.7;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 1000;
}
.l-pagetop a:hover {
  opacity: 1;
}

/* search
========================================================= */
.search-form {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  display: flex;
  margin-left: 3.255vw;
  width: 210px;
}
@media screen and (min-width: 1160px) {
  .search-form {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .search-form {
    margin-left: 2.604vw;
  }
}
.search-form label {
  flex: 1;
}
.l-gnav__sp-footer .search-form {
  margin: 1em auto 0;
  width: 100%;
}
.wp-block-group.is-style-group-section .search-form {
  margin: 30px 0 0;
}

.screen-reader-text {
  display: none;
}

.search-form input[type=search] {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: var(--font-size-base);
  padding: 0.1em 0.3em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .search-form input[type=search] {
    padding: 0.3em 0.5em;
  }
}
.search-form button[type=submit] {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: center;
  width: 28px;
}
.search-form button[type=submit] i {
  color: #333;
  font-size: var(--font-size-base);
}
.search-form .search-field::placeholder {
  color: #999;
  font-size: var(--font-size-sm);
}

.c-searchResult__list {
  margin-top: 20px;
}
.c-searchResult__list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75em 0;
}
.c-searchResult__list li .c-searchResult__listMds a {
  color: #005bac;
  display: block;
  font-size: clamp(1.5rem, 1.563vw, 1.6rem);
  font-weight: 600;
  padding-left: 0.85em;
  position: relative;
  text-decoration: none;
}
.c-searchResult__list li .c-searchResult__listMds a::before {
  color: #999;
  content: "\f0da";
  left: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
}
.c-searchResult__list li p.c-searchResult__listExcerpt {
  -webkit-box-orient: vertical;
  color: #666;
  display: -webkit-box;
  font-size: 1.3rem;
  -webkit-line-clamp: 1;
  line-height: 1.6;
  margin: 0.5em 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-searchResult__list li p.c-searchResult__listExcerpt {
    -webkit-line-clamp: 2;
  }
}

:root {
  --ww: calc(var(--vw) * 100);
  --wh: calc(var(--vh) * 100);
  --vw: calc(100vw / 100);
  --vh: calc(100vh / 100);
  --scrollbar-width: 0px;
}

.overlay {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
}
.overlay.is-visible {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  visibility: visible;
  z-index: 9;
}
.overlay.is-second-modal {
  z-index: 36;
}
body.side-open .overlay, body.filter-open .overlay {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  visibility: visible;
}
body.side-open .overlay {
  z-index: 9;
}
body.filter-open .overlay {
  z-index: 1000;
}

@media screen and (min-width: 1024px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.75;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    height: 1px;
    width: 100%;
  }
}

/* breadcrumb
========================================================= */
.breadcrumbs {
  margin: 20px auto 0;
  min-width: auto;
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .breadcrumbs {
    padding: 0 0 0.75em;
    width: 1160px;
  }
}
@media screen and (max-width: 1159px) {
  .breadcrumbs {
    margin: 10px auto 0;
    padding: 0 0 0.75em 10px;
  }
}

@media screen and (max-width: 767px) {
  .aioseo-breadcrumbs {
    overflow-x: scroll;
    padding-bottom: 2.6vw;
    white-space: nowrap;
  }
}
.aioseo-breadcrumbs span {
  color: #666;
  font-size: clamp(0.625rem, 1.2vw, 0.75rem);
}
.aioseo-breadcrumbs span.aioseo-breadcrumb a {
  color: #316a5e;
  text-decoration: none;
}
.aioseo-breadcrumbs span.aioseo-breadcrumb-separator {
  color: #666;
  margin: 0 0.2em;
}

.c-breadcrumbList li {
  color: #666;
  display: inline-block;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbList li {
    font-size: 1.2rem;
  }
}
.c-breadcrumbList li:not(:last-child)::after {
  color: #666;
  content: "/";
  margin: 0 0.5em 0 0.65em;
}
.c-breadcrumbList li a {
  color: #0468da;
  text-decoration: none;
}

/* component
========================================================= */
.c-borderTopGray {
  border-top: 1px solid #dfdfdf;
}

.c-borderBottomNone {
  border-bottom: none !important;
}

.c-btn {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 0.75em 1.25em 0.75em 0.75em;
  position: relative;
  text-decoration: none;
}
.c-btn::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #ccc;
  content: "\f105";
  position: absolute;
  right: 10px;
}

.c-lineGreen {
  background-color: #fff;
  border: 1px solid #316a5e;
  color: #316a5e;
}
.c-lineGreen::after {
  color: #316a5e;
}

.c-lineGreenLeef {
  background-color: #fff;
  border: 1px solid #97a629;
  color: #97a629;
}
.c-lineGreenLeef::after {
  color: #97a629;
}

.c-lineGray {
  background-color: #fff;
  border: 1px solid #808080;
  color: #808080;
}
.c-lineGray::after {
  color: #808080;
}

.c-fillGreen {
  background-color: #316a5e;
  color: #fff;
}
.c-fillGreen::after {
  color: #fff;
}

input[type=button].c-inputBtn,
input[type=submit].c-inputBtn {
  background: #316a5e;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0.75em 1.5em;
}

.c-label {
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding: 0 0.75em 0.1em;
}

.c-tag {
  border-radius: 3px;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  padding: 0 0.55em 0.15em;
}
@media screen and (max-width: 767px) {
  .c-tag {
    font-size: 10px;
  }
}

.c-tag__ifa {
  border: 1px solid #2e2870;
  color: #2e2870;
}

.c-tag__original {
  border: 1px solid #ea7900;
  color: #ea7900;
}

.c-bgGreen {
  background-color: #edf4ef;
}

.c-bgGreenLight {
  background-color: #f5f6ea;
}

.c-bgGreenBlue {
  background-color: #436bc8;
  color: #fff;
}

.c-bgGray {
  background-color: #f7f7f7;
}

.c-bnr__item {
  margin-top: 1.5em;
}
.c-bnr__item dt img {
  width: 100%;
}
.c-bnr__item dd {
  font-size: var(--font-size-sm);
  line-height: 1.5;
  padding-top: 1em;
}
@media screen and (max-width: 1023px) {
  .c-bnr__item dd {
    font-size: var(--font-size-xs);
  }
}

.c-bnr__line {
  border: 1px solid #dfdfdf;
}
.c-bnr__line a {
  color: #333;
  display: block;
  font-weight: 700;
  padding: 0.75em 0.75em 0.75em 1.5em;
  position: relative;
  text-decoration: none;
}
.c-bnr__line a::before {
  background-color: #316a5e;
  bottom: 6px;
  content: "";
  display: block;
  height: auto;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 2px;
}
.c-bnr__line a span {
  color: #316a5e;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.c-column__threeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-column__threeList {
    width: 88%;
  }
}
.c-column__threeList li {
  width: 320px;
}
@media screen and (max-width: 1159px) {
  .c-column__threeList li {
    width: 29.62%;
  }
}
@media screen and (max-width: 767px) {
  .c-column__threeList li {
    width: 47%;
  }
}
.c-column__threeList li a {
  color: #333;
  text-decoration: none;
}

.c-menu__twoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.c-menu__twoList li {
  width: 47%;
}

.c-bnr__twoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-bnr__twoList {
    width: 82%;
  }
}
.c-bnr__twoList li {
  width: 500px;
}
@media screen and (max-width: 1159px) {
  .c-bnr__twoList li {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr__twoList li {
    width: 100%;
  }
}

.c-column__two {
  column-count: 2;
  column-gap: 6%;
  width: 100%;
}

.c-column__three {
  column-count: 3;
  column-gap: 20px;
}

.c-img__cap {
  margin-top: 1.5em;
}
.c-img__cap img {
  width: 100%;
}
.c-img__cap figcaption {
  border-left: 1px solid #333;
  color: #333;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 0.75em;
  padding: 0.05em 0 0.15em 0.85em;
}
@media screen and (max-width: 1023px) {
  .c-img__cap figcaption {
    font-size: var(--font-size-sm);
  }
}

.wp-block-heading.is-style-headingTtl-course {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}

.c-icon__new {
  background-color: #fbb03b;
  border-radius: 8px;
  bottom: 0.2em;
  color: #fff;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
}

a[target=_blank][rel=noopener] {
  display: inline-block;
  margin: 0 0.3em;
  padding-right: 1.2em;
  position: relative;
}
a[target=_blank][rel=noopener]::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f08e";
  font-size: 90%;
  position: absolute;
  right: 0;
  top: 0.1em;
}

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

@media screen and (max-width: 1023px) {
  .mt-tab-0 {
    margin-top: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0rem !important;
  }
}
.mt-1 {
  margin-top: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-1 {
    margin-top: 0.25rem !important;
  }
}
.mt-2 {
  margin-top: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-2 {
    margin-top: 0.5rem !important;
  }
}
.mt-3 {
  margin-top: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-3 {
    margin-top: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-3 {
    margin-top: 0.75rem !important;
  }
}
.mt-4 {
  margin-top: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-4 {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-4 {
    margin-top: 1rem !important;
  }
}
.mt-5 {
  margin-top: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-5 {
    margin-top: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-5 {
    margin-top: 1.25rem !important;
  }
}
.mt-6 {
  margin-top: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-6 {
    margin-top: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-6 {
    margin-top: 1.5rem !important;
  }
}
.mt-7 {
  margin-top: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-7 {
    margin-top: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-7 {
    margin-top: 1.75rem !important;
  }
}
.mt-8 {
  margin-top: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-8 {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-8 {
    margin-top: 2rem !important;
  }
}
.mt-9 {
  margin-top: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-9 {
    margin-top: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-9 {
    margin-top: 2.25rem !important;
  }
}
.mt-10 {
  margin-top: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-10 {
    margin-top: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-10 {
    margin-top: 2.5rem !important;
  }
}
.mt-11 {
  margin-top: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-11 {
    margin-top: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-11 {
    margin-top: 2.75rem !important;
  }
}
.mt-12 {
  margin-top: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-12 {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-12 {
    margin-top: 3rem !important;
  }
}
.mt-13 {
  margin-top: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-13 {
    margin-top: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-13 {
    margin-top: 3.25rem !important;
  }
}
.mt-14 {
  margin-top: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-14 {
    margin-top: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-14 {
    margin-top: 3.5rem !important;
  }
}
.mt-15 {
  margin-top: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-15 {
    margin-top: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-15 {
    margin-top: 3.75rem !important;
  }
}
.mt-16 {
  margin-top: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-16 {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-16 {
    margin-top: 4rem !important;
  }
}
.mt-17 {
  margin-top: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-17 {
    margin-top: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-17 {
    margin-top: 4.25rem !important;
  }
}
.mt-18 {
  margin-top: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-18 {
    margin-top: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-18 {
    margin-top: 4.5rem !important;
  }
}
.mt-19 {
  margin-top: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-19 {
    margin-top: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-19 {
    margin-top: 4.75rem !important;
  }
}
.mt-20 {
  margin-top: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-20 {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-20 {
    margin-top: 5rem !important;
  }
}
.mt-21 {
  margin-top: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-21 {
    margin-top: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-21 {
    margin-top: 5.25rem !important;
  }
}
.mt-22 {
  margin-top: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-22 {
    margin-top: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-22 {
    margin-top: 5.5rem !important;
  }
}
.mt-23 {
  margin-top: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-23 {
    margin-top: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-23 {
    margin-top: 5.75rem !important;
  }
}
.mt-24 {
  margin-top: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-24 {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-24 {
    margin-top: 6rem !important;
  }
}
.mt-25 {
  margin-top: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-25 {
    margin-top: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-25 {
    margin-top: 6.25rem !important;
  }
}
.mt-26 {
  margin-top: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-26 {
    margin-top: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-26 {
    margin-top: 6.5rem !important;
  }
}
.mt-27 {
  margin-top: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-27 {
    margin-top: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-27 {
    margin-top: 6.75rem !important;
  }
}
.mt-28 {
  margin-top: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-28 {
    margin-top: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-28 {
    margin-top: 7rem !important;
  }
}
.mt-29 {
  margin-top: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-29 {
    margin-top: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-29 {
    margin-top: 7.25rem !important;
  }
}
.mt-30 {
  margin-top: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-30 {
    margin-top: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-30 {
    margin-top: 7.5rem !important;
  }
}
.mt-31 {
  margin-top: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-31 {
    margin-top: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-31 {
    margin-top: 7.75rem !important;
  }
}
.mt-32 {
  margin-top: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-32 {
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-32 {
    margin-top: 8rem !important;
  }
}
.mt-33 {
  margin-top: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-33 {
    margin-top: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-33 {
    margin-top: 8.25rem !important;
  }
}
.mt-34 {
  margin-top: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-34 {
    margin-top: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-34 {
    margin-top: 8.5rem !important;
  }
}
.mt-35 {
  margin-top: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-35 {
    margin-top: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-35 {
    margin-top: 8.75rem !important;
  }
}
.mt-36 {
  margin-top: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-36 {
    margin-top: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-36 {
    margin-top: 9rem !important;
  }
}
.mt-37 {
  margin-top: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-37 {
    margin-top: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-37 {
    margin-top: 9.25rem !important;
  }
}
.mt-38 {
  margin-top: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-38 {
    margin-top: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-38 {
    margin-top: 9.5rem !important;
  }
}
.mt-39 {
  margin-top: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-39 {
    margin-top: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-39 {
    margin-top: 9.75rem !important;
  }
}
.mt-40 {
  margin-top: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .mt-tab-40 {
    margin-top: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-sp-40 {
    margin-top: 10rem !important;
  }
}
.mb-0 {
  margin-bottom: 0rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-0 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-0 {
    margin-bottom: 0rem !important;
  }
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-1 {
    margin-bottom: 0.25rem !important;
  }
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-2 {
    margin-bottom: 0.5rem !important;
  }
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-3 {
    margin-bottom: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-3 {
    margin-bottom: 0.75rem !important;
  }
}
.mb-4 {
  margin-bottom: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-4 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-4 {
    margin-bottom: 1rem !important;
  }
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-5 {
    margin-bottom: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-5 {
    margin-bottom: 1.25rem !important;
  }
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-6 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-6 {
    margin-bottom: 1.5rem !important;
  }
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-7 {
    margin-bottom: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-7 {
    margin-bottom: 1.75rem !important;
  }
}
.mb-8 {
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-8 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-8 {
    margin-bottom: 2rem !important;
  }
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-9 {
    margin-bottom: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-9 {
    margin-bottom: 2.25rem !important;
  }
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-10 {
    margin-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-10 {
    margin-bottom: 2.5rem !important;
  }
}
.mb-11 {
  margin-bottom: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-11 {
    margin-bottom: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-11 {
    margin-bottom: 2.75rem !important;
  }
}
.mb-12 {
  margin-bottom: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-12 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-12 {
    margin-bottom: 3rem !important;
  }
}
.mb-13 {
  margin-bottom: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-13 {
    margin-bottom: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-13 {
    margin-bottom: 3.25rem !important;
  }
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-14 {
    margin-bottom: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-14 {
    margin-bottom: 3.5rem !important;
  }
}
.mb-15 {
  margin-bottom: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-15 {
    margin-bottom: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-15 {
    margin-bottom: 3.75rem !important;
  }
}
.mb-16 {
  margin-bottom: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-16 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-16 {
    margin-bottom: 4rem !important;
  }
}
.mb-17 {
  margin-bottom: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-17 {
    margin-bottom: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-17 {
    margin-bottom: 4.25rem !important;
  }
}
.mb-18 {
  margin-bottom: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-18 {
    margin-bottom: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-18 {
    margin-bottom: 4.5rem !important;
  }
}
.mb-19 {
  margin-bottom: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-19 {
    margin-bottom: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-19 {
    margin-bottom: 4.75rem !important;
  }
}
.mb-20 {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-20 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-20 {
    margin-bottom: 5rem !important;
  }
}
.mb-21 {
  margin-bottom: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-21 {
    margin-bottom: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-21 {
    margin-bottom: 5.25rem !important;
  }
}
.mb-22 {
  margin-bottom: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-22 {
    margin-bottom: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-22 {
    margin-bottom: 5.5rem !important;
  }
}
.mb-23 {
  margin-bottom: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-23 {
    margin-bottom: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-23 {
    margin-bottom: 5.75rem !important;
  }
}
.mb-24 {
  margin-bottom: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-24 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-24 {
    margin-bottom: 6rem !important;
  }
}
.mb-25 {
  margin-bottom: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-25 {
    margin-bottom: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-25 {
    margin-bottom: 6.25rem !important;
  }
}
.mb-26 {
  margin-bottom: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-26 {
    margin-bottom: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-26 {
    margin-bottom: 6.5rem !important;
  }
}
.mb-27 {
  margin-bottom: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-27 {
    margin-bottom: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-27 {
    margin-bottom: 6.75rem !important;
  }
}
.mb-28 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-28 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-28 {
    margin-bottom: 7rem !important;
  }
}
.mb-29 {
  margin-bottom: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-29 {
    margin-bottom: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-29 {
    margin-bottom: 7.25rem !important;
  }
}
.mb-30 {
  margin-bottom: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-30 {
    margin-bottom: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-30 {
    margin-bottom: 7.5rem !important;
  }
}
.mb-31 {
  margin-bottom: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-31 {
    margin-bottom: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-31 {
    margin-bottom: 7.75rem !important;
  }
}
.mb-32 {
  margin-bottom: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-32 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-32 {
    margin-bottom: 8rem !important;
  }
}
.mb-33 {
  margin-bottom: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-33 {
    margin-bottom: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-33 {
    margin-bottom: 8.25rem !important;
  }
}
.mb-34 {
  margin-bottom: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-34 {
    margin-bottom: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-34 {
    margin-bottom: 8.5rem !important;
  }
}
.mb-35 {
  margin-bottom: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-35 {
    margin-bottom: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-35 {
    margin-bottom: 8.75rem !important;
  }
}
.mb-36 {
  margin-bottom: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-36 {
    margin-bottom: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-36 {
    margin-bottom: 9rem !important;
  }
}
.mb-37 {
  margin-bottom: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-37 {
    margin-bottom: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-37 {
    margin-bottom: 9.25rem !important;
  }
}
.mb-38 {
  margin-bottom: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-38 {
    margin-bottom: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-38 {
    margin-bottom: 9.5rem !important;
  }
}
.mb-39 {
  margin-bottom: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-39 {
    margin-bottom: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-39 {
    margin-bottom: 9.75rem !important;
  }
}
.mb-40 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .mb-tab-40 {
    margin-bottom: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mb-sp-40 {
    margin-bottom: 10rem !important;
  }
}
.ml-0 {
  margin-left: 0rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-0 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-0 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-0 {
    margin-left: 0rem !important;
  }
}
.ml-1 {
  margin-left: 0.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-1 {
    margin-left: 0.25rem !important;
  }
}
.ml-2 {
  margin-left: 0.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-2 {
    margin-left: 0.5rem !important;
  }
}
.ml-3 {
  margin-left: 0.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-3 {
    margin-left: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-3 {
    margin-left: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-3 {
    margin-left: 0.75rem !important;
  }
}
.ml-4 {
  margin-left: 1rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-4 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-4 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-4 {
    margin-left: 1rem !important;
  }
}
.ml-5 {
  margin-left: 1.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-5 {
    margin-left: 1.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-5 {
    margin-left: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-5 {
    margin-left: 1.25rem !important;
  }
}
.ml-6 {
  margin-left: 1.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-6 {
    margin-left: 1.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-6 {
    margin-left: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-6 {
    margin-left: 1.5rem !important;
  }
}
.ml-7 {
  margin-left: 1.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-7 {
    margin-left: 1.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-7 {
    margin-left: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-7 {
    margin-left: 1.75rem !important;
  }
}
.ml-8 {
  margin-left: 2rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-8 {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-8 {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-8 {
    margin-left: 2rem !important;
  }
}
.ml-9 {
  margin-left: 2.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-9 {
    margin-left: 2.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-9 {
    margin-left: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-9 {
    margin-left: 2.25rem !important;
  }
}
.ml-10 {
  margin-left: 2.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-10 {
    margin-left: 2.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-10 {
    margin-left: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-10 {
    margin-left: 2.5rem !important;
  }
}
.ml-11 {
  margin-left: 2.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-11 {
    margin-left: 2.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-11 {
    margin-left: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-11 {
    margin-left: 2.75rem !important;
  }
}
.ml-12 {
  margin-left: 3rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-12 {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-12 {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-12 {
    margin-left: 3rem !important;
  }
}
.ml-13 {
  margin-left: 3.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-13 {
    margin-left: 3.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-13 {
    margin-left: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-13 {
    margin-left: 3.25rem !important;
  }
}
.ml-14 {
  margin-left: 3.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-14 {
    margin-left: 3.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-14 {
    margin-left: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-14 {
    margin-left: 3.5rem !important;
  }
}
.ml-15 {
  margin-left: 3.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-15 {
    margin-left: 3.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-15 {
    margin-left: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-15 {
    margin-left: 3.75rem !important;
  }
}
.ml-16 {
  margin-left: 4rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-16 {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-16 {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-16 {
    margin-left: 4rem !important;
  }
}
.ml-17 {
  margin-left: 4.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-17 {
    margin-left: 4.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-17 {
    margin-left: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-17 {
    margin-left: 4.25rem !important;
  }
}
.ml-18 {
  margin-left: 4.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-18 {
    margin-left: 4.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-18 {
    margin-left: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-18 {
    margin-left: 4.5rem !important;
  }
}
.ml-19 {
  margin-left: 4.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-19 {
    margin-left: 4.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-19 {
    margin-left: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-19 {
    margin-left: 4.75rem !important;
  }
}
.ml-20 {
  margin-left: 5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-20 {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-20 {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-20 {
    margin-left: 5rem !important;
  }
}
.ml-21 {
  margin-left: 5.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-21 {
    margin-left: 5.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-21 {
    margin-left: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-21 {
    margin-left: 5.25rem !important;
  }
}
.ml-22 {
  margin-left: 5.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-22 {
    margin-left: 5.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-22 {
    margin-left: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-22 {
    margin-left: 5.5rem !important;
  }
}
.ml-23 {
  margin-left: 5.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-23 {
    margin-left: 5.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-23 {
    margin-left: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-23 {
    margin-left: 5.75rem !important;
  }
}
.ml-24 {
  margin-left: 6rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-24 {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-24 {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-24 {
    margin-left: 6rem !important;
  }
}
.ml-25 {
  margin-left: 6.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-25 {
    margin-left: 6.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-25 {
    margin-left: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-25 {
    margin-left: 6.25rem !important;
  }
}
.ml-26 {
  margin-left: 6.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-26 {
    margin-left: 6.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-26 {
    margin-left: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-26 {
    margin-left: 6.5rem !important;
  }
}
.ml-27 {
  margin-left: 6.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-27 {
    margin-left: 6.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-27 {
    margin-left: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-27 {
    margin-left: 6.75rem !important;
  }
}
.ml-28 {
  margin-left: 7rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-28 {
    margin-left: 7rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-28 {
    margin-left: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-28 {
    margin-left: 7rem !important;
  }
}
.ml-29 {
  margin-left: 7.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-29 {
    margin-left: 7.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-29 {
    margin-left: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-29 {
    margin-left: 7.25rem !important;
  }
}
.ml-30 {
  margin-left: 7.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-30 {
    margin-left: 7.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-30 {
    margin-left: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-30 {
    margin-left: 7.5rem !important;
  }
}
.ml-31 {
  margin-left: 7.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-31 {
    margin-left: 7.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-31 {
    margin-left: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-31 {
    margin-left: 7.75rem !important;
  }
}
.ml-32 {
  margin-left: 8rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-32 {
    margin-left: 8rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-32 {
    margin-left: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-32 {
    margin-left: 8rem !important;
  }
}
.ml-33 {
  margin-left: 8.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-33 {
    margin-left: 8.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-33 {
    margin-left: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-33 {
    margin-left: 8.25rem !important;
  }
}
.ml-34 {
  margin-left: 8.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-34 {
    margin-left: 8.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-34 {
    margin-left: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-34 {
    margin-left: 8.5rem !important;
  }
}
.ml-35 {
  margin-left: 8.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-35 {
    margin-left: 8.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-35 {
    margin-left: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-35 {
    margin-left: 8.75rem !important;
  }
}
.ml-36 {
  margin-left: 9rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-36 {
    margin-left: 9rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-36 {
    margin-left: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-36 {
    margin-left: 9rem !important;
  }
}
.ml-37 {
  margin-left: 9.25rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-37 {
    margin-left: 9.25rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-37 {
    margin-left: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-37 {
    margin-left: 9.25rem !important;
  }
}
.ml-38 {
  margin-left: 9.5rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-38 {
    margin-left: 9.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-38 {
    margin-left: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-38 {
    margin-left: 9.5rem !important;
  }
}
.ml-39 {
  margin-left: 9.75rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-39 {
    margin-left: 9.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-39 {
    margin-left: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-39 {
    margin-left: 9.75rem !important;
  }
}
.ml-40 {
  margin-left: 10rem !important;
}

@media screen and (min-width: 768px) {
  .ml-pc-40 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .ml-tab-40 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .ml-sp-40 {
    margin-left: 10rem !important;
  }
}
.mr-0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-0 {
    margin-right: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-0 {
    margin-right: 0rem !important;
  }
}
.mr-1 {
  margin-right: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-1 {
    margin-right: 0.25rem !important;
  }
}
.mr-2 {
  margin-right: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-2 {
    margin-right: 0.5rem !important;
  }
}
.mr-3 {
  margin-right: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-3 {
    margin-right: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-3 {
    margin-right: 0.75rem !important;
  }
}
.mr-4 {
  margin-right: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-4 {
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-4 {
    margin-right: 1rem !important;
  }
}
.mr-5 {
  margin-right: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-5 {
    margin-right: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-5 {
    margin-right: 1.25rem !important;
  }
}
.mr-6 {
  margin-right: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-6 {
    margin-right: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-6 {
    margin-right: 1.5rem !important;
  }
}
.mr-7 {
  margin-right: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-7 {
    margin-right: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-7 {
    margin-right: 1.75rem !important;
  }
}
.mr-8 {
  margin-right: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-8 {
    margin-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-8 {
    margin-right: 2rem !important;
  }
}
.mr-9 {
  margin-right: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-9 {
    margin-right: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-9 {
    margin-right: 2.25rem !important;
  }
}
.mr-10 {
  margin-right: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-10 {
    margin-right: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-10 {
    margin-right: 2.5rem !important;
  }
}
.mr-11 {
  margin-right: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-11 {
    margin-right: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-11 {
    margin-right: 2.75rem !important;
  }
}
.mr-12 {
  margin-right: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-12 {
    margin-right: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-12 {
    margin-right: 3rem !important;
  }
}
.mr-13 {
  margin-right: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-13 {
    margin-right: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-13 {
    margin-right: 3.25rem !important;
  }
}
.mr-14 {
  margin-right: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-14 {
    margin-right: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-14 {
    margin-right: 3.5rem !important;
  }
}
.mr-15 {
  margin-right: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-15 {
    margin-right: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-15 {
    margin-right: 3.75rem !important;
  }
}
.mr-16 {
  margin-right: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-16 {
    margin-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-16 {
    margin-right: 4rem !important;
  }
}
.mr-17 {
  margin-right: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-17 {
    margin-right: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-17 {
    margin-right: 4.25rem !important;
  }
}
.mr-18 {
  margin-right: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-18 {
    margin-right: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-18 {
    margin-right: 4.5rem !important;
  }
}
.mr-19 {
  margin-right: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-19 {
    margin-right: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-19 {
    margin-right: 4.75rem !important;
  }
}
.mr-20 {
  margin-right: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-20 {
    margin-right: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-20 {
    margin-right: 5rem !important;
  }
}
.mr-21 {
  margin-right: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-21 {
    margin-right: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-21 {
    margin-right: 5.25rem !important;
  }
}
.mr-22 {
  margin-right: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-22 {
    margin-right: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-22 {
    margin-right: 5.5rem !important;
  }
}
.mr-23 {
  margin-right: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-23 {
    margin-right: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-23 {
    margin-right: 5.75rem !important;
  }
}
.mr-24 {
  margin-right: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-24 {
    margin-right: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-24 {
    margin-right: 6rem !important;
  }
}
.mr-25 {
  margin-right: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-25 {
    margin-right: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-25 {
    margin-right: 6.25rem !important;
  }
}
.mr-26 {
  margin-right: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-26 {
    margin-right: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-26 {
    margin-right: 6.5rem !important;
  }
}
.mr-27 {
  margin-right: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-27 {
    margin-right: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-27 {
    margin-right: 6.75rem !important;
  }
}
.mr-28 {
  margin-right: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-28 {
    margin-right: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-28 {
    margin-right: 7rem !important;
  }
}
.mr-29 {
  margin-right: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-29 {
    margin-right: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-29 {
    margin-right: 7.25rem !important;
  }
}
.mr-30 {
  margin-right: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-30 {
    margin-right: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-30 {
    margin-right: 7.5rem !important;
  }
}
.mr-31 {
  margin-right: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-31 {
    margin-right: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-31 {
    margin-right: 7.75rem !important;
  }
}
.mr-32 {
  margin-right: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-32 {
    margin-right: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-32 {
    margin-right: 8rem !important;
  }
}
.mr-33 {
  margin-right: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-33 {
    margin-right: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-33 {
    margin-right: 8.25rem !important;
  }
}
.mr-34 {
  margin-right: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-34 {
    margin-right: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-34 {
    margin-right: 8.5rem !important;
  }
}
.mr-35 {
  margin-right: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-35 {
    margin-right: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-35 {
    margin-right: 8.75rem !important;
  }
}
.mr-36 {
  margin-right: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-36 {
    margin-right: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-36 {
    margin-right: 9rem !important;
  }
}
.mr-37 {
  margin-right: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-37 {
    margin-right: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-37 {
    margin-right: 9.25rem !important;
  }
}
.mr-38 {
  margin-right: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-38 {
    margin-right: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-38 {
    margin-right: 9.5rem !important;
  }
}
.mr-39 {
  margin-right: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-39 {
    margin-right: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-39 {
    margin-right: 9.75rem !important;
  }
}
.mr-40 {
  margin-right: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .mr-tab-40 {
    margin-right: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mr-sp-40 {
    margin-right: 10rem !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 1023px) {
  .mx-tab-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .mx-sp-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 1023px) {
  .mx-tab-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.my-0 {
  margin-bottom: 0rem;
  margin-top: 0rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-0 {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-0 {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
  }
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
}
.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-3 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-3 {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
}
.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-5 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-6 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
}
.my-7 {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-7 {
    margin-bottom: 1.75rem !important;
    margin-top: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-7 {
    margin-bottom: 1.75rem !important;
    margin-top: 1.75rem !important;
  }
}
.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
  }
}
.my-9 {
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-9 {
    margin-bottom: 2.25rem !important;
    margin-top: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-9 {
    margin-bottom: 2.25rem !important;
    margin-top: 2.25rem !important;
  }
}
.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-10 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-10 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
}
.my-11 {
  margin-bottom: 2.75rem;
  margin-top: 2.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-11 {
    margin-bottom: 2.75rem !important;
    margin-top: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-11 {
    margin-bottom: 2.75rem !important;
    margin-top: 2.75rem !important;
  }
}
.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-12 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
}
.my-13 {
  margin-bottom: 3.25rem;
  margin-top: 3.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-13 {
    margin-bottom: 3.25rem !important;
    margin-top: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-13 {
    margin-bottom: 3.25rem !important;
    margin-top: 3.25rem !important;
  }
}
.my-14 {
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-14 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-14 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }
}
.my-15 {
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-15 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-15 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }
}
.my-16 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-16 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
  }
}
.my-17 {
  margin-bottom: 4.25rem;
  margin-top: 4.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-17 {
    margin-bottom: 4.25rem !important;
    margin-top: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-17 {
    margin-bottom: 4.25rem !important;
    margin-top: 4.25rem !important;
  }
}
.my-18 {
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-18 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-18 {
    margin-bottom: 4.5rem !important;
    margin-top: 4.5rem !important;
  }
}
.my-19 {
  margin-bottom: 4.75rem;
  margin-top: 4.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-19 {
    margin-bottom: 4.75rem !important;
    margin-top: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-19 {
    margin-bottom: 4.75rem !important;
    margin-top: 4.75rem !important;
  }
}
.my-20 {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-20 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-20 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }
}
.my-21 {
  margin-bottom: 5.25rem;
  margin-top: 5.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-21 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-21 {
    margin-bottom: 5.25rem !important;
    margin-top: 5.25rem !important;
  }
}
.my-22 {
  margin-bottom: 5.5rem;
  margin-top: 5.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-22 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-22 {
    margin-bottom: 5.5rem !important;
    margin-top: 5.5rem !important;
  }
}
.my-23 {
  margin-bottom: 5.75rem;
  margin-top: 5.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-23 {
    margin-bottom: 5.75rem !important;
    margin-top: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-23 {
    margin-bottom: 5.75rem !important;
    margin-top: 5.75rem !important;
  }
}
.my-24 {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-24 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-24 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
  }
}
.my-25 {
  margin-bottom: 6.25rem;
  margin-top: 6.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-25 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-25 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
  }
}
.my-26 {
  margin-bottom: 6.5rem;
  margin-top: 6.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-26 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-26 {
    margin-bottom: 6.5rem !important;
    margin-top: 6.5rem !important;
  }
}
.my-27 {
  margin-bottom: 6.75rem;
  margin-top: 6.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-27 {
    margin-bottom: 6.75rem !important;
    margin-top: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-27 {
    margin-bottom: 6.75rem !important;
    margin-top: 6.75rem !important;
  }
}
.my-28 {
  margin-bottom: 7rem;
  margin-top: 7rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-28 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-28 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important;
  }
}
.my-29 {
  margin-bottom: 7.25rem;
  margin-top: 7.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-29 {
    margin-bottom: 7.25rem !important;
    margin-top: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-29 {
    margin-bottom: 7.25rem !important;
    margin-top: 7.25rem !important;
  }
}
.my-30 {
  margin-bottom: 7.5rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-30 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-30 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }
}
.my-31 {
  margin-bottom: 7.75rem;
  margin-top: 7.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-31 {
    margin-bottom: 7.75rem !important;
    margin-top: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-31 {
    margin-bottom: 7.75rem !important;
    margin-top: 7.75rem !important;
  }
}
.my-32 {
  margin-bottom: 8rem;
  margin-top: 8rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-32 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-32 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
  }
}
.my-33 {
  margin-bottom: 8.25rem;
  margin-top: 8.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-33 {
    margin-bottom: 8.25rem !important;
    margin-top: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-33 {
    margin-bottom: 8.25rem !important;
    margin-top: 8.25rem !important;
  }
}
.my-34 {
  margin-bottom: 8.5rem;
  margin-top: 8.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-34 {
    margin-bottom: 8.5rem !important;
    margin-top: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-34 {
    margin-bottom: 8.5rem !important;
    margin-top: 8.5rem !important;
  }
}
.my-35 {
  margin-bottom: 8.75rem;
  margin-top: 8.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-35 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-35 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
  }
}
.my-36 {
  margin-bottom: 9rem;
  margin-top: 9rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-36 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-36 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important;
  }
}
.my-37 {
  margin-bottom: 9.25rem;
  margin-top: 9.25rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-37 {
    margin-bottom: 9.25rem !important;
    margin-top: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-37 {
    margin-bottom: 9.25rem !important;
    margin-top: 9.25rem !important;
  }
}
.my-38 {
  margin-bottom: 9.5rem;
  margin-top: 9.5rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-38 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-38 {
    margin-bottom: 9.5rem !important;
    margin-top: 9.5rem !important;
  }
}
.my-39 {
  margin-bottom: 9.75rem;
  margin-top: 9.75rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-39 {
    margin-bottom: 9.75rem !important;
    margin-top: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-39 {
    margin-bottom: 9.75rem !important;
    margin-top: 9.75rem !important;
  }
}
.my-40 {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

@media screen and (max-width: 1023px) {
  .my-tab-40 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .my-sp-40 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important;
  }
}
.pt-0 {
  padding-top: 0rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-0 {
    padding-top: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-0 {
    padding-top: 0rem !important;
  }
}
.pt-1 {
  padding-top: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-1 {
    padding-top: 0.25rem !important;
  }
}
.pt-2 {
  padding-top: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-2 {
    padding-top: 0.5rem !important;
  }
}
.pt-3 {
  padding-top: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-3 {
    padding-top: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-3 {
    padding-top: 0.75rem !important;
  }
}
.pt-4 {
  padding-top: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-4 {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-4 {
    padding-top: 1rem !important;
  }
}
.pt-5 {
  padding-top: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-5 {
    padding-top: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-5 {
    padding-top: 1.25rem !important;
  }
}
.pt-6 {
  padding-top: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-6 {
    padding-top: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-6 {
    padding-top: 1.5rem !important;
  }
}
.pt-7 {
  padding-top: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-7 {
    padding-top: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-7 {
    padding-top: 1.75rem !important;
  }
}
.pt-8 {
  padding-top: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-8 {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-8 {
    padding-top: 2rem !important;
  }
}
.pt-9 {
  padding-top: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-9 {
    padding-top: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-9 {
    padding-top: 2.25rem !important;
  }
}
.pt-10 {
  padding-top: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-10 {
    padding-top: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-10 {
    padding-top: 2.5rem !important;
  }
}
.pt-11 {
  padding-top: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-11 {
    padding-top: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-11 {
    padding-top: 2.75rem !important;
  }
}
.pt-12 {
  padding-top: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-12 {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-12 {
    padding-top: 3rem !important;
  }
}
.pt-13 {
  padding-top: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-13 {
    padding-top: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-13 {
    padding-top: 3.25rem !important;
  }
}
.pt-14 {
  padding-top: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-14 {
    padding-top: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-14 {
    padding-top: 3.5rem !important;
  }
}
.pt-15 {
  padding-top: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-15 {
    padding-top: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-15 {
    padding-top: 3.75rem !important;
  }
}
.pt-16 {
  padding-top: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-16 {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-16 {
    padding-top: 4rem !important;
  }
}
.pt-17 {
  padding-top: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-17 {
    padding-top: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-17 {
    padding-top: 4.25rem !important;
  }
}
.pt-18 {
  padding-top: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-18 {
    padding-top: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-18 {
    padding-top: 4.5rem !important;
  }
}
.pt-19 {
  padding-top: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-19 {
    padding-top: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-19 {
    padding-top: 4.75rem !important;
  }
}
.pt-20 {
  padding-top: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-20 {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-20 {
    padding-top: 5rem !important;
  }
}
.pt-21 {
  padding-top: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-21 {
    padding-top: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-21 {
    padding-top: 5.25rem !important;
  }
}
.pt-22 {
  padding-top: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-22 {
    padding-top: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-22 {
    padding-top: 5.5rem !important;
  }
}
.pt-23 {
  padding-top: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-23 {
    padding-top: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-23 {
    padding-top: 5.75rem !important;
  }
}
.pt-24 {
  padding-top: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-24 {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-24 {
    padding-top: 6rem !important;
  }
}
.pt-25 {
  padding-top: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-25 {
    padding-top: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-25 {
    padding-top: 6.25rem !important;
  }
}
.pt-26 {
  padding-top: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-26 {
    padding-top: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-26 {
    padding-top: 6.5rem !important;
  }
}
.pt-27 {
  padding-top: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-27 {
    padding-top: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-27 {
    padding-top: 6.75rem !important;
  }
}
.pt-28 {
  padding-top: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-28 {
    padding-top: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-28 {
    padding-top: 7rem !important;
  }
}
.pt-29 {
  padding-top: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-29 {
    padding-top: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-29 {
    padding-top: 7.25rem !important;
  }
}
.pt-30 {
  padding-top: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-30 {
    padding-top: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-30 {
    padding-top: 7.5rem !important;
  }
}
.pt-31 {
  padding-top: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-31 {
    padding-top: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-31 {
    padding-top: 7.75rem !important;
  }
}
.pt-32 {
  padding-top: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-32 {
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-32 {
    padding-top: 8rem !important;
  }
}
.pt-33 {
  padding-top: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-33 {
    padding-top: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-33 {
    padding-top: 8.25rem !important;
  }
}
.pt-34 {
  padding-top: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-34 {
    padding-top: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-34 {
    padding-top: 8.5rem !important;
  }
}
.pt-35 {
  padding-top: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-35 {
    padding-top: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-35 {
    padding-top: 8.75rem !important;
  }
}
.pt-36 {
  padding-top: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-36 {
    padding-top: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-36 {
    padding-top: 9rem !important;
  }
}
.pt-37 {
  padding-top: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-37 {
    padding-top: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-37 {
    padding-top: 9.25rem !important;
  }
}
.pt-38 {
  padding-top: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-38 {
    padding-top: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-38 {
    padding-top: 9.5rem !important;
  }
}
.pt-39 {
  padding-top: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-39 {
    padding-top: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-39 {
    padding-top: 9.75rem !important;
  }
}
.pt-40 {
  padding-top: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .pt-tab-40 {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-sp-40 {
    padding-top: 10rem !important;
  }
}
.pb-0 {
  padding-bottom: 0rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-0 {
    padding-bottom: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-0 {
    padding-bottom: 0rem !important;
  }
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-1 {
    padding-bottom: 0.25rem !important;
  }
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-2 {
    padding-bottom: 0.5rem !important;
  }
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-3 {
    padding-bottom: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-3 {
    padding-bottom: 0.75rem !important;
  }
}
.pb-4 {
  padding-bottom: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-4 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-4 {
    padding-bottom: 1rem !important;
  }
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-5 {
    padding-bottom: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-5 {
    padding-bottom: 1.25rem !important;
  }
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-6 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-6 {
    padding-bottom: 1.5rem !important;
  }
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-7 {
    padding-bottom: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-7 {
    padding-bottom: 1.75rem !important;
  }
}
.pb-8 {
  padding-bottom: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-8 {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-8 {
    padding-bottom: 2rem !important;
  }
}
.pb-9 {
  padding-bottom: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-9 {
    padding-bottom: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-9 {
    padding-bottom: 2.25rem !important;
  }
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-10 {
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-10 {
    padding-bottom: 2.5rem !important;
  }
}
.pb-11 {
  padding-bottom: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-11 {
    padding-bottom: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-11 {
    padding-bottom: 2.75rem !important;
  }
}
.pb-12 {
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-12 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-12 {
    padding-bottom: 3rem !important;
  }
}
.pb-13 {
  padding-bottom: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-13 {
    padding-bottom: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-13 {
    padding-bottom: 3.25rem !important;
  }
}
.pb-14 {
  padding-bottom: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-14 {
    padding-bottom: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-14 {
    padding-bottom: 3.5rem !important;
  }
}
.pb-15 {
  padding-bottom: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-15 {
    padding-bottom: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-15 {
    padding-bottom: 3.75rem !important;
  }
}
.pb-16 {
  padding-bottom: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-16 {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-16 {
    padding-bottom: 4rem !important;
  }
}
.pb-17 {
  padding-bottom: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-17 {
    padding-bottom: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-17 {
    padding-bottom: 4.25rem !important;
  }
}
.pb-18 {
  padding-bottom: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-18 {
    padding-bottom: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-18 {
    padding-bottom: 4.5rem !important;
  }
}
.pb-19 {
  padding-bottom: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-19 {
    padding-bottom: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-19 {
    padding-bottom: 4.75rem !important;
  }
}
.pb-20 {
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-20 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-20 {
    padding-bottom: 5rem !important;
  }
}
.pb-21 {
  padding-bottom: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-21 {
    padding-bottom: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-21 {
    padding-bottom: 5.25rem !important;
  }
}
.pb-22 {
  padding-bottom: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-22 {
    padding-bottom: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-22 {
    padding-bottom: 5.5rem !important;
  }
}
.pb-23 {
  padding-bottom: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-23 {
    padding-bottom: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-23 {
    padding-bottom: 5.75rem !important;
  }
}
.pb-24 {
  padding-bottom: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-24 {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-24 {
    padding-bottom: 6rem !important;
  }
}
.pb-25 {
  padding-bottom: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-25 {
    padding-bottom: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-25 {
    padding-bottom: 6.25rem !important;
  }
}
.pb-26 {
  padding-bottom: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-26 {
    padding-bottom: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-26 {
    padding-bottom: 6.5rem !important;
  }
}
.pb-27 {
  padding-bottom: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-27 {
    padding-bottom: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-27 {
    padding-bottom: 6.75rem !important;
  }
}
.pb-28 {
  padding-bottom: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-28 {
    padding-bottom: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-28 {
    padding-bottom: 7rem !important;
  }
}
.pb-29 {
  padding-bottom: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-29 {
    padding-bottom: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-29 {
    padding-bottom: 7.25rem !important;
  }
}
.pb-30 {
  padding-bottom: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-30 {
    padding-bottom: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-30 {
    padding-bottom: 7.5rem !important;
  }
}
.pb-31 {
  padding-bottom: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-31 {
    padding-bottom: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-31 {
    padding-bottom: 7.75rem !important;
  }
}
.pb-32 {
  padding-bottom: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-32 {
    padding-bottom: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-32 {
    padding-bottom: 8rem !important;
  }
}
.pb-33 {
  padding-bottom: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-33 {
    padding-bottom: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-33 {
    padding-bottom: 8.25rem !important;
  }
}
.pb-34 {
  padding-bottom: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-34 {
    padding-bottom: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-34 {
    padding-bottom: 8.5rem !important;
  }
}
.pb-35 {
  padding-bottom: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-35 {
    padding-bottom: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-35 {
    padding-bottom: 8.75rem !important;
  }
}
.pb-36 {
  padding-bottom: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-36 {
    padding-bottom: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-36 {
    padding-bottom: 9rem !important;
  }
}
.pb-37 {
  padding-bottom: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-37 {
    padding-bottom: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-37 {
    padding-bottom: 9.25rem !important;
  }
}
.pb-38 {
  padding-bottom: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-38 {
    padding-bottom: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-38 {
    padding-bottom: 9.5rem !important;
  }
}
.pb-39 {
  padding-bottom: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-39 {
    padding-bottom: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-39 {
    padding-bottom: 9.75rem !important;
  }
}
.pb-40 {
  padding-bottom: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .pb-tab-40 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pb-sp-40 {
    padding-bottom: 10rem !important;
  }
}
.pl-0 {
  padding-left: 0rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-0 {
    padding-left: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-0 {
    padding-left: 0rem !important;
  }
}
.pl-1 {
  padding-left: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-1 {
    padding-left: 0.25rem !important;
  }
}
.pl-2 {
  padding-left: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-2 {
    padding-left: 0.5rem !important;
  }
}
.pl-3 {
  padding-left: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-3 {
    padding-left: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-3 {
    padding-left: 0.75rem !important;
  }
}
.pl-4 {
  padding-left: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-4 {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-4 {
    padding-left: 1rem !important;
  }
}
.pl-5 {
  padding-left: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-5 {
    padding-left: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-5 {
    padding-left: 1.25rem !important;
  }
}
.pl-6 {
  padding-left: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-6 {
    padding-left: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-6 {
    padding-left: 1.5rem !important;
  }
}
.pl-7 {
  padding-left: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-7 {
    padding-left: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-7 {
    padding-left: 1.75rem !important;
  }
}
.pl-8 {
  padding-left: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-8 {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-8 {
    padding-left: 2rem !important;
  }
}
.pl-9 {
  padding-left: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-9 {
    padding-left: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-9 {
    padding-left: 2.25rem !important;
  }
}
.pl-10 {
  padding-left: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-10 {
    padding-left: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-10 {
    padding-left: 2.5rem !important;
  }
}
.pl-11 {
  padding-left: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-11 {
    padding-left: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-11 {
    padding-left: 2.75rem !important;
  }
}
.pl-12 {
  padding-left: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-12 {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-12 {
    padding-left: 3rem !important;
  }
}
.pl-13 {
  padding-left: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-13 {
    padding-left: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-13 {
    padding-left: 3.25rem !important;
  }
}
.pl-14 {
  padding-left: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-14 {
    padding-left: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-14 {
    padding-left: 3.5rem !important;
  }
}
.pl-15 {
  padding-left: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-15 {
    padding-left: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-15 {
    padding-left: 3.75rem !important;
  }
}
.pl-16 {
  padding-left: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-16 {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-16 {
    padding-left: 4rem !important;
  }
}
.pl-17 {
  padding-left: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-17 {
    padding-left: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-17 {
    padding-left: 4.25rem !important;
  }
}
.pl-18 {
  padding-left: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-18 {
    padding-left: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-18 {
    padding-left: 4.5rem !important;
  }
}
.pl-19 {
  padding-left: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-19 {
    padding-left: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-19 {
    padding-left: 4.75rem !important;
  }
}
.pl-20 {
  padding-left: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-20 {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-20 {
    padding-left: 5rem !important;
  }
}
.pl-21 {
  padding-left: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-21 {
    padding-left: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-21 {
    padding-left: 5.25rem !important;
  }
}
.pl-22 {
  padding-left: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-22 {
    padding-left: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-22 {
    padding-left: 5.5rem !important;
  }
}
.pl-23 {
  padding-left: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-23 {
    padding-left: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-23 {
    padding-left: 5.75rem !important;
  }
}
.pl-24 {
  padding-left: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-24 {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-24 {
    padding-left: 6rem !important;
  }
}
.pl-25 {
  padding-left: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-25 {
    padding-left: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-25 {
    padding-left: 6.25rem !important;
  }
}
.pl-26 {
  padding-left: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-26 {
    padding-left: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-26 {
    padding-left: 6.5rem !important;
  }
}
.pl-27 {
  padding-left: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-27 {
    padding-left: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-27 {
    padding-left: 6.75rem !important;
  }
}
.pl-28 {
  padding-left: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-28 {
    padding-left: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-28 {
    padding-left: 7rem !important;
  }
}
.pl-29 {
  padding-left: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-29 {
    padding-left: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-29 {
    padding-left: 7.25rem !important;
  }
}
.pl-30 {
  padding-left: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-30 {
    padding-left: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-30 {
    padding-left: 7.5rem !important;
  }
}
.pl-31 {
  padding-left: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-31 {
    padding-left: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-31 {
    padding-left: 7.75rem !important;
  }
}
.pl-32 {
  padding-left: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-32 {
    padding-left: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-32 {
    padding-left: 8rem !important;
  }
}
.pl-33 {
  padding-left: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-33 {
    padding-left: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-33 {
    padding-left: 8.25rem !important;
  }
}
.pl-34 {
  padding-left: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-34 {
    padding-left: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-34 {
    padding-left: 8.5rem !important;
  }
}
.pl-35 {
  padding-left: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-35 {
    padding-left: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-35 {
    padding-left: 8.75rem !important;
  }
}
.pl-36 {
  padding-left: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-36 {
    padding-left: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-36 {
    padding-left: 9rem !important;
  }
}
.pl-37 {
  padding-left: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-37 {
    padding-left: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-37 {
    padding-left: 9.25rem !important;
  }
}
.pl-38 {
  padding-left: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-38 {
    padding-left: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-38 {
    padding-left: 9.5rem !important;
  }
}
.pl-39 {
  padding-left: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-39 {
    padding-left: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-39 {
    padding-left: 9.75rem !important;
  }
}
.pl-40 {
  padding-left: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .pl-tab-40 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pl-sp-40 {
    padding-left: 10rem !important;
  }
}
.pr-0 {
  padding-right: 0rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-0 {
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-0 {
    padding-right: 0rem !important;
  }
}
.pr-1 {
  padding-right: 0.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-1 {
    padding-right: 0.25rem !important;
  }
}
.pr-2 {
  padding-right: 0.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-2 {
    padding-right: 0.5rem !important;
  }
}
.pr-3 {
  padding-right: 0.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-3 {
    padding-right: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-3 {
    padding-right: 0.75rem !important;
  }
}
.pr-4 {
  padding-right: 1rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-4 {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-4 {
    padding-right: 1rem !important;
  }
}
.pr-5 {
  padding-right: 1.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-5 {
    padding-right: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-5 {
    padding-right: 1.25rem !important;
  }
}
.pr-6 {
  padding-right: 1.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-6 {
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-6 {
    padding-right: 1.5rem !important;
  }
}
.pr-7 {
  padding-right: 1.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-7 {
    padding-right: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-7 {
    padding-right: 1.75rem !important;
  }
}
.pr-8 {
  padding-right: 2rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-8 {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-8 {
    padding-right: 2rem !important;
  }
}
.pr-9 {
  padding-right: 2.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-9 {
    padding-right: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-9 {
    padding-right: 2.25rem !important;
  }
}
.pr-10 {
  padding-right: 2.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-10 {
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-10 {
    padding-right: 2.5rem !important;
  }
}
.pr-11 {
  padding-right: 2.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-11 {
    padding-right: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-11 {
    padding-right: 2.75rem !important;
  }
}
.pr-12 {
  padding-right: 3rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-12 {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-12 {
    padding-right: 3rem !important;
  }
}
.pr-13 {
  padding-right: 3.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-13 {
    padding-right: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-13 {
    padding-right: 3.25rem !important;
  }
}
.pr-14 {
  padding-right: 3.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-14 {
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-14 {
    padding-right: 3.5rem !important;
  }
}
.pr-15 {
  padding-right: 3.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-15 {
    padding-right: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-15 {
    padding-right: 3.75rem !important;
  }
}
.pr-16 {
  padding-right: 4rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-16 {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-16 {
    padding-right: 4rem !important;
  }
}
.pr-17 {
  padding-right: 4.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-17 {
    padding-right: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-17 {
    padding-right: 4.25rem !important;
  }
}
.pr-18 {
  padding-right: 4.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-18 {
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-18 {
    padding-right: 4.5rem !important;
  }
}
.pr-19 {
  padding-right: 4.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-19 {
    padding-right: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-19 {
    padding-right: 4.75rem !important;
  }
}
.pr-20 {
  padding-right: 5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-20 {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-20 {
    padding-right: 5rem !important;
  }
}
.pr-21 {
  padding-right: 5.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-21 {
    padding-right: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-21 {
    padding-right: 5.25rem !important;
  }
}
.pr-22 {
  padding-right: 5.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-22 {
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-22 {
    padding-right: 5.5rem !important;
  }
}
.pr-23 {
  padding-right: 5.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-23 {
    padding-right: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-23 {
    padding-right: 5.75rem !important;
  }
}
.pr-24 {
  padding-right: 6rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-24 {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-24 {
    padding-right: 6rem !important;
  }
}
.pr-25 {
  padding-right: 6.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-25 {
    padding-right: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-25 {
    padding-right: 6.25rem !important;
  }
}
.pr-26 {
  padding-right: 6.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-26 {
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-26 {
    padding-right: 6.5rem !important;
  }
}
.pr-27 {
  padding-right: 6.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-27 {
    padding-right: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-27 {
    padding-right: 6.75rem !important;
  }
}
.pr-28 {
  padding-right: 7rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-28 {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-28 {
    padding-right: 7rem !important;
  }
}
.pr-29 {
  padding-right: 7.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-29 {
    padding-right: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-29 {
    padding-right: 7.25rem !important;
  }
}
.pr-30 {
  padding-right: 7.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-30 {
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-30 {
    padding-right: 7.5rem !important;
  }
}
.pr-31 {
  padding-right: 7.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-31 {
    padding-right: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-31 {
    padding-right: 7.75rem !important;
  }
}
.pr-32 {
  padding-right: 8rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-32 {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-32 {
    padding-right: 8rem !important;
  }
}
.pr-33 {
  padding-right: 8.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-33 {
    padding-right: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-33 {
    padding-right: 8.25rem !important;
  }
}
.pr-34 {
  padding-right: 8.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-34 {
    padding-right: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-34 {
    padding-right: 8.5rem !important;
  }
}
.pr-35 {
  padding-right: 8.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-35 {
    padding-right: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-35 {
    padding-right: 8.75rem !important;
  }
}
.pr-36 {
  padding-right: 9rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-36 {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-36 {
    padding-right: 9rem !important;
  }
}
.pr-37 {
  padding-right: 9.25rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-37 {
    padding-right: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-37 {
    padding-right: 9.25rem !important;
  }
}
.pr-38 {
  padding-right: 9.5rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-38 {
    padding-right: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-38 {
    padding-right: 9.5rem !important;
  }
}
.pr-39 {
  padding-right: 9.75rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-39 {
    padding-right: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-39 {
    padding-right: 9.75rem !important;
  }
}
.pr-40 {
  padding-right: 10rem !important;
}

@media screen and (max-width: 1023px) {
  .pr-tab-40 {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .pr-sp-40 {
    padding-right: 10rem !important;
  }
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}
.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
.px-17 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
}
.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}
.px-19 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.px-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
}
.px-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
}
.px-23 {
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
}
.px-26 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
.px-27 {
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
.px-29 {
  padding-left: 7.25rem;
  padding-right: 7.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
}
.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
}
.px-31 {
  padding-left: 7.75rem;
  padding-right: 7.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
.px-33 {
  padding-left: 8.25rem;
  padding-right: 8.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
}
.px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
}
.px-35 {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
}
.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
.px-37 {
  padding-left: 9.25rem;
  padding-right: 9.25rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
}
.px-38 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
}
.px-39 {
  padding-left: 9.75rem;
  padding-right: 9.75rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

@media screen and (max-width: 1023px) {
  .px-tab-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px-sp-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.py-0 {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-0 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-0 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
}
.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
  }
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-5 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-5 {
    padding-bottom: 1.25rem !important;
    padding-top: 1.25rem !important;
  }
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
}
.py-7 {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-7 {
    padding-bottom: 1.75rem !important;
    padding-top: 1.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-7 {
    padding-bottom: 1.75rem !important;
    padding-top: 1.75rem !important;
  }
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
}
.py-9 {
  padding-bottom: 2.25rem;
  padding-top: 2.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-9 {
    padding-bottom: 2.25rem !important;
    padding-top: 2.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-9 {
    padding-bottom: 2.25rem !important;
    padding-top: 2.25rem !important;
  }
}
.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-10 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-10 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }
}
.py-11 {
  padding-bottom: 2.75rem;
  padding-top: 2.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-11 {
    padding-bottom: 2.75rem !important;
    padding-top: 2.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-11 {
    padding-bottom: 2.75rem !important;
    padding-top: 2.75rem !important;
  }
}
.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-12 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-12 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
.py-13 {
  padding-bottom: 3.25rem;
  padding-top: 3.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-13 {
    padding-bottom: 3.25rem !important;
    padding-top: 3.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-13 {
    padding-bottom: 3.25rem !important;
    padding-top: 3.25rem !important;
  }
}
.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-14 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-14 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }
}
.py-15 {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-15 {
    padding-bottom: 3.75rem !important;
    padding-top: 3.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-15 {
    padding-bottom: 3.75rem !important;
    padding-top: 3.75rem !important;
  }
}
.py-16 {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-16 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-16 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  }
}
.py-17 {
  padding-bottom: 4.25rem;
  padding-top: 4.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-17 {
    padding-bottom: 4.25rem !important;
    padding-top: 4.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-17 {
    padding-bottom: 4.25rem !important;
    padding-top: 4.25rem !important;
  }
}
.py-18 {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-18 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-18 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important;
  }
}
.py-19 {
  padding-bottom: 4.75rem;
  padding-top: 4.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-19 {
    padding-bottom: 4.75rem !important;
    padding-top: 4.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-19 {
    padding-bottom: 4.75rem !important;
    padding-top: 4.75rem !important;
  }
}
.py-20 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-20 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-20 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }
}
.py-21 {
  padding-bottom: 5.25rem;
  padding-top: 5.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-21 {
    padding-bottom: 5.25rem !important;
    padding-top: 5.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-21 {
    padding-bottom: 5.25rem !important;
    padding-top: 5.25rem !important;
  }
}
.py-22 {
  padding-bottom: 5.5rem;
  padding-top: 5.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-22 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-22 {
    padding-bottom: 5.5rem !important;
    padding-top: 5.5rem !important;
  }
}
.py-23 {
  padding-bottom: 5.75rem;
  padding-top: 5.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-23 {
    padding-bottom: 5.75rem !important;
    padding-top: 5.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-23 {
    padding-bottom: 5.75rem !important;
    padding-top: 5.75rem !important;
  }
}
.py-24 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-24 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-24 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
  }
}
.py-25 {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-25 {
    padding-bottom: 6.25rem !important;
    padding-top: 6.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-25 {
    padding-bottom: 6.25rem !important;
    padding-top: 6.25rem !important;
  }
}
.py-26 {
  padding-bottom: 6.5rem;
  padding-top: 6.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-26 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-26 {
    padding-bottom: 6.5rem !important;
    padding-top: 6.5rem !important;
  }
}
.py-27 {
  padding-bottom: 6.75rem;
  padding-top: 6.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-27 {
    padding-bottom: 6.75rem !important;
    padding-top: 6.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-27 {
    padding-bottom: 6.75rem !important;
    padding-top: 6.75rem !important;
  }
}
.py-28 {
  padding-bottom: 7rem;
  padding-top: 7rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-28 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-28 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
}
.py-29 {
  padding-bottom: 7.25rem;
  padding-top: 7.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-29 {
    padding-bottom: 7.25rem !important;
    padding-top: 7.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-29 {
    padding-bottom: 7.25rem !important;
    padding-top: 7.25rem !important;
  }
}
.py-30 {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-30 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-30 {
    padding-bottom: 7.5rem !important;
    padding-top: 7.5rem !important;
  }
}
.py-31 {
  padding-bottom: 7.75rem;
  padding-top: 7.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-31 {
    padding-bottom: 7.75rem !important;
    padding-top: 7.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-31 {
    padding-bottom: 7.75rem !important;
    padding-top: 7.75rem !important;
  }
}
.py-32 {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-32 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-32 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important;
  }
}
.py-33 {
  padding-bottom: 8.25rem;
  padding-top: 8.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-33 {
    padding-bottom: 8.25rem !important;
    padding-top: 8.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-33 {
    padding-bottom: 8.25rem !important;
    padding-top: 8.25rem !important;
  }
}
.py-34 {
  padding-bottom: 8.5rem;
  padding-top: 8.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-34 {
    padding-bottom: 8.5rem !important;
    padding-top: 8.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-34 {
    padding-bottom: 8.5rem !important;
    padding-top: 8.5rem !important;
  }
}
.py-35 {
  padding-bottom: 8.75rem;
  padding-top: 8.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-35 {
    padding-bottom: 8.75rem !important;
    padding-top: 8.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-35 {
    padding-bottom: 8.75rem !important;
    padding-top: 8.75rem !important;
  }
}
.py-36 {
  padding-bottom: 9rem;
  padding-top: 9rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-36 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-36 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important;
  }
}
.py-37 {
  padding-bottom: 9.25rem;
  padding-top: 9.25rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-37 {
    padding-bottom: 9.25rem !important;
    padding-top: 9.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-37 {
    padding-bottom: 9.25rem !important;
    padding-top: 9.25rem !important;
  }
}
.py-38 {
  padding-bottom: 9.5rem;
  padding-top: 9.5rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-38 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-38 {
    padding-bottom: 9.5rem !important;
    padding-top: 9.5rem !important;
  }
}
.py-39 {
  padding-bottom: 9.75rem;
  padding-top: 9.75rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-39 {
    padding-bottom: 9.75rem !important;
    padding-top: 9.75rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-39 {
    padding-bottom: 9.75rem !important;
    padding-top: 9.75rem !important;
  }
}
.py-40 {
  padding-bottom: 10rem;
  padding-top: 10rem;
}

@media screen and (max-width: 1023px) {
  .py-tab-40 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .py-sp-40 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
}
.w-5 {
  width: 5% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-5 {
    width: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-5 {
    width: 5% !important;
  }
}
.w-6 {
  width: 6% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-6 {
    width: 6% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-6 {
    width: 6% !important;
  }
}
.w-7 {
  width: 7% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-7 {
    width: 7% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-7 {
    width: 7% !important;
  }
}
.w-8 {
  width: 8% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-8 {
    width: 8% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-8 {
    width: 8% !important;
  }
}
.w-9 {
  width: 9% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-9 {
    width: 9% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-9 {
    width: 9% !important;
  }
}
.w-10 {
  width: 10% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-10 {
    width: 10% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-10 {
    width: 10% !important;
  }
}
.w-11 {
  width: 11% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-11 {
    width: 11% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-11 {
    width: 11% !important;
  }
}
.w-12 {
  width: 12% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-12 {
    width: 12% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-12 {
    width: 12% !important;
  }
}
.w-13 {
  width: 13% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-13 {
    width: 13% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-13 {
    width: 13% !important;
  }
}
.w-14 {
  width: 14% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-14 {
    width: 14% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-14 {
    width: 14% !important;
  }
}
.w-15 {
  width: 15% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-15 {
    width: 15% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-15 {
    width: 15% !important;
  }
}
.w-16 {
  width: 16% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-16 {
    width: 16% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-16 {
    width: 16% !important;
  }
}
.w-17 {
  width: 17% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-17 {
    width: 17% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-17 {
    width: 17% !important;
  }
}
.w-18 {
  width: 18% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-18 {
    width: 18% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-18 {
    width: 18% !important;
  }
}
.w-19 {
  width: 19% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-19 {
    width: 19% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-19 {
    width: 19% !important;
  }
}
.w-20 {
  width: 20% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-20 {
    width: 20% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-20 {
    width: 20% !important;
  }
}
.w-21 {
  width: 21% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-21 {
    width: 21% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-21 {
    width: 21% !important;
  }
}
.w-22 {
  width: 22% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-22 {
    width: 22% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-22 {
    width: 22% !important;
  }
}
.w-23 {
  width: 23% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-23 {
    width: 23% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-23 {
    width: 23% !important;
  }
}
.w-24 {
  width: 24% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-24 {
    width: 24% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-24 {
    width: 24% !important;
  }
}
.w-25 {
  width: 25% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-25 {
    width: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-25 {
    width: 25% !important;
  }
}
.w-26 {
  width: 26% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-26 {
    width: 26% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-26 {
    width: 26% !important;
  }
}
.w-27 {
  width: 27% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-27 {
    width: 27% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-27 {
    width: 27% !important;
  }
}
.w-28 {
  width: 28% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-28 {
    width: 28% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-28 {
    width: 28% !important;
  }
}
.w-29 {
  width: 29% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-29 {
    width: 29% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-29 {
    width: 29% !important;
  }
}
.w-30 {
  width: 30% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-30 {
    width: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-30 {
    width: 30% !important;
  }
}
.w-31 {
  width: 31% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-31 {
    width: 31% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-31 {
    width: 31% !important;
  }
}
.w-32 {
  width: 32% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-32 {
    width: 32% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-32 {
    width: 32% !important;
  }
}
.w-33 {
  width: 33% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-33 {
    width: 33% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-33 {
    width: 33% !important;
  }
}
.w-34 {
  width: 34% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-34 {
    width: 34% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-34 {
    width: 34% !important;
  }
}
.w-35 {
  width: 35% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-35 {
    width: 35% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-35 {
    width: 35% !important;
  }
}
.w-36 {
  width: 36% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-36 {
    width: 36% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-36 {
    width: 36% !important;
  }
}
.w-37 {
  width: 37% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-37 {
    width: 37% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-37 {
    width: 37% !important;
  }
}
.w-38 {
  width: 38% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-38 {
    width: 38% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-38 {
    width: 38% !important;
  }
}
.w-39 {
  width: 39% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-39 {
    width: 39% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-39 {
    width: 39% !important;
  }
}
.w-40 {
  width: 40% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-40 {
    width: 40% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-40 {
    width: 40% !important;
  }
}
.w-41 {
  width: 41% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-41 {
    width: 41% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-41 {
    width: 41% !important;
  }
}
.w-42 {
  width: 42% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-42 {
    width: 42% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-42 {
    width: 42% !important;
  }
}
.w-43 {
  width: 43% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-43 {
    width: 43% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-43 {
    width: 43% !important;
  }
}
.w-44 {
  width: 44% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-44 {
    width: 44% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-44 {
    width: 44% !important;
  }
}
.w-45 {
  width: 45% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-45 {
    width: 45% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-45 {
    width: 45% !important;
  }
}
.w-46 {
  width: 46% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-46 {
    width: 46% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-46 {
    width: 46% !important;
  }
}
.w-47 {
  width: 47% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-47 {
    width: 47% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-47 {
    width: 47% !important;
  }
}
.w-48 {
  width: 48% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-48 {
    width: 48% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-48 {
    width: 48% !important;
  }
}
.w-49 {
  width: 49% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-49 {
    width: 49% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-49 {
    width: 49% !important;
  }
}
.w-50 {
  width: 50% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-50 {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-50 {
    width: 50% !important;
  }
}
.w-51 {
  width: 51% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-51 {
    width: 51% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-51 {
    width: 51% !important;
  }
}
.w-52 {
  width: 52% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-52 {
    width: 52% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-52 {
    width: 52% !important;
  }
}
.w-53 {
  width: 53% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-53 {
    width: 53% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-53 {
    width: 53% !important;
  }
}
.w-54 {
  width: 54% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-54 {
    width: 54% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-54 {
    width: 54% !important;
  }
}
.w-55 {
  width: 55% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-55 {
    width: 55% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-55 {
    width: 55% !important;
  }
}
.w-56 {
  width: 56% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-56 {
    width: 56% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-56 {
    width: 56% !important;
  }
}
.w-57 {
  width: 57% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-57 {
    width: 57% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-57 {
    width: 57% !important;
  }
}
.w-58 {
  width: 58% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-58 {
    width: 58% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-58 {
    width: 58% !important;
  }
}
.w-59 {
  width: 59% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-59 {
    width: 59% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-59 {
    width: 59% !important;
  }
}
.w-60 {
  width: 60% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-60 {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-60 {
    width: 60% !important;
  }
}
.w-61 {
  width: 61% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-61 {
    width: 61% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-61 {
    width: 61% !important;
  }
}
.w-62 {
  width: 62% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-62 {
    width: 62% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-62 {
    width: 62% !important;
  }
}
.w-63 {
  width: 63% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-63 {
    width: 63% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-63 {
    width: 63% !important;
  }
}
.w-64 {
  width: 64% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-64 {
    width: 64% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-64 {
    width: 64% !important;
  }
}
.w-65 {
  width: 65% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-65 {
    width: 65% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-65 {
    width: 65% !important;
  }
}
.w-66 {
  width: 66% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-66 {
    width: 66% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-66 {
    width: 66% !important;
  }
}
.w-67 {
  width: 67% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-67 {
    width: 67% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-67 {
    width: 67% !important;
  }
}
.w-68 {
  width: 68% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-68 {
    width: 68% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-68 {
    width: 68% !important;
  }
}
.w-69 {
  width: 69% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-69 {
    width: 69% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-69 {
    width: 69% !important;
  }
}
.w-70 {
  width: 70% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-70 {
    width: 70% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-70 {
    width: 70% !important;
  }
}
.w-71 {
  width: 71% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-71 {
    width: 71% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-71 {
    width: 71% !important;
  }
}
.w-72 {
  width: 72% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-72 {
    width: 72% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-72 {
    width: 72% !important;
  }
}
.w-73 {
  width: 73% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-73 {
    width: 73% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-73 {
    width: 73% !important;
  }
}
.w-74 {
  width: 74% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-74 {
    width: 74% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-74 {
    width: 74% !important;
  }
}
.w-75 {
  width: 75% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-75 {
    width: 75% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-75 {
    width: 75% !important;
  }
}
.w-76 {
  width: 76% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-76 {
    width: 76% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-76 {
    width: 76% !important;
  }
}
.w-77 {
  width: 77% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-77 {
    width: 77% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-77 {
    width: 77% !important;
  }
}
.w-78 {
  width: 78% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-78 {
    width: 78% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-78 {
    width: 78% !important;
  }
}
.w-79 {
  width: 79% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-79 {
    width: 79% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-79 {
    width: 79% !important;
  }
}
.w-80 {
  width: 80% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-80 {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-80 {
    width: 80% !important;
  }
}
.w-81 {
  width: 81% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-81 {
    width: 81% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-81 {
    width: 81% !important;
  }
}
.w-82 {
  width: 82% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-82 {
    width: 82% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-82 {
    width: 82% !important;
  }
}
.w-83 {
  width: 83% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-83 {
    width: 83% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-83 {
    width: 83% !important;
  }
}
.w-84 {
  width: 84% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-84 {
    width: 84% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-84 {
    width: 84% !important;
  }
}
.w-85 {
  width: 85% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-85 {
    width: 85% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-85 {
    width: 85% !important;
  }
}
.w-86 {
  width: 86% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-86 {
    width: 86% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-86 {
    width: 86% !important;
  }
}
.w-87 {
  width: 87% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-87 {
    width: 87% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-87 {
    width: 87% !important;
  }
}
.w-88 {
  width: 88% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-88 {
    width: 88% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-88 {
    width: 88% !important;
  }
}
.w-89 {
  width: 89% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-89 {
    width: 89% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-89 {
    width: 89% !important;
  }
}
.w-90 {
  width: 90% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-90 {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-90 {
    width: 90% !important;
  }
}
.w-91 {
  width: 91% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-91 {
    width: 91% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-91 {
    width: 91% !important;
  }
}
.w-92 {
  width: 92% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-92 {
    width: 92% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-92 {
    width: 92% !important;
  }
}
.w-93 {
  width: 93% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-93 {
    width: 93% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-93 {
    width: 93% !important;
  }
}
.w-94 {
  width: 94% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-94 {
    width: 94% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-94 {
    width: 94% !important;
  }
}
.w-95 {
  width: 95% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-95 {
    width: 95% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-95 {
    width: 95% !important;
  }
}
.w-96 {
  width: 96% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-96 {
    width: 96% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-96 {
    width: 96% !important;
  }
}
.w-97 {
  width: 97% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-97 {
    width: 97% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-97 {
    width: 97% !important;
  }
}
.w-98 {
  width: 98% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-98 {
    width: 98% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-98 {
    width: 98% !important;
  }
}
.w-99 {
  width: 99% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-99 {
    width: 99% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-99 {
    width: 99% !important;
  }
}
.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-100 {
    width: 100% !important;
  }
}
.w-full {
  width: 100% !important;
}

@media screen and (max-width: 1023px) {
  .w-tab-full {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .w-sp-full {
    width: 100% !important;
  }
}
.h-1 {
  height: 0.25em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-1 {
    height: 0.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-1 {
    height: 0.25em !important;
  }
}
.h-2 {
  height: 0.5em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-2 {
    height: 0.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-2 {
    height: 0.5em !important;
  }
}
.h-3 {
  height: 0.75em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-3 {
    height: 0.75em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-3 {
    height: 0.75em !important;
  }
}
.h-4 {
  height: 1em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-4 {
    height: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-4 {
    height: 1em !important;
  }
}
.h-5 {
  height: 1.25em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-5 {
    height: 1.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-5 {
    height: 1.25em !important;
  }
}
.h-6 {
  height: 1.5em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-6 {
    height: 1.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-6 {
    height: 1.5em !important;
  }
}
.h-7 {
  height: 1.75em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-7 {
    height: 1.75em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-7 {
    height: 1.75em !important;
  }
}
.h-8 {
  height: 2em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-8 {
    height: 2em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-8 {
    height: 2em !important;
  }
}
.h-9 {
  height: 2.25em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-9 {
    height: 2.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-9 {
    height: 2.25em !important;
  }
}
.h-10 {
  height: 2.5em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-10 {
    height: 2.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-10 {
    height: 2.5em !important;
  }
}
.h-11 {
  height: 2.75em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-11 {
    height: 2.75em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-11 {
    height: 2.75em !important;
  }
}
.h-12 {
  height: 3em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-12 {
    height: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-12 {
    height: 3em !important;
  }
}
.h-13 {
  height: 3.25em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-13 {
    height: 3.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-13 {
    height: 3.25em !important;
  }
}
.h-14 {
  height: 3.5em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-14 {
    height: 3.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-14 {
    height: 3.5em !important;
  }
}
.h-15 {
  height: 3.75em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-15 {
    height: 3.75em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-15 {
    height: 3.75em !important;
  }
}
.h-16 {
  height: 4em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-16 {
    height: 4em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-16 {
    height: 4em !important;
  }
}
.h-17 {
  height: 4.25em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-17 {
    height: 4.25em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-17 {
    height: 4.25em !important;
  }
}
.h-18 {
  height: 4.5em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-18 {
    height: 4.5em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-18 {
    height: 4.5em !important;
  }
}
.h-19 {
  height: 4.75em !important;
}

@media screen and (max-width: 1023px) {
  .h-tab-19 {
    height: 4.75em !important;
  }
}
@media screen and (max-width: 767px) {
  .h-sp-19 {
    height: 4.75em !important;
  }
}
.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .font-tab-normal {
    font-weight: 400;
  }
  .font-tab-bold {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .font-sp-normal {
    font-weight: 400;
  }
  .font-sp-bold {
    font-weight: 700;
  }
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (max-width: 1023px) {
  .text-tab-left {
    text-align: left !important;
  }
  .text-tab-center {
    text-align: center !important;
  }
  .text-tab-right {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
}
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 1023px) {
  .block-tab {
    display: block !important;
  }
  .inline-tab {
    display: inline !important;
  }
  .inline-tab-block {
    display: inline-block !important;
  }
  .flex-tab {
    display: flex !important;
  }
  .inline-tab-flex {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 767px) {
  .block-sp {
    display: block !important;
  }
  .inline-sp {
    display: inline !important;
  }
  .inline-sp-block {
    display: inline-block !important;
  }
  .flex-sp {
    display: flex !important;
  }
  .inline-sp-flex {
    display: inline-flex !important;
  }
}
.flex-1 {
  flex: 1;
}

.flex-none {
  flex: none;
}

@media screen and (max-width: 1023px) {
  .flex-tab-1 {
    flex: 1;
  }
  .flex-tab-none {
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .flex-sp-1 {
    flex: 1;
  }
  .flex-sp-none {
    flex: none;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}

@media screen and (max-width: 1023px) {
  .flex-tab-wrap {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 767px) {
  .flex-sp-wrap {
    flex-wrap: wrap !important;
  }
}
.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

@media screen and (max-width: 1023px) {
  .justify-tab-end {
    justify-content: flex-end !important;
  }
  .justify-tab-center {
    justify-content: center !important;
  }
  .justify-tab-between {
    justify-content: space-between !important;
  }
  .justify-tab-around {
    justify-content: space-around !important;
  }
}
@media screen and (max-width: 767px) {
  .justify-sp-end {
    justify-content: flex-end !important;
  }
  .justify-sp-center {
    justify-content: center !important;
  }
  .justify-sp-between {
    justify-content: space-between !important;
  }
  .justify-sp-around {
    justify-content: space-around !important;
  }
}
.items-center {
  align-items: center !important;
}

@media screen and (max-width: 1023px) {
  .items-tab-center {
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .items-sp-center {
    align-items: center !important;
  }
}
.border-1 {
  border-style: solid !important;
  border-width: 1px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-1 {
    border-style: solid !important;
    border-width: 1px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-1 {
    border-style: solid !important;
    border-width: 1px !important;
  }
}
.border-2 {
  border-style: solid !important;
  border-width: 2px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-2 {
    border-style: solid !important;
    border-width: 2px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-2 {
    border-style: solid !important;
    border-width: 2px !important;
  }
}
.border-3 {
  border-style: solid !important;
  border-width: 3px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-3 {
    border-style: solid !important;
    border-width: 3px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-3 {
    border-style: solid !important;
    border-width: 3px !important;
  }
}
.border-4 {
  border-style: solid !important;
  border-width: 4px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-4 {
    border-style: solid !important;
    border-width: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-4 {
    border-style: solid !important;
    border-width: 4px !important;
  }
}
.border-5 {
  border-style: solid !important;
  border-width: 5px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-5 {
    border-style: solid !important;
    border-width: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-5 {
    border-style: solid !important;
    border-width: 5px !important;
  }
}
.border-6 {
  border-style: solid !important;
  border-width: 6px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-6 {
    border-style: solid !important;
    border-width: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-6 {
    border-style: solid !important;
    border-width: 6px !important;
  }
}
.border-7 {
  border-style: solid !important;
  border-width: 7px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-7 {
    border-style: solid !important;
    border-width: 7px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-7 {
    border-style: solid !important;
    border-width: 7px !important;
  }
}
.border-8 {
  border-style: solid !important;
  border-width: 8px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-8 {
    border-style: solid !important;
    border-width: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-8 {
    border-style: solid !important;
    border-width: 8px !important;
  }
}
.border-9 {
  border-style: solid !important;
  border-width: 9px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-9 {
    border-style: solid !important;
    border-width: 9px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-9 {
    border-style: solid !important;
    border-width: 9px !important;
  }
}
.border-10 {
  border-style: solid !important;
  border-width: 10px !important;
}

@media screen and (max-width: 1023px) {
  .border-tab-10 {
    border-style: solid !important;
    border-width: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .border-sp-10 {
    border-style: solid !important;
    border-width: 10px !important;
  }
}
.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-25 {
  font-size: 25px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

@media screen and (min-width: 768px) {
  .text-base {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .text-base {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .text-small {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 768px) {
  .text-xsmall {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .text-xsmall {
    font-size: 13px !important;
  }
}

.relative {
  position: relative !important;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

/* slick
========================================================= */
.slick-slide {
  margin: 0 30px;
  max-width: 320px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 45px;
}

.slick-dots {
  bottom: -45px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f111";
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button::before {
  color: #316a5e;
  opacity: 0.75;
}

/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -40px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -40px;
}

.slick-prev::before {
  content: "\f104";
}

[dir=rtl] .slick-prev::before {
  content: "\f105";
}

.slick-next {
  right: -40px;
}

[dir=rtl] .slick-next {
  left: -40px;
  right: auto;
}

.slick-next::before {
  content: "\f105";
}

[dir=rtl] .slick-next::before {
  content: "\f104";
}

/* page
========================================================= */
.c-pageHeader {
  background-color: #edf4ef;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-pageHeader {
    padding: 2rem 1rem;
  }
}

.c-pageHeader__ttl {
  text-align: center;
}
.c-pageHeader__ttl strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-pageHeader__ttl strong {
    font-size: 5.6vw;
  }
}
.c-pageHeader__ttl small {
  color: #316a5e;
  font-size: var(--font-size-sm);
}

/* course
========================================================= */
.p-courseSearch__form {
  margin: 0 auto;
  padding: 0 0 5rem;
}
@media screen and (min-width: 1160px) {
  .p-courseSearch__form {
    width: 1160px;
  }
}

.p-courseSearch__formInner {
  border: 3px solid #dfdfdf;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-courseSearch__formInner {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-courseSearch__formInput {
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .p-courseSearch__formInput {
    width: 100%;
  }
}

.p-courseSearch__formTtl {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-courseSearch__formTtl {
    flex: 1;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1160px) {
  .p-courseSearch__formTtl {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-courseSearch__formTtl {
    margin: 0 auto;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-courseSearch__formTtl {
    width: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .p-courseSearch__formBox {
    width: 74%;
  }
}
@media screen and (min-width: 1160px) {
  .p-courseSearch__formBox {
    width: 65%;
  }
}
@media screen and (max-width: 1023px) {
  .p-courseSearch__formBox {
    margin-top: 3rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-courseSearch__formBox {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-courseSearch__formBox {
    display: flex;
  }
}

.form-group {
  border-left: 1px solid #dfdfdf;
  padding: 0 2rem;
}
@media screen and (max-width: 1023px) {
  .form-group:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .form-group {
    border-left: none;
  }
}
.form-group > label {
  color: #316a5e;
  display: block;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .form-group > label {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 1.5rem;
    padding-bottom: 0.35em;
  }
}
.form-group .checkbox {
  padding: 0.25rem 0;
}
.form-group .checkbox > label {
  cursor: pointer;
  font-size: var(--font-size-base);
  line-height: 135%;
  margin: 0;
  position: relative;
}
.form-group .checkbox > label input[type=checkbox] {
  appearance: none;
  border-radius: 0;
}
.form-group .checkbox > label input[type=checkbox] {
  cursor: pointer;
  height: 1rem;
  margin: 0 0.75rem 0 0;
  position: relative;
  top: 0;
  width: 1rem;
}
.form-group .checkbox > label input[type=checkbox]::before {
  border: 2px solid #f2f2f2;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 1rem;
  z-index: 1;
}
.form-group .checkbox > label input[type=checkbox]:checked::before {
  border-color: #08be02;
  border-right-style: none;
  border-top-style: none;
  height: 0.5rem;
  transform: rotate(-45deg);
}
.form-group .checkbox > label input[type=checkbox]::after {
  background: #fff;
  content: "";
  cursor: pointer;
  height: 1.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.1rem;
}

.p-courseSearch__formSubmit {
  margin-top: 2em;
  text-align: center;
}

.p-courseSearch__resultsList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-courseSearch__resultsList {
    gap: 60px 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-courseSearch__resultsList {
    gap: 15px 4%;
  }
}
.p-courseSearch__resultsList li {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-courseSearch__resultsList li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-courseSearch__resultsList li {
    width: 48%;
  }
}
.p-courseSearch__resultsList li a {
  text-decoration: none;
}
.p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd {
  padding: 1rem 1rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd {
    padding: 0.75rem 0.75rem 1rem;
  }
}
.p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsTtl {
  color: #316a5e;
  font-feature-settings: "palt" 1;
  font-size: var(--font-size-lg);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1023px) {
  .p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsTtl {
    font-size: var(--font-size-base);
  }
}
@media screen and (max-width: 767px) {
  .p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsTtl {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsTtl {
    font-size: var(--font-size-sm);
  }
}
.p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsDet {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsDet {
    font-size: var(--font-size-xs);
  }
}
.p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsTag {
  display: flex;
  margin-top: 0.4em;
}
.p-courseSearch__resultsList li a .p-courseSearch__resultsItem dd .p-courseSearch__resultsTag .c-tag {
  margin-right: 6px;
}

.c-item__online {
  border: 1px solid #5188d9;
  border-radius: 3px;
  display: flex;
  overflow: hidden;
}
.c-item__online dt,
.c-item__online dd {
  font-feature-settings: "palt" 1;
  font-size: var(--font-size-xs);
  font-weight: 600;
  padding: 0 0.5em;
}
.c-item__online dt {
  background-color: #5188d9;
  color: #fff;
}
.c-item__online dd {
  color: #5188d9;
}

.c-bar__courseParent {
  background-color: #edf4ef;
  padding: 0.4em 0 0.5em;
}
.c-bar__courseParent strong {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--font-size-lg);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-bar__courseParent small {
  font-size: 11px;
  margin-left: 1em;
}

.c-bar__inner {
  margin: 0 auto;
  width: 1160px;
}
@media screen and (max-width: 1159px) {
  .c-bar__inner {
    width: 90%;
  }
}

.wpv-archive-pagination-nav-links-container {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.wpv-archive-pagination-nav-links-container li.wpv-archive-pagination-nav-links-item {
  font-size: 14px;
}
.wpv-archive-pagination-nav-links-container li.wpv-archive-pagination-nav-links-item span.wpv-archive-pagination-link {
  align-items: center;
  background-color: #edf4ef;
  color: #316a5e;
  display: flex;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.wpv-archive-pagination-nav-links-container li.wpv-archive-pagination-nav-links-item a.wpv-archive-pagination-link {
  align-items: center;
  background-color: #316a5e;
  border: 1px solid #316a5e;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

@media screen and (max-width: 1023px) {
  .p-accordion {
    border-top: 1px solid #dfdfdf;
  }
}
.p-accordion + .p-accordion {
  padding-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-accordion + .p-accordion {
    padding-top: 0;
  }
}

.p-accordion__ttl {
  border-bottom: 1px solid #dfdfdf;
  color: #316a5e;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0.35em;
}
@media screen and (max-width: 1023px) {
  .p-accordion__ttl {
    align-items: center;
    border-bottom: none;
    display: flex;
    justify-content: center;
    padding: 1em;
    position: relative;
  }
  .p-accordion__ttl > .icon {
    border: 1px solid #316a5e;
    display: block;
    height: 16px;
    margin-left: 10px;
    position: relative;
    width: 16px;
  }
  .p-accordion__ttl > .icon::before, .p-accordion__ttl > .icon::after {
    background-color: #316a5e;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s ease;
  }
  .p-accordion__ttl > .icon::before {
    height: 1px;
    left: calc(50% - 5px);
    top: calc(50% - 0.5px);
    width: 10px;
  }
  .p-accordion__ttl > .icon::after {
    height: 10px;
    left: calc(50% - 0.5px);
    top: calc(50% - 5px);
    width: 1px;
  }
}
.p-accordion__ttl.open .icon::after {
  opacity: 0;
  transform: rotate(90deg);
}

.p-accordion__menuList {
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .p-accordion__menuList {
    border-top: 1px solid #dfdfdf;
    display: none;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-accordion__menuList li a {
  color: #333;
  display: block;
  font-feature-settings: "palt" 1;
  font-size: var(--font-size-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.35em 0 0.35em 1em;
  position: relative;
  text-decoration: none;
}
.p-accordion__menuList li a::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #316a5e;
  content: "\f105";
  font-size: var(--font-size-xs);
  left: 0;
  position: absolute;
  top: 0.72em;
}

.is-style-c-courseAnchor + .wp-block-post-featured-image {
  margin: 3rem auto 0;
}

/* front
========================================================= */
.p-frontSection {
  margin: 0 auto;
}
@media screen and (min-width: 1160px) {
  .p-frontSection {
    width: 1080px;
  }
}
@media screen and (max-width: 1159px) {
  .p-frontSection {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-frontSection {
    width: 100%;
  }
}
.p-frontSection#front-intro {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-frontSection#front-intro {
    margin-top: 10px;
  }
}
.p-frontSection#front-bnr {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-frontSection#front-bnr {
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-front__body {
    padding: 4em 1.5em 0;
  }
}
.p-front__body .p-front__bodyMds {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .p-front__body .p-front__bodyMds {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front__body .p-front__bodyMds {
    font-size: 28px;
  }
}
.p-front__body .p-front__bodyMds + p {
  margin-top: 1.8em;
}
.p-front__body p {
  line-height: 1.8;
}
.p-front__body p + p {
  margin-top: 1.8em;
}

.p-frontSection__ttl {
  bottom: -40px;
  position: relative;
  text-align: center;
}
.p-frontSection__ttl strong {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
}
.p-frontSection__ttl strong::before, .p-frontSection__ttl strong::after {
  background-color: #333;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  transform: rotate(30deg);
  width: 1px;
}
.p-frontSection__ttl strong::before {
  left: -25px;
  top: 2px;
}
.p-frontSection__ttl strong::after {
  right: -25px;
  top: 2px;
}
.p-frontSection__ttl small {
  display: block;
  font-feature-settings: "palt" 1;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-frontSection__ttl small {
    font-size: var(--font-size-xs);
  }
}

.p-front__news {
  background-color: #f6f3ed;
  padding: 70px 10px 40px;
}
@media screen and (max-width: 767px) {
  .p-front__news {
    padding: 60px 5% 40px;
  }
}

.p-front__newsList li {
  border-top: 2px solid #f6f3ed;
}
.p-front__newsList li a {
  background-color: #fff;
  display: block;
  padding: 0.75em 2em 0.75em 1em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-front__newsList li a {
    padding: 0.55em 2em 0.65em 1em;
  }
}
.p-front__newsList li a::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #ccc;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}
.p-front__newsList li a dl.p-front__newsItem {
  display: flex;
  flex-wrap: wrap;
}
.p-front__newsList li a dl.p-front__newsItem dt {
  color: #333;
  font-size: var(--font-size-sm);
  line-height: 1.8;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-front__newsList li a dl.p-front__newsItem dt {
    font-size: var(--font-size-xs);
    width: 100%;
  }
}
.p-front__newsList li a dl.p-front__newsItem dd {
  color: #316a5e;
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .p-front__newsList li a dl.p-front__newsItem dd {
    font-size: var(--font-size-sm);
    width: 100%;
  }
}

.p-front__recomList a {
  text-decoration: none;
}

dl.p-front__recomItem dd {
  background-color: #fff;
  padding: 0.5em 0.75em 0.75em;
}
dl.p-front__recomItem dd > h3 {
  color: #333;
  font-feature-settings: "palt" 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 0.15em;
}

/* fv
========================================================= */
.p-fv {
  aspect-ratio: 1160/526;
  margin: 0 auto;
  position: relative;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .p-fv {
    width: 1160px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    aspect-ratio: 390/290;
  }
}
.p-fv > * {
  position: absolute;
}
.p-fv.is-ready {
  visibility: visible;
}

.p-fv__left {
  height: 100%;
  left: 0;
  top: 0;
  width: 12.58%;
}
@media screen and (max-width: 767px) {
  .p-fv__left {
    width: 17.94%;
  }
}
.p-fv__left .relative {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-fv__left-color {
  background-color: #316a5e;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 1;
}

.p-fv__left-text {
  height: 97.52%;
  left: -2px;
  position: absolute;
  top: 1.24%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv__left-text {
    left: -1px;
  }
}
.p-fv__left-text img {
  height: 100%;
  width: auto;
}

.p-fv__img-color,
.p-fv__img-sepia {
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 87.42%;
}
@media screen and (max-width: 767px) {
  .p-fv__img-color,
  .p-fv__img-sepia {
    height: 100%;
    width: 82.06%;
  }
  .p-fv__img-color img,
  .p-fv__img-sepia img {
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
    overflow: hidden;
    width: auto;
  }
}

.p-fv__img-sepia {
  z-index: 1;
}

.p-fv__img-color {
  z-index: 2;
}

.p-fv__catchJa {
  height: 12.35%;
  left: 50.6%;
  top: 56.08%;
  width: 35.77%;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .p-fv__catchJa {
    height: 13%;
    left: 46%;
    top: 44%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchJa {
    height: 12%;
    left: 35%;
    top: 48%;
    width: 57.2%;
  }
}
.p-fv__catchJa .relative {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-fv__catchJa-text {
  color: #316a5e;
  font-family: "Shippori Mincho", serif;
  font-size: 44px;
  height: 100%;
  left: 50px;
  position: absolute;
  top: -2px;
  width: 102%;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-fv__catchJa-text {
    font-size: 4vw;
    left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchJa-text {
    font-size: 6.8vw;
    left: 45px;
    top: -4px;
    width: 100%;
  }
}
.p-fv__catchJa-text span {
  opacity: 0;
}

.p-fv__catchJa-line {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 1;
}

.p-fv__catchEn {
  height: 9.12%;
  left: 58.96%;
  top: 68.44%;
  width: 31.63%;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-fv__catchEn {
    left: 52%;
    top: 57%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchEn {
    height: 9%;
    left: 46.6%;
    top: 60%;
    width: 50.2%;
  }
}
.p-fv__catchEn .relative {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-fv__catchEn-text {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  left: 55px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 4px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-fv__catchEn-text {
    font-size: 2.6vw;
    left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchEn-text {
    font-size: 4.2vw;
    left: 45px;
    top: 2px;
    width: 100%;
  }
}
.p-fv__catchEn-text span {
  opacity: 0;
}

.p-fv__catchEn-line {
  background-color: #316a5e;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 1;
}

.p-fv__catchYear {
  height: 11.02%;
  right: 1.89%;
  top: 84.41%;
  width: 20.68%;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-fv__catchYear {
    right: 0;
    top: 74%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchYear {
    height: 10%;
    right: 0;
    top: 76%;
    width: 26.68%;
  }
}
.p-fv__catchYear .relative {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.p-fv__catchYear-line {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 1;
}

.p-fv__catchYear-text {
  color: #316a5e;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 500;
  left: 55px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-fv__catchYear-text {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchYear-text {
    font-size: 5.2vw;
    left: 45px;
    top: 0;
    width: 100%;
  }
}
.p-fv__catchYear-text span {
  opacity: 0;
}

.p-fv__mark_ifa {
  aspect-ratio: 1/1;
  opacity: 0;
  right: 20px;
  top: 60px;
  width: 101px;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-fv__mark_ifa {
    top: 15%;
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__mark_ifa {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: 7.69%;
    right: auto;
    text-align: center;
    top: 100%;
    width: 19.48%;
  }
  .p-fv__mark_ifa img {
    width: 68%;
  }
}

.p-fv__mark_holistic-point {
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
  right: 16px;
  top: 203px;
  width: 110px;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-fv__mark_holistic-point {
    top: 46%;
    width: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__mark_holistic-point {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    left: 27%;
    right: auto;
    text-align: center;
    top: 100%;
    width: 19.48%;
  }
  .p-fv__mark_holistic-point img {
    width: 88%;
  }
}

/*
======================================================
  editer-common
--------------------------------------------------- */
.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 24px;
}
.editor-styles-wrapper > * {
  font-size: 16px;
  line-height: 1.8;
}

/* 編集画面の本文幅（PC） */
.wp-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.wp-block a {
  color: #0468da;
  text-decoration: underline;
}

/* 全幅ブロックは幅制限しない */
.wp-block[data-align=full],
.wp-block[data-align=wide] {
  max-width: none;
}

.wp-block-post-title {
  font-size: 2.4rem;
  font-weight: 700;
}

strong {
  font-weight: 600;
}
strong.is-large {
  font-size: 1.25em;
}

em {
  background: linear-gradient(transparent 60%, #fffbb3 60%);
  font-style: normal; /* 斜体解除（お好み） */
  font-weight: 600;
  padding: 0 0.1em;
}

/* ===== PC / SP 出し分け ===== */
/* PCのみ表示 */
.is-style-only-pc {
  display: block;
}

/* SPのみ表示 */
.is-style-only-sp {
  display: none;
}

/* スマホ時（767px以下）で逆転 */
@media screen and (max-width: 767px) {
  .is-style-only-pc {
    display: none;
  }
  .is-style-only-sp {
    display: block;
  }
}
/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/* 1. group
========================================================= */
.wp-block-group.is-style-c-courseHeader {
  border-top: 2px solid #316a5e;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}
.wp-block-group.is-style-c-courseHeader > .wp-block-heading {
  color: #316a5e;
  font-feature-settings: "palt" 1;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .wp-block-group.is-style-c-courseHeader > .wp-block-heading {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-courseHeader > .wp-block-heading {
    font-size: 5.2vw;
  }
}
.wp-block-group.is-style-c-courseHeader > .wp-block-heading small {
  display: block;
  font-size: 20px;
  margin-top: 0.2em;
}
@media screen and (max-width: 1023px) {
  .wp-block-group.is-style-c-courseHeader > .wp-block-heading small {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-courseHeader > .wp-block-heading small {
    font-size: 3.6vw;
  }
}
.wp-block-group.is-style-c-courseHeader > p {
  font-size: var(--font-size-sm);
  line-height: 1.6;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .wp-block-group.is-style-c-courseHeader > p {
    font-size: 1.64vw;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-courseHeader > p {
    font-size: 3.333vw;
  }
}

.wp-block-group.is-style-c-courseIntro {
  border: 1px solid #dfdfdf;
  margin-top: 3rem;
  padding: 2em 2.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-courseIntro {
    padding: 1.5em 1.2em;
  }
}
.wp-block-group.is-style-c-courseIntro p {
  line-height: 1.8;
}
.wp-block-group.is-style-c-courseIntro p + p {
  margin-top: 1.8em;
}

.wp-block-group.is-style-c-boxBasic {
  border-radius: 20px;
  clear: both;
  margin-top: 2rem;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-boxBasic {
    padding: 1.2em;
  }
  .wp-block-group.is-style-c-boxBasic + .is-style-c-boxBasic {
    margin-top: 0.5em;
  }
}

.wp-block-group.is-style-c-boxRadius {
  border-radius: 15px;
}

.wp-block-group.is-style-c-lineGray {
  border: 1px solid #dfdfdf;
  margin-top: 2rem;
  padding: 1.5em 2em;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-lineGray {
    padding: 1.5em;
  }
}

.wp-block-group.c-courseTable {
  border-top: 1px solid #dfdfdf;
}
.wp-block-group.c-courseTable__row {
  border-bottom: 1px solid #dfdfdf;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3.5fr);
}
.wp-block-group.c-courseTable__cell {
  font-size: 15px;
  line-height: 1.6;
  padding: 1.2em 1em;
}
.wp-block-group.c-courseTable__cell.c-courseTable__head {
  background-color: #f7f7f7;
  display: grid;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-courseTable__cell.c-courseTable__head {
    padding: 0.8em 0;
  }
}
.wp-block-group.c-courseTable__cell.c-courseTable__head.c-courseTable__head-curriculum {
  background-color: #f7f7f7;
  display: block;
}
.wp-block-group.c-courseTable__cell.c-courseTable__head.c-courseTable__head-curriculum .wp-block-heading {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.wp-block-group.c-courseTable__cell.c-courseTable__head.c-courseTable__head-curriculum p {
  font-size: var(--font-size-sm);
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-courseTable__cell.c-courseTable__head.c-courseTable__head-curriculum p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-courseTable__cell.c-courseTable__body {
    padding: 0.8em 0 1.5em;
  }
}
.wp-block-group.c-courseTable__cell.c-courseTable__body .wp-block-heading {
  font-size: var(--font-size-base);
  font-weight: 700;
}

.wp-block-group.c-numberTable__row {
  display: flex;
}
.wp-block-group.c-numberTable__cell.c-numberTable__head {
  width: 24px;
}
.wp-block-group.c-numberTable__cell.c-numberTable__head > p {
  background-color: #fff;
  border: 1px solid #316a5e;
  border-radius: 50%;
  box-sizing: border-box;
  color: #316a5e;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  margin: 0.1em 0 0;
  padding: 0;
  text-align: center;
  width: 24px;
}
.wp-block-group.c-numberTable__cell.c-numberTable__body {
  flex: 1;
}
.wp-block-group.c-numberTable__cell.c-numberTable__body > .wp-block-heading {
  color: #316a5e;
  font-size: var(--font-size-lg);
  font-weight: 700;
  margin-bottom: 0.3em;
}

.wp-block-group.c-googlemap {
  aspect-ratio: 4/3;
  border: 1px solid #dfdfdf;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-googlemap {
    height: 200px;
  }
}

.wp-block-group.c-accessTable {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-accessTable {
    margin-top: 1rem;
  }
}
.wp-block-group.c-accessTable__row {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-accessTable__cell.c-accessTable__head {
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-accessTable__cell.c-accessTable__body {
    padding: 0.8em 0 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-sp-fullWidth {
    /* コンテンツ幅の左右余白を打ち消すトリック */
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    width: 100vw;
  }
  .wp-block-group.is-style-c-sp-fullWidth > * {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr !important;
  }
}
.wp-block-group > p {
  line-height: 1.8;
}
.wp-block-group > p + p {
  margin-top: 1.5rem;
}

.wp-block-group.is-style-c-sectionCount {
  counter-reset: number 0;
}
.wp-block-group.is-style-c-sectionCount > .wp-block-heading {
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  font-size: var(--font-size-xl);
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 0.35em 30px;
  position: relative;
}
.wp-block-group.is-style-c-sectionCount > .wp-block-heading::before {
  align-items: center;
  background-color: #ccb898;
  border-radius: 50%;
  color: #fff;
  content: counter(number, decimal);
  counter-increment: number 1;
  display: flex;
  font-size: var(--font-size-sm);
  font-weight: 700;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0.15em;
  width: 24px;
}
.wp-block-group.is-style-c-sectionCount > .wp-block-heading + * {
  margin-top: 1.2rem;
}

.wp-block-group.is-style-c-fileDownload .wp-block-image {
  width: 30px;
}
.wp-block-group.is-style-c-fileDownload .wp-block-image img {
  height: 27px;
  width: 30px !important;
}
.wp-block-group.is-style-c-fileDownload .wp-block-file {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-style-c-fileDownload .wp-block-file {
    font-size: var(--font-size-sm);
  }
}

.wp-block-group.c-alignCenter {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wp-block-group.c-alignCenter {
    display: block;
  }
}

.wp-block-group.is-style-c-courseBlock__mediaFeatured {
  margin: 3rem auto 0;
}

.wp-block-group.is-style-c-attenBox {
  background-color: #fff7f9;
  border: 1px solid #fddbe0;
  border-radius: 10px;
}

/* 2. heading
========================================================= */
.wp-block-heading {
  font-weight: 400;
  line-height: 1.5;
}

.wp-block-heading.is-style-c-courseIntro__mds {
  color: #316a5e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-courseIntro__mds {
    font-size: 18px;
  }
}

.wp-block-heading.is-style-c-courseSection__mds {
  background: #edf4ef;
  border-left: 2px solid #316a5e;
  color: #316a5e;
  font-feature-settings: "palt" 1;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 4rem;
  padding: 8px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-courseSection__mds {
    font-size: 20px;
  }
}
.wp-block-heading.is-style-c-courseSection__mds + * {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-c-courseH3__mds {
  font-feature-settings: "palt" 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-courseH3__mds {
    font-size: 18px;
  }
}
.wp-block-heading.is-style-c-courseH3__mds + * {
  margin-top: 1.2rem;
}

.wp-block-heading.is-style-c-courseH4__mds {
  font-feature-settings: "palt" 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-courseH4__mds {
    font-size: 16px;
  }
}
.wp-block-heading.is-style-c-courseH4__mds + * {
  margin-top: 1rem;
}

.wp-block-heading.is-style-c-pageSection__mds {
  background: #f6f3ed;
  color: #5c3818;
  font-feature-settings: "palt" 1;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 0.75rem 2rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-pageSection__mds {
    font-size: 18px;
    padding: 0.5rem 1.5rem;
  }
}
.wp-block-heading.is-style-c-pageSection__mds::before {
  background-color: #316a5e;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 14px;
}
.wp-block-heading.is-style-c-pageSection__mds::after {
  background-color: #97a629;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  top: -10px;
  width: 10px;
}
.wp-block-heading.is-style-c-pageSection__mds + * {
  margin-top: 1.5rem;
}

.wp-block-heading.is-style-c-pageH3__mds {
  border-bottom: 1px solid #dfdfdf;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 0.35em;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-pageH3__mds {
    font-size: 17px;
  }
}
.wp-block-heading.is-style-c-pageH3__mds + * {
  margin-top: 1.2rem;
}
.wp-block-heading.is-style-c-pageH3__mds .wp-block-heading__det {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-pageH3__mds .wp-block-heading__det {
    font-size: var(--font-size-xs);
    margin-top: 0.2em;
  }
}

.wp-block-heading.is-style-c-pageH4__mds {
  border-left: 1px solid #333;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.2em 0 0.2em 1em;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.is-style-c-pageH4__mds {
    font-size: 17px;
  }
}
.wp-block-heading.is-style-c-pageH4__mds + * {
  margin-top: 1.2rem;
}

/* 3. image
========================================================= */
@media screen and (max-width: 767px) {
  .wp-block-image.alignright, .wp-block-image.alignleft,
  .block-editor-block-list__block.alignright,
  .block-editor-block-list__block.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image.aligncenter,
.block-editor-block-list__block.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.is-style-c-sp-fullWidth {
  margin-left: auto;
  margin-right: auto;
  /* PCは通常のコンテンツ幅 */
  max-width: var(--wp--style--root--content-size);
  /* スマホだけ edge-to-edge にする */
}
@media (max-width: 767px) {
  .wp-block-image.is-style-c-sp-fullWidth {
    left: 50%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }
}

.wp-block-image .wp-element-caption {
  color: #666;
  font-size: var(--font-size-xs);
  line-height: 1.5;
  margin-top: 0.5rem;
}

/* 4. list
========================================================= */
.wp-block-list.is-style-c-courseAnchor {
  background-color: #edf4ef;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3em 1.5em 0.7em;
}
@media screen and (max-width: 767px) {
  .wp-block-list.is-style-c-courseAnchor {
    padding: 0.3em 1em 0.7em;
  }
}
.wp-block-list.is-style-c-courseAnchor li {
  margin-left: 0;
  margin-right: 0.3rem;
  margin-top: 0.4em;
}
.wp-block-list.is-style-c-courseAnchor li a {
  background-color: #fff;
  border: 1px solid #316a5e;
  border-radius: 18px;
  color: #316a5e;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 0.55em 1.8em 0.55em 1.2em;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .wp-block-list.is-style-c-courseAnchor li a {
    font-size: 1.693vw;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-list.is-style-c-courseAnchor li a {
    font-size: 3.077vw;
  }
}
.wp-block-list.is-style-c-courseAnchor li a::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f107";
  font-size: 0.8em;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 0.45em);
}

.wp-block-list.is-style-c-dot__list > li {
  line-height: 1.6;
  list-style: none;
  padding: 0.15em 0 0.15em 1em;
  position: relative;
}
.wp-block-list.is-style-c-dot__list > li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.3em;
  left: 0.15em;
  position: absolute;
  top: 0.75em;
  width: 0.3em;
}
.wp-block-list.is-style-c-dot__list > li > ul > li {
  line-height: 1.6;
  list-style: none;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
.wp-block-list.is-style-c-dot__list > li > ul > li::before {
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.3em;
  left: 0.3em;
  position: absolute;
  top: 0.75em;
  width: 0.3em;
}

.wp-block-list.is-style-c-asterisk__list > li {
  list-style: none;
  padding: 0.2em 0 0.2em 1.2em;
  position: relative;
}
.wp-block-list.is-style-c-asterisk__list > li::before {
  content: "＊";
  display: block;
  left: 0;
  position: absolute;
  top: 0.2em;
}

.wp-block-list.is-style-c-ast__list > li {
  list-style: none;
  padding: 0.15em 0 0.15em 1.1em;
  text-indent: -1.1em;
}

.wp-block-list.is-style-c-numbers__list {
  counter-reset: number;
}
.wp-block-list.is-style-c-numbers__list > li {
  line-height: 1.6;
  padding: 0.25em 0 0.25em 1.75em;
  position: relative;
}
.wp-block-list.is-style-c-numbers__list > li::before {
  content: "" counter(number) ".";
  counter-increment: number;
  left: 0;
  position: absolute;
  top: 0.25rem;
}

.wp-block-list.is-style-c-circledNumbers__list {
  counter-reset: number;
}
.wp-block-list.is-style-c-circledNumbers__list > li {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 2em;
  position: relative;
}
.wp-block-list.is-style-c-circledNumbers__list > li::before {
  align-items: center;
  background-color: #316a5e;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 24px;
}

/* 5. paragraph
========================================================= */
.is-style-c-paragraph__ast {
  padding-left: 1em;
  text-indent: -1em;
}

/* 6. button
========================================================= */
.wp-block-button .wp-block-button__link {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 0.75em 2.25em 0.75em 1.5em;
  position: relative;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #ccc;
  content: "\f105";
  position: absolute;
  right: 10px;
}
.wp-block-button.is-style-c-buttonFillGreen .wp-block-button__link {
  background-color: #316a5e;
  border: 1px solid #316a5e;
  color: #fff;
}
.wp-block-button.is-style-c-buttonFillGreen .wp-block-button__link::after {
  color: #fff;
}
.wp-block-button.is-style-c-buttonLineGreen .wp-block-button__link {
  background-color: #fff;
  border: 1px solid #316a5e;
  color: #316a5e;
}
.wp-block-button.is-style-c-buttonLineGreen .wp-block-button__link::after {
  color: #316a5e;
}

/* 7. file
========================================================= */
.wp-block-file {
  font-size: 15px;
}
.wp-block-file:not(.wp-element-button) {
  font-size: 15px;
}

/* 8. details
========================================================= */
.wp-block-details.c-accordionItem {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-top: 1rem;
  overflow: hidden;
}
.wp-block-details.c-accordionItem > summary {
  cursor: pointer;
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.6;
  list-style: none; /* デフォルトの▼マークを消す（ブラウザによる） */
  padding: 0.8rem 3rem 0.8rem 2.8rem;
  position: relative;
}
.wp-block-details.c-accordionItem > summary::-webkit-details-marker {
  display: none;
}
.wp-block-details.c-accordionItem > summary:hover {
  background-color: #f7f7f7;
}
.wp-block-details.c-accordionItem > summary::before {
  background-color: #5188d9;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  font-size: 14px;
  height: 24px;
  left: 1em;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 0.9em;
  width: 24px;
}
.wp-block-details.c-accordionItem > summary::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  color: #5188d9;
  content: "+";
  font-size: 1.1em;
  font-weight: 700;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-details > *:not(summary) {
  padding: 1rem 1.5rem 1.5rem;
}
.wp-block-details.c-accordionItem[open] summary::after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f068";
}

/* 9. gallery
========================================================= */
@media screen and (max-width: 599px) {
  .wp-block-gallery.has-nested-images {
    display: block;
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  position: static;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  display: block;
  margin: 0;
  padding: 0.5em 0;
  position: static;
  scrollbar-width: none;
  text-align: left;
  text-shadow: none;
  width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption {
  color: #666;
  font-size: var(--font-size-xs);
  line-height: 1.5;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  content: none;
  display: none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}

/* 10. table
========================================================= */
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table > table tr th {
  background-color: #f7f7f7 !important;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tr th,
.editor-styles-wrapper .wp-block-flexible-table-block-table > table tr td,
.wp-block-flexible-table-block-table > table tr th,
.wp-block-flexible-table-block-table > table tr td {
  border: 1px solid #dfdfdf !important;
  font-size: 15px;
  line-height: 1.6;
}
/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/* 1. group
========================================================= */
/* 2. heading
========================================================= */
.wp-block-heading.p-lecturerName {
  color: #316a5e;
  font-size: var(--font-size-sm);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.p-lecturerName {
    text-align: center;
  }
}
.wp-block-heading.p-lecturerName strong {
  font-size: 22px;
}

.wp-block-heading.p-lecturerShikaku {
  background-color: #a4886d;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-left: 0;
  margin-top: 1.5rem;
  padding: 0.15em 0.75em 0.3em;
}

.wp-block-group.p-lecturerOgawa .wp-block-image {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-lecturerOgawa .wp-block-image {
    margin-bottom: 1rem;
    text-align: center;
    width: 60%;
  }
}
.wp-block-group.p-lecturerOther .wp-block-image {
  margin-bottom: 1rem;
  text-align: center;
}
.wp-block-group.p-lecturerOgawa .is-style-c-dot__list, .wp-block-group.p-lecturerOther .is-style-c-dot__list, .wp-block-group.p-lecturerMikami .is-style-c-dot__list {
  margin-top: 0.5em;
}
.wp-block-group.p-lecturerOgawa .is-style-c-dot__list li, .wp-block-group.p-lecturerOther .is-style-c-dot__list li, .wp-block-group.p-lecturerMikami .is-style-c-dot__list li {
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
}
.wp-block-group.p-lecturerOgawa .wp-block-group p, .wp-block-group.p-lecturerOther .wp-block-group p, .wp-block-group.p-lecturerMikami .wp-block-group p {
  line-height: 1.6;
}

.wp-block-group.is-layout-flex.p-lecturerOgawa {
  align-items: start;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-lecturerOgawa {
    display: block;
  }
}

.wp-block-group.is-layout-grid.p-lecturerOther {
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-grid.p-lecturerOther {
    gap: 3rem;
  }
}

.wp-block-group.is-layout-flex.p-lecturerMikami {
  align-items: start;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-lecturerMikami {
    display: block;
  }
}
.wp-block-group.is-layout-flex.p-lecturerMikami .wp-block-image {
  width: 156px;
}

.wp-block-group.p-lecturerDiploma {
  margin-top: 3rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-lecturerDiploma {
    display: block;
  }
}
.wp-block-group.p-lecturerDiploma__header {
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-lecturerDiploma__header {
    width: 100%;
  }
}
.wp-block-group.p-lecturerDiploma__header .wp-block-heading {
  font-weight: 600;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-lecturerDiploma__header .wp-block-heading {
    margin-bottom: 0.5rem;
  }
}
.wp-block-group.p-lecturerDiploma__header .wp-block-image {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-lecturerDiploma__header .wp-block-image {
    width: 100px;
  }
}
.wp-block-group.p-lecturerDiploma__content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-lecturerDiploma__content {
    width: 100%;
  }
}
.wp-block-group.p-lecturerDiploma__content > .wp-block-image {
  padding-top: 1rem;
  text-align: center;
  width: 100%;
}

.wp-block-heading.p-lecturerProfile__mds {
  background-color: #f6f3ed;
  color: #5c3818;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.75rem 1rem 0.85rem 5.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.p-lecturerProfile__mds {
    padding: 0.75rem 1rem 0.85rem 5.5rem;
  }
}
.wp-block-heading.p-lecturerProfile__mds small {
  background-color: #316a5e;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  left: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem 0.3rem;
  position: absolute;
  top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-heading.p-lecturerProfile__mds small {
    font-size: 11px;
  }
}
.wp-block-heading.p-lecturerProfile__mds + p {
  margin-top: 1.15rem;
}

/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/* 1. group
========================================================= */
.wp-block-group.is-layout-flex.p-explanation__intro {
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-explanation__intro {
    display: block;
  }
}
.wp-block-group.is-layout-flex.p-explanation__intro > .wp-block-group {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-explanation__intro > .wp-block-group {
    width: 100%;
  }
}
.wp-block-group.is-layout-flex.p-explanation__intro > .wp-block-image {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-explanation__intro > .wp-block-image {
    margin: 1.5rem auto 0;
    width: 60%;
  }
}

/* 2. heading
========================================================= */
/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/* 1. group
========================================================= */
.smf-form {
  border-bottom: 1px solid #eeeae2;
  margin-top: 3rem;
}
.smf-form .wp-block-heading {
  border-top: 1px solid #eeeae2;
  color: #5c3818;
  font-size: 20px;
  font-weight: 600;
  padding: 3rem 0 0.5rem;
}
.smf-form .wp-block-heading .has-inline-color {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .smf-form .wp-block-heading .has-inline-color {
    display: block;
  }
}

.wp-block-snow-monkey-forms-item {
  border-top: 1px solid #eeeae2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item {
    display: block;
  }
}

.smf-item__col {
  gap: 2rem;
  padding: 1rem;
}
.smf-item__col.smf-item__col--label {
  background-color: #fbf9f7;
  width: 26%;
}
@media screen and (max-width: 767px) {
  .smf-item__col.smf-item__col--label {
    padding: 0.5rem 1rem 1rem;
    width: 100%;
  }
}
.smf-item__col.smf-item__col--label .smf-item__label {
  display: inline-block;
  margin-right: 0.5rem;
}
.smf-item__col.smf-item__col--label .smf-item__label__text {
  color: #5c3818;
  font-size: 15px;
  font-weight: 600;
}
.smf-item__col.smf-item__col--label .smf-item__description {
  background-color: #ea7900;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 0.1em 0.5em 0.2em;
}
.smf-item__col.smf-item__col--controls {
  font-size: 15px;
  width: 74%;
}
@media screen and (max-width: 767px) {
  .smf-item__col.smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__col.smf-item__col--controls .wp-block-list {
  color: #a4886d;
  font-size: var(--font-size-xs);
  margin-top: 0.75em;
}
.smf-item__col.smf-item__col--controls .smf-text-control__control {
  padding: 0.35em 0.5em;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .smf-item__col.smf-item__col--controls .smf-text-control__control {
    width: 100%;
  }
}
.smf-item__col.smf-item__col--controls p {
  font-size: 15px;
}
.smf-item__col.smf-item__col--controls .smf-select-control {
  max-width: 100%;
}

.smf-error-messages {
  color: #f00;
  font-size: 15px;
}

.smf-form [data-invalid="1"] {
  border-color: #f00;
}

.smf-action {
  margin-top: 3rem;
  text-align: center;
}

.smf-action button.smf-button-control__control {
  background-color: #316a5e;
  background-image: none;
  border: 1px solid #316a5e;
  border-radius: 5px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-base);
  font-weight: 700;
  padding: 0.75em 1.5em;
}

/* 2. heading
========================================================= */
/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/* 1. group
========================================================= */
.wp-block-group.is-layout-flex.p-medicalCare__fukushima {
  align-items: start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-medicalCare__fukushima {
    display: block;
  }
}
.wp-block-group.is-layout-flex.p-medicalCare__fukushima > .wp-block-group {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-medicalCare__fukushima > .wp-block-group {
    width: 100%;
  }
}
.wp-block-group.is-layout-flex.p-medicalCare__fukushima > .wp-block-image {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-flex.p-medicalCare__fukushima > .wp-block-image {
    margin: 2rem auto 0;
    width: 70%;
  }
}

/*
======================================================
  1. group
  2. heading
  3. image
  4. list
  5. paragraph
  6. button
  7. file
  8. details
  9. gallery
  10. table
--------------------------------------------------- */
/* 1. paragraph
========================================================= */
.p-sellPrice strong {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-sellPrice strong {
    font-size: 7vw;
  }
}
.p-sellPrice strong.ruby rt {
  font-size: 11px;
}

.wp-block-group.p-sellOrder {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-sellOrder {
    width: 100%;
  }
}
.wp-block-group.p-sellOrder > .wp-block-group p {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-sellOrder > .wp-block-group p {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */
