@charset "UTF-8";
html {
  margin-top: 0 !important;
}
html.is-fixed body {
  overflow: hidden;
}

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;
  vertical-align: baseline;
}

main {
  background-color: #fff;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

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

html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
  word-break: break-all;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
ul,
ol,
li {
  list-style: none;
}

.file {
  margin: 0 0 40px;
  padding: 10px 0 0;
  text-align: left;
}
.file .pdf {
  background: url(../images/cms/pdf.webp) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}
.file .ppt {
  background: url(../images/cms/ppt.webp) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}
.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.webp) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}
.file .doc,
.file .docx {
  background: url(../images/cms/doc.webp) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}
.entry-container i {
  font-style: italic;
}

html,
body {
  width: 100%;
  height: 100%;
}

.row {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

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

#mti_wfs_colophon {
  display: none !important;
}

@media screen and (769px <= width < 960px), print {
  footer .top_footer .main_top {
    column-gap: 30px;
  }
}
@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1040px;
    background-color: #fff;
  }
  .row {
    max-width: 1040px;
    width: 100%;
    height: auto;
  }
  .ttl {
    width: 100%;
    height: 130px;
    background: url("../images/common/ttl.webp") repeat-x left top;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .ttl h1 {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 35px;
    color: #fff;
    padding-left: 87px;
    letter-spacing: 1px;
  }
  .ttl h1::before {
    content: "";
    display: block;
    position: absolute;
  }
  .breadcrumb {
    padding: 1px 0;
    margin: 0 auto;
    width: 1000px;
  }
  .breadcrumb ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .breadcrumb ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .breadcrumb ul li {
    float: left;
    position: relative;
    font-size: 1.4rem;
    color: #000;
    padding-right: 18px;
  }
  .breadcrumb ul li:first-of-type::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../images/common/icon_home.webp") 0 0 no-repeat;
    background-size: cover;
    left: -17px;
    top: 4px;
  }
  .breadcrumb ul li:last-of-type::before {
    color: #000;
  }
  .breadcrumb ul li::before {
    content: ">";
    display: block;
    font-size: 1.4rem;
    color: #03a744;
    position: absolute;
    top: 0;
    left: -12px;
  }
  .breadcrumb ul li:last-child {
    padding-right: 0;
  }
  .breadcrumb ul li a {
    display: block;
    color: #03a744;
    font-weight: bold;
  }
  .breadcrumb h2 {
    font-size: 1.4rem;
    display: inline-block;
  }
  header {
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: initial;
  }
  header .top {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 5px;
  }
  header .top .main_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  header .top .main_top .logo {
    font-size: 0;
    padding: 15px 0 11px 0;
    width: min(50%, 428px);
  }
  header .top .main_top .logo a {
    display: block;
  }
  header .top .main_top .logo a img {
    margin-left: -2px;
  }
  header .top .main_top .logo_top {
    font-size: 0;
    padding: 15px 0 27px 0;
    width: min(50%, 428px);
  }
  header .top .main_top .logo_top h1 {
    position: absolute;
    top: 48px;
    left: 74px;
    letter-spacing: -0.1px;
    font-size: 1.2rem;
    color: #333;
  }
  header .top .main_top .logo_top a {
    display: block;
  }
  header .top .main_top .logo_top a img {
    margin-left: -2px;
  }
  header .top .main_top .right {
    width: 584px;
    padding: 12px 1px 13px 0;
  }
  header .top .main_top .right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    column-gap: 12px;
  }
  header .top .main_top .right ul li {
    width: 186px;
    /* 2025年3月末日まで「2024年度会員専用ページログイン」ボタンを設置の為、一時的にコメントアウト*/
    /* 2025年3月末日までの「2024年度会員専用ページログイン」ボタン設置が終了し次第コメントアウト */
  }
  header .top .main_top .right ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 51px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  header .top .main_top .right ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .top .main_top .right ul li a:hover {
    opacity: 1;
  }
  header .top .main_top .right ul li a:hover::after {
    -webkit-transform: scale3d(9, 9, 1);
    -moz-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
  }
  header .top .main_top .right ul li a::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  header .top .main_top .right ul li:first-child a {
    background: #6dcc16;
  }
  header .top .main_top .right ul li:first-child a::after {
    background: #03a744;
  }
  header .top .main_top .right ul li:first-child a::before {
    width: 21px;
    height: 26px;
    background: url("../images/common/icon_lock.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 16px;
  }
  header .top .main_top .right ul li:last-child a {
    background: #eb5723;
    padding-left: 4.3em;
  }
  header .top .main_top .right ul li:last-child a::after {
    background: #fe8524;
  }
  header .top .main_top .right ul li:last-child a::before {
    width: 28px;
    height: 22px;
    background: url("../images/common/icon_envelop.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 12px;
  }
  header .sub_header {
    background-color: #fff;
    max-height: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
  }
  header .sub_header.active {
    padding: 25px 5px;
    max-height: initial;
  }
  header .sub_header .inner {
    justify-content: flex-start;
    column-gap: 23px;
    display: none;
  }
  header .sub_header .inner.active {
    display: flex;
  }
  header .sub_header .inner figure {
    width: min(30%, 306px);
  }
  header .sub_header .inner ul {
    padding-left: 0.8em;
    font-size: 1.6rem;
    width: min(21%, 237px);
    height: fit-content;
    position: relative;
  }
  header .sub_header .inner ul::before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% + 8px);
    top: 0;
    left: 0;
    background-color: #0cad50;
  }
  header .sub_header .inner ul.long {
    width: min(68%, 710px);
  }
  header .sub_header .inner ul li:first-child {
    margin-top: 10px;
  }
  header .sub_header .inner ul li:not(:first-child) {
    margin-top: 25px;
  }
  header .sub_header .inner ul li a {
    color: #000;
  }
  header .sub_header .inner ul li a[target=_blank] {
    position: relative;
  }
  header .sub_header .inner ul li a[target=_blank]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/common/icon_external_link.webp") no-repeat;
    background-size: contain;
    top: 0.2em;
    right: -1.7em;
  }
  header .sub_header .inner ul li a.no-icon::after {
    content: none;
  }
  header .nav {
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
  }
  header .nav.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
  }
  header .nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  header .nav > ul > li {
    text-align: center;
    padding: 9px 0 10px;
    position: relative;
    width: 17%;
    position: relative;
    cursor: pointer;
  }
  header .nav > ul > li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #e5e5e5;
    left: 0;
    top: 9px;
  }
  header .nav > ul > li:last-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #e5e5e5;
    right: 0;
    top: 9px;
  }
  header .nav > ul > li a {
    width: max-content;
    margin: 0 auto;
  }
  header .nav > ul > li a::after {
    content: "";
    display: block;
    width: calc(100% + 3px);
    height: 3px;
    background: #0cad50;
    position: absolute;
    bottom: -10px;
    left: -1.5px;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  header .nav > ul > li a.active::after {
    transform: scale(1, 1);
  }
  header .nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
    -moz-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
  }
  header .nav > ul > li > a {
    font-size: 1.6rem;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    display: block;
    position: relative;
    pointer-events: none;
  }
  header .nav > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(3, 167, 68, 0.9);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  header .nav > ul > li > ul > li > a {
    font-size: 1.6rem;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 100%;
    position: relative;
    padding: 11px 0 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }
  header .nav > ul > li > ul > li > a::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 11px;
    background: url("../images/common/sub_nav.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 6px;
    top: 14px;
  }
  header .nav-sp {
    display: none;
  }
  /* サブナビゲーション */
  .aside {
    margin-top: 32px;
  }
  .aside .extra {
    display: flex;
    justify-content: center;
  }
  .aside .extra li {
    width: min(17%, 174px);
    border: 1px solid #D9D9D9;
  }
  .aside .extra li:not(:first-child) {
    border-left: none;
  }
  .aside .extra li:last-child a {
    border-bottom: 0;
    font-size: 1.5rem;
  }
  .aside .extra li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    color: #03a744;
    font-size: 1.4rem;
    position: sticky;
    padding-left: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    overflow: hidden;
    height: 100%;
    padding: 7.25px 0;
  }
  .aside .extra li a:hover, .aside .extra li a.active {
    color: #fff;
    opacity: 1;
  }
  .aside .extra li a:hover:before, .aside .extra li a.active:before {
    -webkit-transform: scale3d(14, 9, 1);
    -moz-transform: scale3d(14, 9, 1);
    transform: scale3d(14, 9, 1);
  }
  .aside .extra li a:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #03a744;
    top: 50%;
    right: 100%;
    margin: -15px 1px 0 1px;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .aside .extra.activity {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .aside .extra.activity li {
    width: min(16.66%, 174px);
  }
  .aside .extra.activity li:last-child {
    border-left: 1px solid #D9D9D9;
  }
  aside .sidebar {
    width: initial;
    border: initial;
    padding: initial;
    border-radius: initial;
    background-color: initial;
    display: block;
    margin: 0;
  }
  aside .sidebar.active {
    position: fixed;
    width: 271px;
  }
  aside .sidebar .common .box {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #fcff00;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    padding: 13px 12px 11px;
    background: -webkit-linear-gradient(285deg, #fcff08 0%, #fcff08 49%, #f8ee0f 50%, #f8ee0f 100%);
    background: -moz- oldlinear-gradient(285deg, #fcff08 0%, #fcff08 49%, #f8ee0f 50%, #f8ee0f 100%);
    background: linear-gradient(165deg, #fcff08 0%, #fcff08 49%, #f8ee0f 50%, #f8ee0f 100%);
    /* w3c */
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  aside .sidebar .common .box h3 {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
    color: #000;
    padding: 0.4em 0;
  }
  aside .sidebar .common .box a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 246px;
    height: 38px;
    text-align: center;
    position: relative;
    font-size: 1.5rem;
    line-height: 2.9rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #03a744;
    overflow: hidden;
    z-index: 1;
    margin-top: 4px;
  }
  aside .sidebar .common .box a:hover {
    opacity: 1;
  }
  aside .sidebar .common .box a:hover::after {
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    transform: scale(10, 10);
  }
  aside .sidebar .common .box a::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url("../images/common/arrow_sidebar.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
  }
  aside .sidebar .common .box a::after {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  aside .sidebar .common .bp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  aside .sidebar .common .bp li {
    width: 130px;
    height: 100px;
  }
  aside .sidebar .common .bp li:nth-child(1) a span::before {
    width: 44px;
    height: 24px;
    background: url("../images/common/icon_bus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 15px;
  }
  aside .sidebar .common .bp li:nth-child(1) a:hover span::before {
    background: url("../images/common/icon_bus_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .bp li:nth-child(2) a span::before {
    width: 29px;
    height: 29px;
    background: url("../images/common/icon_person.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 11px;
  }
  aside .sidebar .common .bp li:nth-child(2) a:hover span::before {
    background: url("../images/common/icon_person_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .bp li a {
    display: block;
    height: 100%;
    border: 1px solid #03a744;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  aside .sidebar .common .bp li a:hover {
    opacity: 1;
    border-color: #6dcc16;
  }
  aside .sidebar .common .bp li a:hover span {
    color: #fff;
  }
  aside .sidebar .common .bp li a:hover span::after {
    background: url("../images/common/arrow_side_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .bp li a:hover::before {
    -webkit-transform: scale(9, 9);
    -moz-transform: scale(9, 9);
    -ms-transform: scale(9, 9);
    transform: scale(9, 9);
  }
  aside .sidebar .common .bp li a::before {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 9);
    -moz-transform: scale(1, 9);
    -ms-transform: scale(1, 9);
    transform: scale(1, 9);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  aside .sidebar .common .bp li a span {
    display: block;
    height: 100%;
    position: relative;
    padding: 49px 0 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .sidebar .common .bp li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  aside .sidebar .common .bp li a span::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 18px;
    background: url("../images/common/arrow_side.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .sidebar .common .list {
    margin-top: 40px;
    display: block;
  }
  aside .sidebar .common .list li {
    border-bottom: 1px solid #e5e5e5;
  }
  aside .sidebar .common .list li:hover {
    opacity: 0.7;
  }
  aside .sidebar .common .list li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  aside .sidebar .common .list li:nth-last-child(-n+2) a {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0;
  }
  aside .sidebar .common .list li:nth-last-child(-n+2) a::before {
    display: none;
  }
  aside .sidebar .common .list li:nth-child(1) a::before {
    width: 26px;
    height: 20px;
    background: url("../images/common/icon_align.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .list li:nth-child(2) a::before {
    width: 26px;
    height: 26px;
    background: url("../images/common/icon_faq.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .list li:nth-child(3) a::before {
    width: 27px;
    height: 21px;
    background: url("../images/common/icon_eve.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    color: #000;
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
    padding: 0 0 0 40px;
  }
  aside .sidebar .common .list li a:hover {
    opacity: 1;
  }
  aside .sidebar .common .list li a:hover::after {
    right: 0;
  }
  aside .sidebar .common .list li a::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/common/btn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .sidebar .common .list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
  }
  aside .sidebar .common .banner {
    margin-top: 30px;
  }
  aside .sidebar .common .banner p {
    font-size: 1.8rem;
    line-height: 29px;
    margin-bottom: 7.5px;
    font-weight: bold;
  }
  aside .sidebar .common .banner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  aside .sidebar .common .banner ul li a {
    display: block;
  }
  aside .sidebar .common .banner ul li a img {
    width: 100%;
    height: auto;
  }
  aside .sidebar .twitter {
    margin-top: 24px;
  }
  aside .sidebar .twitter--ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.4rem;
    letter-spacing: 0.3px;
  }
  aside .sidebar .twitter--ttl:before {
    content: "";
    background: url(../images/common/logo_twitter.webp) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    width: 24px;
    height: 21px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .end_enrollment {
    border-top: double 5px #333;
    border-bottom: double 5px #333;
    padding: 40px 0;
    margin: 28px 0;
  }
  .end_enrollment p {
    color: #e21a00;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }
  footer {
    position: relative;
    padding: 0 5px !important;
    background-color: #f4f4f4 !important;
  }
  footer .upper_footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 36px;
  }
  footer .upper_footer .logo {
    width: min(50%, 280px);
  }
  footer .upper_footer .logo h1 {
    margin: -10px 0 0 40px;
    font-size: 1rem;
  }
  footer .upper_footer .icons {
    display: flex;
    column-gap: 32px;
  }
  footer .upper_footer .icons a {
    width: 44px;
  }
  footer .upper_footer .faq-contact {
    display: flex;
    flex: auto;
    justify-content: center;
    column-gap: 23px;
  }
  footer .upper_footer .faq-contact a {
    font-size: 1.4rem;
  }
  footer .upper_footer .faq-contact a:first-child {
    width: min(40%, 124px);
    border: 1px solid #333;
    border-radius: 7px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #333;
  }
  footer .upper_footer .faq-contact a:last-child {
    background: #eb5723;
    padding-left: 2em;
    color: #fff;
    font-weight: bold;
    position: relative;
    max-width: 244px;
    height: 44px;
    border-radius: 7px;
    flex-grow: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s;
  }
  footer .upper_footer .faq-contact a:last-child::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/common/icon_envelop.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 10px;
    top: calc(50% - 11px);
  }
  footer .upper_footer .faq-contact a:last-child::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    background: #fe8524;
  }
  footer .upper_footer .faq-contact a:last-child:hover::after {
    transform: scale3d(10, 9, 1);
  }
  footer .top_footer {
    background: #f4f4f4;
    padding: 25px 0;
  }
  footer .top_footer .main_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 31px;
    column-gap: 91px;
    padding-bottom: 20px;
    border-bottom: 1px solid #afafaf;
  }
  footer .top_footer .main_top > div:nth-child(3) h3:not(:first-of-type), footer .top_footer .main_top > div:last-child h3:not(:first-of-type) {
    margin-top: 29px;
  }
  footer .top_footer .main_top > div h3 {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.7em;
  }
  footer .top_footer .main_top > div h3::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 23px;
    background-color: #0cad50;
    top: 0;
    left: 0;
  }
  footer .top_footer .main_top > div ul {
    margin-top: 10px;
  }
  footer .top_footer .main_top > div ul li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 1em;
  }
  footer .top_footer .main_top > div ul li:not(:first-child) {
    margin-top: 11px;
  }
  footer .top_footer .main_top > div ul li a {
    color: #000;
  }
  footer .top_footer .main_top > div ul li a[target=_blank] {
    position: relative;
  }
  footer .top_footer .main_top > div ul li a[target=_blank]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/common/icon_external_link.webp") no-repeat;
    background-size: contain;
    top: 0.1em;
    right: -1.7em;
  }
  footer .top_footer .main_top > div ul li a.no-icon::after {
    content: none;
  }
  footer .top_footer .main_top > ul {
    width: 259px;
    border-left: 1px solid #dadada;
  }
  footer .top_footer .main_top > ul:not(:last-child) > li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .top_footer .main_top > ul:last-child {
    border-right: 1px solid #dadada;
    padding: 0 0 0 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .top_footer .main_top > ul:nth-child(1) {
    padding: 0 0 0 38px;
  }
  footer .top_footer .main_top > ul:nth-child(2) {
    padding: 0 0 0 42px;
  }
  footer .top_footer .main_top > ul:nth-child(3) {
    padding: 0 0 0 44px;
  }
  footer .top_footer .main_top > ul > li > a {
    font-size: 1.4rem;
    line-height: 31px;
    color: #000;
    font-weight: bold;
  }
  footer .top_footer .main_top > ul > li > ul > li a {
    font-size: 1.4rem;
    line-height: 17px;
    color: #000;
    font-weight: normal;
    padding: 7px 0 7px 20px;
    position: relative;
    display: inline-block;
  }
  footer .top_footer .main_top > ul > li > ul > li a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 13px;
    background: url("../images/common/arrow_footer.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 4px;
    top: 9px;
  }
  footer .top_footer .lower_footer {
    margin: 12px auto 0;
  }
  footer .top_footer .lower_footer ul {
    display: flex;
    column-gap: 60px;
  }
  footer .top_footer .lower_footer ul li {
    font-size: 1.4rem;
    position: relative;
  }
  footer .top_footer .lower_footer ul li a {
    color: #000;
  }
  footer .top_footer .lower_footer ul li a[target=_blank] {
    position: relative;
  }
  footer .top_footer .lower_footer ul li a[target=_blank]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/common/icon_external_link.webp") no-repeat;
    background-size: contain;
    top: 0.1em;
    right: -1.7em;
  }
  footer .top_footer .lower_footer ul li a.no-icon::after {
    content: none;
  }
  footer > .pagetop {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: #b2b2b2;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 37px;
    right: 53px;
  }
  footer > .pagetop::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 20px;
    background: url("../images/common/pagetop.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  footer .copyright {
    line-height: 1;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 21px 0 20px;
    background: #f4f4f4;
    letter-spacing: 0.1px;
    margin-top: 0;
  }
  /* フローティングバナー */
  .bnr-wrap {
    width: min(65%, 516px);
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 10;
  }
  .bnr-wrap a {
    display: contents;
  }
  .bnr-wrap figure {
    position: relative;
  }
  .bnr-wrap figure:hover {
    opacity: 0.9;
  }
  .bnr-wrap figure .close-btn-wrap {
    position: absolute;
    right: 14px;
    top: -14px;
    z-index: 5;
  }
  .bnr-wrap figure .close-btn-wrap .close-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100vh;
    cursor: pointer;
  }
  .bnr-wrap figure .close-btn-wrap .close-btn > span {
    width: 52%;
    height: 0.1em;
    background: #fff;
    position: relative;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .bnr-wrap figure .close-btn-wrap .close-btn > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}
/* cocconの.sidebarに対するデフォルトスタイルによるレイアウト崩れ対策 */
@media screen and (max-width: 1023px) {
  .aside .sidebar {
    display: block;
  }
  .no-mobile-sidebar .sidebar {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .aside .sidebar {
    padding: initial;
    border-width: initial;
    margin: initial;
  }
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .ttl {
    width: 100%;
    padding: 9.11458% 3.90625%;
    background: url("../images/common/ttl.webp") no-repeat center;
    -moz-background-size: cover;
    background-size: cover;
    font-size: 0;
    text-align: center;
  }
  .ttl h1 {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 30px;
    color: #fff;
    padding-left: 64px;
    letter-spacing: 1px;
  }
  .ttl h1::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .container {
    min-width: 320px;
  }
  .breadcrumb {
    padding: 5px 5px 15px 25px;
    margin: 0 auto;
  }
  .breadcrumb ul {
    display: inline-block;
    word-break: break-all;
    margin-bottom: -5px;
  }
  .breadcrumb ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .breadcrumb ul li {
    float: left;
    position: relative;
    font-size: 1.1rem;
    line-height: 20px;
    color: #000;
    padding-right: 18px;
  }
  .breadcrumb ul li:first-of-type::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../images/common/icon_home.webp") 0 0 no-repeat;
    background-size: cover;
    left: -17px;
    top: 4px;
  }
  .breadcrumb ul li:last-of-type::before {
    color: #000;
  }
  .breadcrumb ul li::before {
    content: ">";
    display: block;
    font-size: 1.1rem;
    line-height: 18px;
    color: #03a744;
    position: absolute;
    top: 0;
    left: -12px;
  }
  .breadcrumb ul li:last-child {
    padding-right: 0;
  }
  .breadcrumb ul li a {
    display: block;
    color: #03a744;
    font-weight: bold;
  }
  .breadcrumb h2 {
    font-size: 1.1rem;
    display: inline-block;
    margin-top: -5px;
    word-break: break-all;
  }
  header {
    background-color: #fff;
    position: relative;
    z-index: 99;
  }
  header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: initial;
  }
  header .top .main_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 13px;
    min-height: 60px;
    border-bottom: 2px solid #0cad50;
  }
  header .top .main_top .logo {
    font-size: 0;
    width: 79.23729%;
  }
  header .top .main_top .logo a {
    display: block;
  }
  header .top .main_top .logo_top {
    font-size: 0;
    width: min(100%, 290px);
  }
  header .top .main_top .logo_top h1 {
    position: absolute;
    top: 59%;
    left: 64px;
    letter-spacing: -0.2px;
    font-size: 1rem;
    color: #333;
    display: none;
  }
  header .top .main_top .logo_top a {
    display: block;
  }
  header .top .main_top .right {
    width: 29px;
    height: 23px;
  }
  header .top .main_top .right ul {
    display: none;
  }
  header .top .main_top .right .icon_menu {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 29px;
    height: 23px;
    cursor: pointer;
  }
  header .top .main_top .right .icon_menu > span {
    display: block;
    height: 0.2em;
    background-color: #0cad50;
    transition: all 0.3s;
  }
  header .top .main_top .right .icon_menu > span + span {
    margin-top: 6px;
  }
  header .top .main_top .right .icon_menu.active span:first-child {
    opacity: 0;
  }
  header .top .main_top .right .icon_menu.active span:nth-child(2) {
    background-color: #eb5723;
    transform: translateY(7px) rotate(45deg);
    margin-top: 0;
  }
  header .top .main_top .right .icon_menu.active span:last-child {
    background-color: #eb5723;
    transform: translateY(4px) rotate(-45deg);
    margin-top: 0;
  }
  header .top .main_top .right .overlay-sp {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 60px;
    width: 100vw;
    height: 100vh;
    transition: all 0.7s;
    display: none;
  }
  header .top .main_top .right .overlay-sp.active {
    display: block;
  }
  header .nav {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    visibility: visible;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  header .nav > ul:first-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
  }
  header .nav > ul:first-child > li {
    width: 50%;
    border-top: 1px solid #e5e5e5;
    background: #f2fbf5;
    border-right: 1px solid #e5e5e5;
  }
  header .nav > ul:first-child > li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
    background: #f2fbf5;
  }
  header .nav > ul:first-child > li > a {
    font-size: 1.3rem;
    line-height: 15px;
    color: #000;
    display: block;
    position: relative;
    padding: 9.63542% 0 8.59375% 13.80208%;
  }
  header .nav > ul:first-child > li > a::before {
    position: absolute;
    content: "";
    width: 7.8125%;
    height: 0;
    padding-top: 7.8125%;
    left: 2.34375%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    margin-top: 9.63542%;
    background: url("../images/common/btn_nav.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  header .nav > ul:first-child > li > ul {
    display: none;
  }
  header .nav > ul.get_el {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.60417% 3.90625%;
    background: #fff;
  }
  header .nav > ul.get_el li {
    width: 48.0226%;
    position: relative;
    height: 0;
    padding-top: 16.94915%;
  }
  header .nav > ul.get_el li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2.82486%;
  }
  header .nav > ul.get_el li:nth-of-type(1) a {
    background: #03a744;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .nav > ul.get_el li:nth-of-type(1) a::before {
    content: none;
  }
  header .nav > ul.get_el li:nth-of-type(2) a {
    background: #6dcc16;
  }
  header .nav > ul.get_el li:nth-of-type(2) a::before {
    width: 9.70588%;
    padding-top: 12.35294%;
    background: url("../images/common/icon_lock.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 16.66667%;
  }
  header .nav > ul.get_el li:nth-of-type(3) a {
    background: #fe8524;
  }
  header .nav > ul.get_el li:nth-of-type(3) a::before {
    width: 12.94118%;
    padding-top: 10%;
    background: url("../images/common/icon_envelop.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 18.33333%;
  }
  header .nav > ul.get_el li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    font-size: 1.2rem;
    line-height: 2.3rem;
    color: #fff;
    font-weight: bold;
    padding: 17.35294% 0 0;
    text-align: center;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  header .nav > ul.get_el li a::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    height: 0;
  }
  header .nav-sp {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100vw;
    max-height: 0;
    left: 0;
    top: 60px;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
  }
  header .nav-sp .btns {
    padding: 16px 10px;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  header .nav-sp .btns a {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: min(49%, 250px);
    height: 50px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 51px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* 2025年3月末日まで「2024年度会員専用ページログイン」ボタンを設置の為、一時的にコメントアウト
    &:last-child {
      background-color: #eb5723;
      &::before {
        content: "";
        position: absolute;
        width: 28px;
        height: 22px;
        background: url("../images/common/icon_envelop.webp") 0 0
          no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        left: 10px;
      }
    }
    */
    /* 2025年3月末日までの「2024年度会員専用ページログイン」ボタン設置が終了し次第コメントアウト */
    /* 2025年3月末日までの「2024年度会員専用ページログイン」ボタン設置が終了し次第コメントアウト */
  }
  header .nav-sp .btns a:first-child {
    background-color: #6dcc16;
  }
  header .nav-sp .btns a:first-child::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 26px;
    background: url("../images/common/icon_lock.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 10px;
  }
  header .nav-sp .btns a:first-child::after {
    background: #03a744;
  }
  header .nav-sp .btns a:nth-child(2) {
    background-color: #eb5723;
  }
  header .nav-sp .btns a:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/common/icon_envelop.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 10px;
  }
  header .nav-sp .menus > ul.sub {
    display: none;
  }
  header .nav-sp .menus > ul.sub li {
    font-size: 1.6rem;
    height: 59px;
    background-color: #fff;
    border-bottom: 1px solid #0cad50;
    position: relative;
    cursor: pointer;
  }
  header .nav-sp .menus > ul.sub li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/common/arrow_footer.webp) no-repeat;
    background-size: contain;
    top: calc(50% - 12.5px);
    left: 26px;
  }
  header .nav-sp .menus > ul.sub li a {
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 56px;
  }
  header .nav-sp .menus > ul:not(.sub) li {
    font-size: 1.6rem;
    font-weight: bold;
    height: 59px;
    background-color: #fff;
    border-bottom: 2px solid #0cad50;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  header .nav-sp .menus > ul:not(.sub) li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #0cad50;
    line-height: 1;
    width: 0.9em;
    height: 0.9em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 0.5em);
  }
  header .nav-sp .menus > ul:not(.sub) li.has-sub {
    padding-left: 20px;
  }
  header .nav-sp .menus > ul:not(.sub) li.has-sub.active::after {
    transform: translateY(25%) rotate(-45deg);
  }
  header .nav-sp .menus > ul:not(.sub) li a {
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
  }
  header .nav-sp.active {
    max-height: calc(100vh - 60px);
    overflow: scroll;
  }
  header .nav-sp.active .menus.has-padding {
    padding-bottom: 80px;
  }
  /* サブナビゲーション */
  .aside {
    margin-top: 0;
  }
  .aside .extra {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .aside .extra li {
    width: 50%;
    height: 59px;
    border: 1px solid #D9D9D9;
  }
  .aside .extra li:last-child a {
    border-bottom: 0;
    font-size: 1.5rem;
  }
  .aside .extra li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    color: #03a744;
    font-size: 1.4rem;
    position: sticky;
    padding-left: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    overflow: hidden;
    height: 100%;
    padding: 7.25px 3px;
  }
  .aside .extra li a:hover, .aside .extra li a.active {
    color: #fff;
    opacity: 1;
  }
  .aside .extra li a:hover:before, .aside .extra li a.active:before {
    -webkit-transform: scale3d(14, 9, 1);
    -moz-transform: scale3d(14, 9, 1);
    transform: scale3d(14, 9, 1);
  }
  .aside .extra li a:before {
    content: "";
    z-index: -1;
    position: absolute;
    background: #03a744;
    top: 50%;
    right: 100%;
    margin: -15px 1px 0 1px;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .aside .extra li a br {
    display: none;
  }
  .aside .extra.about li:nth-child(2), .aside .extra.about li:nth-child(4) {
    border-left: 0;
  }
  .aside .extra.activity li:nth-child(2), .aside .extra.activity li:nth-child(4), .aside .extra.activity li:nth-child(6) {
    border-left: 0;
  }
  .aside .extra.apply li:nth-child(2), .aside .extra.apply li:nth-child(4) {
    border-left: 0;
  }
  aside .sidebar .common .box {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #fcff00;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    padding: 4.37853% 3.38983% 3.67232%;
    background: -webkit-linear-gradient(284deg, #fcff08 0%, #fcff08 49%, #f8ee0f 50%, #f8ee0f 100%);
    background: -moz- oldlinear-gradient(284deg, #fcff08 0%, #fcff08 49%, #f8ee0f 50%, #f8ee0f 100%);
    background: linear-gradient(166deg, #fcff08 0%, #fcff08 49%, #f8ee0f 50%, #f8ee0f 100%);
    /* w3c */
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  aside .sidebar .common .box h3 {
    font-size: 1.7rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
  }
  aside .sidebar .common .box a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #03a744;
    overflow: hidden;
    z-index: 1;
    margin-top: 4.51977%;
    padding: 5.36723% 0 5.08475%;
  }
  aside .sidebar .common .box a:hover {
    opacity: 1;
  }
  aside .sidebar .common .box a:hover::after {
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    transform: scale(10, 10);
  }
  aside .sidebar .common .box a::before {
    position: absolute;
    content: "";
    width: 2.25989%;
    height: 0;
    padding-top: 3.67232%;
    background: url("../images/common/arrow_sidebar.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.24859%;
  }
  aside .sidebar .common .box a::after {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 65px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  aside .sidebar .common .bp {
    margin-top: 4.23729%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  aside .sidebar .common .bp li {
    width: 48.87006%;
  }
  aside .sidebar .common .bp li:nth-child(1) a span::before {
    width: 16.18497%;
    height: 0;
    padding-top: 8.67052%;
    background: url("../images/common/icon_bus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 2.02312%;
  }
  aside .sidebar .common .bp li:nth-child(2) a span::before {
    width: 10.11561%;
    height: 0;
    padding-top: 10.11561%;
    background: url("../images/common/icon_person.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 5.20231%;
  }
  aside .sidebar .common .bp li a {
    display: block;
    height: 0;
    padding-top: 28.61272%;
    border: 1px solid #03a744;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  aside .sidebar .common .bp li a:hover {
    opacity: 1;
    border-color: #6dcc16;
  }
  aside .sidebar .common .bp li a:hover span {
    color: #fff;
  }
  aside .sidebar .common .bp li a:hover span::after {
    background: url("../images/common/arrow_side_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .bp li a:hover::before {
    -webkit-transform: scale(9, 9);
    -moz-transform: scale(9, 9);
    -ms-transform: scale(9, 9);
    transform: scale(9, 9);
  }
  aside .sidebar .common .bp li a::before {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 9);
    -moz-transform: scale(1, 9);
    -ms-transform: scale(1, 9);
    transform: scale(1, 9);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  aside .sidebar .common .bp li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 0 0 0 21.6763%;
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .sidebar .common .bp li a span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  aside .sidebar .common .bp li a span::after {
    position: absolute;
    content: "";
    width: 4.04624%;
    height: 0;
    padding-top: 6.93642%;
    background: url("../images/common/arrow_side.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.75723%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .sidebar .common .list {
    margin-top: 40px;
    display: block;
  }
  aside .sidebar .common .list li {
    border-bottom: 1px solid #e5e5e5;
  }
  aside .sidebar .common .list li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  aside .sidebar .common .list li:nth-last-child(-n+2) a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 6.49718% 0 6.21469% 7.76836%;
  }
  aside .sidebar .common .list li:nth-last-child(-n+2) a::before {
    display: none;
  }
  aside .sidebar .common .list li:nth-child(1) a::before {
    width: 5.50847%;
    height: 0;
    padding-top: 4.23729%;
    background: url("../images/common/icon_align.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .list li:nth-child(2) a::before {
    width: 5.36723%;
    height: 0;
    padding-top: 5.36723%;
    background: url("../images/common/icon_faq.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .list li:nth-child(3) a::before {
    width: 5.36723%;
    height: 0;
    padding-top: 4.09605%;
    background: url("../images/common/icon_eve.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  aside .sidebar .common .list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    padding: 6.49718% 0 6.21469% 17.37288%;
  }
  aside .sidebar .common .list li a:hover {
    opacity: 1;
  }
  aside .sidebar .common .list li a:hover::after {
    right: 0;
  }
  aside .sidebar .common .list li a::after {
    position: absolute;
    content: "";
    width: 5.08475%;
    height: 0;
    padding-top: 5.08475%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/common/btn.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .sidebar .common .list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7.62712%;
  }
  aside .sidebar .common .banner {
    margin-top: 7.48588%;
    margin-bottom: 11.44068%;
  }
  aside .sidebar .common .banner p {
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 6.63842%;
    font-weight: bold;
  }
  aside .sidebar .common .banner ul li {
    text-align: center;
    font-size: 0;
  }
  aside .sidebar .common .banner ul li:not(:last-child) {
    margin-bottom: 3.24859%;
  }
  aside .sidebar .common .banner ul li a {
    display: inline-block;
    width: 84.74576%;
  }
  aside .sidebar .twitter--ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
  aside .sidebar .twitter--ttl:before {
    content: "";
    background: url(../images/common/logo_twitter.webp) no-repeat center;
    -moz-background-size: contain;
    background-size: contain;
    width: 10vw;
    height: 8vw;
    margin-right: 2vw;
  }
  .topmiddle_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .topmiddle_btn li {
    width: 48.87006%;
  }
  .topmiddle_btn li:nth-child(1) a span::before {
    width: 16.18497%;
    height: 0;
    padding-top: 8.67052%;
    background: url("../images/common/icon_bus.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 2.02312%;
  }
  .topmiddle_btn li:nth-child(2) a span::before {
    width: 10.11561%;
    height: 0;
    padding-top: 10.11561%;
    background: url("../images/common/icon_person.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 5.20231%;
  }
  .topmiddle_btn li a {
    display: block;
    height: 0;
    padding-top: 28.61272%;
    border: 1px solid #03a744;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .topmiddle_btn li a:hover {
    opacity: 1;
    border-color: #6dcc16;
  }
  .topmiddle_btn li a:hover span {
    color: #fff;
  }
  .topmiddle_btn li a:hover span::after {
    background: url("../images/common/arrow_side_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .topmiddle_btn li a:hover::before {
    -webkit-transform: scale(9, 9);
    -moz-transform: scale(9, 9);
    -ms-transform: scale(9, 9);
    transform: scale(9, 9);
  }
  .topmiddle_btn li a::before {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 9);
    -moz-transform: scale(1, 9);
    -ms-transform: scale(1, 9);
    transform: scale(1, 9);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .topmiddle_btn li a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 0 0 0 21.6763%;
    color: #000;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .topmiddle_btn li a span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .topmiddle_btn li a span::after {
    position: absolute;
    content: "";
    width: 4.04624%;
    height: 0;
    padding-top: 6.93642%;
    background: url("../images/common/arrow_side.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.75723%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .end_enrollment {
    border-top: double 5px #333;
    border-bottom: double 5px #333;
    padding: 8vw 0;
    margin: 4vw 0;
  }
  .end_enrollment p {
    color: #e21a00;
    font-size: 4vw;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.8;
    text-align: center;
  }
  footer {
    background-color: #f4f4f4 !important;
    padding: 0 !important;
  }
  footer > .pagetop {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 13.02083%;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background: #b2b2b2;
  }
  footer > .pagetop::before {
    position: absolute;
    content: "";
    width: 6.51042%;
    height: 40%;
    background: url("../images/common/pagetop.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  footer .copyright {
    line-height: 1;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    color: #000;
    text-align: center;
    padding: 3.90625% 0 2.99479%;
    background: #f4f4f4;
  }
  footer .nav_under {
    width: 100%;
    padding: 20px 10px 0;
  }
  footer .nav_under .logo {
    width: min(100%, 290px);
  }
  footer .nav_under .logo h1 {
    margin: -11px 0 0 37px;
    font-size: 1rem;
    display: none;
  }
  footer .nav_under .icons {
    display: flex;
    justify-content: center;
    column-gap: 32px;
    margin-top: 25px;
  }
  footer .nav_under .icons a {
    width: 44px;
  }
  footer .nav_under .faq-contact {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 23px;
    align-items: center;
  }
  footer .nav_under .faq-contact a {
    font-size: 1.4rem;
  }
  footer .nav_under .faq-contact a:first-child {
    width: min(100%, 244px);
    height: 44px;
    border: 1px solid #333;
    border-radius: 7px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #333;
  }
  footer .nav_under .faq-contact a:last-child {
    background: #eb5723;
    padding-left: 2em;
    color: #fff;
    font-weight: bold;
    position: relative;
    width: min(100%, 244px);
    height: 44px;
    border-radius: 7px;
    flex-grow: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s;
  }
  footer .nav_under .faq-contact a:last-child::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/common/icon_envelop.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    left: 10px;
    top: calc(50% - 11px);
  }
  footer .nav_under .faq-contact a:last-child::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    background: #fe8524;
  }
  footer .nav_under .faq-contact a:last-child:hover::after {
    transform: scale3d(10, 9, 1);
  }
  footer .nav_under .menus {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px solid #AFAFAF;
  }
  footer .nav_under .menus > div:nth-child(2), footer .nav_under .menus > div:nth-child(3), footer .nav_under .menus > div:nth-child(6) {
    margin-top: 51px;
  }
  footer .nav_under .menus > div:not(:first-child, :nth-child(2), footer .nav_under .menus > div:nth-child(3), footer .nav_under .menus > div:nth-child(6)) {
    margin-top: 29px;
  }
  footer .nav_under .menus > div h3 {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.7em;
  }
  footer .nav_under .menus > div h3::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 23px;
    background-color: #0cad50;
    top: 0;
    left: 0;
  }
  footer .nav_under .menus > div ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 15px;
  }
  footer .nav_under .menus > div ul li {
    font-size: 1.4rem;
    padding-left: 1em;
    width: 50%;
  }
  footer .nav_under .menus > div ul li.long {
    width: 100%;
  }
  footer .nav_under .menus > div ul li a {
    color: #000;
  }
  footer .nav_under .menus-lower {
    display: flex;
    column-gap: 44px;
    margin-top: 23px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  footer .nav_under .menus-lower li {
    font-size: 1.4rem;
  }
  footer .nav_under .menus-lower li a {
    color: #000;
  }
  footer .nav_under .menus-lower li a[target=_blank] {
    position: relative;
  }
  footer .nav_under .menus-lower li a[target=_blank]::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../images/common/icon_external_link.webp") no-repeat;
    background-size: contain;
    top: 0.2em;
    right: -1.7em;
  }
  footer .nav_under .menus-lower li a.no-icon::after {
    content: none;
  }
  .foot_bnr {
    display: none;
    bottom: 0;
    position: fixed;
    z-index: 10;
  }
  .foot_bnr img {
    height: auto;
    width: 100%;
  }
  .foot_bnr + .container {
    padding-bottom: 23.4375%;
  }
  /* フローティングバナー */
  .bnr-wrap {
    width: min(65%, 516px);
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 10;
  }
  .bnr-wrap a {
    display: contents;
  }
  .bnr-wrap figure {
    position: relative;
  }
  .bnr-wrap figure:hover {
    opacity: 0.9;
  }
  .bnr-wrap figure .close-btn-wrap {
    position: absolute;
    right: 8px;
    top: -11px;
    z-index: 5;
  }
  .bnr-wrap figure .close-btn-wrap .close-btn {
    display: inline-block;
    color: #fff;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100vh;
    cursor: pointer;
  }
  .bnr-wrap figure .close-btn-wrap .close-btn > span {
    width: 52%;
    height: 0.1em;
    background: #fff;
    position: relative;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .bnr-wrap figure .close-btn-wrap .close-btn > span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 520px), print {
  header .nav-sp .btns a {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  header .nav-sp .btns a br {
    display: none;
  }
}
@media screen and (max-width: 360px), print {
  header .top .main_top .logo_top {
    width: min(100%, 250px);
  }
  header .nav-sp .btns {
    padding: 16px 3px;
  }
}