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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* wrapper
-------------------------*/
.l-main {
  display: block;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 100px;
    padding-bottom: 135px;
  }
}
@media screen and (min-width: 1080px) {
  .l-main {
    padding-top: 140px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main {
    padding-top: 175px;
  }
}

.l-container {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1080px) {
  .l-container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .l-left-contents {
    margin-right: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .l-left-contents {
    margin-right: 90px;
  }
}
@media screen and (min-width: 1360px) {
  .l-left-contents {
    margin-right: 180px;
  }
}
@media screen and (min-width: 768px) {
  .l-left-contents__inner {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .l-left-contents__inner {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1360px) {
  .l-left-contents__inner {
    padding-left: 180px;
  }
}
@media screen and (min-width: 768px) {
  .l-right-contents {
    padding-left: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .l-right-contents {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1360px) {
  .l-right-contents {
    padding-left: 180px;
  }
}
@media screen and (min-width: 768px) {
  .l-right-contents__inner {
    padding-right: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .l-right-contents__inner {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1360px) {
  .l-right-contents__inner {
    padding-right: 180px;
  }
}

@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-column-reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-clm-body {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1080px) {
  .l-clm-body {
    width: calc(100% - 350px);
  }
}

@media screen and (min-width: 768px) {
  .l-clm-side {
    width: 300px;
  }
}

/* ------------------------------------------------
 	footer
  ---------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-footer .l-container {
    padding: 0;
  }
}

.footer__container {
  position: relative;
  background-color: #222;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 75px;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding: 0 90px;
  }
}
@media screen and (min-width: 1360px) {
  .footer__inner {
    padding: 0 180px;
  }
}
.footer__logo {
  position: relative;
  top: -35px;
  padding: 23px 15px;
  width: calc(100% - 125px);
  max-width: 250px;
  background-color: #555;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: calc(100% - 180px);
    max-width: 1500px;
    padding: 30px 0;
    top: -50px;
  }
  .footer__logo::before {
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    content: "";
    background-color: #555;
  }
}
@media screen and (min-width: 768px) and (min-width: 1080px) {
  .footer__logo {
    padding: 49px 0;
  }
}
.footer__logo a {
  display: block;
  width: 132px;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .footer__logo a {
    width: 275px;
  }
}
.footer__copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .footer__copy {
    font-size: 14px;
  }
}

.footer-nav {
  margin-top: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-bottom: 50px;
  }
}
.footer-nav__list {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer-nav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1080px) {
  .footer-nav__list {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .footer-nav__list {
    font-size: 14px;
  }
}
.footer-nav__list li {
  border-bottom: 1px solid #777;
}
.footer-nav__list a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.footer-nav__list--form {
  border-top: 1px solid #777;
}
@media screen and (min-width: 768px) {
  .footer-nav__list--form {
    margin-bottom: 60px;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav__list--form li {
    width: calc(50% - 20px);
    border: 1px solid #777;
    margin: 0 10px 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1080px) {
  .footer-nav__list--form li {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .footer-nav__list--form a {
    transition: border 300ms;
    position: relative;
    border-left: solid 0 transparent;
    padding: 12px 0 12px 15px;
  }
  .footer-nav__list--form a:after {
    position: absolute;
    top: 12px;
    right: 20px;
    content: "＞";
    transition: right 300ms;
  }
  .footer-nav__list--form a:hover {
    border-left: 10px solid #00afcc;
  }
  .footer-nav__list--form a:hover::after {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav__list--page li {
    border-bottom: none;
    margin: 0 10px;
  }
  .footer-nav__list--page a {
    position: relative;
    padding: 0;
  }
  .footer-nav__list--page a::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #00afcc;
    content: "";
    transition: width 300ms 100ms;
  }
  .footer-nav__list--page a:hover::before {
    width: 100%;
  }
}

.page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 80;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1080px) {
  .page-top {
    right: 25px;
    bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .page-top {
    right: 35px;
    bottom: 20px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .page-top {
    right: 50px;
  }
}
.page-top img {
  max-width: inherit;
  width: 100%;
}
.page-top.is_position {
  position: absolute !important;
  bottom: inherit;
  top: -15px;
  right: 15px;
}
@media screen and (min-width: 1080px) {
  .page-top.is_position {
    top: -30px;
    right: 25px;
  }
}
@media screen and (min-width: 1360px) {
  .page-top.is_position {
    right: 50px;
  }
}

/* header
-------------------------*/
.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
  height: 80px;
  background-color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
  }
}
@media screen and (min-width: 1080px) {
  .l-header {
    padding: 25px 25px 0;
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    height: 130px;
    padding: 25px 50px 0;
  }
}
.l-header.is_hide {
  transform: translate3d(0, -140px, 0);
}

@media screen and (min-width: 1080px) {
  .header__inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.header__logo {
  display: block;
  width: 113px;
  opacity: 1;
  transition: opacity 300ms;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo img {
  max-width: inherit;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .header__logo {
    width: 130px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 170px;
    padding-top: 10px;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 1080px) {
  .header-nav {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .header-nav__list {
    display: flex;
    font-size: 15px;
    padding-right: 100px;
    z-index: 10;
  }
  .header-nav__list > li {
    height: 73px;
  }
  .header-nav__list > li.is_hover > a::before {
    width: calc(100% - 20px);
  }
  .header-nav__list > li.is_hover .header-nav__sub {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .header-nav__list > li.is_hover .header-nav__sub::before {
    height: 100%;
  }
  .header-nav__list > li.is_current > a::before {
    width: calc(100% - 20px);
  }
  .header-nav__list > li > a {
    position: relative;
    display: block;
    padding: 12px 10px 0;
    height: 100%;
    box-sizing: border-box;
  }
  .header-nav__list > li > a::before {
    position: absolute;
    top: 43px;
    left: 10px;
    width: 0;
    height: 3px;
    background-color: #00afcc;
    content: "";
    transition: width 300ms 100ms;
  }
  .header-nav__list > li > a:hover::before {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .header-nav__list {
    padding-top: 19px;
    padding-right: 120px;
  }
  .header-nav__list > li {
    height: 86px;
  }
  .header-nav__list > li > a {
    padding: 12px 15px 0;
  }
}
@media screen and (min-width: 1360px) {
  .header-nav__list {
    padding-right: 230px;
  }
}
.header-nav__sub {
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 30px;
  padding-bottom: 64px;
  box-sizing: border-box;
  transition: all 300ms;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.header-nav__sub::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 300ms;
  background-color: #222;
  content: "";
}
@media screen and (min-width: 1080px) {
  .header-nav .sub-list {
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    margin: 0 auto;
  }
  .header-nav .sub-list li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(25% - 20px);
    max-width: 230px;
  }
  .header-nav .sub-list a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    color: #999;
    border-bottom: 1px solid #999;
    transition: color 300ms;
  }
  .header-nav .sub-list a::before {
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #00afcc;
    content: "";
    transition: width 300ms;
  }
  .header-nav .sub-list a::after {
    position: absolute;
    top: 2px;
    right: 10px;
    content: "＞";
    font-size: 12px;
    transition: right 300ms;
  }
  .header-nav .sub-list a:hover {
    color: #fff;
  }
  .header-nav .sub-list a:hover:before {
    width: 100%;
  }
  .header-nav .sub-list a:hover::after {
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav .sub-list {
    padding: 30px 0 0;
  }
  .header-nav .sub-list li {
    width: 265px;
  }
}
@media screen and (min-width: 1080px) {
  .header-nav-bg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all 300ms;
    height: 0;
    background-color: #222;
  }
  .header-nav-bg.is_hover {
    height: 180px;
  }
}

.header__menu-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #00afcc;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .header__menu-btn:hover::after {
    left: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .header__menu-btn {
    top: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .header__menu-btn {
    width: 80px;
    height: 80px;
  }
  .header__menu-btn:hover::after {
    left: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .header__menu-btn {
    right: 50px;
  }
}
.header__menu-btn:before {
  position: absolute;
  top: 17px;
  left: 15px;
  box-sizing: border-box;
  width: 20px;
  height: 16px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  box-sizing: border-box;
  transition: transform 200ms ease-out;
}
@media screen and (min-width: 1280px) {
  .header__menu-btn:before {
    top: 30px;
    left: 25px;
    width: 30px;
    height: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.header__menu-btn:after {
  position: absolute;
  top: 24px;
  left: 15px;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  transition: all 200ms ease-out;
}
@media screen and (min-width: 1280px) {
  .header__menu-btn:after {
    top: 39px;
    left: 25px;
    width: 30px;
    height: 2px;
  }
}
.header__menu-btn.is_open:before {
  transform: rotate(45deg);
  border-bottom: none;
  top: 22px;
  left: 9px;
}
@media screen and (min-width: 1280px) {
  .header__menu-btn.is_open:before {
    top: 36px;
    left: 18px;
  }
}
.header__menu-btn.is_open:after {
  transform: rotate(-45deg);
  top: 24px;
  left: 15px;
}
@media screen and (min-width: 1280px) {
  .header__menu-btn.is_open:after {
    top: 39px;
    left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .header__menu-btn.is_open:hover::before {
    top: 25px;
    left: 15px;
    transform-origin: center top 0;
    transform: rotate(0);
  }
  .header__menu-btn.is_open:hover::after {
    transform-origin: center top 0;
    transform: rotate(0);
    top: 25px;
    left: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .header__menu-btn.is_open:hover::before {
    top: 40px;
    left: 26px;
    transform: rotate(0);
  }
  .header__menu-btn.is_open:hover::after {
    top: 40px;
    left: 26px;
    transform: rotate(0);
  }
}

/* gnav
-------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 90;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.gnav::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  transform: scaleX(0);
  z-index: 1;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: right center;
  content: "";
}
.gnav__logo {
  display: block;
  width: 113px;
  margin-left: 15px;
  margin-bottom: 45px;
  opacity: 0;
}
.gnav__logo img {
  max-width: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gnav__logo {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1080px) {
  .gnav__logo {
    width: 130px;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav__logo {
    width: 170px;
    margin-left: 50px;
  }
}
.gnav__inner {
  position: relative;
  padding-top: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gnav__inner {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .gnav__inner {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .gnav__inner {
    padding-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .gnav__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #777;
  }
}

.gnav-list {
  padding: 0 15px 30px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .gnav-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px 15px;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-list {
    max-width: 640px;
    padding: 0;
    margin: 0 0 0 auto;
  }
}
.gnav-list li {
  border-bottom: 1px solid #777;
}
@media screen and (min-width: 768px) {
  .gnav-list li {
    margin-right: 108px;
    border-bottom: none;
    font-size: 14px;
  }
}
.gnav-list a {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gnav-list a {
    padding: 15px 0 10px;
  }
}
.gnav-list a:after {
  position: absolute;
  top: 12px;
  right: 5px;
  content: "＞";
  font-size: 12px;
}
.gnav-list li.gnav-list__first-item {
  margin-top: 13px;
  font-weight: 500;
  border-bottom: 1px solid #00afcc;
}
.gnav-list li.gnav-list__first-item a {
  padding: 12px 20px 12px 0;
}
@media screen and (min-width: 768px) {
  .gnav-list li.gnav-list__first-item {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    border-bottom: 1px solid #777;
  }
  .gnav-list li.gnav-list__first-item a:before {
    height: 1px;
    top: 100%;
  }
}
@media screen and (min-width: 768px) {
  .gnav-list--main {
    margin-bottom: 60px;
  }
  .gnav-list--main a::before {
    position: absolute;
    top: 43px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #00afcc;
    content: "";
    transition: width 300ms 100ms;
  }
  .gnav-list--main a::after {
    display: none;
  }
  .gnav-list--main a:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-list--main {
    margin-bottom: 130px;
  }
}
.gnav-list--form {
  background-color: #555;
}
.gnav-list--form a {
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .gnav-list--form {
    margin-bottom: 40px;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gnav-list--form li {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
  }
  .gnav-list--form li a {
    position: relative;
    display: block;
    padding: 12px 15px;
    border-left: solid 0 transparent;
    transition: border 300ms cubic-bezier(0.7, 0, 0.3, 1);
  }
  .gnav-list--form li a::after {
    position: absolute;
    top: 12px;
    right: 20px;
    content: "＞";
    font-size: 12px;
    transition: right 300ms;
  }
  .gnav-list--form li a:hover {
    border-left: 10px solid #00afcc;
  }
  .gnav-list--form li a:hover::after {
    right: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-list--form {
    margin-bottom: 90px;
  }
}
.gnav-list--page {
  margin-top: -30px;
  background-color: #555;
}
.gnav-list--page a {
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .gnav-list--page {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gnav-list--page li {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .gnav-list--page a {
    padding: 8px 0;
  }
  .gnav-list--page a::after {
    content: "";
  }
  .gnav-list--page a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #00afcc;
    content: "";
    transition: width 300ms 100ms;
  }
  .gnav-list--page a:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .gnav-list--page li {
    width: auto;
  }
}

@media screen and (min-width: 1080px) {
  .announce-list {
    margin-bottom: 35px;
  }
  .announce-list li {
    border-bottom: 1px solid #777;
  }
  .announce-list li:last-child {
    border-bottom: none;
  }
  .announce-list a {
    display: block;
    color: #fff;
    padding: 12px 0;
  }
}
@media screen and (min-width: 1080px) and (min-width: 768px) {
  .announce-list a {
    transition: background-color 300ms;
  }
  .announce-list a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 1080px) {
  .announce-list__meta {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-end;
  }
  .announce-list__place {
    font-size: 12px;
  }
  .announce-list__title {
    font-size: 14px;
    line-height: 1.5;
  }
  .announce-list__title span {
    margin-left: 1em;
  }
  .announce-list__txt {
    font-size: 14px;
  }
  .announce-list--seminar .announce-list__date {
    display: block;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-size: 18px;
    margin-right: 20px;
  }
  .announce-list--seminar .announce-list__date span {
    display: block;
    font-size: 12px;
  }
  .announce-list--news .announce-list__date {
    font-size: 12px;
  }
}

@media screen and (min-width: 1080px) {
  .gnav__container {
    display: flex;
  }
}

.gnav__left-item {
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  .gnav__left-item {
    width: 57.1428571429%;
    padding-right: 40px;
    padding-left: 25px;
    padding-bottom: 100px;
    box-sizing: border-box;
    align-self: flex-start;
    position: sticky;
    top: 50px;
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}

.gnav__right-item {
  display: none;
}
@media screen and (min-width: 1080px) {
  .gnav__right-item {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 20px 25px 50px 40px;
    width: 42.8571428571%;
    box-sizing: border-box;
    background-color: #555;
    opacity: 0;
  }
}
@media screen and (min-width: 1080px) {
  .gnav__right-item-inner {
    max-width: 400px;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}

.gnav.is_open {
  visibility: visible;
}
.gnav.is_open:after {
  transform: scaleX(1);
}
.gnav.is_open .gnav__logo {
  opacity: 1;
  transition: opacity 100ms 500ms;
}
.gnav.is_open .gnav__left-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
}
@media screen and (min-width: 1080px) {
  .gnav.is_open .gnav__left-item {
    transition-timing-function: ease-out;
    transition-duration: 800ms;
    transition-delay: 800ms;
  }
}
@media screen and (min-width: 1080px) {
  .gnav.is_open .gnav__right-item {
    opacity: 1;
    transition-timing-function: ease-out;
    transition-duration: 100ms;
    transition-delay: 400ms;
  }
}
@media screen and (min-width: 1080px) {
  .gnav.is_open .gnav__right-item-inner {
    transform: translateY(0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-duration: 1s;
    transition-delay: 200ms;
  }
}

/* breadcrumb
-------------------------*/
.breadcrumb {
  margin-top: 50px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .breadcrumb {
    font-size: 16px;
  }
}
.breadcrumb ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  line-height: 1.5;
  flex-wrap: wrap;
}
.breadcrumb ul:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "／";
}
@media screen and (min-width: 768px) {
  .breadcrumb ul:before {
    display: none;
  }
}
.breadcrumb li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: calc(1em + 5px);
}
@media screen and (min-width: 768px) {
  .breadcrumb li {
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.breadcrumb li:last-child {
  color: #777;
}
.breadcrumb li + li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .breadcrumb li + li {
    margin-left: 15px;
  }
}
.breadcrumb li + li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "／";
}
@media screen and (min-width: 768px) {
  .breadcrumb li + li:before {
    position: relative;
    margin-right: 15px;
  }
}
.breadcrumb li a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.breadcrumb li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.breadcrumb li a:hover::before {
  width: 100%;
}
.breadcrumb__inner {
  display: flex;
}
.breadcrumb__top {
  width: 30px;
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
}
.breadcrumb__top::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.breadcrumb__top:hover::before {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .service-list {
    display: flex;
    text-align: center;
    margin: 0 -10px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .service-list {
    margin: 0 -15px 50px;
  }
}
@media screen and (min-width: 1080px) {
  .service-list__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.service-list li {
  position: relative;
  margin-bottom: 30px;
  min-height: 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 1080px) {
  .service-list li {
    width: calc(20% - 20px);
    height: auto;
    max-width: 200px;
    max-height: 200px;
    margin: 0 10px;
    box-sizing: border-box;
  }
  .service-list li::after {
    display: block;
    content: "";
    padding-top: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .service-list li {
    width: calc(20% - 30px);
    margin: 0 15px;
  }
}
.service-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
  z-index: 20;
}
@media screen and (min-width: 1080px) {
  .service-list li a:hover .service-list__inner::before {
    background-color: rgba(0, 175, 204, 0.5019607843);
  }
}
.service-list__inner {
  padding: 10px 0 0 15px;
}
@media screen and (min-width: 1080px) {
  .service-list__inner {
    padding: 0;
  }
}
.service-list__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 2px solid #00afcc;
  border-radius: 50%;
  content: "";
  z-index: 5;
}
@media screen and (min-width: 1080px) {
  .service-list__inner:before {
    width: 100%;
    height: 100%;
    border: 1px solid #00afcc;
    box-sizing: border-box;
    transition: all 300ms;
  }
}
.service-list__number {
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 20px;
  margin-bottom: 3px;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  .service-list__number {
    font-size: 32px;
    margin-left: 0;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__number {
    font-size: 1.9047619048vw;
    padding-top: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1680px) {
  .service-list__number {
    font-size: 32px;
  }
}
.service-list__title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
}
@media screen and (min-width: 1080px) {
  .service-list__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .service-list__title {
    font-size: 0.9523809524vw;
  }
}
@media screen and (min-width: 1680px) {
  .service-list__title {
    font-size: 16px;
  }
}
.service-list__text {
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .service-list__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .service-list.is_p1 {
    display: flex;
  }
  .service-list.is_p1 li {
    width: 33.3%;
  }
  .service-list.is_p1 .service-list__title {
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1080px) {
  .service-list.is_p1 {
    margin: 0 0 50px;
    text-align: left;
  }
  .service-list.is_p1 li {
    max-width: inherit;
    max-height: inherit;
    border: none;
  }
  .service-list.is_p1 li::after {
    display: none;
  }
  .service-list.is_p1 .service-list__inner {
    position: relative;
  }
  .service-list.is_p1 .service-list__inner::before {
    width: 80px;
    height: 80px;
    border: 2px solid #00afcc;
  }
  .service-list.is_p1 .service-list__number {
    padding-top: 5px;
    margin-left: 34px;
    margin-bottom: 0;
  }
  .service-list.is_p1 .service-list__title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
  }
}

.button {
  position: relative;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #00afcc;
  width: 270px;
  color: #fff;
  font-size: 14px;
  border-left: solid 0 transparent;
  padding: 10px 40px 10px 20px;
  transition: border 300ms cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
  margin: 0 0 50px auto;
  -webkit-appearance: none;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .button {
    margin: 0 auto 80px 0;
    font-size: 16px;
    padding: 11px 40px 11px 20px;
  }
}
.button::after {
  position: absolute;
  top: 12px;
  right: 20px;
  content: "＞";
  font-size: 12px;
  transition: right 300ms;
}
@media screen and (min-width: 768px) {
  .button::after {
    top: 14px;
  }
}
.button:hover {
  border-left: 10px solid #fff;
}
.button:hover::after {
  right: 10px;
}
@media screen and (min-width: 1080px) {
  .button {
    width: 300px;
  }
}
.button--line {
  border-left: 1px solid #00afcc;
  border-bottom: 1px solid #00afcc;
  background-color: transparent;
  color: #222;
}
.button--line:hover {
  border-left: 10px solid #00afcc;
}
.button--hcolor {
  transition: background 300ms cubic-bezier(0.7, 0, 0.3, 1);
}
.button--hcolor:hover {
  border-left: none;
  background-color: #007e93;
}
.button--hcolor:hover::after {
  right: 20px;
}
.button--back {
  padding: 10px 20px 10px 53px;
}
@media screen and (min-width: 768px) {
  .button--back {
    padding: 11px 40px 11px 20px;
  }
}
.button--back::after {
  right: inherit;
  left: 20px;
  content: "＜";
}
.button--back:hover::after {
  right: inherit;
  left: 20px;
}
.button--bg-dark {
  background-color: #666;
}
.button--bg-dark.button--hcolor:hover {
  background-color: #555;
}
.button--gray {
  background-color: #89909c;
}
.button--gray::after {
  display: none;
}
.button--gray:hover {
  border: none;
  opacity: 1 !important;
}
.button--top {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .button--top {
    margin: 100px auto 0;
  }
}

span.button {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .button-list {
    display: flex;
  }
}
.button-list .button {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .button-list .button {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.button-list .button + .button {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .button-list .button + .button {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .button-list .button:only-child {
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 768px) {
  .button-list--reverse {
    flex-direction: row-reverse;
  }
}
.button-list--reverse .button + .button {
  margin: 0 auto 0 0;
}

.page-head {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-head {
    margin-bottom: 13px;
  }
}
.page-head__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .page-head__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .page-head__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1080px) {
  .page-head__title--privacy {
    font-size: 42px;
  }
}

.page-block__inner {
  padding: 50px 0;
}
@media screen and (min-width: 1080px) {
  .page-block__inner {
    padding: 75px 0;
  }
}
.page-block__title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-block__title {
    font-size: 20px;
    padding-left: 25px;
    padding-bottom: 0;
    min-height: 78px;
  }
}
@media screen and (min-width: 1080px) {
  .page-block__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.page-block__title::after {
  position: absolute;
  width: 100px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #00afcc;
  content: "";
}
@media screen and (min-width: 768px) {
  .page-block__title::after {
    bottom: inherit;
    top: 0;
    width: 10px;
    height: 100%;
    min-height: 78px;
  }
}
.page-block__line-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.page-block__line-title::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #00afcc;
  content: "";
}
.page-block__head {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-block__head {
    font-size: 30px;
  }
}
.page-block__top-text {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-block__top-text {
    padding-left: 25px;
    padding-bottom: 0;
    min-height: 78px;
  }
}
@media screen and (min-width: 1080px) {
  .page-block__top-text {
    margin-bottom: 50px;
  }
}
.page-block__top-text::after {
  position: absolute;
  width: 100px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #00afcc;
  content: "";
}
@media screen and (min-width: 768px) {
  .page-block__top-text::after {
    bottom: inherit;
    top: 0;
    width: 10px;
    height: 100%;
    min-height: 78px;
  }
}
.page-block__top-text p {
  margin-bottom: 1em;
}
.page-block__top-text p:last-child {
  margin-bottom: 0;
}
.page-block__top-text a {
  color: #00afcc;
}
.page-block__top-text a:hover {
  text-decoration: underline;
}
.page-block__top-text a + a {
  margin-left: 1.5em;
}
.page-block__top-text span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .page-block__top-text span {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.page-block__top-text.is-error {
  color: #DD0044;
  font-weight: 500;
}
.page-block__top-text--movie {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-block__top-text--movie {
    padding: 0;
  }
}
.page-block__top-text--movie p {
  line-height: 2;
}
.page-block__top-text--movie::after {
  display: none;
}
.page-block__text p {
  margin-bottom: 1em;
}
.page-block__text + .button-list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-block__text + .button-list {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .page-block__text + .button-list {
    margin-top: 100px;
  }
}
.page-block__text a {
  color: #00afcc;
}
.page-block__text ol {
  margin-left: 1.5em;
  list-style: decimal;
}
.page-block__text-right {
  text-align: right;
}
.page-block__text + .page-block__line-title {
  margin-top: 50px;
}
.page-block__img {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-block__img {
    margin-bottom: 50px;
  }
  .page-block__img img {
    margin: 0 0 0 auto;
  }
}
.page-block__imgs {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.page-block--bg-img {
  color: #fff;
}
.page-block--bg-img .page-block__inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page-block--bg-white:first-child .page-block__inner {
  padding: 0 0 50px;
}
@media screen and (min-width: 1080px) {
  .page-block--bg-white:first-child .page-block__inner {
    padding: 75px 0;
  }
}
.page-block--bg-white:last-child .page-block__inner {
  padding: 50px 0 0;
}
@media screen and (min-width: 1080px) {
  .page-block--bg-white:last-child .page-block__inner {
    padding: 75px 0 0;
  }
}
.page-block--bg-white:only-child .page-block__inner {
  padding: 0 0 50px;
}
@media screen and (min-width: 1080px) {
  .page-block--bg-white:only-child .page-block__inner {
    padding: 75px 0 0;
  }
}
.page-block--bg-white .page-block__inner {
  background-color: #fff;
}
.page-block--bg-gray .page-block__inner {
  background-color: #f2f2f2;
}
.page-block--bg-dark {
  color: #fff;
}
.page-block--bg-dark .page-block__inner {
  background-color: #555;
}
.page-block .service-list {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #access,
  #message,
  #link02,
  #link03,
  #link04 {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (min-width: 1080px) {
  #access,
  #message,
  #link02,
  #link03,
  #link04 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.number-list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 -1px 50px;
  z-index: 30;
}
.number-list li {
  position: relative;
  width: calc(20% - 2px);
  margin: 0 1px;
  border: 1px solid #00afcc;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .number-list li {
    font-size: 32px;
    line-height: 1.5;
  }
}
.number-list a {
  display: block;
  transition: all 300ms;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .number-list a:hover {
    background-color: #00afcc;
    color: #fff;
  }
  .number-list a:hover .number-list__balloon {
    display: flex;
    animation: showAnime 500ms;
  }
}
@media screen and (min-width: 1080px) {
  .number-list a {
    padding: 0;
  }
}
.number-list .is_current a {
  background-color: #00afcc;
  color: #fff;
}
.number-list__balloon {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.5;
  width: 200px;
  height: 100px;
  border: 1px solid #00afcc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 10px;
  color: #222;
}
.number-list__balloon::before {
  position: absolute;
  bottom: -11px;
  border-top: 11px solid #00afcc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
}
.number-list__balloon::after {
  position: absolute;
  bottom: -10px;
  border-top: 11px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
}

.number-list.is_p1 li {
  width: calc(33.3% - 2px);
}
@media screen and (min-width: 1080px) {
  .number-list.is_p1 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}
.number-list.is_p1 li span {
  display: none;
}
@media screen and (min-width: 1080px) {
  .number-list.is_p1 li span {
    display: block;
    font-size: 20px;
    margin-left: 20px;
  }
}

.page-block--bg-dark .number-list a {
  color: #fff;
}

.top-seminar-list {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-seminar-list {
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-seminar-list li {
    border-bottom: 1px solid #ccc;
  }
}
.top-seminar-list li a {
  display: block;
  padding: 15px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-seminar-list li a {
    display: flex;
    padding: 0;
    align-items: center;
  }
  .top-seminar-list li a:hover {
    transition: all 300ms;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .top-seminar-list li a:hover .seminar-list__date {
    transition: all 300ms;
    background-color: rgb(0, 218.75, 255);
  }
  .top-seminar-list li a:hover .seminar-list__place {
    transition: all 300ms;
    background-color: rgb(140.25, 140.25, 140.25);
  }
}
.top-seminar-list__meta {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-seminar-list__meta {
    height: 100%;
    min-height: 100px;
    margin-bottom: 0;
  }
}
.top-seminar-list__date {
  display: block;
  background-color: #00afcc;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .top-seminar-list__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    line-height: 1.2;
    font-size: 24px;
    flex-shrink: 0;
    padding: 0;
  }
  .top-seminar-list__date span {
    display: block;
    font-size: 16px;
  }
}
.top-seminar-list__place {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: #666;
  padding: 0 10px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .top-seminar-list__place {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .top-seminar-list__place {
    width: 150px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .top-seminar-list__body {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-seminar-list__title {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .top-seminar-list__text {
    display: inline;
  }
}

.seminar-list li {
  padding: 30px 0 20px;
  border-bottom: solid 1px #CCC;
}
.seminar-list__title {
  margin-bottom: 15px;
  font-size: 16px;
}
.seminar-list__title a {
  transition: opacity 300ms;
}
.seminar-list__title a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .seminar-list__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .seminar-list__title {
    font-size: 20px;
  }
}
.seminar-list__body {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .seminar-list__body {
    flex-direction: row;
  }
}
.seminar-list__thumb {
  margin-bottom: 20px;
  margin-right: 10px;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .seminar-list__thumb {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .seminar-list__thumb {
    width: 180px;
    margin-right: 26px;
  }
}
.seminar-list__meta {
  width: calc(100% - 160px);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .seminar-list__meta {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
}
.seminar-list__date {
  display: block;
  background-color: #00afcc;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
}
.seminar-list__date-time {
  display: none;
}
@media screen and (min-width: 768px) {
  .seminar-list__date-time {
    display: inline;
  }
}
.seminar-list__place {
  display: block;
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
}
.seminar-list__dtl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .seminar-list__dtl {
    margin-bottom: 20px;
    width: calc(100% - 170px);
  }
}
@media screen and (min-width: 1080px) {
  .seminar-list__dtl {
    width: calc(100% - 206px);
  }
}
.seminar-list__dtl dt {
  width: 60px;
}
.seminar-list__dtl dd {
  width: calc(100% - 60px);
}
.seminar-list__dtl dd::before {
  margin-left: -1em;
  content: "：";
}
.seminar-list .button {
  margin: 0 0 10px auto;
}
@media screen and (min-width: 768px) {
  .seminar-list .button {
    margin: 0;
    width: 250px;
    text-align: center;
    padding: 12px 40px 12px 20px;
  }
}
@media screen and (min-width: 1080px) {
  .seminar-list .button + .button {
    margin-left: 65px;
  }
}
@media screen and (min-width: 768px) {
  .seminar-list .button--gray {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 768px) {
  .seminar-list .button-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) {
  .seminar-list .button-list {
    justify-content: flex-end;
  }
}

.search {
  margin: 0 -15px 20px;
}
@media screen and (min-width: 768px) {
  .search {
    margin: 0;
  }
}
.search__title {
  position: relative;
  padding: 10px 60px 10px 15px;
  font-size: 16px;
  background-color: #f2f2f2;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .search__title {
    background-color: #fff;
    border-top: 1px solid #00afcc;
    border-bottom: 1px solid #00afcc;
    text-align: center;
    padding: 5px 0;
  }
  .search__title::after {
    display: none;
  }
}
.search__title::after {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 15px;
  height: 10px;
  background-image: url(/img/common/icon_arrow_down.png);
  background-size: 100% auto;
  content: "";
  transition: transform 300ms;
}
.search__title.is_open::after {
  transform: rotate(180deg);
}

.search-list {
  display: none;
  background-color: #f2f2f2;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .search-list {
    display: block !important;
    background-color: #fff;
    padding: 0;
    margin-bottom: 40px;
  }
}
.search-list a {
  display: block;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .search-list a {
    transition: opacity 300ms;
  }
  .search-list a:hover {
    opacity: 0.7;
  }
}
.search-list--category {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .search-list--category {
    margin-top: 20px;
  }
}
.search-list--category li {
  border-bottom: 1px solid #ccc;
}
.search-list--category li:last-child {
  border-bottom: none;
}
.search-list--tag {
  padding-top: 20px;
  padding-bottom: 10px;
}
.search-list--tag li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.search-list--tag a {
  padding: 5px 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .search-list--tag a {
    padding: 0;
  }
}
.search-list--tag a:before {
  content: "#";
  margin-right: 5px;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
}
.page-nav li {
  width: 45px;
  height: 45px;
  border: 1px solid #00afcc;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  margin: 0 5px;
  line-height: 43px;
}
.page-nav li a {
  display: block;
  transition: all 300ms;
}
.page-nav li a:hover {
  background-color: #00afcc;
  color: #fff;
}
.page-nav .prev {
  width: auto;
  border: none;
  font-size: 14px;
  margin: 0 10px;
}
.page-nav .prev a {
  position: relative;
  display: inline-block;
}
.page-nav .prev a:before {
  margin-right: 4px;
  content: "<";
}
.page-nav .prev a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.page-nav .prev a:hover {
  background-color: #fff;
  color: #222;
}
.page-nav .prev a:hover::after {
  width: 100%;
}
.page-nav .next {
  width: auto;
  border: none;
  margin: 0 10px;
  font-size: 14px;
}
.page-nav .next a {
  position: relative;
}
.page-nav .next a::after {
  margin-left: 4px;
  content: ">";
}
.page-nav .next a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.page-nav .next a:hover {
  background-color: #fff;
  color: #222;
}
.page-nav .next a:hover::before {
  width: 100%;
}
.page-nav .current a {
  background-color: #00afcc;
  color: #fff;
}

.post__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .post__header {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid #00afcc;
    margin-bottom: 100px;
  }
}
.post__header .seminar__date-time {
  display: inline;
}
.post__tag-list {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .post__tag-list {
    font-size: 14px;
  }
}
.post__tag-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post__tag-list li a:before {
  content: "#";
}
.post__heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post__heading {
    margin-bottom: 50px;
    font-size: 20px;
    padding-left: 25px;
    padding-bottom: 0;
    min-height: 65px;
  }
}
.post__heading::after {
  position: absolute;
  width: 100px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #00afcc;
  content: "";
}
@media screen and (min-width: 768px) {
  .post__heading::after {
    bottom: inherit;
    top: 0;
    width: 10px;
    height: 100%;
    min-height: 65px;
  }
}
@media screen and (min-width: 768px) {
  .post__body .button {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transition: opacity 300ms;
    border-left: none;
  }
  .post__body .button:hover {
    opacity: 0.7;
  }
  .post__body .button::after {
    right: 20px;
  }
}
.post__map iframe {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .post__map iframe {
    height: 500px;
    margin-bottom: 10px;
  }
}
.post__map-link {
  margin-bottom: 50px !important;
  text-align: right;
}
.post__map-link a {
  position: relative;
}
.post__map-link a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.post__map-link a:hover::before {
  width: 100%;
}
.post__map-address {
  display: none;
}
@media screen and (min-width: 768px) {
  .post__map-address {
    position: relative;
    display: block;
    margin-bottom: 40px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-left: 18px;
  }
  .post__map-address::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    background-color: #00afcc;
    content: "";
  }
}
.post__footer {
  display: flex;
  width: 100%;
  padding-top: 10px;
  justify-content: space-between;
  border-top: 1px solid #00afcc;
}
.post__footer-link {
  margin-top: 10px;
  position: relative;
  padding-bottom: 2px;
}
.post__footer-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.post__footer-link:hover::before {
  width: 100%;
}

.sns-share {
  display: flex;
}
.sns-share li {
  width: 40px;
  margin: 0 5px;
}
.sns-share li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .sns-share li a {
    opacity: 1;
    transition: opacity 300ms;
  }
  .sns-share li a:hover {
    opacity: 0.7;
  }
}

.post-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .post-section {
    margin-bottom: 75px;
  }
}

.top-column-list {
  max-width: 466px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-column-list {
    display: flex;
    max-width: inherit;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .top-column-list {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
.top-column-list li {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-column-list li {
    width: 33.3%;
  }
}
.top-column-list__img {
  margin-bottom: 10px;
}
.top-column-list__img img {
  max-width: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-column-list__img {
    width: 100%;
    overflow: hidden;
  }
  .top-column-list__img img {
    transition: transform 300ms;
  }
  .top-column-list__img:hover img {
    transform: scale(1.1);
  }
}
.top-column-list__meta {
  margin-bottom: 12px;
  display: flex;
}
.top-column-list__date {
  font-family: 'Montserrat', sans-serif;
  margin-right: 15px;
}
.top-column-list__category {
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: #00afcc;
}
@media screen and (min-width: 768px) {
  .top-column-list__title {
    padding-right: 15px;
  }
}

.side-column-list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .side-column-list {
    margin-bottom: 50px;
  }
}
.side-column-list li {
  margin-bottom: 15px;
}
.side-column-list a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .side-column-list a {
    opacity: 1;
    transition: opacity 300ms;
  }
  .side-column-list a:hover {
    opacity: 0.7;
  }
}
.side-column-list__thumb {
  width: 105px;
}
.side-column-list__title {
  width: calc(100% - 115px);
}

.column-list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .column-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.column-list li {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .column-list li {
    width: calc(50% - 16px);
    margin-bottom: 40px;
  }
}
.column-list__img {
  margin-bottom: 10px;
}
.column-list__img img {
  max-width: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column-list__img {
    width: 100%;
    overflow: hidden;
  }
  .column-list__img img {
    transition: transform 300ms;
  }
  .column-list__img:hover img {
    transform: scale(1.1);
  }
}
.column-list__meta {
  margin-bottom: 12px;
  display: flex;
}
.column-list__date {
  font-family: 'Montserrat', sans-serif;
  margin-right: 15px;
}
.column-list__category {
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: #00afcc;
}
@media screen and (min-width: 768px) {
  .column-list__title {
    padding-right: 15px;
    font-weight: 500;
  }
}

.side-nav {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .side-nav {
    margin-top: 0;
  }
}
.side-nav__title {
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #00afcc;
  border-bottom: 1px solid #00afcc;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .side-nav__title {
    margin-bottom: 25px;
  }
}
.side-nav__list {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .side-nav__list {
    padding: 0;
    margin-bottom: 50px;
  }
}
.side-nav__list a {
  display: block;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .side-nav__list a {
    transition: opacity 300ms;
  }
  .side-nav__list a:hover {
    opacity: 0.7;
  }
}
.side-nav__list--category {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .side-nav__list--category {
    margin-top: 20px;
  }
}
.side-nav__list--category li {
  border-bottom: 1px solid #ccc;
}
.side-nav__list--category li:last-child {
  border-bottom: none;
}
.side-nav__list--tag {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .side-nav__list--tag {
    padding-top: 0;
  }
}
.side-nav__list--tag li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.side-nav__list--tag a {
  padding: 5px 10px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .side-nav__list--tag a {
    padding: 0;
    background-color: #fff;
  }
}
.side-nav__list--tag a:before {
  content: "#";
  margin-right: 5px;
}
.side-nav__select {
  overflow: hidden;
  width: 100%;
  margin: 2em auto;
  text-align: center;
  position: relative;
  border: 1px solid #888;
  border-radius: 2px;
  background: #ffffff;
}
.side-nav__select::before {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #888;
  pointer-events: none;
}
.side-nav__select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 15px;
  color: #888;
}
.side-nav__select select::-ms-expand {
  display: none;
}

.top-news-list {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-news-list {
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list li {
    border-bottom: 1px solid #ccc;
  }
}
.top-news-list li a {
  display: block;
  padding: 15px 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-news-list li a {
    display: flex;
    padding: 0;
    align-items: center;
  }
  .top-news-list li a:hover {
    transition: all 300ms;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .top-news-list li a:hover .news-list__date {
    transition: all 300ms;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.top-news-list__meta {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-news-list__meta {
    height: 100%;
    min-height: 70px;
    margin-bottom: 0;
  }
}
.top-news-list__date {
  display: block;
  margin-right: 25px;
  font-weight: bold;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (min-width: 768px) {
  .top-news-list__date {
    background-color: #00afcc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    line-height: 1.2;
    flex-shrink: 0;
    padding: 0;
    margin-right: 0;
  }
}
.top-news-list__category {
  display: block;
  font-size: 12px;
  font-weight: bold;
  background-color: #00afcc;
  padding: 0 10px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .top-news-list__category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    padding: 0;
    background-color: transparent;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list__body {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list__title {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list__text {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .news-list {
    border-top: 1px solid #ccc;
  }
}
.news-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .news-list li {
    margin-bottom: 0;
  }
}
.news-list li a {
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .news-list li a {
    display: flex;
    padding: 20px 0;
    align-items: center;
  }
}
.news-list__meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 15px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .news-list__meta {
    flex-direction: row;
    margin-bottom: 0em;
    justify-content: flex-start;
  }
}
.news-list__date {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .news-list__date {
    font-weight: bold;
    white-space: nowrap;
    margin-right: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .news-list__date {
    font-size: 18px;
  }
}
.news-list__category {
  font-size: 12px;
  border: 1px solid #00afcc;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .news-list__category {
    width: 115px;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-list__title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.movie-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .movie-list {
    margin-bottom: 50px;
  }
}
.movie-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .movie-list li {
    gap: 20px;
  }
}
.movie-list__thumb {
  width: 60%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.movie-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .movie-list__thumb img {
    transition: transform 300ms;
  }
}
@media screen and (min-width: 768px) {
  .movie-list__thumb {
    width: 208px;
  }
  .movie-list__thumb a:hover img {
    transform: scale(1.1);
  }
}
.movie-list__body {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .movie-list__body {
    width: calc(100% - 208px - 20px);
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.movie-list__category {
  position: absolute;
  left: calc(60% + 20px);
  bottom: calc(100% + 10px);
  width: calc(40% - 20px);
  display: flex;
}
@media screen and (min-width: 768px) {
  .movie-list__category {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.movie-list__category a {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .movie-list__category a {
    transition: opacity 300ms;
  }
  .movie-list__category a:hover {
    opacity: 0.7;
  }
}
.movie-list__category--public a {
  background-color: #00afcc;
}
.movie-list__category--private a {
  background-color: #CC7000;
}
.movie-list__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .movie-list__title {
    font-size: 20px;
    line-height: 1.44;
  }
  .movie-list__title a {
    transition: opacity 300ms;
  }
  .movie-list__title a:hover {
    opacity: 0.7;
  }
}

/* ------------------------------------------------
 	common
  ---------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  color: #222;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  position: relative;
  word-break: break-all;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.phone_link {
  text-decoration: none;
  cursor: default;
}
.phone_link:hover {
  text-decoration: none;
}

.bg_img {
  visibility: hidden;
}

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

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

.is_pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .is_pc {
    display: block !important;
  }
}

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

.mv {
  position: relative;
  z-index: 20;
}
.mv__text {
  font-size: 6.6666666667vw;
  line-height: 1.48;
}
@media screen and (min-width: 360px) {
  .mv__text {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .mv__text {
    position: relative;
    z-index: 10;
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .mv__text {
    font-size: 46px;
    font-size: 3.0952380952vw;
  }
}
@media screen and (min-width: 1680px) {
  .mv__text {
    font-size: 52px;
  }
}
.mv__text-white {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}
.mv__inner {
  margin-top: -19.2vw;
}
@media screen and (min-width: 360px) {
  .mv__inner {
    margin-top: -72px;
  }
}
@media screen and (min-width: 768px) {
  .mv__inner {
    position: relative;
    margin-top: -46px;
    z-index: 5;
  }
}
@media screen and (min-width: 1080px) {
  .mv__inner {
    margin-top: -4.4642857143vw;
  }
}
@media screen and (min-width: 1680px) {
  .mv__inner {
    margin-top: -70px;
  }
}
.mv__img {
  width: calc(100% - 75px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mv__img {
    width: 100%;
  }
}
.mv__img img {
  max-width: inherit;
  width: 100%;
}

.introduction {
  position: relative;
  margin-top: -150px;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .introduction {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .introduction {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1280px) {
  .introduction {
    margin-top: -300px;
    margin-bottom: 150px;
  }
}
.introduction__inner {
  padding-top: 200px;
  background-color: rgba(34, 34, 34, 0.95);
  background-image: url(/img/top/bg_top_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .introduction__inner {
    padding-bottom: 20px;
    background-image: url(/img/top/bg_top_pc.jpg);
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1080px) {
  .introduction__inner {
    padding-top: 300px;
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) {
  .introduction__inner {
    padding-top: 400px;
  }
}
.introduction__lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .introduction__lead {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .introduction__lead {
    font-size: 26px;
  }
}
.introduction__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .introduction__text {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .top-section {
    position: relative;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .top-section {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .top-section__inner {
    padding: 50px 0;
  }
}
.top-section__title {
  font-size: 32px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .top-section__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .top-section__title {
    font-size: 52px;
  }
}
.top-section__sub {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .top-section__sub {
    font-size: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .top-section__sub {
    font-size: 24px;
  }
}
.top-section__text {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-section__text {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .top-section__text {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1360px) {
  .top-section__text {
    margin-bottom: 148px;
  }
}
.top-section__text a {
  color: #00afcc;
}
.top-section__text a:hover {
  text-decoration: underline;
}
.top-section__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.top-section__body {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .top-section__body {
    width: calc(50% - 20px);
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-section__body--wide {
    width: 100%;
  }
}
.top-section__btn {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .top-section__btn {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top-section--adviser .l-left-contents__inner {
    position: relative;
  }
}
.top-section--adviser .top-section__inner {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .top-section--adviser .top-section__img {
    position: absolute;
    right: -75px;
    top: 0;
    width: calc(50vw - 20px);
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .top-section--adviser .top-section__img {
    right: -90px;
  }
}
@media screen and (min-width: 1360px) {
  .top-section--adviser .top-section__img {
    right: -180px;
  }
}
.top-section--seminar {
  color: #fff;
}
.top-section--seminar .top-section__inner {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(/img/top/bg_seminar_sp.jpg);
}
@media screen and (min-width: 1080px) {
  .top-section--seminar .top-section__inner {
    background-image: url(/img/top/bg_seminar_pc.jpg);
  }
}
.top-section--seminar .top-section__btn {
  color: #fff;
}
.top-section--column .l-left-contents {
  margin-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .top-section--column .l-left-contents__inner {
    position: relative;
  }
}
@media screen and (min-width: 1360px) {
  .top-section--column .l-left-contents__inner {
    padding-left: 0;
  }
}
.top-section--column .top-section__inner-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .top-section--column .top-section__inner-container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 95px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .top-section--column .top-section__inner-container {
    padding-left: 115px;
  }
}
@media screen and (min-width: 1280px) {
  .top-section--column .top-section__inner-container {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1360px) {
  .top-section--column .top-section__inner-container {
    padding-left: 0;
  }
}
.top-section--column .top-section__inner {
  position: relative;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .top-section--column .top-section__inner::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}
@media screen and (min-width: 1280px) {
  .top-section--column .top-section__inner::before {
    width: 90px;
  }
}
@media screen and (min-width: 1360px) {
  .top-section--column .top-section__inner::before {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .top-section--column .top-section__img {
    position: absolute;
    right: -75px;
    top: 0;
    width: calc(50vw - 20px);
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .top-section--column .top-section__img {
    right: -90px;
  }
}
@media screen and (min-width: 1360px) {
  .top-section--column .top-section__img {
    right: -180px;
  }
}
.top-section--column .top-section__sub {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-section--column .top-section__sub {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .top-section--column .top-section__sub {
    font-size: 24px;
  }
}
.top-section--news {
  color: #fff;
}
.top-section--news .top-section__inner {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(/img/top/bg_news_sp.jpg);
}
@media screen and (min-width: 1080px) {
  .top-section--news .top-section__inner {
    background-image: url(/img/top/bg_news_pc.jpg);
  }
}
.top-section--news .top-section__btn {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-section--movie .l-left-contents__inner {
    position: relative;
  }
}
.top-section--movie .top-section__inner {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .top-section--movie .top-section__text {
    margin-bottom: 40px;
  }
}
.top-section:last-child {
  margin-bottom: 0;
}

.advisor-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .advisor-list {
    margin: 0 -25px;
    justify-content: flex-start;
  }
}
.advisor-list li {
  margin-bottom: 20px;
  width: calc(50% - 7px);
}
@media screen and (min-width: 768px) {
  .advisor-list li {
    width: calc(33.3% - 50px);
    margin: 0 25px 50px;
  }
}
.advisor-list a {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .advisor-list a:hover .advisor-list__img img {
    transform: scale(1.1);
  }
  .advisor-list a:hover .advisor-list__name {
    opacity: 0.7;
  }
}
.advisor-list__name {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .advisor-list__name {
    font-size: 24px;
    opacity: 1;
    transition: opacity 300ms cubic-bezier(0.7, 0, 0.3, 1);
  }
}
@media screen and (min-width: 1080px) {
  .advisor-list__name {
    font-size: 26px;
  }
}
.advisor-list__img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .advisor-list__img {
    overflow: hidden;
    width: 100%;
  }
}
.advisor-list__img img {
  max-width: inherit;
  width: 100%;
  transition: transform 300ms;
}

@media screen and (min-width: 768px) {
  .advisor {
    padding-top: 50px;
    position: relative;
  }
}
.advisor__name {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .advisor__name {
    fons-size: 36px;
  }
}
@media screen and (min-width: 1080px) {
  .advisor__name {
    font-size: 40px;
  }
}
.advisor__position {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .advisor__position {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .advisor__history {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.advisor__history dt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .advisor__history dt {
    width: 100px;
    flex-shrink: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .advisor__history dt {
    width: 110px;
    font-size: 16px;
  }
}
.advisor__history dd {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .advisor__history dd {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1080px) {
  .advisor__history dd {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 768px) {
  .advisor__body {
    width: calc(50% + 5px);
  }
}
@media screen and (min-width: 1080px) {
  .advisor__body {
    width: calc(50% + 35px);
  }
}
.advisor__img {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .advisor__img {
    position: absolute;
    right: 0px;
    top: -2.9761904762vw;
    width: 44.6428571429vw;
    height: 53.5714285714vw;
    max-width: 750px;
    max-height: 900px;
    margin-bottom: 0;
  }
}
.advisor__inner {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .advisor__inner {
    position: relative;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .advisor__inner {
    padding: 75px 0;
  }
}

@media screen and (min-width: 768px) {
  .company-dtl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.company-dtl dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company-dtl dt {
    width: 200px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00afcc;
    padding-left: 18px;
    box-sizing: border-box;
    font-weight: normal;
  }
}
.company-dtl dd {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .company-dtl dd {
    width: calc(100% - 220px);
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.company-dtl dd::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #00afcc;
  content: "";
}
@media screen and (min-width: 768px) {
  .company-dtl dd::after {
    display: none;
  }
}

.company-map iframe {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .company-map iframe {
    height: 500px;
    margin-bottom: 10px;
  }
}
.company-map__link {
  margin-bottom: 30px;
  text-align: right;
}
.company-map__link a {
  position: relative;
}
.company-map__link a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #222;
  content: "";
  transition: width 300ms 100ms;
}
.company-map__link a:hover::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company-map__address span {
    margin-right: 1em;
  }
}

.seminar__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .seminar__title {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .seminar__title {
    font-size: 24px;
  }
}
.seminar__meta {
  width: 100%;
  order: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .seminar__meta {
    display: flex;
    margin-bottom: 20px;
    order: inherit;
    width: 100%;
  }
}
.seminar__date {
  display: block;
  background-color: #00afcc;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
}
.seminar__date-time {
  display: none;
}
@media screen and (min-width: 768px) {
  .seminar__date-time {
    display: inline;
  }
}
.seminar__place {
  display: block;
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
}
.seminar__img {
  order: 1;
  margin: 0 -15px 20px;
}
@media screen and (min-width: 768px) {
  .seminar__img {
    order: inherit;
    width: 350px;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .seminar__img {
    width: 450px;
  }
}
.seminar__img img {
  max-width: inherit;
  width: 100%;
}
.seminar__body {
  order: 3;
  /*
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  */
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .seminar__body {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .seminar__body {
    order: inherit;
    width: calc(100% - 390px);
  }
}
@media screen and (min-width: 1080px) {
  .seminar__body {
    width: calc(100% - 490px);
  }
}
.seminar__body .button {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .seminar__body .button {
    width: 300px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    margin: auto 0 0 auto;
    padding: 10px 40px 6px 0;
  }
  .seminar__body .button:hover {
    opacity: 1;
    transition: opacity 300ms;
    border-left: none;
  }
  .seminar__body .button:hover:hover {
    opacity: 0.7;
  }
  .seminar__body .button:hover::after {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .seminar__body .button--gray {
    padding: 10px 10px;
  }
}

@media screen and (min-width: 768px) {
  .seminar-dtl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .seminar-dtl dt {
    width: 200px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00afcc;
    padding-left: 18px;
    box-sizing: border-box;
  }
}
.seminar-dtl dd {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .seminar-dtl dd {
    width: calc(100% - 220px);
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.seminar-dtl dd::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #00afcc;
  content: "";
}
@media screen and (min-width: 768px) {
  .seminar-dtl dd::after {
    display: none;
  }
}
.seminar-dtl dd p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .seminar-dtl dd p {
    font-size: 14px;
  }
}

.column__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  order: 2;
}
@media screen and (min-width: 1080px) {
  .column__title {
    width: 100%;
    order: inherit;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.column__meta {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .column__meta {
    margin-bottom: 10px;
  }
}
.column__date {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1080px) {
  .column__date {
    font-weight: bold;
  }
}
.column__category {
  display: inline-block;
  background-color: #00afcc;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
}
@media screen and (min-width: 1080px) {
  .column__category {
    font-size: 14px;
    padding: 1px 10px;
  }
}
.column__img {
  order: 1;
  margin: 0 -15px 20px;
}
@media screen and (min-width: 768px) {
  .column__img {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1080px) {
  .column__img {
    order: inherit;
    width: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .column__img {
    width: 450px;
  }
}
.column__img img {
  max-width: inherit;
  width: 100%;
}
.column__body {
  position: relative;
  order: 3;
  border-bottom: 1px solid #00afcc;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .column__body {
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1080px) {
  .column__body {
    order: inherit;
    width: calc(100% - 320px);
    margin-bottom: 0;
    border-bottom: none;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .column__body {
    width: calc(100% - 490px);
  }
}
.column__body .post__tag-list {
  margin-bottom: 0;
}
.column__body .sns-share {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .column__body .sns-share {
    position: relative;
    top: inherit;
    margin: auto 0 0 0;
  }
}

.news__tab {
  margin: 0 -15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .news__tab {
    margin: 0 0 75px;
    padding-bottom: 0mm;
  }
}
.news__tab-list {
  display: flex;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news__tab-list {
    white-space: inherit;
  }
}
.news__tab-list li {
  border: 1px solid #00afcc;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .news__tab-list li {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .news__tab-list li {
    font-size: 18px;
  }
}
.news__tab-list li a {
  display: block;
  padding: 2px 10px;
}
@media screen and (min-width: 768px) {
  .news__tab-list li a {
    padding: 8px 5px;
    transition: all 300ms;
  }
  .news__tab-list li a:hover {
    background-color: #00afcc;
    color: #fff;
  }
}
.news__tab-list .current a {
  background-color: #00afcc;
  color: #fff;
}
.news__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__title {
    width: 100%;
    font-size: 24px;
  }
}
.news__meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #00afcc;
}
@media screen and (min-width: 768px) {
  .news__meta {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .news__date {
    font-weight: bold;
  }
}
.news__category::before {
  content: "｜";
}

.form-table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-table {
    margin-bottom: 55px;
    border-top: 1px solid #ccc;
  }
}
.form-table th {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .form-table th {
    width: 354px;
    display: table-cell;
    padding: 30px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
  }
}
.form-table td {
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .form-table td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
    padding: 30px 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
  }
}
.form-table__td-inner {
  display: block;
}
@media screen and (min-width: 1080px) {
  .form-table__td-inner {
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }
}
.form-table__item {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .form-table__item {
    max-width: 306px;
  }
}
.form-table__item + .form-table__item {
  margin-top: 15px;
}
@media screen and (min-width: 1080px) {
  .form-table__item + .form-table__item {
    margin-top: 0;
    margin-left: 30px;
  }
}
.form-table__item--full {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .form-table__item--full {
    max-width: 642px;
  }
}
.form-table input {
  width: 100%;
  border: 1px solid #888;
  padding: 11px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-table input::placeholder {
  color: #888;
}
.form-table input:focus, .form-table input:focus-visible {
  outline: none;
  border: 1px solid #00afcc;
}
.form-table input.form-error {
  border: 1px solid #DD0044;
  background-color: #FDF2F5;
}
.form-table textarea {
  width: 100%;
  height: 150px;
  overflow: auto;
  resize: none;
  border: 1px solid #888;
  padding: 11px 10px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-table textarea::placeholder {
  color: #888;
}
.form-table textarea:focus, .form-table textarea:focus-visible {
  outline: none;
  border: 1px solid #00afcc;
}
@media screen and (min-width: 1080px) {
  .form-table textarea {
    max-width: 642px;
  }
}
.form-table textarea.form-error {
  border: 1px solid #DD0044;
  background-color: #FDF2F5;
}
.form-table .select {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border: 1px solid #888;
  border-radius: 2px;
  background: #ffffff;
  font-size: 16px;
}
.form-table .select::before {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #888;
  pointer-events: none;
}
.form-table .select.form-error {
  border: 1px solid #DD0044;
  background-color: #FDF2F5;
}
.form-table .select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 15px;
  color: #888;
  font-size: 16px;
}
.form-table .select select::-ms-expand {
  display: none;
}
.form-table .required {
  display: inline-block;
  background-color: #00afcc;
  font-size: 11px;
  color: #fff;
  margin-left: 10px;
  padding: 2px 10px;
  font-weight: bold;
}
.form-table__note {
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .form-table__note {
    margin-top: 12px;
  }
}
.form-table .checkbox input {
  position: absolute;
  z-index: -1;
  width: auto;
}
.form-table .checkbox input:checked + label::after {
  display: block;
}
.form-table .checkbox label {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  cursor: pointer;
}
.form-table .checkbox label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #222;
  content: "";
  background-color: #fff;
}
.form-table .checkbox label::after {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 18px;
  height: 8px;
  border-left: 4px solid #00afcc;
  border-bottom: 4px solid #00afcc;
  content: "";
  transform: rotate(-45deg);
  display: none;
}
.form-table .checkbox + .checkbox {
  margin-top: 8px;
}
.form-table input.radio {
  position: absolute;
  z-index: -1;
  width: auto;
}
.form-table input.radio:checked + label::after {
  display: block;
}
.form-table input.radio + label {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}
.form-table input.radio + label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #222;
  border-radius: 50%;
  content: "";
  background-color: #fff;
}
.form-table input.radio + label::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17px;
  height: 17px;
  background-color: #00afcc;
  content: "";
  display: none;
  border-radius: 50%;
}
.form-table input.radio + label:last-child {
  margin-bottom: 0;
}

.form__agree {
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 10px 20px;
  border: 1px solid #888;
}
@media screen and (min-width: 768px) {
  .form__agree {
    padding: 25px;
    margin-bottom: 50px;
  }
}
.form__agree-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
.form__agree-text {
  margin-bottom: 20px;
}
.form__agree-text a {
  color: #00afcc;
}
.form__agree .checkbox input {
  position: absolute;
  z-index: -1;
}
.form__agree .checkbox input:checked + label::after {
  display: block;
}
.form__agree .checkbox label {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  cursor: pointer;
}
.form__agree .checkbox label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #222;
  content: "";
  background-color: #fff;
}
.form__agree .checkbox label::after {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 18px;
  height: 8px;
  border-left: 4px solid #00afcc;
  border-bottom: 4px solid #00afcc;
  content: "";
  transform: rotate(-45deg);
  display: none;
}
@media screen and (min-width: 768px) {
  .form .button-list {
    max-width: 750px;
    margin: 0 auto;
  }
}
.form .button {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form .button {
    font-weight: bold;
    text-align: center;
  }
}
.form .error-message {
  color: #DD0044;
  font-size: 12px;
  margin-bottom: 2px;
}
.form--confirm .form-table__item {
  width: auto;
  max-width: inherit;
}
