@charset "UTF-8";
@media screen and (max-width: 768px) {
  #header {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #header-sp {
    display: none;
  }
}

a, a:hover,
.underlayer .document li a.arrow-btn .arrow-right,
.underlayer ul li:hover .arrow-right,
.ft-contact ul.document li a.arrow-btn .arrow-right,
.ft-contact ul li:hover .arrow-right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open span:nth-of-type(1),
.open span:nth-of-type(2),
.open span:nth-of-type(3) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#header h1 a:hover,
.menu-box .logo a:hover,
#header-sp h1 a:hover,
ul.sns li a:hover {
  opacity: 0.6;
}

.menu-box .left .list-menu ul li a:hover,
.menu-box .right ul li a:hover,
#footer a:hover {
  color: #fff000 !important;
}

#header h1 img, #header-sp h1 img,
.menu-box .logo img,
#page_top a img,
ul.sns li img,
#footer .footer a.logo,
#footer .footer img {
  width: 100%;
}

.menu-box .logo img,
#page_top a img {
  display: block;
}

#footer li span.bold a,
#menu ul.menu li a,
.underlayer ul.document li a,
#footer p.bold,
#footer li span.bold a {
  font-size: 16px;
}

.sp-menu {
  display: none;
}

.l-header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 56px;
  }
}
.l-header h1 {
  width: calc((100% - 200px) / 3);
  padding-left: 0.5em;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header h1 {
    width: 33%;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .l-header h1 {
    width: calc(100% - 90px);
    max-width: 540px;
  }
}

.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__wrap {
    display: none;
  }
}
.l-header__wrap .l-header__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__wrap .l-header__item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #C8C9CB;
}
.l-header__wrap .l-header__link {
  position: relative;
  display: block;
  vertical-align: bottom;
  color: #1A1A1A;
  margin: 0;
  padding: 32px 32px 12px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header__wrap .l-header__link {
    font-size: 14px;
    padding: 36px 12px 12px;
  }
}
.l-header__wrap .l-header__link:before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #C8C9CB;
}
.l-header__wrap .l-header__link:hover {
  color: #fff;
  background-color: #00A7EA;
}

.l-header__nav .nav-unshown {
  display: none;
}
.l-header__nav .open {
  position: relative;
  width: 115px;
  height: 68px;
  z-index: 100;
  padding: 0 10px;
  cursor: pointer;
  background-color: #FAF000;
  display: block;
  outline: 0;
  overflow: hidden;
}
@media screen and (max-width: 1129px) {
  .l-header__nav .open {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav .open {
    height: 56px;
  }
}
.l-header__nav .open span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__nav .open span {
    z-index: 200;
  }
}
.l-header__nav .open span:nth-of-type(1) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .l-header__nav .open span:nth-of-type(1) {
    top: 12px;
  }
}
.l-header__nav .open span:nth-of-type(2) {
  top: 21px;
}
@media screen and (max-width: 768px) {
  .l-header__nav .open span:nth-of-type(2) {
    top: 18px;
  }
}
.l-header__nav .open span:nth-of-type(3) {
  top: 27px;
}
@media screen and (max-width: 768px) {
  .l-header__nav .open span:nth-of-type(3) {
    top: 24px;
  }
}
.l-header__nav .open span:nth-of-type(4) {
  width: 100%;
  height: 10px;
  color: #555;
  background: none;
  font-size: 16px;
  line-height: 1;
  top: 36px;
  text-align: center;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header__nav .open span:nth-of-type(4) {
    font-size: 14px;
    top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav .open span:nth-of-type(4) {
    top: 34px;
    font-size: 12px;
  }
}
.l-header__nav .open.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0px;
  margin-top: 5px;
}
.l-header__nav .open.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__nav .open.active span:nth-of-type(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .l-header__nav .open.active span:nth-of-type(3) {
    top: 12px;
  }
}

.l-header__box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #00A7EA;
}
.l-header__box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.l-header__box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.l-header__flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__itemBox {
  width: 50%;
  height: 75%;
  margin: auto 0;
  padding-top: 5%;
}

.l-header__itemBox.--left {
  position: relative;
  padding-left: 5%;
  padding-right: 4%;
}
.l-header__itemBox.--left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: auto 0;
  border-right: 1px solid #fff;
}
.l-header__itemBox.--left .l-header__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3em;
  text-align: center;
}
.l-header__itemBox.--left .l-header__list li {
  display: table-cell;
}
.l-header__itemBox.--left .l-header__list li a {
  display: inline-block;
  color: #fff;
  font-size: calc(1.125rem + (1vw - 11.29px) * 0.5057);
}
.l-header__itemBox.--left .l-header__list li a:hover {
  color: #FAF000;
}
li .l-header__itemBox.--left .l-header__list.--list01 li a, .l-header__itemBox.--left .l-header__list.--list02 li a, .l-header__itemBox.--left .l-header__list.--list04 li a {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header__itemBox.--left .l-header__list.--list02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-header__itemBox.--left .l-header__list.--list02 > li {
  width: 20%;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header__itemBox.--left .l-header__list.--list02 > li {
    width: 50%;
  }
  .l-header__itemBox.--left .l-header__list.--list02 > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header__itemBox.--left .l-header__list.--list03 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-header__itemBox.--left .l-header__list.--list03 > li {
  width: 25%;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-header__itemBox.--left .l-header__list.--list03 > li {
    width: 50%;
  }
  .l-header__itemBox.--left .l-header__list.--list03 > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.l-header__itemBox.--left .l-header__list.--list04 > li {
  width: 50%;
}
.l-header__itemBox.--right {
  padding-left: 4%;
  padding-right: 5%;
}
.l-header__itemBox.--right img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__itemBox.--right img:hover {
  opacity: 0.7;
}
.l-header__itemBox.--right .l-header__list {
  width: 100%;
  margin-top: 3em;
}
.l-header__itemBox.--right .l-header__list li a {
  display: inline-block;
  color: #fff;
  font-size: calc(1.125rem + (1vw - 11.29px) * 0.5057);
}
.l-header__itemBox.--right .l-header__list li a:hover {
  color: #FAF000;
}
.l-header__itemBox.--right .l-header__list.--list05 {
  display: block;
  text-align: left;
}
.l-header__itemBox.--right .l-header__list.--list05 > li:nth-child(n+2) {
  margin-top: 3em;
}
.l-header__itemBox.--right .l-header__list.--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-header__itemBox.--right .l-header__list.--sns li {
  width: auto;
  text-align: center;
  display: table-cell;
}
.l-header__itemBox.--right .l-header__list.--sns li:nth-child(n+2) {
  margin-left: 16px;
}
.l-header__itemBox.--right .l-header__list.--sns li a {
  width: 100%;
  width: 40px;
  height: 40px;
}
.l-header__itemBox.--right .l-header__list.--sns li img {
  width: 100%;
}

.sp-menu {
  display: block;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 540px) {
  .sp-menu {
    width: calc(100% - 40px);
  }
}
.sp-menu .l-header__logo {
  max-width: 540px;
  margin-bottom: 20px;
}

ul.sns {
  margin: 2em auto;
  display: block;
}
@media screen and (min-width: 769px) {
  ul.sns {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 2em 0;
  }
}
ul.sns li {
  display: inline-block;
}
ul.sns li:nth-child(n+2) {
  margin-left: 10px;
}
ul.sns li a {
  width: 40px;
}
ul.sns li img {
  max-width: 40px;
}

.acMenu dd {
  display: none;
}

.btn.active::after {
  content: "";
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.common-nav__list li {
  border-bottom: 1px solid #60BEEE;
}

.common-nav__list li .accshow {
  background-color: #0096E4;
  margin: 3% 0;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.common-nav__list a {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  text-indent: -10px;
  padding: 20px 0;
  padding-left: 20px;
  border-bottom: 1px solid #60BEEE;
}
.common-nav__list a:before {
  content: "-";
  padding-right: 5px;
  color: #fff;
}

.common-nav__box a {
  color: #fff;
  width: calc(100% - 20px);
  text-align: left;
  font-size: 16px;
  text-indent: -10px;
  padding: 20px 0;
  padding-left: 20px;
  border-bottom: 1px solid #60BEEE;
}

.common-nav__box ul.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.common-nav__box ul.wrap li {
  display: table-cell;
  width: calc((100% - 1px) / 2);
}
.common-nav__box ul.wrap li:nth-child(odd) {
  border-right: 1px solid #60BEEE;
}

#footer ul.common-nav__list li span a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-indent: -10px;
  padding: 20px 0;
  padding-left: 10px;
}

.sp-head {
  padding: 4em 0;
}

.acMenu dd {
  display: none;
}

ul.common-nav__list li span {
  display: block;
}

ul.common-nav__list li { /* アコーディオンメニュー */
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}

ul.common-nav__list li dt {
  position: relative;
  color: #fff;
  font-size: calc(16px + 0.25vw);
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  cursor: pointer;
}

ul.common-nav__list li dt:after {
  content: "";
  background: #fff;
  -webkit-mask: url("../images/common/icon-plus.svg") no-repeat center/contain;
          mask: url("../images/common/icon-plus.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 16px;
  height: 16px;
}

/* plus→minus */
.btn.active::after {
  content: "";
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.common-nav__list li .accshow {
  background-color: #0096E4;
  margin: 3% 0;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.common-nav__list li a,
.common-nav__box li a {
  cursor: pointer;
  display: inline-block;
}

.common-nav__box { /*sp アコーディオン下メニュー*/
  text-align: left;
  font-family: sans-serif;
}

.common-nav__box ul.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

.common-nav__box ul.wrap li {
  display: table-cell;
  width: calc((100% - 1px) / 2);
  letter-spacing: -0.04em;
} /*
.common-nav__box ul.wrap li:nth-child(odd) {
	border-right: 1px solid $blue_60b;
}*/
/*
.com-menu {
	margin: 0 auto 2em;
	display: block;
	width: 90%;
}*/
/* ---------------------▼underlayer 下層水色footer-------------------- */
.underlayer {
  position: relative;
  z-index: 30;
  padding: 4em 0;
  background-color: #00A7EA;
}
.underlayer ul.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .underlayer ul.document {
    display: block;
    width: 100%;
  }
}
.underlayer ul.document li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 768px) {
  .underlayer ul.document li {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .underlayer ul.document li:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .underlayer ul.document li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.underlayer ul.document li.back {
  display: block;
  margin: 20px auto 0;
}

/* ---------------------▲underlayer 下層水色footer-------------------- */
/* ---------------------▼下層ページ 背景付きフッター--------------------- */
.ft-contact {
  background: url("../images/common/main05.jpg") no-repeat center/cover;
  position: relative;
  color: #fff;
  margin: 0 auto;
  padding: 4em 0;
}
.ft-contact:before {
  content: "";
  background-color: rgba(26, 26, 26, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ft-contact ul.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 590px;
}
@media screen and (max-width: 768px) {
  .ft-contact ul.document {
    display: block;
    width: 100%;
  }
}
.ft-contact ul.document li {
  width: calc((100% - 20px) / 2);
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .ft-contact ul.document li {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .ft-contact ul.document li:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ft-contact ul.document li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/* ---------------------▲下層ページ 背景付きフッター--------------------- */
.l-footer {
  position: relative;
  z-index: 10;
  display: table;
  width: calc(100% - 100px);
  padding: 3em 50px;
  color: #fff;
  margin: 0 auto;
  background-color: #00A7EA;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 3em 20px 6em;
    width: calc(100% - 40px);
  }
}

.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 5em;
}
@media screen and (max-width: 768px) {
  .l-footer__wrap {
    display: block;
    margin: 0 auto;
  }
}

.l-footer__common {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .l-footer__common {
    margin-right: 3em;
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__common:after {
  content: "";
  position: absolute;
  right: -1.5em;
  height: 100%;
  border-right: 1px solid #fff;
}

.l-footer__logo {
  display: block;
  text-align: left;
  margin: 0 0 20px;
}

.l-footer .contents p {
  display: block;
  line-height: 1.5;
}

.l-footer a.frame {
  text-align: left;
  margin: 0.5em 0;
  margin-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer a.frame:hover {
  color: #FAF000;
}

.l-footer .student li + li {
  margin-top: 1em;
}

.l-footer a.frame,
.l-footer .student li a {
  border: 2px solid #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.2em 0.5em;
}

.l-footer__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer__main {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__navList {
  text-align: left;
}
.l-footer__navList:nth-child(n+2) {
  margin-left: 1em;
}

.l-footer__navItem {
  position: relative;
  display: table-cell;
  text-align: left;
  display: block;
}
.l-footer__navItem:nth-child(n+2) {
  margin-top: 1em;
}
.l-footer__navItem:not(:first-of-type) a:before {
  content: "-";
  padding-right: 5px;
  color: #fff;
  font-weight: 300;
}
.l-footer__navItem a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-indent: -10px;
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__navItem a:hover {
  color: #FAF000;
}
.l-footer__navItem a > b {
  font-weight: 700;
  font-size: 16px;
}

.l-footer__navList02,
.l-footer__navList03 {
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__navList02 li,
.l-footer__navList03 li {
  text-align: center;
}
.l-footer__navList02 li a,
.l-footer__navList03 li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__navList02 li a:hover,
.l-footer__navList03 li a:hover {
  color: #FAF000;
}

.l-footer__navList02 {
  max-width: 600px;
}

.l-footer__navList03 {
  max-width: 500px;
  margin: 30px auto;
}

.l-footer p.copy {
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

.l-footer__otherList {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  place-items: center center;
  gap: 0 10px;
}

.l-footer__otherList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-footer__otherList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-footer__otherList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-footer__otherList > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.l-footer__otherList > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.l-footer__otherList > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
@media screen and (max-width: 1129px) and (min-width: 769px) {
  .l-footer__otherList {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__otherList {
    margin-top: 20px;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 0;
  }
  .l-footer__otherList > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__otherList > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer__otherList > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .l-footer__otherList > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer__otherList > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-footer__otherList > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
}
.l-footer__otherList li {
  position: relative;
  display: table-cell;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__otherList li:not(:nth-child(3n-2)):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    height: 25px;
    border-left: 1px solid #fff;
  }
}
.l-footer__otherList li a {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__otherList li a:hover {
  color: #FAF000;
}

/* ----▼トップへ戻るボタン ---- */
.page-top {
  position: fixed;
  right: 5%;
  bottom: 3%;
  margin: 0 auto;
  z-index: 96;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page-top {
    right: 5%;
    bottom: 20px;
  }
}
.page-top a {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.page-top a:hover {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.br {
  display: none;
}

.l-consider {
  position: fixed;
  z-index: 96;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .l-consider {
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-consider {
    bottom: 12px;
    left: 20px;
    width: calc(100% - 100px);
  }
}

.l-consider__link {
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  padding: 20px 40px 20px 30px;
  background-color: #FAF000;
  border: 2px solid #fff;
  color: #036EB7;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 768px) {
  .l-consider__link {
    font-size: 18px;
  }
}
.l-consider__link:hover {
  background-color: #036EB7;
  color: #fff;
}
.l-consider__link:hover .arrow-right {
  color: #fff;
}

.l-consider__link .arrow-right {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #036EB7;
  width: 20px;
  position: absolute;
  height: 1px;
  top: 54%;
  right: 5%;
  -webkit-transform: translateX(-5%), translateY(-54%);
          transform: translateX(-5%), translateY(-54%);
  background-color: currentColor;
}
.l-consider__link .arrow-right:before {
  content: "";
  position: absolute;
  right: 1px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-button {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #1A1A1A;
  text-align: left;
  font-size: 16px;
  max-width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 200px;
  }
}
.c-button.--arrow:after {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 45%;
  right: 20px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  display: inline-block;
  background-color: #1A1A1A;
  -webkit-mask: url("../images/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../images/common/icon-arrow.svg") no-repeat center/contain;
  width: 24px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .c-button.--arrow:after {
    right: 14px;
  }
}
.c-button.--white {
  color: #fff;
  border-bottom: 1px solid #fff !important;
}
.c-button.--white:after {
  background-color: #fff;
}
.c-button:hover {
  color: #00A7EA;
}
.c-button:hover.--arrow:after {
  right: 5px;
}
.c-button.--c-btn01 {
  font-size: 18px;
  border-bottom: 1px solid #1A1A1A;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .c-button.--c-btn01 {
    font-size: 16px;
  }
}
.c-button.--c-btn01.--white:hover {
  color: #FAF000;
}
.c-button.--c-btn02 {
  font-size: 18px;
  border: 1px solid #fff;
  background-color: #00A7EA;
  width: calc(100% - 32px);
  padding: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button.--c-btn02 {
    font-size: 16px;
  }
}
.c-button.--c-btn02:hover {
  color: #00A7EA;
  background-color: #fff;
}
.c-button.--c-btn02:hover.--arrow:after {
  background-color: #00A7EA;
}
.c-button.--c-btn03 {
  font-size: 18px;
  border: 1px solid #fff;
  background-color: #fff;
  width: calc(100% - 32px);
  padding: 16px;
  color: #00A7EA;
}
@media screen and (max-width: 768px) {
  .c-button.--c-btn03 {
    font-size: 16px;
  }
}
.c-button.--c-btn03.--arrow:after {
  background-color: #00A7EA;
}
.c-button.--c-btn03:hover {
  color: #fff;
  background-color: #00A7EA;
}
.c-button.--c-btn03:hover.--arrow:after {
  background-color: #fff;
}
.c-button.--c-btn04 {
  font-size: 18px;
  border: 1px solid #fff;
  width: calc(100% - 32px);
  padding: 16px;
  color: #fff !important;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .c-button.--c-btn04 {
    font-size: 16px;
  }
}
.c-button.--c-btn04:hover {
  color: #1A1A1A !important;
  background-color: #fff;
}
.c-button.--c-btn04:hover.--arrow:after {
  background-color: #1A1A1A;
}
.c-button.--c-btn05 {
  font-size: 18px;
  border: 1px solid #1A1A1A;
  background-color: #fff;
  width: calc(100% - 32px);
  padding: 16px;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .c-button.--c-btn05 {
    font-size: 16px;
  }
}
.c-button.--c-btn05.--arrow:after {
  background-color: #1A1A1A;
}
.c-button.--c-btn05:hover {
  color: #00A7EA;
}
.c-button.--c-btn06 {
  font-size: 18px;
  border: 1px solid #1A1A1A;
  width: calc(100% - 32px);
  padding: 16px;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .c-button.--c-btn06 {
    font-size: 16px;
  }
}