@charset "UTF-8";
/* reset ------------------------------------- */
body, input, textarea, button, select, label {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "san francisco", "Segoe UI", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  margin: 0;
  min-width: 320px;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

header, footer, main, article, aside, section, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 0;
  max-height: 100%;
  padding: 0;
}

p, th, td, li, dt, dd {
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 0;
  max-height: 100%;
  padding: 0;
}

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

dl, form {
  margin: 0;
  padding: 0;
}

fieldset, iframe {
  border-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

input[type=text], textarea, button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  font-feature-settings: "palt";
}
input[type=text]:focus, textarea:focus, button:focus {
  outline: none;
}

input[type=button],
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
button:focus {
  outline: none;
}

input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder {
  color: #ccc;
}

select {
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
}
select:focus {
  outline: none;
}

label {
  cursor: pointer;
  font-size: 1rem;
}

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

th {
  text-align: left;
}

caption {
  text-align: left;
  width: 100%;
}

address {
  font-style: normal;
  font-weight: normal;
}

i {
  font-style: oblique;
}

b, em {
  font-style: normal;
  font-weight: 700;
}

strong {
  color: #d14400;
  font-weight: 700;
}

small {
  font-size: 1rem;
}

figure img {
  display: block;
  margin: 0 auto;
}

img {
  border-style: none;
  height: auto;
  -ms-interpolation-mode: bicubic;
  margin: 0 auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:link {
  color: #0b308e;
}
a:visited {
  color: #0b308e;
}
a:active, a:hover {
  color: #0b308e;
  text-decoration: underline;
}
a:focus {
  color: #0b308e;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
}

header.header {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-logo {
  position: absolute;
  transition: all 0.3s;
  width: 50%;
  z-index: 10;
}
.header-logo h1 {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.header-logo h1::before, .header-logo h1::after {
  content: none;
}

@media (max-width: 959px) {
  .header-width {
    width: 100%;
  }
  .header-logo {
    left: 16px;
    max-width: 240px;
    top: 14px;
    width: calc(100% - 208px);
  }
  .header-logo::before {
    background: url(../img/logo/jp-new-line.svg) left center no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-logo h1 img,
  .header-logo a img {
    opacity: 0;
  }
  .header-nav-main > li > ul {
    display: none;
  }
  .header-sp-menu button {
    background-color: #0b308e;
    display: block;
    height: 64px;
    outline: none;
    padding: 0;
    position: relative;
    width: 64px;
  }
  .header-sp-menu button::before, .header-sp-menu button::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 16px;
    position: absolute;
    transition: all 0.3s;
    width: 32px;
  }
  .header-sp-menu button::before {
    top: 22px;
  }
  .header-sp-menu button::after {
    top: 30px;
  }
  .header-sp-menu button span {
    color: #fff;
    display: block;
    font-family: "Segoe UI", sans-serif;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
  }
  .header:not(.sp-menu-open) .header-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  .header:not(.sp-menu-open) .header-nav-main {
    display: none;
  }
  .header:not(.sp-menu-open) .header-nav-sp {
    display: none;
  }
  .header:not(.sp-menu-open) .header-nav-sub {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-search button {
    background-color: rgba(255, 255, 255, 0);
    display: block;
    height: 64px;
    outline: none;
    padding: 0;
    position: relative;
    width: 64px;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-search button span {
    color: #0b308e;
    display: block;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-search button img {
    height: 24px;
    left: 20px;
    position: absolute;
    top: 12px;
    width: 24px;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-access a {
    display: block;
    height: 64px;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 64px;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-access a img {
    height: 24px;
    left: 20px;
    position: absolute;
    top: 12px;
    width: 24px;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-access a span:nth-of-type(1) {
    display: none;
  }
  .header:not(.sp-menu-open) .header-nav-sub li.nav-access a span:last-child {
    color: #0b308e;
    display: block;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
  }
  .header:not(.sp-menu-open) .header-nav-sub li:not(.nav-search):not(.nav-access) {
    display: none;
  }
  .header.sp-menu-open .header-logo::before {
    opacity: 0;
  }
  .header.sp-menu-open .header-logo::after {
    background: url(../img/logo/jp-new-line-white.svg) left center no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header.sp-menu-open .header-logo h1 img,
  .header.sp-menu-open .header-logo a img {
    opacity: 0;
  }
  .header.sp-menu-open .header-nav {
    background-color: #0b308e;
    height: 100vh;
    padding: 84px 24px 0;
    transition: all 0.3s;
    width: 100%;
  }
  .header.sp-menu-open .header-nav-main, .header.sp-menu-open .header-nav-sp, .header.sp-menu-open .header-nav-sub {
    margin: 0;
  }
  .header.sp-menu-open .header-nav-main li, .header.sp-menu-open .header-nav-sp li, .header.sp-menu-open .header-nav-sub li {
    border-bottom: 1px solid #3b5db2;
  }
  .header.sp-menu-open .header-nav-main li a, .header.sp-menu-open .header-nav-sp li a, .header.sp-menu-open .header-nav-sub li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
    text-decoration: none;
  }
  .header.sp-menu-open .header-nav-sp, .header.sp-menu-open .header-nav-sub {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .header.sp-menu-open .header-nav-sp li, .header.sp-menu-open .header-nav-sub li {
    width: calc(50% - 12px);
  }
  .header.sp-menu-open .header-nav-sub li:nth-child(-n+3) {
    display: none;
  }
  .header.sp-menu-open .header-sp-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.sp-menu-open .header-sp-menu button::before, .header.sp-menu-open .header-sp-menu button::after {
    top: 23px;
  }
  .header.sp-menu-open .header-sp-menu button::before {
    transform: rotate(45deg);
  }
  .header.sp-menu-open .header-sp-menu button::after {
    transform: rotate(-45deg);
  }
}
@media (min-width: 960px) {
  .header-width {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
  }
  .header-logo {
    left: 24px;
    top: 28px;
  }
  .header-nav nav {
    display: flex;
    flex-flow: column-reverse wrap;
  }
  .header-nav-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 0;
  }
  .header-nav-main > li > a {
    color: #333;
    display: block;
    font-weight: 700;
    line-height: 54px;
    padding: 0 24px;
    position: relative;
    text-decoration: none;
  }
  .header-nav-main > li > ul {
    display: none;
  }
  .header-nav-main > li:hover > a {
    color: #ef8200;
  }
  .header-nav-main > li:hover > a::before {
    background-color: #ef8200;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .header-nav-main > li:hover > ul {
    background-color: rgba(11, 48, 142, 0.9);
    display: flex;
    flex-flow: row wrap;
    gap: 0 24px;
    left: 0;
    max-height: 300px;
    padding: 24px calc(50% - 212px);
    position: absolute;
    width: 100vw;
  }
  .header-nav-main > li:hover > ul > li {
    width: 200px;
  }
  .header-nav-main > li:hover > ul > li > a {
    border-bottom: 1px solid #3b5db2;
  }
  .header-nav-main > li:hover > ul > li > a {
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 16px 0;
    text-decoration: none;
  }
  .header-nav-main > li:hover > ul > li > a:hover {
    color: #ef8200;
  }
  .header-nav-sp {
    display: none;
  }
  .header-nav-sub {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 17px 5px 0 0;
  }
  .header-nav-sub > li.nav-search button {
    background-color: rgba(255, 255, 255, 0);
    display: block;
    outline: none;
    padding: 4px 19px 0;
  }
  .header-nav-sub > li.nav-search button img {
    width: 18px;
  }
  .header-nav-sub > li.nav-search button span {
    display: none;
  }
  .header-nav-sub > li.nav-access img {
    display: none;
  }
  .header-nav-sub > li > a {
    color: #333;
    font-size: 0.88rem;
    line-height: 33px;
    padding: 0 19px;
    text-decoration: none;
  }
  .header-sp-menu {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1029px) {
  .header-logo {
    max-width: 30%;
  }
}
@media (min-width: 1030px) {
  .header-logo {
    max-width: 320px;
  }
}
@media (min-width: 1280px) {
  header.header {
    background-color: rgba(255, 255, 255, 0);
  }
  .header-width {
    max-width: 1920px;
  }
  .header-logo {
    max-width: 200px;
    top: 40px;
  }
  .header-nav-main {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: flex-start;
    left: 0;
    padding: 124px 24px 0;
    position: absolute;
    top: 0;
    width: 248px;
  }
  .header-nav-main::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-nav-main > li > a {
    line-height: 1.8;
    padding: 20px 0;
  }
  .header-nav-main > li > a::before {
    background-color: #ccc;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .header-nav-main > li:hover > a::before {
    background-color: #ef8200;
    height: 1px;
  }
  .header-nav-main > li:hover::before {
    background-color: rgba(11, 48, 142, 0.9);
    content: "";
    display: block;
    height: 100vh;
    left: 100%;
    position: absolute;
    top: 0;
    width: 248px;
  }
  .header-nav-main > li:hover::after {
    background-color: rgba(255, 255, 255, 0);
    content: "";
    display: block;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .header-nav-main > li:hover > ul {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    display: block;
    left: 100%;
    max-height: none;
    padding: 0 24px;
    width: 248px;
  }
  .header-nav-main > li:hover > ul > li {
    position: relative;
    width: auto;
  }
  .header-nav-main > li:hover > ul > li > a {
    padding: 20px 0 19px;
    white-space: nowrap;
  }
  .header-nav-sub {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7.5px 5px 7.5px 0;
  }
}
#search-box {
  display: none;
}

.search-box-open #search-box {
  background-color: rgba(11, 48, 142, 0.9);
  display: block;
  left: 0;
  padding: 100px 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.search-box-open #search-box-close {
  cursor: pointer;
  height: 64px;
  position: absolute;
  right: 17px;
  top: 0;
  width: 64px;
}
.search-box-open #search-box-close::before, .search-box-open #search-box-close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 16px;
  position: absolute;
  top: 30px;
  width: 32px;
}
.search-box-open #search-box-close::before {
  transform: rotate(45deg);
}
.search-box-open #search-box-close::after {
  transform: rotate(-45deg);
}
.search-box-open #cse-search-box {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.search-box-open #cse-search-box input[type=text] {
  max-width: 400px;
  padding: 16px 48px 16px 16px;
  width: 70%;
}
.search-box-open #cse-search-box input[type=submit] {
  background: url(../img/icon/search-gray.svg) center center no-repeat;
  background-size: 24px;
  border: none;
  height: 40px;
  margin: 0 0 0 -44px;
  overflow: hidden;
  outline: none;
  padding: 0;
  text-indent: 200%;
  width: 40px;
}

.to_page_top {
  left: 50%;
  margin: 36px 0 0;
  max-width: 1920px;
  padding: 0 24px 0 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
.to_page_top a {
  background-color: #e9e9e9;
  display: block;
  height: 40px;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
  text-indent: 50px;
  text-decoration: none;
  width: 40px;
  white-space: nowrap;
}
.to_page_top a:after {
  background: url(../img/icon/mgc-up.svg) center center no-repeat;
  content: "";
  display: block;
  height: 8px;
  left: 12px;
  position: absolute;
  top: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .to_page_top {
    padding: 0 40px 0 0;
  }
}

.footer {
  background-color: #e9e9e9;
  margin: 100px 0 0;
}
.footer-width {
  width: 100%;
}
.footer-nav-main, .footer-nav-sub, .footer-nav-sns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
}
.footer-nav-main > li > a, .footer-nav-sub > li > a, .footer-nav-sns > li > a {
  color: #333;
  font-size: 0.88rem;
  text-decoration: none;
}
.footer-nav-main {
  gap: 26px;
  padding: 40px 0 0;
}
.footer-nav-main > li > a {
  font-weight: 700;
}
.footer-nav-sub {
  gap: 20px;
  padding: 28px 0 0;
}
.footer-nav-sns {
  align-items: center;
  border: 1px solid #ccc;
  border-width: 1px 0;
  gap: 20px;
  margin: 24px 0 0;
  padding: 24px 0;
}
.footer-nav-sns > li > a {
  display: block;
  width: 32px;
}
.footer-layout > img {
  display: block;
  margin: 20px auto 0;
  width: 180px;
}
.footer-layout > p {
  font-size: 0.75rem;
  margin: 10px auto 0;
  text-align: center;
}
.footer-layout > p > small {
  font-size: 0.75rem;
}
.footer-layout > p + p {
  margin: 24px auto 0;
  padding: 0 0 28px;
}

@media (min-width: 768px) {
  .footer-width {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 30px;
  }
  .footer-nav-main, .footer-nav-sub, .footer-nav-sns {
    justify-content: flex-start;
  }
  .footer-nav-main {
    gap: 34px;
  }
  .footer-nav-sub {
    gap: 28px;
  }
  .footer-nav-sns {
    border-width: 1px 0 0;
    margin: 28px 0 0;
    padding: 28px 0 0;
  }
  .footer-layout:nth-child(1) {
    width: 60%;
  }
  .footer-layout:nth-child(2) {
    width: 40%;
  }
  .footer-layout > img {
    margin: 0 0 0 auto;
    padding: 40px 0 0;
    width: 180px;
  }
  .footer-layout > p {
    text-align: right;
  }
  .footer-layout > p + p {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .footer-width {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px 30px 288px;
  }
  .footer-layout:nth-child(1) {
    width: 65%;
  }
  .footer-layout:nth-child(2) {
    width: 35%;
  }
}
.breadcrumb ol {
  display: flex;
  flex-flow: row wrap;
  gap: 28px;
  margin: 0;
}
.breadcrumb ol li {
  line-height: 1;
}
.breadcrumb ol li + li {
  position: relative;
}
.breadcrumb ol li + li::before, .breadcrumb ol li + li::after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: -17px;
  position: absolute;
  top: 0.5em;
  transform-origin: 100%;
  width: 7px;
}
.breadcrumb ol li + li::before {
  transform: rotate(30deg);
}
.breadcrumb ol li + li::after {
  transform: rotate(-30deg);
}
.breadcrumb ol li:last-child a {
  color: #333;
  text-decoration: none;
}
.breadcrumb ol li a {
  font-size: 0.88rem;
  line-height: 1;
}
@media (max-width: 1279px) {
  .breadcrumb {
    margin: 0 0 48px;
  }
}
@media (min-width: 1280px) {
  .breadcrumb {
    margin: 0 0 24px;
    order: 1;
  }
}

.localnavi ul {
  margin: 0;
}
.localnavi ul li {
  cursor: pointer;
}
.localnavi ul li a {
  color: #333;
  display: block;
  line-height: 1;
  text-decoration: none;
}
.localnavi ul li a.wm-current, .localnavi ul li a.wm-open {
  font-weight: 700;
}
.localnavi > ul > li {
  border-bottom: 1px solid #ccc;
}
.localnavi > ul > li > a {
  font-weight: 700;
  padding: 20px 0;
}
.localnavi > ul > li > a:hover {
  color: #0b308e;
}
.localnavi > ul > li > ul > li {
  border-top: 1px solid #ccc;
}
.localnavi > ul > li > ul > li > a {
  padding: 20px 0 20px 8px;
}
.localnavi > ul > li > ul > li > a:hover {
  color: #0b308e;
}
.localnavi > ul > li > ul > li > ul {
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  border-left: 3px solid #ccc;
  padding: 20px 0;
}
.localnavi > ul > li > ul > li > ul > li > a {
  padding: 12px 0 12px 16px;
}
.localnavi > ul > li > ul > li > ul > li a {
  font-size: 0.88rem;
}
.localnavi > ul > li > ul > li > ul > li a:hover {
  color: #0b308e;
  text-decoration: underline;
}
.localnavi > ul > li > ul > li > ul > li > ul > li > a {
  padding: 12px 0 12px 24px;
}
.localnavi > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding: 12px 0 12px 32px;
}
@media (min-width: 1280px) {
  .localnavi:not(.custom_view) {
    background-color: #f3f3f3;
    margin: 0 0 48px;
    order: 2;
  }
  .localnavi:not(.custom_view) > ul > li {
    border-bottom: none;
  }
  .localnavi:not(.custom_view) > ul > li > a {
    display: none;
  }
  .localnavi:not(.custom_view) > ul > li > ul {
    display: flex;
    flex-flow: row wrap;
    padding: 24px 0 0;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li {
    border-top: none;
    padding: 0 24px 24px;
    position: relative;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li + li::before {
    background-color: #ccc;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 1px;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li > a {
    color: #0b308e;
    padding: 0 0 0 16px;
    position: relative;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li > a::before {
    border: 1px solid #0b308e;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 4px;
    left: -2px;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    width: 4px;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li > a:not(.wm-current):hover {
    text-decoration: underline;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li > a.wm-current {
    color: #ef8200;
    font-weight: 700;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li > a.wm-current::before {
    border-color: #ef8200;
  }
  .localnavi:not(.custom_view) > ul > li > ul > li > ul,
  .localnavi:not(.custom_view) > ul > li > ul > li > ul > li > ul,
  .localnavi:not(.custom_view) > ul > li > ul > li > ul > li > ul > li > ul {
    display: none;
  }
  .localnavi.custom_view {
    background-color: #f3f3f3;
    margin: 0 0 48px;
    order: 2;
  }
  .localnavi.custom_view > ul > li {
    border-bottom: none;
  }
  .localnavi.custom_view > ul > li > a {
    display: none;
  }
  .localnavi.custom_view > ul > li ul.view_menu {
    border: none;
    display: flex;
    flex-flow: row wrap;
    padding: 24px 0 0;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li {
    border-top: none;
    padding: 0 24px 24px;
    position: relative;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li:not(:last-child)::after {
    background-color: #ccc;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 1px;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li > a {
    color: #0b308e;
    padding: 0 0 0 16px;
    position: relative;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li > a::before {
    border: 1px solid #0b308e;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 4px;
    left: -2px;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    width: 4px;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li > a:not(.wm-current):hover {
    text-decoration: underline;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li > a.wm-current {
    color: #ef8200;
    font-weight: 700;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li > a.wm-current::before {
    border-color: #ef8200;
  }
  .localnavi.custom_view > ul > li ul.view_menu > li > ul {
    display: none;
  }
  .localnavi.custom_view > ul > li > ul:not(.view_menu) > li,
  .localnavi.custom_view > ul > li > ul > li > ul:not(.view_menu) > li,
  .localnavi.custom_view > ul > li > ul > li > ul > li > ul:not(.view_menu) > li {
    border: none;
  }
  .localnavi.custom_view > ul > li > ul:not(.view_menu) > li > a,
  .localnavi.custom_view > ul > li > ul > li > ul:not(.view_menu) > li > a,
  .localnavi.custom_view > ul > li > ul > li > ul > li > ul:not(.view_menu) > li > a {
    display: none;
  }
}

.switch_box dt,
.switch_box .js_toggle_button {
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  padding: 13px 48px 13px 16px;
  position: relative;
  transition: all 0.3s;
}
.switch_box dt::after,
.switch_box .js_toggle_button::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 7px, #0b308e 7px, #0b308e 9px, rgba(255, 255, 255, 0) 9px), linear-gradient(90deg, rgba(255, 255, 255, 0) 7px, #0b308e 7px, #0b308e 9px, rgba(255, 255, 255, 0) 9px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  bottom: 0;
  content: "";
  height: 2px;
  margin: auto 0;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.3s;
  width: 16px;
}
.switch_box dt + *,
.switch_box .js_toggle_button + * {
  height: auto;
  transition: visibility 0.3s, margin-top 0.3s;
  margin: 0 0 32px;
  opacity: 1;
  padding: 20px 24px;
  transition: all 0.3s;
}
.switch_box dt.js_close,
.switch_box .js_toggle_button.js_close {
  background-color: #fff;
  border: 2px solid #ccc;
  color: #0b308e;
}
.switch_box dt.js_close::after,
.switch_box .js_toggle_button.js_close::after {
  height: 16px;
}
.switch_box dt.js_close:hover,
.switch_box .js_toggle_button.js_close:hover {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  color: #333;
}
.switch_box dt.js_close + *,
.switch_box .js_toggle_button.js_close + * {
  animation: act_open 0.3s 1 alternate forwards;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
}
.switch_box:not(.switch_faq) h2.js_toggle_button,
.switch_box:not(.switch_faq) h3.js_toggle_button,
.switch_box:not(.switch_faq) h4.js_toggle_button,
.switch_box:not(.switch_faq) h5.js_toggle_button,
.switch_box:not(.switch_faq) h6.js_toggle_button {
  margin: 0;
}
.switch_box:not(.switch_faq) h2.js_toggle_button::before,
.switch_box:not(.switch_faq) h3.js_toggle_button::before,
.switch_box:not(.switch_faq) h4.js_toggle_button::before,
.switch_box:not(.switch_faq) h5.js_toggle_button::before,
.switch_box:not(.switch_faq) h6.js_toggle_button::before {
  display: none;
}
.switch_box.switch_faq dt,
.switch_box.switch_faq .js_toggle_button {
  padding-left: 48px;
}
.switch_box.switch_faq dt::before,
.switch_box.switch_faq .js_toggle_button::before {
  color: #0b308e;
  content: "Q";
  display: block;
  font-family: "Arial";
  font-size: clamp(1rem, 4.58vw, 1.38rem);
  left: 16px;
  line-height: 1;
  position: absolute;
  top: 17px;
}
.switch_box.switch_faq dd,
.switch_box.switch_faq .js_wrapper {
  padding-left: 50px;
  position: relative;
}
.switch_box.switch_faq dd::before,
.switch_box.switch_faq .js_wrapper::before {
  color: #ef8200;
  display: block;
  content: "A";
  font-family: "Arial";
  font-size: 1.38rem;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  position: absolute;
  top: 20px;
  transition: all 0.3s;
}
.switch_box.switch_faq h2.js_toggle_button,
.switch_box.switch_faq h3.js_toggle_button,
.switch_box.switch_faq h4.js_toggle_button,
.switch_box.switch_faq h5.js_toggle_button,
.switch_box.switch_faq h6.js_toggle_button {
  margin: 0;
}
.switch_box.switch_faq h2.js_toggle_button::before,
.switch_box.switch_faq h3.js_toggle_button::before,
.switch_box.switch_faq h4.js_toggle_button::before,
.switch_box.switch_faq h5.js_toggle_button::before,
.switch_box.switch_faq h6.js_toggle_button::before {
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  width: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .switch_box .js_toggle_button::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 7px, #fff 7px, #fff 9px, rgba(255, 255, 255, 0) 9px), linear-gradient(90deg, rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 9px, rgba(255, 255, 255, 0) 9px);
  }
  *::-ms-backdrop, .switch_box .js_toggle_button.js_close::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 7px, #333 7px, #333 9px, rgba(255, 255, 255, 0) 9px), linear-gradient(90deg, rgba(255, 255, 255, 0) 7px, #333 7px, #333 9px, rgba(255, 255, 255, 0) 9px);
  }
}
.wm-column2.lead {
  gap: 24px;
  justify-content: center;
  margin: 0 0 48px;
}
.wm-column2.lead a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (max-width: 479px) {
  .wm-column2.lead {
    display: flex;
    flex-flow: row wrap;
  }
  .wm-column2.lead .wm-column-item {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .wm-column2.lead {
    margin: 0 0 96px;
  }
  .wm-column2.lead .wm-column-item {
    width: 432px;
  }
}
@media (min-width: 1280px) {
  .wm-column2.lead .wm-column-item {
    max-width: 800px;
    width: calc(50% - 12px);
  }
}
.wm-column2.lead .wm-column-item.orange .category-lead {
  background-color: #ef8200;
}
.wm-column2.lead .wm-column-item.blue .category-lead {
  background-color: #0b308e;
}

.category-lead {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.category-lead-sentence {
  display: flex;
  flex-flow: row-reverse wrap;
  height: 100%;
  width: 100%;
}
.category-lead-sentence div {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.category-lead-sentence div:nth-of-type(1) {
  padding: 14px;
  width: 54%;
}
.category-lead-sentence div:nth-of-type(2) {
  padding: 30px 0 30px 18px;
  width: 46%;
}
.category-lead-sentence div h2 {
  color: #fff;
  font-size: 1.38rem;
  line-height: 1.4;
  margin: 18px 0 48px;
  margin-top: 18px;
  padding: 0;
  text-align: right;
}
.category-lead-sentence div h2::before {
  content: none;
}
.category-lead-sentence div h2.mt-large {
  margin-top: 66px;
}
.category-lead-sentence div h3 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 16px;
  padding: 0 0 0 54px;
  width: 100%;
}
.category-lead-sentence div h3::before {
  background-color: rgba(255, 255, 255, 0);
  top: 0;
}
.category-lead-sentence div h3.user::before {
  background: url(../img/icon/user.svg) center center no-repeat;
  height: 46px;
  width: 40px;
}
.category-lead-sentence div h3.users::before {
  background: url(../img/icon/users.svg) center center no-repeat;
  height: 46px;
  width: 46px;
}
.category-lead-sentence div p {
  color: #fff;
  font-size: 0.75rem;
  margin: 0;
  position: relative;
}
.category-lead-sentence div p.caution {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.category-lead-sentence div p.caution::before {
  content: "※";
}
.category-lead-sentence div p strong {
  color: #fff;
  font-size: 2.88rem;
  line-height: 1;
}
.category-lead-sentence div p strong span {
  font-size: 2.06rem;
}
.category-lead-sentence div p + h3 {
  margin: 24px 0 16px;
}
.category-lead figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 46%;
}
.category-lead figure img {
  height: 100%;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}
@media (min-width: 1508px) {
  .category-lead-sentence div h2 {
    font-size: 2rem;
    margin-top: 26px;
  }
  .category-lead-sentence div h2.mt-large {
    margin-top: 84px;
  }
  .category-lead-sentence div h3 {
    font-size: 1.25rem;
    margin: 0 0 24px;
    padding: 0 0 0 77px;
  }
  .category-lead-sentence div h3.user::before {
    height: 63px;
    width: 54px;
  }
  .category-lead-sentence div h3.users::before {
    height: 63px;
    width: 63px;
  }
  .category-lead-sentence div p {
    font-size: 0.88rem;
  }
  .category-lead-sentence div p strong {
    font-size: 4rem;
  }
  .category-lead-sentence div p strong span {
    font-size: 2.88rem;
  }
  .category-lead-sentence div p + h3 {
    margin: 36px 0 24px;
  }
}
@media (min-width: 1772px) {
  .category-lead-sentence div h2 {
    font-size: 3.56rem;
    margin-top: 42px;
  }
  .category-lead-sentence div h2.mt-large {
    margin-top: 121px;
  }
  .category-lead-sentence div h3 {
    font-size: 1.63rem;
    margin: 0 0 32px;
    padding: 0 0 0 106px;
  }
  .category-lead-sentence div h3.user::before {
    height: 84px;
    width: 72px;
  }
  .category-lead-sentence div h3.users::before {
    height: 84px;
    width: 84px;
  }
  .category-lead-sentence div p {
    font-size: 1.13rem;
  }
  .category-lead-sentence div p strong {
    font-size: 5.31rem;
  }
  .category-lead-sentence div p strong span {
    font-size: 3.81rem;
  }
  .category-lead-sentence div p + h3 {
    margin: 48px 0 32px;
  }
}

.conversion-link > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 72px;
}
.conversion-link > ul > li {
  width: 400px;
}
.conversion-link > ul .wm-button-fill a {
  border: none;
  flex-flow: column wrap;
  font-size: 1.25rem;
  height: 120px;
  line-height: 1;
  margin: 0;
  max-width: none;
}
.conversion-link > ul .wm-button-fill a::before {
  content: "";
  display: block;
  margin: 0 0 14px;
}
.conversion-link > ul .wm-button-fill a:hover {
  opacity: 0.6;
}
.conversion-link > ul .wm-button-fill.orange a {
  background-color: #ef8200;
}
.conversion-link > ul .wm-button-fill.blue a {
  background-color: #0b308e;
}
.conversion-link > ul .wm-button-fill.document a::before {
  background: url(../img/icon/document.svg) center center no-repeat;
  height: 36px;
  width: 28px;
}
.conversion-link > ul .wm-button-fill.contact a::before {
  background: url(../img/icon/fukidashi.svg) center center no-repeat;
  height: 36px;
  width: 36px;
}
@media (min-width: 768px) {
  .conversion-link > ul {
    margin: 0 auto 104px;
  }
}
@media (min-width: 960px) {
  .conversion-link > ul {
    gap: 48px;
  }
  .conversion-link > ul > li {
    max-width: 520px;
    min-width: 400px;
    width: calc(50% - 24px);
  }
  .conversion-link > ul .wm-button-fill a {
    font-size: 1.38rem;
    height: 160px;
  }
  .conversion-link > ul .wm-button-fill a::before {
    margin: 0 0 20px;
  }
}
@media (min-width: 1508px) {
  .conversion-link > ul > li {
    max-width: 652px;
  }
  .conversion-link > ul .wm-button-fill a {
    font-size: 1.38rem;
    height: 160px;
  }
  .conversion-link > ul .wm-button-fill a::before {
    margin: 0 0 20px;
  }
}
@media (min-width: 1772px) {
  .conversion-link > ul .wm-button-fill a {
    font-size: 1.38rem;
    height: 160px;
  }
  .conversion-link > ul .wm-button-fill a::before {
    margin: 0 0 20px;
  }
}

#notice {
  margin: 0 auto 70px;
}
#notice > h2 {
  align-items: center;
  background-color: #0b308e;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  font-size: 1rem;
  height: 57px;
  line-height: 1;
  margin: 0;
  padding: 0 0 0 16px;
}
#notice > h2::before {
  background-color: rgba(255, 255, 255, 0);
  background: url(../img/icon/info.svg) center center no-repeat;
  height: 24px;
  margin: 0 7px 0 0;
  position: static;
  width: 24px;
}
#notice > .info-list {
  background-color: #f2f6ff;
  padding: 21px 24px;
}
#notice > .info-list > div > dt {
  font-size: 0.88rem;
  margin: 0 0 10px;
}
#notice > .info-list > div > dd {
  font-weight: 700;
}
#notice > .info-list > div > dd > a {
  color: #333;
}
#notice > .info-list > div:not(:last-child) > dd {
  margin: 0 0 21px;
}
@media (min-width: 768px) {
  #notice {
    display: flex;
    flex-flow: row wrap;
    max-width: 1078px;
    margin: 0 auto 70px;
  }
  #notice > h2 {
    flex-flow: column wrap;
    height: auto;
    justify-content: center;
    padding: 0;
    width: 198px;
  }
  #notice > h2::before {
    margin: 0 0 7px;
  }
  #notice > .info-list {
    padding: 34px 40px;
    width: calc(100% - 198px);
  }
  #notice > .info-list > div {
    display: flex;
    flex-flow: row wrap;
  }
  #notice > .info-list > div > dt {
    margin: 0;
    width: 130px;
  }
  #notice > .info-list > div > dd {
    width: calc(100% - 130px);
  }
  #notice > .info-list > div:not(:last-child) {
    margin: 0 0 21px;
  }
  #notice > .info-list > div:not(:last-child) > dd {
    margin: 0;
  }
}
@media (min-width: 1280px) {
  #notice {
    max-width: 1352px;
  }
}

*:not(#notice) > .info-list > div {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
*:not(#notice) > .info-list > div > dt {
  font-size: 0.88rem;
  width: 137px;
}
*:not(#notice) > .info-list > div > dd.label {
  border: 1px solid #ccc;
  font-size: 0.88rem;
  height: 24px;
  line-height: 22px;
  text-align: center;
  width: 96px;
}
*:not(#notice) > .info-list > div > dd.title {
  margin: 10px 0 0;
  width: 100%;
}
*:not(#notice) > .info-list > div > dd.title > a {
  color: #333;
}
@media (min-width: 768px) {
  *:not(#notice) > .info-list {
    margin: 0 auto;
    max-width: 960px;
  }
  *:not(#notice) > .info-list > div {
    align-items: baseline;
  }
  *:not(#notice) > .info-list > div > dd.title {
    margin: 0;
    width: calc(100% - 137px);
  }
  *:not(#notice) > .info-list > div > dd.label + dd.title {
    padding: 0 0 0 24px;
    width: calc(100% - 233px);
  }
}
@media (min-width: 1280px) {
  *:not(#notice) > .info-list {
    max-width: 1352px;
  }
}

.info-list + .wm-button-border a {
  margin: 0 auto 72px;
}
@media (min-width: 768px) {
  .info-list + .wm-button-border a {
    margin: 0 auto 104px;
  }
}

.info-list-with-thumbnail > div {
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
.info-list-with-thumbnail > div > a,
.info-list-with-thumbnail > div > figure {
  margin: 0;
  padding: 0 24px 0 0;
  width: 30%;
}
.info-list-with-thumbnail > div > a > figure {
  margin: 0;
}
.info-list-with-thumbnail > div > div {
  display: flex;
  flex-flow: row wrap;
  width: 70%;
}
.info-list-with-thumbnail > div > div > dt {
  font-size: 0.88rem;
  width: 137px;
}
.info-list-with-thumbnail > div > div > dd.label {
  border: 1px solid #ccc;
  font-size: 0.88rem;
  height: 24px;
  line-height: 22px;
  text-align: center;
  width: 200px;
}
.info-list-with-thumbnail > div > div > dd.title {
  margin: 10px 0 0;
  width: 100%;
}
.info-list-with-thumbnail > div > div > dd.title > a {
  color: #333;
}
.info-list-with-thumbnail > div > div > dd.multi_label {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.info-list-with-thumbnail > div > div > dd.multi_label > span {
  border: 1px solid #ccc;
  display: block;
  font-size: 0.88rem;
  height: 24px;
  line-height: 22px;
  text-align: center;
  transition: all 0.3s;
}
.info-list-with-thumbnail > div > div > dd.multi_label > span:nth-child(1) {
  width: 100px;
}
.info-list-with-thumbnail > div > div > dd.multi_label > span:nth-child(2) {
  min-width: 100px;
  padding: 0 10px;
}
.info-list-with-thumbnail > div > div > dd.multi_label > span:nth-child(2) > a {
  display: block;
  height: 100%;
  margin: 0 -10px;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
}
.info-list-with-thumbnail > div > div > dd.multi_label > span:nth-child(2):hover {
  border-color: #0b308e;
}
.info-list-with-thumbnail > div > div > dd.multi_label > span:nth-child(2):hover > a {
  background-color: #0b308e;
  color: #fff;
}
@media (min-width: 768px) {
  .info-list-with-thumbnail > div {
    margin: 0 auto 24px;
    max-width: 960px;
  }
}
@media (min-width: 960px) {
  .info-list-with-thumbnail > div > a,
  .info-list-with-thumbnail > div > figure {
    width: 264px;
  }
  .info-list-with-thumbnail > div > div {
    width: calc(100% - 264px);
  }
}
@media (min-width: 1280px) {
  .info-list-with-thumbnail > div {
    max-width: 1352px;
  }
}

.four-column-info-list,
.four-column-channel {
  display: flex;
  flex-flow: row wrap;
  gap: 0 16px;
  margin: 0;
}
.four-column-info-list > li,
.four-column-channel > li {
  margin: 0;
  width: calc(50% - 8px);
}
.four-column-info-list > li > a,
.four-column-channel > li > a {
  color: #333;
  display: block;
  padding: 0 !important;
  text-decoration: none;
}
.four-column-info-list > li > a::before,
.four-column-channel > li > a::before {
  content: none;
}
.four-column-info-list > li > a > figure,
.four-column-channel > li > a > figure {
  margin: 0 auto 18px;
}
.four-column-info-list > li > a > div,
.four-column-channel > li > a > div {
  align-items: flex-start;
  display: flex;
  flex-flow: column wrap;
  gap: 6px 10px;
  margin: 0 0 6px;
}
.four-column-info-list > li > a > div > time,
.four-column-channel > li > a > div > time {
  font-size: 0.88rem;
}
.four-column-info-list > li > a > div > p,
.four-column-channel > li > a > div > p {
  border: 1px solid #ccc;
  display: block;
  font-size: 0.88rem;
  height: 24px;
  line-height: 22px;
  margin: 0;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
}
.four-column-info-list > li > a > p,
.four-column-channel > li > a > p {
  font-size: 0.94rem;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (min-width: 960px) {
  .four-column-info-list.individual,
  .four-column-channel.individual {
    gap: 0 24px;
  }
  .four-column-info-list.individual > li,
  .four-column-channel.individual > li {
    width: calc(25% - 18px);
  }
  .four-column-info-list.individual > li > a > p,
  .four-column-channel.individual > li > a > p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .four-column-info-list:not(.individual),
  .four-column-channel:not(.individual) {
    gap: 0 24px;
  }
  .four-column-info-list:not(.individual) > li,
  .four-column-channel:not(.individual) > li {
    width: calc(25% - 18px);
  }
  .four-column-info-list:not(.individual) > li > a > p,
  .four-column-channel:not(.individual) > li > a > p {
    font-size: 1rem;
  }
}

.four-column-channel > li > a > figure {
  position: relative;
  transition: all 0.3s;
}
.four-column-channel > li > a > figure::before {
  background: url(../img/icon/play.svg) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: 40px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .four-column-channel > li > a > figure::before {
    background-size: 56px;
  }
}
.four-column-channel > li > a:hover > figure {
  opacity: 0.6;
}
.four-column-channel > li > a:hover > figure::before {
  content: none;
}
.four-column-channel > li > a:hover > figure > img {
  opacity: 1;
}

.four-column-info-list + .wm-button-border a,
.four-column-channel + .wm-button-border a {
  margin: 0 auto 72px;
}
@media (min-width: 768px) {
  .four-column-info-list + .wm-button-border a,
  .four-column-channel + .wm-button-border a {
    margin: 0 auto 104px;
  }
}

.four-column-info-list.none,
.four-column-channel.none {
  display: none;
}
.four-column-info-list.none + .wm-button-border,
.four-column-channel.none + .wm-button-border {
  display: none;
}

/* modal window ------------------------------ */
html.js-active,
html.js-active body {
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}

.js_modal_window {
  background-color: #fff;
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  max-height: calc(100% - 32px);
  max-width: calc(100% - 32px);
  opacity: 0;
  padding-top: 24px;
  position: relative;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 10002;
}
.js_modal_button {
  cursor: pointer;
  height: 18px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 20px;
  top: -32px;
  transition: all 0.3s;
  white-space: nowrap;
  width: 18px;
}
.js_modal_button::before, .js_modal_button::after {
  border-top: 2px solid #fff;
  content: "";
  display: block;
  bottom: -2px;
  height: 0;
  left: -2px;
  margin: auto;
  position: absolute;
  right: -2px;
  top: -2px;
  transform: rotate(45deg);
  width: 20px;
}
.js_modal_button::before {
  transform: rotate(45deg);
}
.js_modal_button::after {
  transform: rotate(-45deg);
}
.js_modal_button:hover::before, .js_modal_button:hover::after {
  border-color: #036eb8;
}
@media (min-width: 768px) {
  .js_modal_button {
    right: -32px;
    top: 0;
  }
}
.js_modal_scroll {
  box-sizing: border-box;
  max-height: calc(100% - 92px);
  max-width: 880px;
  overflow-y: auto;
  padding: 0 24px;
}
.js_modal_scroll > img:first-child:last-child {
  max-width: 500vw;
}
.js_modal_video {
  background-color: #000;
  border-radius: 0;
  display: block;
  padding: 0;
  width: 720px;
}
.js_modal_video .js_modal_scroll {
  max-height: calc(100vh - 192px);
  padding: 0;
}
.js_modal_video_inner {
  height: 0;
  padding-top: 56.25%;
  margin: 0;
  position: relative;
  width: 100%;
}
.js_modal_video_inner video,
.js_modal_video_inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#js_modal_screen,
#js_modal_area {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#js_modal_screen {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10001;
}
.js-active #js_modal_screen {
  opacity: 1;
}

#js_modal_area {
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  transition: all 0s 0.3s;
  visibility: hidden;
  z-index: 10000;
}
#js_modal_area.js-active {
  opacity: 1;
  transition: all 0s;
  visibility: visible;
}
#js_modal_area.js-active .js_modal_window {
  opacity: 1;
  transform: scale(1);
}

main {
  padding: 100px 24px 0;
}
@media (min-width: 480px) {
  main > article.wide {
    width: 100%;
  }
}
@media (min-width: 768px) {
  main {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  main > .breadcrumb {
    width: 100%;
  }
  main > article:not(.wide) {
    width: calc(100% - 320px);
  }
  main > .localnavi {
    width: 240px;
  }
}
@media (min-width: 960px) {
  main {
    padding: 120px 24px 0;
  }
}
@media (min-width: 1280px) {
  main {
    flex-flow: column wrap;
    margin: 0 auto;
    max-width: 1920px;
    padding: 90px 24px 0 272px;
  }
  main > .breadcrumb {
    order: 1;
  }
  main > article.wide {
    order: 2;
  }
  main > article:not(.wide) {
    order: 3;
    padding: 0 52px;
    width: auto;
  }
  main > .localnavi {
    order: 2;
    width: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
.wm-h1,
.wm-h2,
.wm-h3,
.wm-h4,
.wm-h5 {
  position: relative;
}
h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
.wm-h1::before,
.wm-h2::before,
.wm-h3::before,
.wm-h4::before,
.wm-h5::before {
  content: "";
  display: block;
  position: absolute;
}

h1,
.wm-h1 {
  font-size: 2.13rem;
  font-weight: 700;
  margin: 0 0 33px;
  padding: 25px 0 25px 28px;
}
h1::before, h1::after,
.wm-h1::before,
.wm-h1::after {
  height: 50%;
  left: 0;
  width: 3px;
}
h1::before,
.wm-h1::before {
  background-color: #ef8200;
  top: 0;
}
h1::after,
.wm-h1::after {
  background-color: #0b308e;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}

h2,
.wm-h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 67px 0 29px;
  padding: 18px 0;
}
h2::before,
.wm-h2::before {
  background-color: #ef8200;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 40px;
}
h2 > a[target=_blank],
.wm-h2 > a[target=_blank] {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
h2 > a[target=_blank]::after,
.wm-h2 > a[target=_blank]::after {
  background: url(../img/icon/blank.svg) center center no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 0.5em;
  width: 20px;
}
h2 > a:hover,
.wm-h2 > a:hover {
  text-decoration: none;
}
.wm-column2 > .wm-column-item h2:nth-child(1), .wm-column3 > .wm-column-item h2:nth-child(1),
.wm-column2 > .wm-column-item .wm-h2:nth-child(1),
.wm-column3 > .wm-column-item .wm-h2:nth-child(1) {
  margin-top: 27px;
}
h1 + h2, .tab + h2, h1 + .wm-column2 > .wm-column-item:nth-of-type(1) h2:nth-child(1), h1 + .wm-column3 > .wm-column-item:nth-of-type(1) h2:nth-child(1),
h1 + .wm-h2,
.tab + .wm-h2,
h1 + .wm-column2 > .wm-column-item:nth-of-type(1) .wm-h2:nth-child(1),
h1 + .wm-column3 > .wm-column-item:nth-of-type(1) .wm-h2:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 480px) {
  h1 + .wm-column2 > .wm-column-item:nth-of-type(2) h2:nth-child(1), h1 + .wm-column3 > .wm-column-item:nth-of-type(2) h2:nth-child(1),
  h1 + .wm-column2 > .wm-column-item:nth-of-type(2) .wm-h2:nth-child(1),
  h1 + .wm-column3 > .wm-column-item:nth-of-type(2) .wm-h2:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  h1 + .wm-column3 > .wm-column-item:nth-of-type(3) h2:nth-child(1),
  h1 + .wm-column3 > .wm-column-item:nth-of-type(3) .wm-h2:nth-child(1) {
    margin-top: 0;
  }
}
h2.student-info,
.wm-h2.student-info {
  font-size: 1.88rem;
  line-height: 1;
  padding: 0 0 18px;
  text-align: center;
}
h2.student-info::before,
.wm-h2.student-info::before {
  left: calc(50% - 60px);
  width: 120px;
}
@media (min-width: 768px) {
  h2.student-info,
  .wm-h2.student-info {
    font-size: 2rem;
  }
}

h3,
.wm-h3 {
  font-size: 1.38rem;
  font-weight: 700;
  margin: 0 0 18px;
  padding: 0 0 0 21px;
}
h3::before,
.wm-h3::before {
  background-color: #0b308e;
  height: 22px;
  left: 0;
  top: 0.4em;
  width: 5px;
}

h4,
.wm-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 17px;
  padding: 0 0 0 26px;
}
h4::before,
.wm-h4::before {
  background-color: #ef8200;
  height: 10px;
  left: 0;
  top: 0.65em;
  width: 10px;
}

h5,
.wm-h5 {
  font-size: 1.13rem;
  font-weight: 700;
  margin: 0 0 17px;
  padding: 0 0 0 26px;
}
h5::before,
.wm-h5::before {
  background-color: #0b308e;
  height: 10px;
  left: 0;
  top: 0.65em;
  width: 10px;
}

h6,
.wm-h6 {
  font-size: 1.13rem;
  font-weight: 700;
  margin: 0 0 19px;
}

p {
  margin: 0 0 40px;
}

.lead-sentence {
  background-color: #fff7ed;
  font-size: 1.13rem;
  font-weight: 700;
  line-height: 1.77;
  margin: 0 0 41px;
  padding: calc(32px - 0.385em) 48px;
}

.release_date {
  font-size: 0.88rem;
  line-height: 1;
  margin: 0 0 31px;
  text-align: right;
}

.wm-left {
  text-align: left;
}

.wm-center {
  text-align: center;
}

.wm-right {
  text-align: right;
}

sup {
  font-size: 0.6em;
  vertical-align: text-top;
}

sub {
  font-size: 0.6em;
  vertical-align: text-bottom;
}

.wm-link-path {
  word-break: break-all;
}

figure {
  margin: 0 0 24px;
}
figure img {
  vertical-align: bottom;
}
figure figcaption {
  font-size: 0.88rem;
  margin: 12px 0 0;
  text-align: left;
}

hr {
  border-top: 1px solid #ccc;
  height: 0;
  margin: 24px 0;
}

ul, ol {
  margin: 0 0 44px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0;
}

.wm-ul-circle > li:not(.wm-icon),
.wm-ul-disc > li:not(.wm-icon),
.wm-ul-square > li:not(.wm-icon) {
  padding: 0 0 0 16px;
  position: relative;
}
.wm-ul-circle > li:not(.wm-icon):not(:last-child),
.wm-ul-disc > li:not(.wm-icon):not(:last-child),
.wm-ul-square > li:not(.wm-icon):not(:last-child) {
  margin: 0 0 10px;
}
.wm-ul-circle > li:not(.wm-icon)::before,
.wm-ul-disc > li:not(.wm-icon)::before,
.wm-ul-square > li:not(.wm-icon)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
}

.wm-ul-circle > li:not(.wm-icon)::before {
  background-color: #ef8200;
  border-radius: 100%;
  height: 6px;
  left: 1px;
  width: 6px;
}

.wm-ul-disc > li:not(.wm-icon)::before {
  background-color: #0b308e;
  border-radius: 100%;
  height: 4px;
  left: 1px;
  width: 4px;
}

.wm-ul-square > li:not(.wm-icon)::before {
  background-color: #ef8200;
  height: 6px;
  left: 1px;
  width: 6px;
}

.wm-ol-decimal,
.wm-ol-lower-greek,
.wm-ol-lower-alpha,
.wm-ol-lower-roman,
.wm-ol-upper-alpha,
.wm-ol-upper-roman {
  list-style-position: outside;
}
.wm-ol-decimal > li:not(.wm-icon):not(:last-child),
.wm-ol-lower-greek > li:not(.wm-icon):not(:last-child),
.wm-ol-lower-alpha > li:not(.wm-icon):not(:last-child),
.wm-ol-lower-roman > li:not(.wm-icon):not(:last-child),
.wm-ol-upper-alpha > li:not(.wm-icon):not(:last-child),
.wm-ol-upper-roman > li:not(.wm-icon):not(:last-child) {
  margin: 0 0 10px 32px;
}
.wm-ol-decimal > li:not(.wm-icon):last-child,
.wm-ol-lower-greek > li:not(.wm-icon):last-child,
.wm-ol-lower-alpha > li:not(.wm-icon):last-child,
.wm-ol-lower-roman > li:not(.wm-icon):last-child,
.wm-ol-upper-alpha > li:not(.wm-icon):last-child,
.wm-ol-upper-roman > li:not(.wm-icon):last-child {
  margin: 0 0 0 32px;
}

.wm-ol-decimal {
  list-style-type: decimal;
}

.wm-ol-lower-greek {
  list-style-type: lower-greek;
}

.wm-ol-lower-alpha {
  list-style-type: lower-alpha;
}

.wm-ol-upper-alpha {
  list-style-type: upper-alpha;
}

.wm-ol-lower-roman {
  list-style-type: lower-roman;
}

.wm-ol-upper-roman {
  list-style-type: upper-roman;
}

.wm-icon {
  /*@at-root {
  	ul.wm-icon {
  		> li > a {
  			display: inline-block;
  			padding-left: 16px;
  			&::before {
  				margin-left: -16px;
  			}
  		}
  	}
  	h2.wm-icon {
  		line-height: 1.8;
  	}
  }*/
}
.wm-icon a {
  display: inline-block;
  position: relative;
}
.wm-icon a::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  content: "";
  display: block;
  height: 18px;
  left: 2px;
  position: absolute;
  top: 0.3em;
  width: 16px;
}
.wm-icon a:not([target=_blank]):not([href*=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) {
  padding-left: 16px;
}
.wm-icon a:not([target=_blank]):not([href*=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"])::before {
  background-image: url(../img/icon/mgc-right.svg);
  height: 9px;
  top: 0.55em;
  width: 9px;
}
.wm-icon a[target=_blank], .wm-icon a[href*=".pdf"], .wm-icon a[href$=".doc"], .wm-icon a[href$=".docx"], .wm-icon a[href$=".xls"], .wm-icon a[href$=".xlsx"], .wm-icon a[href$=".zip"] {
  padding-left: 24px;
}
.wm-icon a[target=_blank]::before {
  background-image: url(../img/icon/blank.svg);
}
.wm-icon a[href*=".pdf"]::before {
  background-image: url(../img/icon/pdf.svg);
}
.wm-icon a[href$=".doc"]::before, .wm-icon a[href$=".docx"]::before {
  background-image: url(../img/icon/doc.svg);
}
.wm-icon a[href$=".xls"]::before, .wm-icon a[href$=".xlsx"]::before {
  background-image: url(../img/icon/xls.svg);
}
.wm-icon a[href$=".zip"]::before {
  background-image: url(../img/icon/zip.svg);
}

li.wm-icon {
  margin-top: 16px;
}
ul:not([class]):not([style]) li.wm-icon:first-child {
  margin-top: 24px;
}
td ul:not([class]):not([style]) li.wm-icon:first-child {
  margin-top: 0;
}
ul:not([class]):not([style]) li.wm-icon ul:not([class]):not([style]) li.wm-icon:first-child {
  margin-top: 16px;
}
li.wm-icon ul,
li.wm-icon ol,
li.wm-icon p,
li.wm-icon table {
  margin: 16px 0 0 16px;
}
li.wm-icon > a {
  display: inline-block;
}
li.wm-icon > a:not([target=_blank]):not([href*=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".xls"]):not([href$=".xlsx"]):not([href$=".zip"]) {
  padding-left: 16px;
  /*&::before {
  	margin-left: -16px;
  }*/
}
li.wm-icon > a[target=_blank], li.wm-icon > a[href*=".pdf"], li.wm-icon > a[href$=".doc"], li.wm-icon > a[href$=".docx"], li.wm-icon > a[href$=".xls"], li.wm-icon > a[href$=".xlsx"], li.wm-icon > a[href$=".zip"] {
  padding-left: 24px;
  /*&::before {
  	margin-left: -24px;
  }*/
}

/*
h2.wm-icon {
	font-size: b.$font-18px;
	+ ul.wm-icon {
		margin-left: 16px;
	}
}
.wm-list-indent1,
.wm-list-indent2 {
	* + & {
		margin-top: 20px;
	}
	 > li*:not([class*='list-indent']) > li {
		text-indent: 0;
	}
}
.wm-list-indent1 > li {
	padding-left: 1em;
	text-indent: -1em;
}
.wm-list-indent2 > li {
	padding-left: 2em;
	text-indent: -2em;
}
*/
.wm-link-column {
  display: flex;
  flex-flow: row wrap;
  gap: 0 24px;
}

/*.wm-link-column {
	border: 1px solid b.$color-border;
	padding: 0 0 24px;
	* + & {
		margin-top: 24px;
	}
	li {
		box-sizing: border-box;
		display: flex;
		margin-top: 24px !important;
		width: 100%;
	}
	a {
		align-items: center;
		background-color: b.$color-g3;
		box-sizing: border-box;
		color: #fff;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		max-width: 240px;
		padding: 8px;
		text-decoration: none;
		width: 100%;
		&:hover,
		&:active {
			background-color: b.$color-main;
		}
	}
	@include b.mqMin(b.$screen-xs) {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 12px 24px;
		li {
			padding: 0 12px;
			width: 50%;
		}
	}
	@include b.mqMin(600px) {
		&:not(.wm-column3) {
			padding: 0 6.625% 24px;
		}
		&.wm-column3 {
			padding: 0 12px 24px;
			li {
				width: 33.333%;
			}
		}
	}
}
*/
table {
  margin: 0 0 44px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

caption {
  font-weight: 700;
  padding-bottom: 0.5em;
}

th,
td {
  border: 1px solid #ccc;
  padding: calc(16px - 0.2em) 16px;
}
th *:last-child,
td *:last-child {
  margin: 0;
}

th {
  background-color: #f3f3f3;
  font-weight: 700;
  text-align: center;
}
.th_wid4 tbody th:first-child:last-of-type {
  box-sizing: content-box;
  max-width: 50%;
  width: 4em;
}
.th_wid6 tbody th:first-child:last-of-type {
  box-sizing: content-box;
  max-width: 50%;
  width: 6em;
}
.th_wid8 tbody th:first-child:last-of-type {
  box-sizing: content-box;
  max-width: 50%;
  width: 8em;
}

td {
  background-color: #fff;
}

.wm-table-above-and-left thead th {
  background-color: #555;
  color: #fff;
}

input[placeholder]::-webkit-input-placeholder {
  color: #ccc;
}

input[placeholder]::-moz-placeholder {
  color: #ccc;
}

input[placeholder]:-ms-input-placeholder {
  color: #ccc;
}

input[placeholder]:focus::-webkit-input-placeholder {
  color: #ccc;
}

input[placeholder]:focus::-moz-placeholder {
  color: #ccc;
}

input[placeholder]:focus:-ms-input-placeholder {
  color: #ccc;
}

.wm-border,
.wm-background,
.wm-border-background {
  line-height: 1.75;
  margin: 0 0 44px;
  padding: calc(24px - 0.375em) 24px;
}
.wm-border *:last-child,
.wm-background *:last-child,
.wm-border-background *:last-child {
  margin: 0;
}

.wm-border,
.wm-background {
  background-color: #fff;
}

.wm-background,
.wm-border-background {
  font-weight: 700;
}

.wm-border {
  border: 1px solid #ccc;
}

.wm-background {
  border: 1px solid #0b308e;
}

.wm-border-background {
  background-color: #fff7ed;
  border: 1px solid #ef8200;
  color: #d14400;
}

.wm-button-border,
.wm-button-fill {
  margin: 0;
}
.wm-button-border a, .wm-button-border button,
.wm-button-fill a,
.wm-button-fill button {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.8;
  margin: 0 auto 24px;
  max-width: 280px;
  outline: none;
  padding: 12px 16px;
  transition: all 0.3s;
  width: 100%;
}
.wm-button-border a:hover, .wm-button-border a:active, .wm-button-border button:hover, .wm-button-border button:active,
.wm-button-fill a:hover,
.wm-button-fill a:active,
.wm-button-fill button:hover,
.wm-button-fill button:active {
  background-color: #0b308e;
  border-color: #0b308e;
  color: #fff;
  text-decoration: none;
}

.wm-button-border a, .wm-button-border button {
  background-color: #fff;
  border: 2px solid #ccc;
  color: #0b308e;
}

.wm-button-fill a, .wm-button-fill button {
  background-color: #ef8200;
  border: 2px solid #ef8200;
  color: #fff;
}

@media (min-width: 480px) {
  ul.wm-column2.button,
  ul.wm-column2.tab {
    gap: 0 40px;
    justify-content: space-between;
    margin: 0;
  }
  ul.wm-column2.button > li,
  ul.wm-column2.tab > li {
    width: calc(50% - 20px);
  }
  ul.wm-column2.button .wm-button-border:nth-child(odd) a, ul.wm-column2.button .wm-button-border:nth-child(odd) button,
  ul.wm-column2.button .wm-button-fill:nth-child(odd) a,
  ul.wm-column2.button .wm-button-fill:nth-child(odd) button,
  ul.wm-column2.tab .wm-button-border:nth-child(odd) a,
  ul.wm-column2.tab .wm-button-border:nth-child(odd) button,
  ul.wm-column2.tab .wm-button-fill:nth-child(odd) a,
  ul.wm-column2.tab .wm-button-fill:nth-child(odd) button {
    margin: 0 0 24px auto;
  }
  ul.wm-column2.button .wm-button-border:nth-child(even) a, ul.wm-column2.button .wm-button-border:nth-child(even) button,
  ul.wm-column2.button .wm-button-fill:nth-child(even) a,
  ul.wm-column2.button .wm-button-fill:nth-child(even) button,
  ul.wm-column2.tab .wm-button-border:nth-child(even) a,
  ul.wm-column2.tab .wm-button-border:nth-child(even) button,
  ul.wm-column2.tab .wm-button-fill:nth-child(even) a,
  ul.wm-column2.tab .wm-button-fill:nth-child(even) button {
    margin: 0 auto 24px 0;
  }
}

ul.wm-column2.tab .wm-button-border.selected a:hover, ul.wm-column2.tab .wm-button-border.selected a:active, ul.wm-column2.tab .wm-button-border.selected button:hover, ul.wm-column2.tab .wm-button-border.selected button:active,
ul.wm-column2.tab .wm-button-fill.selected a:hover,
ul.wm-column2.tab .wm-button-fill.selected a:active,
ul.wm-column2.tab .wm-button-fill.selected button:hover,
ul.wm-column2.tab .wm-button-fill.selected button:active,
ul.wm-column-free .wm-button-border.selected a:hover,
ul.wm-column-free .wm-button-border.selected a:active,
ul.wm-column-free .wm-button-border.selected button:hover,
ul.wm-column-free .wm-button-border.selected button:active,
ul.wm-column-free .wm-button-fill.selected a:hover,
ul.wm-column-free .wm-button-fill.selected a:active,
ul.wm-column-free .wm-button-fill.selected button:hover,
ul.wm-column-free .wm-button-fill.selected button:active {
  background-color: #0b308e;
  border: 2px solid #0b308e;
  color: #fff;
}
ul.wm-column2.tab .wm-button-border.selected a, ul.wm-column2.tab .wm-button-border.selected button,
ul.wm-column2.tab .wm-button-fill.selected a,
ul.wm-column2.tab .wm-button-fill.selected button,
ul.wm-column-free .wm-button-border.selected a,
ul.wm-column-free .wm-button-border.selected button,
ul.wm-column-free .wm-button-fill.selected a,
ul.wm-column-free .wm-button-fill.selected button {
  background-color: #0b308e;
  border: 2px solid #0b308e;
  color: #fff;
  cursor: auto;
  position: relative;
}
ul.wm-column2.tab .wm-button-border.selected a::before, ul.wm-column2.tab .wm-button-border.selected button::before,
ul.wm-column2.tab .wm-button-fill.selected a::before,
ul.wm-column2.tab .wm-button-fill.selected button::before,
ul.wm-column-free .wm-button-border.selected a::before,
ul.wm-column-free .wm-button-border.selected button::before,
ul.wm-column-free .wm-button-fill.selected a::before,
ul.wm-column-free .wm-button-fill.selected button::before {
  background-color: #0b308e;
  bottom: -8px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 9px;
  left: calc(50% - 7px);
  position: absolute;
  width: 14px;
}

@media (min-width: 480px) {
  ul.wm-column-free {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 0 24px;
  }
  ul.wm-column-free > li {
    max-width: 280px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 960px) {
  ul.wm-column-free > li {
    width: calc(25% - 18px);
  }
}

@media (min-width: 480px) {
  .wm-column2,
  .wm-column3,
  .wm-column4 {
    display: flex;
    flex-flow: row wrap;
    gap: 0 40px;
  }
  .wm-column2 > .wm-column-item,
  .wm-column3 > .wm-column-item,
  .wm-column4 > .wm-column-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .wm-column3 > .wm-column-item,
  .wm-column4 > .wm-column-item {
    width: calc(33.33% - 26.66px);
  }
}
@media (min-width: 900px) {
  .wm-column4 > .wm-column-item {
    width: calc(25% - 30px);
  }
}
.wm-parallelL-large-img,
.wm-parallelR-large-img,
.wm-roundL-large-img,
.wm-roundR-large-img {
  max-width: 400px;
}
.wm-parallelL-medium-img,
.wm-parallelR-medium-img,
.wm-roundL-medium-img,
.wm-roundR-medium-img {
  max-width: 320px;
}
.wm-parallelL-small-img,
.wm-parallelR-small-img,
.wm-roundL-small-img,
.wm-roundR-small-img {
  max-width: 240px;
}

.wm-parallelL-large, .wm-parallelL-medium, .wm-parallelL-small,
.wm-parallelR-large,
.wm-parallelR-medium,
.wm-parallelR-small {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  gap: 0 40px;
  justify-content: space-between;
}
.wm-parallelL-large-txt,
.wm-parallelR-large-txt {
  max-width: calc(100% - 440px);
}
.wm-parallelL-medium-txt,
.wm-parallelR-medium-txt {
  max-width: calc(100% - 360px);
}
.wm-parallelL-small-txt,
.wm-parallelR-small-txt {
  max-width: calc(100% - 280px);
}

.wm-roundL-large, .wm-roundL-medium, .wm-roundL-small,
.wm-roundR-large,
.wm-roundR-medium,
.wm-roundR-small {
  clear: both;
}

.wm-roundL-small-img {
  float: left;
  margin: 0 40px 0 0;
}
@media (max-width: 479px) {
  .wm-roundL-large, .wm-roundL-medium {
    display: flex;
    flex-direction: column;
  }
  .wm-roundL-large-img, .wm-roundL-medium-img {
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  .wm-roundL-large-img, .wm-roundL-medium-img {
    float: left;
    margin: 0 40px 0 0;
  }
}

.wm-roundR-small-img {
  float: right;
  margin: 0 0 0 40px;
}
@media (max-width: 479px) {
  .wm-roundR-large, .wm-roundR-medium {
    display: flex;
    flex-direction: column;
  }
  .wm-roundR-large-img, .wm-roundR-medium-img {
    margin: 0 auto 40px;
    order: 99;
  }
}
@media (min-width: 480px) {
  .wm-roundR-large-img, .wm-roundR-medium-img {
    float: right;
    margin: 0 0 0 40px;
  }
}

a img {
  transition: all 0.3s;
}
a:hover img {
  opacity: 0.6;
}

/*
.category_header {
	overflow: hidden;
	position: relative;
	header {
		height: 260px;
		margin: 0 auto;
		max-width: b.$screen-lg;
		padding: 0 16px;
		position: relative;
		z-index: 1;
	}
	h1 {
		background-color: rgba(242, 242, 242, .9);
		bottom: 0;
		box-sizing: border-box;
		left: 0;
		padding: 16px;
		position: absolute;
	}
	figure {
		display: contents;
	}
	img {
		bottom: 0;
		display: block;
		left: -640px;
		margin: auto;
		max-width: 500vw;
		position: absolute;
		right: -640px;
		top: 0;
		width: 1280px;
		z-index: 0;
	}
	@include b.mqMax(b.$screen-sm) {
		h1 {
			width: 100%;
			&::before {
				display: none
			}
		}
	}
	@include b.mqMin(b.$screen-sm) {
		h1 {
			align-items: center;
			display: flex;
			height: 100%;
			width: 440px;
			&::before {
				background-color: rgba(242, 242, 242, .9);
				border-style: none;
				height: 100%;
				left: auto;
				right: 100%;
				width: 50vw;
			}
		}
	}
	@include b.mqMin(1000px) {
		h1 {
			padding: 16px 24px;
		}
	}
	@include b.mqMin(1280px) {
		img {
			bottom: -100vw;
			left: 0;
			right: 0;
			top: -100vw;
			width: 100%;
		}
	}
}
*/
/* お問い合わせボタン */
article > .wm-button.black:last-child {
  margin-top: 64px;
}

/* packege */
/* margin */
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

/* google map */
.google_map {
  position: relative;
}
.google_map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
* + .google_map {
  margin-top: 32px;
}
.google_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* youtube */
.wm-yt-movie {
  max-width: 560px;
  margin: 10px auto 0;
  position: relative;
}
.wm-yt-movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
*:not(p) + .wm-yt-movie {
  margin-top: 30px;
}
.wm-yt-movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wm-image-link[href*="youtu.be"], .wm-image-link[href*="youtube.com/watch"],
figure a[href*="youtu.be"],
figure a[href*="youtube.com/watch"] {
  background-color: #000;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.wm-image-link[href*="youtu.be"]::after, .wm-image-link[href*="youtube.com/watch"]::after,
figure a[href*="youtu.be"]::after,
figure a[href*="youtube.com/watch"]::after {
  background: url(/common/img/ico_play.svg) center center no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
}
.wm-image-link[href*="youtu.be"] img, .wm-image-link[href*="youtube.com/watch"] img,
figure a[href*="youtu.be"] img,
figure a[href*="youtube.com/watch"] img {
  opacity: 0.6;
  transition: all 0.3s;
  vertical-align: bottom;
}
.wm-image-link[href*="youtu.be"]:hover, .wm-image-link[href*="youtu.be"]:active, .wm-image-link[href*="youtube.com/watch"]:hover, .wm-image-link[href*="youtube.com/watch"]:active,
figure a[href*="youtu.be"]:hover,
figure a[href*="youtu.be"]:active,
figure a[href*="youtube.com/watch"]:hover,
figure a[href*="youtube.com/watch"]:active {
  background-color: #036eb8;
}
.wm-image-link[href*="youtu.be"]:hover img, .wm-image-link[href*="youtu.be"]:active img, .wm-image-link[href*="youtube.com/watch"]:hover img, .wm-image-link[href*="youtube.com/watch"]:active img,
figure a[href*="youtu.be"]:hover img,
figure a[href*="youtu.be"]:active img,
figure a[href*="youtube.com/watch"]:hover img,
figure a[href*="youtube.com/watch"]:active img {
  transform: scale(1.1);
}
