@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #1c1c1c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "メイリオ", meiryo, sans-serif;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.00001;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-green {
  color: #1fe90d;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper-common-article {
    width: calc(100% - 240px);
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper-common-article {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none;
  }
}

.navigation-list .navigation-item {
  font-weight: 700;
}
.navigation-list > li {
  position: relative;
}
@media print, (min-width: 768px) {
  .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-list > li {
    margin-right: 33px;
  }
  .navigation-list > li:last-child {
    margin-right: 0;
  }
  .navigation-list > li:hover .navigation-group-list {
    visibility: visible;
    opacity: 1;
  }
  .navigation-list .navigation-item {
    font-size: 0.14rem;
  }
  .navigation-list .menu-wrapper {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-list > li {
    min-height: 0.6rem;
    padding: 0.17rem 0;
    border-bottom: 0.01rem solid #eee;
  }
  .navigation-list > li:first-child {
    border-top: 0.01rem solid #eee;
  }
  .navigation-list > li.has-menu {
    padding-bottom: 0;
  }
  .navigation-list > li.has-menu > .button-sub-menu {
    top: 0.16rem;
  }
  .navigation-list > li.has-menu > .button-sub-menu::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .navigation-list .navigation-item {
    padding: 0 0.2rem;
    font-size: 0.16rem;
  }
  .navigation-list .menu-wrapper {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .navigation-sub-list .sub-item {
    position: relative;
    padding-left: 13px;
    font-size: 0.13rem;
    line-height: 1.3;
  }
  .navigation-sub-list .sub-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    color: #1fe90d;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-sub-list {
    margin-top: 0.17rem;
    padding-left: 0;
  }
  .navigation-sub-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 0.6rem;
    padding: 0.05rem 0.5rem 0.05rem 0.46rem;
    border-bottom: 0.01rem solid #dadada;
    background-color: #efefe8;
  }
  .navigation-sub-list > li:first-child {
    border-top: 0.01rem solid #dadada;
  }
  .navigation-sub-list > li:last-child {
    border: none;
  }
}

.header-common {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.01rem solid #eaeaea;
  background-color: #fff;
}
.header-common ul {
  margin-bottom: 0;
  list-style-type: none;
}
.header-common .navigation-list,
.header-common .navigation-sub-list {
  padding-left: 0;
}
.header-common a {
  display: inline-block;
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1100px;
  }
  .header-common .header-logo {
    width: 204px;
    margin-right: 38px;
  }
  .header-common .header-wrapper {
    width: 100%;
    max-width: 1050px;
    min-height: 69px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-logo {
    width: 1.58rem;
  }
  .header-common .header-wrapper {
    min-height: 0.6rem;
    padding: 0.1rem 0.13rem;
  }
}
@media print {
  .header-common {
    position: relative;
  }
}

.button-menu {
  position: absolute;
  z-index: 1010;
  top: -0.02rem;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}
.button-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 0.04rem;
  margin-left: -0.18rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.06rem;
  background-color: #1c1c1c;
}
.button-menu span:nth-child(1) {
  margin-top: -0.1rem;
}
.button-menu span:nth-child(2) {
  margin-top: 0.01rem;
}
.button-menu span:nth-child(3) {
  margin-top: 0.12rem;
}
.button-menu.is-active {
  position: fixed;
}
.button-menu.is-active span {
  width: 0.38rem;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
}
.button-menu.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, (min-width: 768px) {
  .header-navigation {
    display: block !important;
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0.6rem;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: #fbfbf6;
  }
  .header-navigation .navigation-inner {
    height: 100%;
    padding-bottom: 1.5rem;
    overflow-y: scroll;
  }
}

@media print, (min-width: 768px) {
  .navigation-group-list {
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    min-width: 363px;
    padding: 8px 17px 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    background-color: #fff;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
  }
  .navigation-group-list .group-item {
    margin-bottom: 1px;
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-group-list {
    position: relative;
    margin-top: 0.16rem;
    padding-left: 0;
  }
  .navigation-group-list a {
    font-size: 0.16rem;
    font-weight: 700;
  }
  .navigation-group-list > li {
    padding: 0.17rem 0 0;
    border-bottom: 0.01rem solid #dadada;
    background-color: #efefe8;
  }
  .navigation-group-list > li:first-child {
    border-top: 0.01rem solid #dadada;
  }
  .navigation-group-list .group-item {
    padding: 0 0.46rem;
  }
  .navigation-group-list .button-sub-menu {
    right: 0.33rem;
  }
}

@media print, (min-width: 768px) {
  .button-sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-sub-menu {
    position: absolute;
    top: 0.2rem;
    right: 0.28rem;
  }
  .button-sub-menu::after {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 0.02rem solid #1c1c1c;
    border-right: 0.02rem solid #1c1c1c;
  }
}

.footer-sub-list a {
  font-weight: 300;
}
@media print, (min-width: 768px) {
  .footer-sub-list a {
    font-size: 0.12rem;
  }
  .footer-sub-list > li {
    margin-bottom: -2px;
  }
  .footer-sub-list .footer-navbar {
    margin-top: -4px;
  }
  .footer-sub-list .navbar-item {
    position: relative;
    padding-left: 12px;
  }
  .footer-sub-list .navbar-item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer-sub-list .navbar-list > li {
    margin-bottom: -2px;
  }
  .footer-sub-list .navbar-list > li:last-child {
    margin-bottom: 0;
  }
  .footer-sub-list .navbar-list.has-space {
    padding-left: 7px;
  }
}

.footer-common ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.footer-common a {
  display: inline-block;
  line-height: 1.3;
}
.footer-common .footer-heading {
  font-weight: 500;
}
.footer-common .footer-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 39px;
}
.footer-common .footer-logo-container .footer-logo {
  display: inline-block;
}
.footer-common .footer-logo-container .iso-logo {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer-common .footer-logo-container .iso-logo .iso-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-common .footer-logo-container .iso-logo .iso-image-container img {
  max-width: 100%;
  height: auto;
}
@media print, (min-width: 768px) {
  .footer-common .footer-logo {
    width: 191px;
    margin: 7px 0 0 0;
  }
  .footer-common .iso-logo .iso-image-container img {
    margin-right: 20px;
  }
  .footer-common .footer-heading {
    margin-bottom: -1px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common .footer-main {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .footer-common .footer-logo {
    display: block;
    width: 2.26rem;
    margin: 0 auto;
  }
  .footer-common .footer-logo-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
  .footer-common .footer-logo-container .iso-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    width: 100%;
  }
  .footer-common .footer-logo-container .iso-logo .iso-image-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    width: 2rem;
  }
  .footer-common .footer-logo-container .iso-logo .iso-image-container img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media print {
  .footer-common {
    margin-top: 80px;
  }
}

.footer-main {
  background-color: #fafaf5;
  color: #000;
}
@media print, (min-width: 768px) {
  .footer-main {
    padding: 17px 0 25px;
  }
  .footer-main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 978px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.2rem 0 0.12rem;
  }
}

@media print, (min-width: 768px) {
  .footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .footer-list {
    margin-right: 40px;
  }
  .footer-list:last-child {
    margin-right: 0;
  }
  .footer-list > li {
    margin-bottom: 3px;
  }
  .footer-list.has-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-list.has-sub > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 272px;
    padding-right: 20px;
  }
  .footer-list.has-sub > li:first-child {
    width: 195px;
  }
  .footer-list.has-sub > li:last-child {
    margin-right: 0;
  }
}

.footer-bottom {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
}
.footer-bottom .footer-address {
  font-weight: 400;
}
.footer-bottom .address-company {
  display: inline;
}
.footer-bottom address {
  display: inline;
}
.footer-bottom small {
  font-weight: 300;
  line-height: 1.3;
}
@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 6px 0 4px;
    font-size: 0.11rem;
    font-weight: 400;
  }
  .footer-bottom .footer-contact > li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
  }
  .footer-bottom .footer-contact > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
  }
  .footer-bottom .footer-contact > li:first-child {
    padding-left: 2px;
  }
  .footer-bottom .footer-contact > li:first-child::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #fff;
  }
  .footer-bottom .footer-contact > li:last-child {
    padding-right: 4px;
  }
  .footer-bottom .contact-item {
    font-weight: 400;
  }
  .footer-bottom .footer-address {
    margin-bottom: 1px;
    text-underline-offset: 3px;
  }
  .footer-bottom .footer-address address {
    margin-left: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding-bottom: 0.08rem;
  }
  .footer-bottom .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-bottom .footer-contact {
    padding-bottom: 0.16rem;
  }
  .footer-bottom .footer-contact > li {
    padding: 0.17rem 0.5rem;
    border-bottom: 0.01rem solid #686868;
  }
  .footer-bottom .contact-item {
    display: inline;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 1.4;
  }
  .footer-bottom small {
    font-size: 0.12rem;
  }
  .footer-bottom .footer-address {
    padding: 0 0.2rem;
    font-size: 0.14rem;
    text-underline-offset: 0.02rem;
  }
  .footer-bottom .footer-address address {
    display: block;
  }
  .footer-bottom .footer-inner {
    margin-bottom: 5px;
  }
}

.title-common-primary {
  position: relative;
  font-weight: 700;
}
.title-common-primary::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #1fe90d;
}
.title-common-primary.is-black {
  line-height: 1.25;
}
.title-common-primary.is-black .title-japanese {
  color: #666;
  font-size: 0.12rem;
  font-weight: 400;
}
.title-common-primary.is-black .title-english {
  margin-right: 0.07rem;
  color: #000;
  font-size: 0.16rem;
  letter-spacing: 0.085em;
}
.title-common-primary.is-black::before {
  width: 0.03rem;
  height: 0.2rem;
  background-color: #1c1c1c;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 19px;
  }
  .title-common-primary::before {
    top: 6px;
    width: 7px;
    height: 37px;
  }
  .is-mac .title-common-primary::before {
    top: 3px;
  }
  .title-common-primary .title-japanese {
    position: relative;
    top: 2px;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .title-common-primary .title-english {
    margin-right: 15px;
    font-size: 0.4rem;
    line-height: 1.1;
  }
  .title-common-primary.is-black {
    padding-left: 8px;
  }
  .title-common-primary.is-black .title-english {
    margin-right: 7px;
  }
  .title-common-primary.is-black .title-japanese {
    top: -1px;
  }
  .title-common-primary.is-black::before {
    top: -1px;
    height: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary::before {
    top: 0.03rem;
    width: 0.04rem;
    height: 0.24rem;
  }
  .title-common-primary .title-english {
    display: block;
    margin-bottom: -0.08rem;
    margin-left: 0.12rem;
    font-size: 0.26rem;
    line-height: 1.1;
  }
  .title-common-primary .title-japanese {
    font-size: 0.16rem;
    line-height: 1.9;
  }
  .title-common-primary.is-black {
    padding-left: 0.08rem;
  }
  .title-common-primary.is-black .title-english {
    display: inline;
    margin-left: 0;
  }
  .title-common-primary.is-black::before {
    top: 0.1rem;
  }
  .is-ios .title-common-primary.is-black::before {
    top: 0.08rem;
  }
}

.title-common-secondary {
  text-align: center;
}
.title-common-secondary .title-small {
  display: block;
  color: #666;
  font-weight: 500;
}
.title-common-secondary .title-large {
  font-weight: 700;
}
.title-common-secondary .title-large .is-green {
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-secondary .title-small {
    margin-bottom: 23px;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .title-common-secondary .title-large {
    font-size: 0.44rem;
    line-height: 1.1;
  }
  .title-common-secondary .title-large .is-green {
    top: 4px;
    font-size: 0.8rem;
    line-height: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-small {
    margin-bottom: 0.28rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .title-common-secondary .title-large {
    font-size: 0.3rem;
    line-height: 0.7;
  }
  .is-ios .title-common-secondary .title-large {
    line-height: 1.1;
  }
  .title-common-secondary .title-large .is-big {
    font-size: 0.36rem;
  }
  .title-common-secondary .title-large .is-green {
    top: 0.04rem;
    font-size: 0.6rem;
  }
}

.breadcrumb-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.breadcrumb-common > li {
  color: #666;
  font-size: 0.12rem;
  line-height: 1.1;
}
.breadcrumb-common > li::after {
  content: "＞";
  margin-right: 0.04rem;
  margin-left: -2px;
}
.breadcrumb-common > li:last-child::after {
  display: none;
}
.breadcrumb-common > li:first-child {
  margin-left: 0;
}
.breadcrumb-common a {
  padding-right: 3px;
  color: #666;
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common > li {
    letter-spacing: 0.085em;
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-wrapper {
    padding-top: 78px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-wrapper {
    padding-top: 0.69rem;
  }
}

.pagination-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-common .wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.pagination-common .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-radius: 0.04rem;
  background-color: #bdbdbd;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.0085em;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0.01rem 0.01rem 0.02rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.01rem 0.01rem 0.02rem rgba(0, 0, 0, 0.25));
}
.is-mac .pagination-common .page-numbers {
  padding-top: 1px;
}
.pagination-common .page-numbers .is-mac.is-chrome {
  padding-bottom: 3px;
}
.pagination-common .page-numbers.current, .pagination-common .page-numbers:hover {
  background-color: #1c1c1c;
}
.pagination-common .page-numbers.current {
  cursor: default;
}
.pagination-common .pagination-link {
  position: absolute;
}
@media print, (min-width: 768px) {
  .pagination-common .wp-pager {
    padding: 0 144px;
  }
  .pagination-common .page-numbers {
    min-width: 29px;
    height: 29px;
    margin: 0 6px 12px;
    padding-top: 1px;
  }
  .pagination-common .pagination-link {
    top: 5px;
    width: 13px;
  }
  .pagination-common .pagination-link.is-next {
    right: 122px;
  }
  .pagination-common .pagination-link.is-prev {
    left: 122px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common .wp-pager {
    padding: 0 0.2rem;
  }
  .pagination-common .page-numbers {
    min-width: 0.34rem;
    height: 0.34rem;
    margin: 0 0.15rem;
  }
  .is-ios .pagination-common .page-numbers {
    padding-bottom: 0.01rem;
  }
  .pagination-common .pagination-link {
    top: 0.09rem;
    width: 0.11rem;
  }
  .pagination-common .pagination-link.is-next {
    right: 0.1rem;
  }
  .pagination-common .pagination-link.is-prev {
    left: 0.1rem;
  }
}

.list-common-seminar {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.list-common-seminar .item-link {
  position: relative;
  overflow: hidden;
  border-radius: 0.12rem;
  background-color: #fafaf5;
  -webkit-box-shadow: 1px 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
          box-shadow: 1px 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
}
.list-common-seminar .item-image {
  position: relative;
  width: 100%;
}
.list-common-seminar .item-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-common-seminar .item-date {
  display: block;
}
.list-common-seminar .date-text {
  display: inline-block;
}
.list-common-seminar .date-number {
  font-weight: bold;
}
.list-common-seminar .item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.list-common-seminar .author-text {
  color: #666;
}
.list-common-seminar .author-name {
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
.list-common-seminar .item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #666;
  color: #fff;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .list-common-seminar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -14px 11px;
  }
  .list-common-seminar .seminar-item {
    width: 33.3333333333%;
    padding: 0 13px 30px;
  }
  .list-common-seminar .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    min-height: 360px;
    padding-bottom: 34px;
  }
  .list-common-seminar .item-image {
    padding-top: 51.935483871%;
  }
  .list-common-seminar .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 13px 20px 8px;
  }
  .list-common-seminar .item-date {
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .list-common-seminar .item-title {
    min-height: 78px;
    margin-bottom: 6px;
    font-size: 0.18rem;
    line-height: 1.44;
  }
  .list-common-seminar .item-author {
    bottom: 42px;
  }
  .list-common-seminar .author-text {
    display: block;
    margin-bottom: -3px;
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .list-common-seminar .item-tag {
    min-height: 34px;
    padding: 3px 10px 2px;
    font-size: 0.18rem;
  }
  .is-mac .list-common-seminar .item-tag {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-seminar {
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
  }
  .list-common-seminar .seminar-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .list-common-seminar .item-link {
    display: block;
    padding-bottom: 0.34rem;
  }
  .list-common-seminar .item-image {
    padding-top: 51.7142857143%;
  }
  .list-common-seminar .item-content {
    padding: 0.14rem 0.21rem;
  }
  .list-common-seminar .item-date {
    margin-bottom: 0.03rem;
    line-height: 1.2;
  }
  .list-common-seminar .item-title {
    margin-bottom: 0.06rem;
    font-size: 0.18rem;
    line-height: 1.44;
  }
  .list-common-seminar .author-text {
    display: block;
    margin-bottom: -0.02rem;
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .list-common-seminar .item-tag {
    height: 0.34rem;
    padding: 0 0.1rem 0.02rem;
    font-size: 0.18rem;
  }
  .is-ios .list-common-seminar .item-tag {
    padding-top: 0.02rem;
  }
  .is-android .list-common-seminar .item-tag {
    padding-bottom: 0.03rem;
  }
}

.list-common-seminar.is-related .date-text,
.list-common-seminar.is-related .date-number {
  color: #1c1c1c;
}
.list-common-seminar.is-related .date-text {
  display: inline-block;
}
.list-common-seminar.is-related .item-image {
  padding-top: 52.1739130435%;
}
@media print, (min-width: 768px) {
  .list-common-seminar.is-related {
    margin-bottom: 63px;
  }
  .list-common-seminar.is-related .item-link {
    min-height: 217px;
    padding-bottom: 0;
  }
  .list-common-seminar.is-related .date-text,
  .list-common-seminar.is-related .date-number {
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .list-common-seminar.is-related .item-title {
    min-height: auto;
    padding-right: 3px;
    font-size: 0.14rem;
  }
  .list-common-seminar.is-related .item-date {
    margin-bottom: 1px;
  }
  .list-common-seminar.is-related .item-content {
    padding: 3px 13px 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-seminar.is-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.2rem;
    margin-bottom: 0.6rem;
    overflow: auto;
  }
  .list-common-seminar.is-related .item-link {
    padding-bottom: 0.03rem;
  }
  .list-common-seminar.is-related .item-date {
    margin-bottom: 0.01rem;
  }
  .list-common-seminar.is-related .date-text,
  .list-common-seminar.is-related .date-number {
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .list-common-seminar.is-related .item-title {
    font-size: 0.14rem;
  }
  .list-common-seminar.is-related .item-content {
    padding: 0.03rem 0.14rem;
  }
  .list-common-seminar.is-related .seminar-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.3rem;
    margin-right: 0.2rem;
  }
}

.category-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.category-common-primary.is-accept {
  background-color: #1fe90d;
}
@media print, (min-width: 768px) {
  .category-common-primary {
    min-width: 64px;
    min-height: 26px;
    padding: 0 8px 2px;
  }
  .is-mac .category-common-primary {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-primary {
    min-width: 0.64rem;
    min-height: 0.26rem;
    font-size: 0.16rem;
  }
}

.category-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.1rem;
  border-radius: 0.08rem;
  background: #18c4b9;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.category-common-secondary.is-reform {
  background-color: #1fe90d;
}
@media print, (min-width: 768px) {
  .category-common-secondary {
    min-width: 84px;
    min-height: 30px;
    padding: 5px 13px 4px;
    font-size: 0.14rem;
  }
  .category-common-secondary.is-reform {
    padding: 4px 14px;
  }
  .is-mac .category-common-secondary.is-reform {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-secondary {
    min-width: 0.76rem;
    min-height: 0.26rem;
    padding: 0.04rem 0.14rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .category-common-secondary.is-reform {
    min-width: 0.66rem;
    min-height: 0.23rem;
    padding-top: 0.01rem;
    padding-bottom: 0.01rem;
    margin-bottom: 0.02rem;
  }
}

.contact-common {
  display: block;
  position: relative;
  border: 0.05rem solid transparent;
  border-radius: 0.12rem;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  color: #000;
}
.contact-common::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -0.05rem;
  border-radius: inherit;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(45%, rgb(87, 87, 147)), color-stop(69%, rgb(0, 183, 163)), to(rgb(96, 190, 56)));
  background-image: linear-gradient(270deg, rgb(87, 87, 147) 45%, rgb(0, 183, 163) 69%, rgb(96, 190, 56) 100%);
}
.contact-common .title-english {
  display: inline-block;
}
.contact-common .title-japanese {
  color: #1c1c1c;
  font-weight: 900;
}
.contact-common .contact-text {
  color: #1c1c1c;
  font-weight: 900;
}
.contact-common .contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, (min-width: 768px) {
  .contact-common {
    width: 740px;
    min-height: 226px;
    margin: 0 auto;
    padding: 20px 10px 26px;
  }
  .contact-common .contact-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
    margin-left: 23px;
  }
  .contact-common .title-english {
    width: 139px;
    margin-top: -2px;
    margin-right: 2px;
  }
  .contact-common .title-japanese {
    position: relative;
    top: -2px;
    font-size: 0.21rem;
  }
  .contact-common .contact-text {
    margin-bottom: 12px;
    padding-left: 23px;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .contact-common .contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-common .button-common-primary {
    width: 230px;
    min-height: 58px;
    margin-right: 5px;
    font-size: 0.18rem;
  }
  .contact-common .button-common-primary:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common {
    padding: 0.16rem 0.15rem 0.22rem 0.24rem;
  }
  .contact-common .contact-title {
    margin-bottom: 0.04rem;
  }
  .contact-common .title-english {
    width: 1.31rem;
    margin-right: 0.03rem;
  }
  .contact-common .title-japanese {
    font-size: 0.19rem;
  }
  .contact-common .contact-text {
    margin-bottom: 0.16rem;
    font-size: 0.27rem;
    line-height: 1.4;
  }
  .contact-common .contact-button {
    margin: 0 -0.04rem;
  }
  .contact-common .contact-button:last-child {
    margin-bottom: 0;
  }
  .contact-common .button-common-primary {
    width: 2.99rem;
    min-height: 0.58rem;
    margin-bottom: 0.18rem;
    font-size: 0.18rem;
  }
}

.contact-common.is-icon .title-english {
  width: 2.04rem;
}
.contact-common.is-icon .title-japanese {
  font-size: 0.3rem;
}
.contact-common.is-icon .contact-text {
  padding-left: 0;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .contact-common.is-icon {
    width: 980px;
    margin: 0 auto 80px;
    padding: 19px 20px;
  }
  .contact-common.is-icon .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-common.is-icon .contact-title {
    margin-bottom: 2px;
    margin-left: 0;
  }
  .contact-common.is-icon .title-english {
    margin-right: 5px;
  }
  .contact-common.is-icon .contact-text {
    margin-bottom: 10px;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .contact-common.is-icon .contact-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 221px;
    margin-right: 34px;
  }
  .contact-common.is-icon .contact-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -8px;
  }
  .contact-common.is-icon .contact-button .button-common-primary.is-information {
    margin-right: 17px;
  }
  .contact-common.is-icon .contact-button .button-common-primary {
    width: 324px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common.is-icon {
    margin: 0 0.2rem;
    padding: 0.17rem 0.16rem 0.2rem;
  }
  .contact-common.is-icon .contact-title {
    display: block;
    margin: 0 0.2rem 0.14rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .contact-common.is-icon .title-english {
    margin-right: 5px;
  }
  .contact-common.is-icon .title-japanese {
    position: relative;
    top: -0.02rem;
    line-height: 1.3;
  }
  .contact-common.is-icon .contact-text {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .contact-common.is-icon .contact-image {
    width: 1.43rem;
    margin: 0 auto 0.08rem;
  }
  .contact-common.is-icon .contact-button .button-common-primary.is-information {
    margin-bottom: 0.2rem;
  }
  .contact-common.is-icon .button-common-primary {
    width: 3.12rem;
    min-height: 0.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-wrapper .contact-common {
    margin: 0 0 0.66rem;
  }
}

.button-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #04cb00;
  -webkit-box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 700;
}
.button-common-primary .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-common-primary.is-icon .button-wrapper::before {
  content: "";
  display: inline-block;
  position: relative;
}
.button-common-primary.is-information .button-wrapper::before {
  width: 0.29rem;
  height: 0.29rem;
  background: url("../img/common/icon_info.svg") no-repeat center center/cover;
}
.button-common-primary.is-demo .button-wrapper::before {
  width: 0.49rem;
  height: 0.22rem;
  background: url("../img/common/icon_demo.svg") no-repeat center center/cover;
}
.button-common-primary.is-phone .button-wrapper::before {
  width: 0.19rem;
  height: 0.3rem;
  background: url("../img/common/icon_phone.svg") no-repeat center center/cover;
}
.button-common-primary.is-desktop .button-wrapper::before {
  width: 0.33rem;
  height: 0.22rem;
  background: url("../img/common/icon_desktop.svg") no-repeat center center/cover;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 324px;
    min-height: 63px;
    padding: 5px 10px;
    border-radius: 36px;
    font-size: 0.22rem;
    line-height: 1.3;
  }
  .button-common-primary .button-wrapper::before {
    top: 0;
    left: -3px;
  }
  .button-common-primary.is-phone .button-wrapper {
    top: -1px;
    left: 2px;
  }
  .button-common-primary.is-phone .button-wrapper::before {
    left: -8px;
  }
  .button-common-primary.is-information .button-wrapper::before {
    top: -1px;
  }
  .is-mac .button-common-primary.is-information .button-wrapper {
    top: -1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    width: 3.12rem;
    min-height: 0.5rem;
    border-radius: 0.36rem;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .button-common-primary .button-wrapper::before {
    top: 0;
    left: -0.03rem;
  }
}

.button-inner {
  text-align: center;
}
@media print, (min-width: 768px) {
  .button-inner {
    padding: 0 100px;
  }
}

.button-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background-color: #1c1c1c;
  -webkit-box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
.button-common-secondary.is-small {
  font-size: 0.16rem;
}
@media print, (min-width: 768px) {
  .button-common-secondary {
    min-height: 51px;
    padding: 10px 90px;
    border-radius: 24px;
    font-size: 0.2rem;
  }
  .button-common-secondary.is-small {
    min-height: 42px;
    padding: 8px 46px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    min-height: 0.46rem;
    padding: 0.1rem 0.47rem;
    border-radius: 0.32rem;
    font-size: 0.16rem;
  }
  .button-common-secondary.is-small {
    min-height: 0.46rem;
    padding: 0.08rem 0.48rem;
    font-weight: 300;
  }
  .button-common-secondary.is-large {
    width: 100%;
    min-height: 0.59rem;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p {
  margin-bottom: 1em;
  color: #666;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  background: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote::before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content img:last-child {
  margin-bottom: 0;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1em;
  padding-left: 40px;
}
.post-content ul:last-child,
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
}
.post-content h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: bold;
}
.post-content h1:last-child,
.post-content h2:last-child,
.post-content h3:last-child,
.post-content h4:last-child,
.post-content h5:last-child,
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content table {
  border-width: 1px;
}
.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}
.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}
.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content small {
  display: inline-block;
}
.post-content small,
.post-content .has-small-font-size {
  color: #1c1c1c !important;
  font-size: 0.12rem !important;
}
@media print, (min-width: 768px) {
  .post-content {
    font-size: 0.16rem;
    line-height: 1.9;
  }
  .post-content h2 {
    font-size: 0.2rem;
  }
  .post-content h3 {
    margin-bottom: 0;
    font-size: 0.16rem;
  }
  .post-content h4 {
    font-size: 0.14rem;
  }
  .post-content h5 {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content {
    font-size: 0.14rem;
    line-height: 1.9;
  }
  .post-content h3 {
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
    line-height: 1.7;
  }
}

.post-content.is-news img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .post-content.is-news {
    margin-bottom: 63px;
  }
  .post-content.is-news p {
    margin-bottom: 14px;
  }
  .post-content.is-news h2 {
    margin-bottom: 2px;
    line-height: 1.6;
  }
  .post-content.is-news h3 {
    margin-bottom: 10px;
  }
  .post-content.is-news .has-small-font-size {
    margin-bottom: 20px;
  }
  .post-content.is-news .wp-block-image.size-medium {
    width: 353px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content.is-news {
    margin-bottom: 0.32rem;
  }
  .post-content.is-news p {
    margin-bottom: 0.2rem;
  }
  .post-content.is-news h2 {
    margin-bottom: 0.11rem;
    font-size: 0.18rem;
  }
  .post-content.is-news h3 {
    margin-bottom: 0.07rem;
    font-size: 0.14rem;
  }
  .post-content.is-news .has-small-font-size {
    margin-bottom: 0.2rem;
  }
}

.post-content.is-seminar h2 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.06rem 0.1rem;
  background-color: #fafaf5;
  color: #1c1c1c;
  font-weight: 700;
  text-align: center;
}
.post-content.is-seminar ul {
  padding-left: 0;
  list-style-type: none;
  font-weight: 700;
}
.post-content.is-seminar ul > li::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #1fe90d;
  vertical-align: bottom;
}
.post-content.is-seminar p.has-large-font-size strong {
  display: block;
  color: #1c1c1c;
}
.post-content.is-seminar .button-common-primary {
  color: #fff;
  text-decoration: none;
}
.post-content.is-seminar figure.size-large {
  border: 1px solid #d4d4d4;
}
.post-content.is-seminar figure img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, (min-width: 768px) {
  .post-content.is-seminar h2 {
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .post-content.is-seminar ul {
    margin-bottom: 44px;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .post-content.is-seminar ul > li::before {
    width: 16px;
    height: 16px;
    margin: 8px 3px;
  }
  .post-content.is-seminar p.has-large-font-size {
    margin-bottom: 24px;
  }
  .post-content.is-seminar p.has-large-font-size strong {
    display: block;
    color: #1c1c1c;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .post-content.is-seminar p.has-small-font-size {
    margin-top: -24px;
  }
  .post-content.is-seminar figure {
    margin-top: 29px;
  }
  .post-content.is-seminar figure.size-large {
    width: 500px;
  }
  .post-content.is-seminar figure.size-medium {
    width: 520px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content.is-seminar h2 {
    margin-bottom: 0.13rem;
  }
  .post-content.is-seminar ul {
    margin-bottom: 0.32rem;
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .post-content.is-seminar ul > li::before {
    width: 0.13rem;
    height: 0.13rem;
    margin: 0.08rem 0.01rem;
  }
  .post-content.is-seminar ul .item-wrapper {
    padding-left: 0.01rem;
  }
  .post-content.is-seminar p.has-large-font-size {
    margin-bottom: 0.15rem;
  }
  .post-content.is-seminar p.has-large-font-size strong {
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .post-content.is-seminar p.has-medium-font-size {
    margin-bottom: 0.17rem;
    font-size: 0.16rem !important;
  }
  .post-content.is-seminar figure {
    margin-top: 0.28rem;
  }
  .post-content.is-seminar figure.size-medium {
    width: 100%;
  }
}

.post-content.is-package ul {
  margin-bottom: 0;
  list-style-type: none;
  font-weight: 700;
}
.post-content.is-package ul > li {
  position: relative;
}
.post-content.is-package ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-size: 0.18rem;
}
.post-content.is-package ul > li:last-child {
  margin-bottom: 0;
}
.post-content.is-package h3 {
  background-color: #f4f4f4;
  font-weight: 700;
}
.post-content.is-package .has-small-font-size {
  display: block;
}
.post-content.is-package figure {
  text-align: center;
}
@media print, (min-width: 768px) {
  .post-content.is-package {
    margin-bottom: 53px;
  }
  .post-content.is-package h2 {
    margin-bottom: 16px;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .post-content.is-package h3 {
    margin-bottom: 6px;
    padding: 6px 15px;
    font-size: 0.16rem;
  }
  .is-mac .post-content.is-package h3 {
    padding-top: 11px;
  }
  .post-content.is-package p {
    margin-bottom: 53px;
    color: #666;
    line-height: 1.85;
  }
  .post-content.is-package ul {
    margin-bottom: 12px;
    padding-left: 5px;
    font-size: 0.16rem;
  }
  .post-content.is-package ul li {
    padding-left: 21px;
    line-height: 1.45;
  }
  .post-content.is-package .has-small-font-size {
    margin-top: -44px;
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .post-content.is-package figure {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content.is-package p {
    margin-bottom: 0.32rem;
    line-height: 1.9;
  }
  .post-content.is-package h2 {
    margin-bottom: 0.11rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .post-content.is-package h3 {
    margin-bottom: 0.08rem;
    padding: 0.09rem 0.15rem;
    font-size: 0.16rem;
  }
  .post-content.is-package ul {
    margin-bottom: 12px;
    padding-left: 0.02rem;
    font-size: 0.14rem;
  }
  .post-content.is-package ul > li {
    padding-left: 0.19rem;
    line-height: 1.7;
  }
  .post-content.is-package ul > li::before {
    top: -0.03rem;
  }
  .post-content.is-package .has-small-font-size {
    margin-top: -0.2rem;
    font-size: 0.12rem;
    line-height: 1.4;
  }
  .post-content.is-package figure {
    margin-bottom: 0.1rem;
  }
}

.title-seminar-primary {
  display: block;
  position: relative;
  margin: 0;
  color: #1c1c1c;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-seminar-primary {
    padding-right: 10px;
    font-size: 0.3rem;
    line-height: 150%;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-seminar-primary {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
}

.title-seminar-secondary {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.06rem 0.1rem;
  background-color: #fafaf5;
  color: #1c1c1c;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-seminar-secondary {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-seminar-secondary {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
}

.title-seminar-tertiary {
  font-weight: 700;
}
.title-seminar-tertiary::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #1fe90d;
  vertical-align: bottom;
}
@media print, (min-width: 768px) {
  .title-seminar-tertiary {
    margin-bottom: -2px !important;
  }
  .title-seminar-tertiary::before {
    top: -3px;
    width: 13px;
    height: 13px;
    margin: 4px 6px 4px 2px;
  }
  .title-seminar-tertiary .title-wrapper {
    padding-left: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-seminar-tertiary {
    margin-bottom: 0;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .title-seminar-tertiary::before {
    width: 0.13rem;
    height: 0.13rem;
    margin: 0.07rem 0.01rem;
  }
}

@media print, (min-width: 768px) {
  .section-seminar {
    padding: 53px 0 68px;
  }
  .section-seminar .title-common-primary {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-seminar {
    padding: 0.16rem 0 0.45rem;
    padding-bottom: 0.45rem;
  }
  .section-seminar .title-common-primary {
    margin-bottom: 0.16rem;
  }
}

.category-seminar-status .category-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-seminar-status .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.02rem 0.14rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.category-seminar-status .entry-label {
  display: block;
  position: relative;
  top: -0.01rem;
}

.banner-seminar-greeting {
  position: relative;
}
.banner-seminar-greeting .banner-main {
  position: relative;
}
.banner-seminar-greeting .banner-main img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-seminar-greeting .info-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.05rem;
}
.banner-seminar-greeting .heading-date {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #666;
  font-weight: 700;
}
.banner-seminar-greeting .category-seminar-status {
  padding: 0.05rem 0;
}
.banner-seminar-greeting .author-label,
.banner-seminar-greeting .author-name {
  display: block;
  position: relative;
  margin: 0;
}
.banner-seminar-greeting .author-label {
  color: #666;
  font-size: 0.12rem;
  line-height: 140%;
}
.banner-seminar-greeting .author-name {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .banner-seminar-greeting {
    padding-top: 42px;
  }
  .banner-seminar-greeting .banner-main {
    margin-bottom: 17px;
    padding-top: 52.4324324324%;
  }
  .banner-seminar-greeting .info-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .banner-seminar-greeting .heading-date {
    margin-right: 8px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .banner-seminar-greeting .title-seminar-primary {
    width: 100%;
    margin-top: -2px;
  }
  .banner-seminar-greeting .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-seminar-greeting .content-author {
    margin-bottom: 9px;
  }
  .banner-seminar-greeting .author-label {
    margin-bottom: -3px;
  }
  .banner-seminar-greeting .author-name {
    font-size: 0.18rem;
    line-height: 1.4375;
  }
  .banner-seminar-greeting .button-seminar-file {
    max-width: 376px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-seminar-greeting {
    padding-top: 0.29rem;
  }
  .banner-seminar-greeting .banner-main {
    margin-bottom: 0.13rem;
    padding-top: 52.2857142857%;
  }
  .banner-seminar-greeting .heading-date {
    margin-right: 0.03rem;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .banner-seminar-greeting .title-seminar-primary {
    width: 100%;
    margin-top: 0.05rem;
  }
  .banner-seminar-greeting .content-author {
    margin-bottom: 9px;
  }
  .banner-seminar-greeting .category-seminar-tag {
    margin-bottom: 6px;
  }
  .banner-seminar-greeting .author-label {
    margin-bottom: -0.02rem;
  }
  .banner-seminar-greeting .author-name {
    font-size: 0.16rem;
    line-height: 1.4285714286;
  }
  .banner-seminar-greeting .button-seminar-file {
    margin-bottom: 0.37rem;
  }
}

.banner-seminar-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-seminar-person .thumbnail-ratio {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-top: 116.6666666667%;
}
.banner-seminar-person .thumbnail-ratio img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-seminar-person .banner-info {
  font-weight: 700;
}
.banner-seminar-person .banner-info .info-name {
  margin-bottom: 0;
  color: #1c1c1c;
}
.banner-seminar-person .banner-info .info-role {
  color: #1c1c1c;
}
@media print, (min-width: 768px) {
  .banner-seminar-person .banner-thumbnail {
    width: 120px;
    margin-right: 19px;
  }
  .banner-seminar-person .banner-info .info-role {
    margin-bottom: 0;
    font-size: 0.16rem;
  }
  .banner-seminar-person .info-name {
    font-size: 0.3rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-seminar-person .banner-thumbnail {
    width: 1.2rem;
    margin-right: 0.15rem;
  }
  .banner-seminar-person .banner-info .info-role {
    margin-bottom: 0.05rem;
    line-height: 1.65;
  }
  .banner-seminar-person .banner-info .info-name {
    font-size: 0.2rem;
    line-height: 1.6;
  }
}

.banner-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 768px) {
  .banner-controller {
    margin-top: 13px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-controller {
    margin-top: 0.23rem;
    margin-bottom: 0.37rem;
  }
}

.category-seminar-tag .category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.05rem;
  padding: 0;
  list-style: none;
}
.category-seminar-tag .category-entry {
  padding: 0.05rem;
}
.category-seminar-tag .entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.02rem 0.14rem;
  border-radius: 0.06rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.category-seminar-tag .entry-label {
  display: block;
  position: relative;
  top: -0.01rem;
}

.button-seminar-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 0.58rem;
  margin: 0 auto;
  padding: 0.14rem 0.15rem;
  border-radius: 0.06rem;
  background: linear-gradient(92.24deg, #60be38 -3.29%, #00b7a3 28.23%, #575793 55.58%);
  -webkit-box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.02rem 0.04rem 0.04rem rgba(0, 0, 0, 0.4);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}
.button-seminar-file::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.18rem;
  height: 0.2rem;
  background: center center/auto 100% no-repeat;
}
.button-seminar-file .button-wrapper {
  display: block;
  position: relative;
  top: -0.01rem;
}
@media print, (min-width: 768px) {
  .button-seminar-file {
    max-width: 376px;
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  .button-seminar-file::before {
    margin: 0 7px;
    background-image: url("../img/common/icon_file_01.svg");
  }
}
@media only screen and (max-width: 767.98px) {
  .button-seminar-file {
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .button-seminar-file::before {
    margin: 0 0.04rem 0 0.14rem;
    background-image: url("../img/common/sp/icon_file_01.svg");
  }
}

@media print, (min-width: 768px) {
  .block-seminar-point {
    margin-bottom: 102px;
  }
  .block-seminar-point .wrapper-common-article {
    margin-bottom: -44px;
  }
  .block-seminar-point .contact-common {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-seminar-point {
    margin-bottom: 0.6rem;
  }
  .block-seminar-point .contact-common {
    margin-bottom: 0.6rem;
  }
}

@media print, (min-width: 768px) {
  .block-seminar-information {
    margin-bottom: 8px;
  }
  .block-seminar-information .banner-seminar-person {
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-seminar-information {
    margin-bottom: 0.1rem;
  }
  .block-seminar-information .banner-seminar-person {
    margin-top: 0.12rem;
    margin-bottom: 0.1rem;
  }
}

.form-seminar-application .form-wrapper {
  background-color: #e8e8e8;
}
@media print, (min-width: 768px) {
  .form-seminar-application {
    margin-bottom: 55px;
  }
  .form-seminar-application .form-wrapper {
    padding: 30px 40px;
  }
  .form-seminar-application .title-seminar-secondary {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-seminar-application {
    margin-bottom: 0.45rem;
  }
  .form-seminar-application .title-seminar-secondary {
    margin-bottom: 0.18rem;
  }
  .form-seminar-application .form-wrapper {
    padding: 0.2rem;
  }
}

.navigation-seminar-primary .article-title {
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .navigation-seminar-primary .article-title {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-seminar-primary .article-title {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}