@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

body {
  font-size: min(1.111vw, 16px);
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  a:hover {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    opacity: 0.75;
  }
}

@media print, screen and (min-width: 769px) {
  button {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  button:hover {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    opacity: 0.8;
  }
}

img {
  max-width: 100%;
}

.inner {
  max-width: min(83.333vw, 1200px);
  width: 100%;
  margin: 0 auto;
  padding: 0 min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: none;
    width: 100%;
    padding: 0 6.667vw;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

html {
  font-size: 62.5%;
  font-size: 10px;
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208vw;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.694444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}
html.is-menu-opened {
  -ms-touch-action: none;
  touch-action: none;
  height: 100%;
  overflow: hidden;
}

.l-wrapper,
.l-main,
.l-header,
.l-menu,
.l-nav-btn,
.l-footer {
  position: relative;
}

.l-wrapper {
  z-index: 0;
}

.l-main {
  z-index: 1;
  overflow: hidden;
}

.l-header {
  z-index: 10;
}

.l-menu {
  z-index: 15;
}

.l-nav-btn {
  z-index: 20;
}

.l-totop {
  z-index: 5;
}

.l-footer {
  z-index: 3;
}

.l-loading {
  z-index: 30;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-scroll .l-header {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.l-header__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 8rem;
  padding-left: 3.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__contain {
    height: min(6.389vw, 92px);
  }
  .is-scroll .l-header__contain {
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__contain {
    height: 5rem;
    padding-right: 5rem;
    padding-left: 1rem;
  }
}
.l-header__logo {
  display: block;
  line-height: 1;
  position: relative;
  width: min(16.528vw, 238px);
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    width: 32vw;
  }
}
.l-header__logo-color, .l-header__logo-wh {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo-color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-header__logo img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .is-scroll .l-header__logo img {
    width: 21.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 32vw;
    -webkit-filter: drop-shadow(0 0 1rem #00a0e9);
            filter: drop-shadow(0 0 1rem #00a0e9);
  }
  .is-scroll .l-header__logo img {
    -webkit-filter: none;
            filter: none;
  }
}
.is-scroll .l-header__logo-wh {
  opacity: 0;
}
.is-scroll .l-header__logo-color {
  opacity: 1;
}

.l-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 160, 233, 0.95);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  color: #fff;
}
.l-menu__ow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.l-menu .c-inner {
  position: relative;
  width: min(59.722vw, 860px);
}
@media only screen and (max-width: 768px) {
  .l-menu .c-inner {
    width: 100%;
  }
}
.l-menu .c-inner, .l-menu__sns {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .l-menu {
    padding: 14.667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-menu__contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__contain {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .l-menu__contain-sec {
    width: min(34.722vw, 500px);
    padding-left: min(5.556vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .l-menu__contain-sec {
    margin-top: 1.2rem;
  }
}
.l-menu__contain-sec .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex {
    display: block;
  }
}
.l-menu__contain-sec .flex a {
  color: #fff;
}
.l-menu__contain-sec .flex__box {
  margin-right: min(3.75vw, 54px);
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex__box {
    margin-right: 0;
    margin-bottom: 8.533vw;
  }
}
.l-menu__contain-sec .flex__box:nth-of-type(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 769px) {
  .l-menu__contain-sec .flex__box.single {
    margin-bottom: min(2.778vw, 40px);
  }
}
.l-menu__contain-sec .flex__box__last.single {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex__box__last.single {
    margin-bottom: 8vw;
  }
}
.l-menu__contain-sec .flex p a {
  font-size: min(1.597vw, 23px);
  padding-bottom: 0.4em;
  border-bottom: 2px solid #fff;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex p a {
    font-size: 5.333vw;
    border-bottom: 1px solid #fff;
  }
}
.l-menu__contain-sec .flex p a span {
  font-size: min(1.25vw, 18px);
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex p a span {
    font-size: 4vw;
  }
}
.l-menu__contain-sec .flex ul {
  width: min(12.5vw, 180px);
}
@media print, screen and (min-width: 769px) {
  .l-menu__contain-sec .flex ul {
    margin-bottom: min(3.472vw, 50px);
  }
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex ul {
    width: 100%;
  }
}
.l-menu__contain-sec .flex ul li {
  margin-bottom: 0.5em;
}
.l-menu__contain-sec .flex ul li.flex__box_ttl a {
  font-size: min(1.597vw, 23px);
  padding-bottom: 0.4em;
  border-bottom: 2px solid #fff;
  display: block;
  font-weight: 500;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex ul li {
    margin-bottom: 3.333vw;
  }
  .l-menu__contain-sec .flex ul li.flex__box_ttl {
    margin-bottom: 5.333vw;
  }
  .l-menu__contain-sec .flex ul li.flex__box_ttl a {
    font-size: 5.333vw;
    font-weight: 500;
    border-bottom: 1px solid #fff;
  }
}
.l-menu__contain-sec .flex ul li a {
  display: block;
  padding-bottom: 0.5em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-menu__contain-sec .flex ul li a {
    font-size: 4.533vw;
  }
}
.l-menu__contain-sec .flex ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.is-menu-opened .l-menu {
  opacity: 1;
  pointer-events: auto;
}
.l-menu__logo {
  display: block;
  width: 32rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .l-menu__logo {
    width: 56vw;
    margin-bottom: 8vw;
  }
}
.l-menu__logo img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-menu__link, .l-menu__tel {
    width: 30rem;
  }
  .l-menu__link .c-tel-box, .l-menu__tel .c-tel-box {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__link, .l-menu__tel {
    width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-menu__link-item, .l-menu__list-item {
  border-bottom: 1px solid #93d6f2;
}
.l-menu__link-item:last-child, .l-menu__list-item:last-child {
  border-bottom: none;
}
.l-menu__link-anc, .l-menu__list-anc {
  display: block;
  padding: 2.8rem;
  padding-right: 0;
  line-height: 1.25;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-menu__link-anc, .l-menu__list-anc {
    padding: 2rem 0;
    font-size: 3.733vw;
  }
  .l-menu__link-anc .c-icon-txt, .l-menu__list-anc .c-icon-txt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-menu__link {
    width: 76vw;
  }
}
.l-menu__list {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-menu__list {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .l-menu__list-item--haschild {
    padding: 2.8rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__list-item--haschild {
    padding: 2rem 0;
  }
}
.l-menu__list-ttl {
  margin-bottom: 1.2rem;
  color: #c5eaf9;
}
@media screen and (min-width: 769px) {
  .l-menu__list-ttl {
    font-size: 1.7rem;
  }
}
.l-menu__list-anc {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-menu__list-anc {
    font-size: 1.5rem;
  }
}
.l-menu__list-child .l-menu__list-item {
  border-bottom: none;
}
.l-menu__list-child .l-menu__list-anc {
  position: relative;
  padding: 0.8rem 0 0.8rem 2.8rem;
}
@media screen and (max-width: 768px) {
  .l-menu__list-child .l-menu__list-anc {
    font-size: 1.7rem;
  }
}
.l-menu__list-child .l-menu__list-anc:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-menu__list-child {
    display: inline-block;
    text-align: left;
  }
}
.l-menu__tel {
  margin-top: 1.2rem;
  background-color: #fff;
}
.l-menu__tel .c-tel-box__txt {
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  .l-menu__tel .c-tel-box__txt {
    font-size: 2.8vw;
  }
}
.l-menu__tel .c-tel-box__num:before {
  background: url(../images/icon_tel_blue.svg) no-repeat center/contain;
}
.l-menu__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .l-menu__sns {
    position: absolute;
    right: 3.2rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__sns {
    margin-top: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.l-menu__sns-anc {
  display: block;
}
.l-menu__sns-anc img {
  width: 3.2rem;
}

.l-nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: min(5.556vw, 80px);
  height: min(5.556vw, 80px);
  background-image: -webkit-linear-gradient(20deg, rgb(28, 143, 230) 0%, rgb(99, 170, 66) 100%);
  background-image: -ms-linear-gradient(20deg, rgb(28, 143, 230) 0%, rgb(99, 170, 66) 100%);
  border-bottom-left-radius: 0.4rem;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-nav-btn:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .l-nav-btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-nav-btn {
    width: 5rem;
    height: 5rem;
  }
}
.is-scroll .l-nav-btn {
  border-bottom-left-radius: 0;
}
.is-menu-opened .l-nav-btn {
  background: transparent;
}
.l-nav-btn__bar {
  position: absolute;
  display: block;
  width: min(2.639vw, 38px);
  height: min(0.278vw, 4px);
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-scroll .l-nav-btn__bar, .is-menu-opened .l-nav-btn__bar {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-nav-btn__bar {
    width: 2.4rem;
    height: 0.3rem;
  }
}
.l-nav-btn__bar:before, .l-nav-btn__bar:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: min(0.278vw, 4px);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-nav-btn__bar:before, .l-nav-btn__bar:after {
    height: 0.3rem;
  }
}
.is-scroll .l-nav-btn__bar:before, .is-menu-opened .l-nav-btn__bar:before, .is-scroll .l-nav-btn__bar:after, .is-menu-opened .l-nav-btn__bar:after {
  background: #fff;
}
.l-nav-btn__bar:before {
  top: min(-0.833vw, -12px);
}
@media screen and (max-width: 768px) {
  .l-nav-btn__bar:before {
    top: -0.8rem;
  }
}
.l-nav-btn__bar:after {
  top: min(0.972vw, 14px);
}
@media screen and (max-width: 768px) {
  .l-nav-btn__bar:after {
    top: 0.8rem;
  }
}
.is-menu-opened .l-nav-btn__bar {
  background: transparent !important;
}
.is-menu-opened .l-nav-btn__bar:before, .is-menu-opened .l-nav-btn__bar:after {
  top: 0;
  background: #fff;
}
.is-menu-opened .l-nav-btn__bar:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-menu-opened .l-nav-btn__bar:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-footer a {
  color: #fff;
  cursor: pointer;
}
.l-footer__primary {
  position: relative;
  padding-top: min(4.861vw, 70px);
  padding-bottom: min(3.333vw, 48px);
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__primary {
    padding-top: 12vw;
    padding-bottom: 4vw;
    text-align: center;
    background: url(../images/footer_bg_sp.jpg) no-repeat center/cover;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: min(75vw, 1080px);
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contain {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__contain-primary {
  text-align: center;
}
.l-footer__contain-primary .c-tel-box {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .l-footer__contain-primary .c-tel-box {
    color: #008fcb;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__contain-primary .c-tel-box__num:before {
    background: url(../images/icon_tel_blue.svg) no-repeat center/contain;
  }
}
.l-footer__contain-secondary {
  width: min(45vw, 648px);
  padding-left: min(7.778vw, 112px);
}
@media screen and (min-width: 769px) {
  .l-footer__contain-secondary {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contain-secondary {
    margin-top: 9.333vw;
    width: 100%;
    padding-left: 0;
  }
}
.l-footer__logo {
  display: inline-block;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__logo img {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    width: 22rem;
  }
}
.l-footer__nav .flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__nav .flex__box:first-child {
  margin-right: min(3.75vw, 54px);
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex__box:first-child {
    margin-right: 0;
    margin-bottom: 6.667vw;
  }
}
.l-footer__nav .flex__box:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.472vw, 50px) 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex__box:nth-child(2) {
    display: block;
    padding-top: 1.3vw;
  }
  .l-footer__nav .flex__box:nth-child(2) p:first-child {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex p {
    text-align: left;
  }
}
.l-footer__nav .flex p a {
  font-size: min(1.597vw, 23px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #fff;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex p a {
    font-size: 3.467vw;
    border-bottom: 1px solid #fff;
  }
}
.l-footer__nav .flex p a span {
  font-size: min(1.25vw, 18px);
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex p a span {
    font-size: 2.933vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex ul {
    width: 48%;
    margin-bottom: 9.6vw;
  }
}
.l-footer__nav .flex ul li a {
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex ul li a {
    font-size: 3.2vw;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex ul li:first-child p {
    width: 100%;
  }
}
.l-footer__nav .flex ul li:first-child a {
  margin-bottom: 0.8em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .l-footer__nav .flex ul li:first-child a {
    font-size: 4vw;
    margin-bottom: 1.2em;
    border-bottom: 1px solid #fff;
  }
}
.l-footer__nav .flex ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 769px) {
  .l-footer__sns {
    position: absolute;
    right: 3.2rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin-top: 8.533vw;
  }
}
.l-footer__sns-anc {
  display: block;
}
.l-footer__sns-anc img {
  width: 3.2rem;
}
.l-footer__tail {
  background: #494b50;
  color: #fff;
  padding: 1.6rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__tail {
    text-align: center;
    padding: 5.333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__tail-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__tail-copy {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .l-footer__tail-copy {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__tail-copy {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
}
.l-footer__other-anc {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__other-anc {
    font-size: 3.427vw;
  }
}
.l-footer__other-item {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__other-item {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .c-icon-txt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-totop {
  position: -webkit-sticky;
  position: sticky;
  bottom: 3rem;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  margin-right: 3rem;
  margin-left: auto;
  display: block;
  margin-bottom: -8rem;
  margin-top: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 0.4rem;
  border: 1px solid #dedede;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.l-totop__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/totop.svg) no-repeat center/1.8rem;
}
@media only screen and (max-width: 768px) {
  .l-totop__item {
    background-size: 4vw auto;
  }
}
@media screen and (max-width: 768px) {
  .l-totop {
    width: 10.667vw;
    height: 10.667vw;
    margin-right: 1.5rem;
    margin-bottom: -6rem;
    margin-top: 2rem;
  }
}
.is-scroll .l-totop {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-scroll .l-totop:hover {
  opacity: 0.6;
}

.p-anim-cts {
  opacity: 0;
  -webkit-transform: translateY(2.4rem);
          transform: translateY(2.4rem);
}
.is-loaded .p-anim-cts.is-inview {
  -webkit-animation: 0.7s ease forwards contents;
          animation: 0.7s ease forwards contents;
}

.p-anim-slide-left {
  opacity: 0;
  -webkit-transform: translateX(-2.4rem);
          transform: translateX(-2.4rem);
}
.is-loaded .p-anim-slide-left.is-inview {
  -webkit-animation: 0.7s ease forwards slide-left;
          animation: 0.7s ease forwards slide-left;
}

.p-anim-slide-right {
  opacity: 0;
  -webkit-transform: translateX(2.4rem);
          transform: translateX(2.4rem);
}
.is-loaded .p-anim-slide-right.is-inview {
  -webkit-animation: 0.7s ease forwards slide-right;
          animation: 0.7s ease forwards slide-right;
}

.p-anim-bbl-l {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-anim-bbl-l {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .is-loaded .p-anim-bbl-l.is-inview {
    -webkit-animation: 0.7s ease forwards bbl-l;
            animation: 0.7s ease forwards bbl-l;
  }
}
@media screen and (max-width: 768px) {
  .p-anim-bbl-l {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .is-loaded .p-anim-bbl-l.is-inview {
    -webkit-animation: 0.7s ease forwards bbl-r;
            animation: 0.7s ease forwards bbl-r;
  }
}

.p-anim-bbl-r {
  opacity: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.is-loaded .p-anim-bbl-r.is-inview {
  -webkit-animation: 0.7s ease forwards bbl-r;
          animation: 0.7s ease forwards bbl-r;
}

@-webkit-keyframes contents {
  0% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes contents {
  0% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-2.4rem);
            transform: translateX(-2.4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-2.4rem);
            transform: translateX(-2.4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(2.4rem);
            transform: translateX(2.4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(2.4rem);
            transform: translateX(2.4rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bbl-l {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes bbl-l {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes bbl-r {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes bbl-r {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.p-anim-scroll {
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  -webkit-animation: 1.7s ease infinite scroll-ub;
          animation: 1.7s ease infinite scroll-ub;
}

@-webkit-keyframes scroll-ub {
  0% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
  50% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
  to {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
}

@keyframes scroll-ub {
  0% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
  50% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
  to {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem);
  }
}
.p-anim-copy {
  -webkit-transform: translate(50%, 70%) scale(0.85);
          transform: translate(50%, 70%) scale(0.85);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .p-anim-copy {
    -webkit-transform: translate(10%, 40%) scale(1);
            transform: translate(10%, 40%) scale(1);
  }
}
.is-loaded .p-anim-copy {
  -webkit-animation-name: mv-copy;
          animation-name: mv-copy;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2.777s;
          animation-delay: 2.777s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (max-width: 768px) {
  .is-loaded .p-anim-copy {
    -webkit-animation-name: mv-copy_sp;
            animation-name: mv-copy_sp;
  }
}
.p-anim-copy--1 {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s;
}
.p-anim-copy--2 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.p-anim-copy--3 {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s;
}

@-webkit-keyframes mv-copy {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, 70%) scale(0.85);
            transform: translate(20%, 70%) scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes mv-copy {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, 70%) scale(0.85);
            transform: translate(20%, 70%) scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes mv-copy_sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 40%) scale(1);
            transform: translate(10%, 40%) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes mv-copy_sp {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 40%) scale(1);
            transform: translate(10%, 40%) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.p-anim-copy-after {
  opacity: 0;
  -webkit-transform: translateY(2.4rem);
          transform: translateY(2.4rem);
}
.is-loaded .p-anim-copy-after {
  -webkit-animation: 0.9s ease forwards contents;
          animation: 0.9s ease forwards contents;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.p-anim-d1 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.p-anim-d2 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.p-anim-d3 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.p-anim-d4 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.is-inview.p-anim-t1 {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

.is-inview.p-anim-t2 {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

.is-inview.p-anim-t3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.is-inview.p-anim-t4 {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.is-inview.p-anim-t5 {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}

.is-inview.p-anim-t6 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

.c-icon-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-icon-txt__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 0.8rem;
  line-height: 0;
}
.c-icon-txt__icon img {
  width: 1em;
}

.c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -1.2rem;
}
.c-row > .c-row__item {
  padding: 1.2rem;
  width: 100%;
}
.c-row > .c-row__item--1 {
  width: 8.3333333333%;
}
.c-row > .c-row__item--2 {
  width: 16.6666666667%;
}
.c-row > .c-row__item--3 {
  width: 25%;
}
.c-row > .c-row__item--4 {
  width: 33.3333333333%;
}
.c-row > .c-row__item--5 {
  width: 41.6666666667%;
}
.c-row > .c-row__item--6 {
  width: 50%;
}
.c-row > .c-row__item--7 {
  width: 58.3333333333%;
}
.c-row > .c-row__item--8 {
  width: 66.6666666667%;
}
.c-row > .c-row__item--9 {
  width: 75%;
}
.c-row > .c-row__item--10 {
  width: 83.3333333333%;
}
.c-row > .c-row__item--11 {
  width: 91.6666666667%;
}
.c-row > .c-row__item--12 {
  width: 100%;
}
.c-row > .c-row__item--5th {
  width: 20%;
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--1-pc {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--2-pc {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--3-pc {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--4-pc {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--5-pc {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--6-pc {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--7-pc {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--8-pc {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--9-pc {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--10-pc {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--11-pc {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--12-pc {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-row > .c-row__item--5th-pc {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--1-sp {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--2-sp {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--3-sp {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--4-sp {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--5-sp {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--6-sp {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--7-sp {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--8-sp {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--9-sp {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--10-sp {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--11-sp {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--12-sp {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-row > .c-row__item--5th-sp {
    width: 20%;
  }
}
.c-row--thin {
  margin: -0.6rem;
}
.c-row--thin > .c-row__item {
  padding: 0.6rem;
}
@media screen and (min-width: 769px) {
  .c-row--thin-pc {
    margin: -0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-row--thin-pc > .c-row__item {
    padding: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-row--thin-sp {
    margin: -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-row--thin-sp > .c-row__item {
    padding: 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .c-row--wide {
    margin: -2rem;
  }
  .c-row--wide > .c-row__item {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-row--wide-sp {
    margin: -1.2rem;
  }
  .c-row--wide-sp > .c-row__item {
    padding: 1.2rem;
  }
}
.c-row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-row--center-sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-row--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-row--end-sp {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-row--align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-row--align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .c-row--reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-card-course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
  padding: 0.8rem 4rem 0.8rem 1.5rem;
  background: url(../images/icon_blank_sky.svg) no-repeat right 1em center/1em, #fff;
  border: 1px solid #00a0e9;
  border-radius: 0.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .c-card-course {
    min-height: 6rem;
    border-radius: 0.2rem;
    padding: 0.4rem 2.4rem 0.4rem 1rem;
    background: url(../images/icon_blank_sky.svg) no-repeat right 1.867vw center/0.75em, #fff;
    background-size: 3.2vw 3.2vw;
  }
}
.c-card-course__sub {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
}
.c-card-course__sub--kokubun {
  color: #f19e0c;
}
.c-card-course__sub--syakai {
  color: #bb93ae;
}
.c-card-course__sub--ningen {
  color: #a8c100;
}
.c-card-course__sub--keizai {
  color: #a46d5a;
}
.c-card-course__sub--keiei {
  color: #588ab1;
}
.c-card-course__sub--hougaku {
  color: #6aafa7;
}
.c-card-course__sub--rikou {
  color: #9e9d54;
}
.c-card-course__sub--kenkan {
  color: #7f8d84;
}
.c-card-course__sub--kyouiku {
  color: #4baad8;
}
.c-card-course__sub--eiyou {
  color: #e3604c;
}
.c-card-course__sub--kango {
  color: #eea699;
}
.c-card-course__sub--jouhou {
  color: #5f67ae;
}
@media screen and (max-width: 768px) {
  .c-card-course__sub {
    margin-bottom: 0.2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card-course__main {
    font-size: 1.2rem;
  }
}

.c-inner {
  width: 124rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding: 0 2rem;
  }
}
.c-inner--sm {
  width: 112rem;
}
.c-inner--xs {
  width: 82rem;
}
.c-inner--full {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inner--fit-sp {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-acco-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-acco-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.c-acco-icon:before, .c-acco-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.4rem;
  background: #00a0e9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-acco-icon:before, .c-acco-icon:after {
    width: 1.2rem;
    height: 0.3rem;
  }
}
.c-acco-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.is-active .c-acco-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.c-tel-box {
  display: block;
  max-width: 100%;
  padding: 2rem 3.2rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #008fcb;
  text-align: center;
  line-height: 1.25;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-tel-box {
    width: 24rem;
    padding: 1.4rem 2rem 1.6rem;
    font-size: 1.05rem;
    border-radius: 0.2rem;
  }
}
.c-tel-box__txt {
  margin-bottom: 0.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-tel-box__txt {
    margin-bottom: 0.4rem;
  }
}
.c-tel-box__num {
  display: inline;
  position: relative;
  padding-left: 0.85em;
  font-size: 2.8rem;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-tel-box__num {
    font-size: 2.15rem;
  }
}
.c-tel-box__num:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 0.64em;
  height: 0.72em;
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}

.p-each-dtl__head {
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#6eb659));
  background: -webkit-linear-gradient(left, #00a0e9, #6eb659);
  background: linear-gradient(to right, #00a0e9, #6eb659);
  padding: 4.8rem 0;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-each-dtl__head:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .p-each-dtl__head {
    padding: 4.667vw 0;
    font-size: 2rem;
    line-height: 1.625;
  }
}
.p-each-dtl__head-contain {
  position: relative;
  padding-right: 6.8rem;
}
@media screen and (min-width: 769px) {
  .p-each-dtl__head-contain {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .p-each-dtl__head-contain {
    text-align: center;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .p-each-dtl__head-contain .c-acco-icon {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-each-dtl__head-contain .c-acco-icon:before, .p-each-dtl__head-contain .c-acco-icon:after {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-each-dtl__head-contain .c-acco-icon:before, .p-each-dtl__head-contain .c-acco-icon:after {
    background: #6ab564;
  }
}
.p-each-dtl__body {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.2s, opacity 0.1s;
  transition: 0.2s, opacity 0.1s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  pointer-events: none;
}
.p-each-dtl__body.is-active {
  opacity: 1;
  height: auto;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: auto;
}
.p-each-dtl__body {
  background: #edf8fd;
}
.p-each-dtl__body.is-active {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-each-dtl__body.is-active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@keyframes bbl-l {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes bbl-r {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.p-anim-cts {
  opacity: 0;
  -webkit-transform: translateY(2.4rem);
          transform: translateY(2.4rem);
}
.is-loaded .p-anim-cts.is-inview {
  -webkit-animation: 0.7s ease forwards contents;
          animation: 0.7s ease forwards contents;
}

.p-anim-bbl-l {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-anim-bbl-l {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  .is-loaded .p-anim-bbl-l.is-inview {
    -webkit-animation: 0.7s ease forwards bbl-l;
            animation: 0.7s ease forwards bbl-l;
  }
}
@media screen and (max-width: 768px) {
  .p-anim-bbl-l {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .is-loaded .p-anim-bbl-l.is-inview {
    -webkit-animation: 0.7s ease forwards bbl-r;
            animation: 0.7s ease forwards bbl-r;
  }
}

.p-anim-bbl-r {
  opacity: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.is-loaded .p-anim-bbl-r.is-inview {
  -webkit-animation: 0.7s ease forwards bbl-r;
          animation: 0.7s ease forwards bbl-r;
}

.l-if_noscript {
  background: #f00;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

.l-skip-link {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 159, 233, 0.15)), to(rgba(111, 182, 89, 0.15))), #fff;
  background: -webkit-linear-gradient(left, rgba(0, 159, 233, 0.15), rgba(111, 182, 89, 0.15)), #fff;
  background: linear-gradient(to right, rgba(0, 159, 233, 0.15), rgba(111, 182, 89, 0.15)), #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.l-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.l-loading__logo img {
  width: 28vw;
}
@media only screen and (max-width: 768px) {
  .l-loading__logo img {
    width: 58vw;
  }
}
.is-loaded .l-loading {
  opacity: 0;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  pointer-events: none;
}
.is-loaded .l-loading .l-loading__logo {
  -webkit-animation-name: loading-logo-out;
          animation-name: loading-logo-out;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes loading-logo-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes loading-logo-out {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.p-mv {
  position: relative;
  background: url(../images/mv_bg.jpg) no-repeat center/cover;
  padding-top: min(6.389vw, 92px);
  height: 100svh;
}
@media screen and (min-width: 769px) {
  .p-mv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background: url(../images/sp/kv_sp.jpg) no-repeat center/cover;
  }
}
.p-mv__contain {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__contain {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-mv__catch {
  position: absolute;
  top: 17%;
  left: min(53.611vw, 772px);
}
@media screen and (min-width: 769px) {
  .p-mv__catch {
    width: 47vw;
    left: 45vw;
  }
}
@media screen and (max-width: 1401px) {
  .p-mv__catch {
    top: 20%;
    width: 60%;
    left: 40%;
    bottom: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__catch {
    left: 0;
    top: 49.333vw;
    width: 100%;
  }
}
.p-mv__catch img {
  width: 100%;
}
.p-mv__catch-copy {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.p-mv__menu {
  width: min(34.722vw, 500px);
  position: absolute;
  bottom: min(6.389vw, 92px);
  left: min(8.333vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-mv__menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: absolute;
    width: 86.933vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 18.933vw;
  }
}
.p-mv__menu h2 {
  text-align: center;
  margin: 0 auto min(0.694vw, 10px);
  width: min(27.431vw, 395px);
}
@media only screen and (max-width: 768px) {
  .p-mv__menu h2 {
    width: 70.933vw;
    margin: 0 auto 1.333vw;
  }
}
.p-mv__menu .kv_btn:first-of-type {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .p-mv__menu .kv_btn:first-of-type {
    margin-bottom: 3.333vw;
  }
}
.p-mv__scroll {
  position: absolute;
  bottom: min(1.944vw, 28px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(4.861vw, 70px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-mv__scroll {
    bottom: 5.6vw;
    width: 14.933vw;
    margin-left: -7.467vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-mv__scroll-contain {
    max-width: 134rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv__scroll img {
  width: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-mv__scroll img {
    width: 100%;
  }
}

.bnrs {
  padding: min(2.778vw, 40px) 0 0;
}
@media only screen and (max-width: 768px) {
  .bnrs {
    padding-top: 5.333vw;
  }
}
@media only screen and (max-width: 768px) {
  .bnrs .inner > .flex {
    display: block;
  }
}
.bnrs__ttl {
  width: min(11.667vw, 168px);
  margin-right: min(2.917vw, 42px);
  margin-top: min(5.556vw, 80px);
}
@media only screen and (max-width: 768px) {
  .bnrs__ttl {
    width: 72vw;
    margin: 0 auto;
    margin-bottom: 4.8vw;
  }
}
.bnrs__img {
  width: min(29.861vw, 430px);
}
@media only screen and (max-width: 768px) {
  .bnrs__img {
    width: 100%;
  }
}
.bnrs__img__ttl {
  font-size: min(1.389vw, 20px);
  color: #00478b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  .bnrs__img__ttl {
    margin-bottom: 2.133vw;
    letter-spacing: 0.08em;
  }
}
.bnrs__img__ttl .img {
  width: min(4.167vw, 60px);
  margin-right: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .bnrs__img__ttl .img {
    width: 12vw;
    margin-right: 2vw;
    margin-left: 1.333vw;
  }
}
.bnrs__img__ttl .txt {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .bnrs__img__ttl .txt {
    font-size: 4vw;
  }
}
.bnrs__img__ttl .txt .big {
  font-size: min(1.597vw, 23px);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .bnrs__img__ttl .txt .big {
    font-size: 4.8vw;
  }
}
.bnrs__img__ttl .txt .small {
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .bnrs__img__ttl .txt .small {
    font-size: 3.2vw;
  }
}
.bnrs__img__01 {
  margin-right: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  .bnrs__img__01 {
    margin-right: 0;
    margin-bottom: 6.667vw;
  }
}
.bnrs__img__02 .txt {
  color: #ef9600;
}
.bnrs__img__02 .txt .big {
  color: #ef9600;
}
.bnrs__img__sub {
  font-size: min(0.833vw, 12px);
  line-height: 1.4;
  position: relative;
  padding-left: 1.4em;
}
@media only screen and (max-width: 768px) {
  .bnrs__img__sub {
    font-size: 2.667vw;
    line-height: 1.6;
  }
}
.bnrs__img__sub:before {
  content: "※";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}
.bnrs__img a {
  display: block;
  margin-bottom: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .bnrs__img a {
    margin-bottom: 2.933vw;
  }
}

.graph {
  overflow: hidden;
  padding: min(4.861vw, 70px) min(8.333vw, 120px) 0;
  margin-bottom: min(1.389vw, 20px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .graph {
    padding: 0;
  }
}
.graph__contents {
  position: relative;
}
.graph .inner {
  padding-top: min(3.472vw, 50px);
  padding-bottom: min(4.861vw, 70px);
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 72, 109, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(17, 72, 109, 0.3);
  background: url(../images/bg_pattern.jpg);
}
@media only screen and (max-width: 768px) {
  .graph .inner {
    padding: 10.667vw 5.333vw 13.333vw;
  }
}
.graph.sogo {
  padding-top: min(4.861vw, 70px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .graph.sogo {
    padding-top: 9.333vw;
    padding-bottom: 5.333vw;
  }
}
.graph.sogo .inner:after {
  content: "";
  background: url(../images/bg_sogo.png) no-repeat right top/contain;
  width: 132px;
  height: min(66.875vw, 963px);
  position: absolute;
  top: 0;
  left: -130px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .graph.sogo .inner:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .graph.sogo .graph__contents:before {
    content: "";
    background: url(../images/bg_sogo.png) no-repeat center/contain;
    width: min(8.194vw, 118px);
    height: min(66.875vw, 963px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .graph.sogo .graph__contents:before {
    display: none;
  }
}
.graph .aco {
  margin-bottom: min(4.167vw, 60px);
  display: none;
}
@media only screen and (max-width: 768px) {
  .graph .aco {
    margin-bottom: 8vw;
  }
}

.sogo h2 {
  text-align: center;
  margin: 0 auto min(2.778vw, 40px);
  width: min(32.986vw, 475px);
}
@media only screen and (max-width: 768px) {
  .sogo h2 {
    width: 73.333vw;
    margin: 0 auto 6.667vw;
  }
}
.sogo .which {
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .sogo .which {
    margin-bottom: 9.333vw;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .which.flex {
    display: block;
  }
}
.sogo .which p {
  width: min(10.069vw, 145px);
}
@media only screen and (max-width: 768px) {
  .sogo .which p {
    width: 100%;
    margin-bottom: 1.333vw;
  }
}
.sogo .which__contents {
  width: calc(100% - min(10.069vw, 145px));
  padding-left: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .sogo .which__contents {
    width: 100%;
    padding-left: 0;
  }
}
.sogo .which__contents li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: min(1.389vw, 20px);
  margin-bottom: min(1.389vw, 20px);
  border-bottom: 1px dashed #0099d9;
}
@media only screen and (max-width: 768px) {
  .sogo .which__contents li {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
}
.sogo .which__contents li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .sogo .which__contents li:last-child {
    display: block;
  }
}
.sogo .which__contents li img {
  margin-right: min(0.694vw, 10px);
  width: min(5.278vw, 76px);
}
@media only screen and (max-width: 768px) {
  .sogo .which__contents li img {
    width: 14.4vw;
    margin-right: 2vw;
    float: left;
  }
}
.sogo .which__contents li .txt {
  width: calc(100% - min(5.278vw, 76px));
  line-height: 1.7;
}
.sogo .which__contents li .txt span:not(.exp) {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 769px) {
  .sogo .which__contents li .txt {
    letter-spacing: 0.08em;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .which__contents li .txt {
    font-size: 3.2vw;
    width: 100%;
    padding-top: 2vw;
  }
}
.sogo .which__contents li .txt .c-maker {
  display: inline;
  color: #fff100;
  background-color: #00A0EA;
  padding: 0.01em 0.02em;
  margin-right: 0.2em;
  font-weight: bold;
}
.sogo .points {
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .sogo .points {
    margin-bottom: 10.667vw;
  }
}
.sogo .points ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(0.694vw, 10px) 0;
}
@media only screen and (max-width: 768px) {
  .sogo .points ul {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .points ul li {
    margin-bottom: 4vw;
  }
}
.sogo .points ul li:nth-of-type(-n+3) {
  width: calc(33.3333333333% - min(0.903vw, 13px));
}
@media only screen and (max-width: 768px) {
  .sogo .points ul li:nth-of-type(-n+3) {
    width: 100%;
  }
}
.sogo .points ul li:nth-of-type(4) {
  width: 42%;
}
@media only screen and (max-width: 768px) {
  .sogo .points ul li:nth-of-type(4) {
    width: 100%;
  }
}
.sogo .points ul li:last-of-type {
  width: 56%;
}
@media only screen and (max-width: 768px) {
  .sogo .points ul li:last-of-type {
    width: 100%;
  }
}
.sogo .category .bg__blue {
  background-color: #dcf7ff;
  padding: min(3.472vw, 50px) min(4.861vw, 70px) min(0.694vw, 10px);
  margin-bottom: min(4.167vw, 60px);
  border-radius: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .sogo .category .bg__blue {
    padding: 6.667vw 1.6vw 5vw;
    border-radius: 1.333vw;
    margin-bottom: 13.333vw;
  }
}
.sogo .category .bg__blue h3 {
  width: min(28.194vw, 406px);
  margin: 0 auto min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  .sogo .category .bg__blue h3 {
    width: 64.533vw;
    margin-bottom: 4.8vw;
  }
}
.sogo .category__anchor {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto min(2.778vw, 40px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(1.736vw, 25px);
  padding: 0 min(10.417vw, 150px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__anchor {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12vw;
    gap: 4vw;
    padding: 0 2.667vw;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__anchor li:first-child {
    padding-left: 4vw;
  }
  .sogo .category__anchor li:nth-child(2) {
    padding-right: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__anchor li:nth-child(4) a, .sogo .category__anchor li:nth-child(5) a {
    margin-bottom: 0;
  }
}
.sogo .category__anchor li a {
  border-bottom: 1px solid #00478b;
  font-size: min(1.389vw, 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00478b;
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 768px) {
  .sogo .category__anchor li a {
    font-size: 3.733vw;
    margin-right: 0em;
    margin-bottom: 0em;
    font-weight: 500;
  }
}
.sogo .category__anchor li a:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  width: min(1.389vw, 20px);
  height: min(1.389vw, 20px);
  display: inline-block;
  margin-right: 0.2em;
}
@media only screen and (max-width: 768px) {
  .sogo .category__anchor li a:before {
    width: 1em;
    height: 1em;
  }
}
.sogo .category__block {
  border-radius: min(0.694vw, 10px);
  margin-bottom: min(4.167vw, 60px);
  position: relative;
}
.sogo .category__block:last-of-type {
  margin-bottom: 0;
}
.sogo .category__block:last-of-type .category__block__ttl {
  padding-left: min(24.306vw, 350px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block:last-of-type .category__block__ttl {
    padding-left: 0;
  }
}
.sogo .category__block:last-of-type .category__block__ttl_blc_main {
  margin-right: 0;
}
.sogo .category__block__01 .category__block__ttl {
  gap: 0 min(1.042vw, 15px);
}
.sogo .category__block__01 .category__block__ttl_blc {
  padding-top: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__01 .category__block__ttl_blc {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__01 .category__block__ttl_blc_main {
    padding-left: 3vw;
    text-align: left !important;
  }
}
.sogo .category__block__02 .category__block__contents, .sogo .category__block__04 .category__block__contents {
  margin-top: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__02 .category__block__contents, .sogo .category__block__04 .category__block__contents {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__block {
    padding: 16.8vw 2.667vw 2.667vw;
    margin-bottom: 9.333vw;
  }
  .sogo .category__block__02 .category__block__ttl_blc, .sogo .category__block__03 .category__block__ttl_blc, .sogo .category__block__04 .category__block__ttl_blc {
    text-align: center;
  }
  .sogo .category__block__02 p.category__block__ttl_blc_main.flex, .sogo .category__block__03 p.category__block__ttl_blc_main.flex, .sogo .category__block__04 p.category__block__ttl_blc_main.flex {
    position: relative;
    padding-left: 0;
    padding-right: 13vw;
    display: inline-block !important;
    margin: 0 auto;
  }
  .sogo .category__block__05 .category__block__ttl p.category__block__ttl_blc_main.flex {
    padding-right: 7vw;
  }
  .sogo .category__block__05 .category__block__ttl span img:first-of-type {
    margin-right: 5vw;
  }
  .sogo .category__block__06 .category__block__ttl span {
    top: 6vw;
    right: 4vw;
  }
  .sogo .category__block__06 p.category__block__ttl_blc_main {
    line-height: 1.3;
  }
  .sogo .category__block__06 .category__block__ttl_blc_sub {
    padding-left: 3vw !important;
    text-align: left !important;
  }
  .sogo .category__block__06 .category__block__ttl_blc_sub::before {
    position: absolute !important;
    left: -0.3em !important;
  }
}
.sogo .category__block__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: min(1.736vw, 25px) 0 min(1.389vw, 20px) min(26.389vw, 380px);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl {
    position: relative;
    padding: 0 0;
    display: block;
  }
}
.sogo .category__block__ttl p.category__block__ttl_blc_main {
  font-size: min(3.472vw, 50px);
  font-weight: 600;
  white-space: nowrap;
  color: #00478b;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl p.category__block__ttl_blc_main {
    font-size: 7.333vw;
    white-space: wrap;
    padding-top: 2vw;
    text-align: center;
    margin-right: 0vw;
  }
}
.sogo .category__block__ttl p.category__block__ttl_blc_main.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl p.category__block__ttl_blc_main.flex {
    display: block;
  }
}
.sogo .category__block__ttl p.category__block__ttl_blc_sub {
  padding-left: 1.5em;
  line-height: 1.6;
  position: relative;
  padding-top: 1em;
}
.sogo .category__block__ttl p.category__block__ttl_blc_sub.sub--2 {
  width: min(17.708vw, 255px);
  margin-left: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl p.category__block__ttl_blc_sub.sub--2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .sogo .category__block__ttl p.category__block__ttl_blc_sub.sub--2.sp_nowrap {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl p.category__block__ttl_blc_sub {
    font-size: 3.733vw;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 0.8em;
    padding-left: 0;
  }
}
.sogo .category__block__ttl p.category__block__ttl_blc_sub:before {
  content: "●";
  color: #54c3f1;
  position: absolute;
  top: 1em;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl p.category__block__ttl_blc_sub:before {
    position: static;
  }
}
.sogo .category__block__ttl span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl span {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sogo .category__block__ttl span img {
  width: min(4.861vw, 70px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl span img {
    width: 10.667vw;
  }
}
.sogo .category__block__ttl span img:first-of-type {
  margin-right: min(0.486vw, 7px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl span img:first-of-type {
    margin-right: 0.667vw;
  }
}
.sogo .category__block__ttl .bal {
  position: absolute;
  width: 100%;
  height: min(8.333vw, 120px);
  left: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl .bal {
    position: absolute;
    top: -20vw;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__ttl .bal img {
    margin: 0 auto;
    display: block;
  }
}
.sogo .category__block__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: min(1.389vw, 20px);
  margin-bottom: min(2.778vw, 40px);
}
.sogo .category__block__contents_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46%;
  gap: min(1.389vw, 20px) 0;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents_flex {
    display: block;
    width: 100%;
  }
}
.sogo .category__block__contents_image picture {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents {
    margin: 0;
    display: block;
  }
  .sogo .category__block__contents_image {
    margin-bottom: 4vw;
  }
}
.sogo .category__block__contents.style_01 {
  gap: min(1.389vw, 20px) 0;
}
.sogo .category__block__contents.style_01 .category__block__contents_image:first-of-type {
  width: 46%;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents.style_01 .category__block__contents_image:first-of-type {
    width: 100%;
  }
}
.sogo .category__block__contents.style_01 .category__block__contents_image:nth-of-type(2) {
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents.style_01 .category__block__contents_image:nth-of-type(2) {
    width: 100%;
  }
}
.sogo .category__block__contents.style_01 .category__block__contents_image:last-of-type {
  width: 100%;
}
.sogo .category__block__contents.style_02 .w52 {
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents.style_02 .w52 {
    width: 100%;
  }
}
.sogo .category__block__contents dd {
  width: min(42.361vw, 610px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents dd {
    width: 100%;
  }
}
.sogo .category__block__contents dd span {
  position: relative;
  display: block;
  padding-left: 1.4em;
  font-size: min(0.833vw, 12px);
  line-height: 1.4;
  margin-top: 0.75em;
  letter-spacing: 0.035em;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__contents dd span {
    font-size: 2.667vw;
  }
}
.sogo .category__block__contents dd span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sogo .category__block__btn {
  text-align: center;
  margin-top: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__btn {
    margin-top: 4vw;
  }
}
.sogo .category__block__btn a {
  padding-left: 2.5em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(37.5vw, 540px);
  height: min(4.861vw, 70px);
  font-size: min(1.389vw, 20px);
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, rgb(19, 71, 158) 0%, rgb(0, 160, 233) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(19, 71, 158) 0%, rgb(0, 160, 233) 100%);
  text-align: center;
  line-height: 1.35;
  border-radius: min(2.431vw, 35px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block__btn a {
    width: 100%;
    height: 12vw;
    border-radius: 6vw;
    font-size: 3.467vw;
  }
}
.sogo .category__block__btn a i {
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_blank_wh.svg) no-repeat center/contain;
  margin-left: 1.5em;
}
.sogo .category__block--02 {
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block--02 {
    margin-bottom: 14.667vw;
    padding: 0 2vw;
  }
}
.sogo .category__block--02:last-of-type {
  margin-bottom: 0;
}
.sogo .category__block--02_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00478b;
  border-left: 4px solid #00478b;
  background-color: #bae3f9;
  padding: 0.7em 1em;
  margin-bottom: min(2.083vw, 30px);
  gap: 0 min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .sogo .category__block--02_ttl {
    display: block;
    padding: 3vw 2vw;
    margin-bottom: 4vw;
    border-left: 1.333vw solid #00478b;
  }
}
.sogo .category__block--02_ttl h3 {
  font-size: min(1.389vw, 20px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block--02_ttl h3 {
    font-size: 4.533vw;
    margin-bottom: 1.5vw;
  }
}
.sogo .category__block--02_ttl p {
  font-size: min(0.972vw, 14px);
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .sogo .category__block--02_ttl p {
    font-size: 2.667vw;
  }
}
.sogo .category__block--02_ttl.type02 {
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 769px) {
  .sogo .category__block--02_ttl.type02 {
    margin-bottom: min(0.417vw, 6px);
  }
}
@media only screen and (max-width: 768px) {
  .sogo .category__block--02__SPtable {
    padding-top: 4vw;
  }
}

.flow__btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: min(37.5vw, 540px);
  height: min(5.556vw, 80px);
  padding-right: min(1.389vw, 20px);
  margin: 0 auto;
  line-height: 1.3;
  color: #fff;
  font-size: min(1.389vw, 20px);
  background-image: -webkit-linear-gradient(0deg, rgb(19, 71, 158) 0%, rgb(0, 160, 233) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(19, 71, 158) 0%, rgb(0, 160, 233) 100%);
  border-radius: min(3.472vw, 50px);
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .flow__btn a {
    width: 100%;
    height: 12vw;
    font-size: 3.467vw;
    border-radius: 6vw;
  }
}
.flow__btn a i {
  position: absolute;
  right: min(5.556vw, 80px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1em;
  height: 1em;
  background: url(../images/icon_blank_wh.svg) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .flow__btn a i {
    right: 9.333vw;
  }
}

.sec01 {
  background: url(../images/admissions_bg_noise.png) repeat center/50px, -webkit-gradient(linear, left top, right top, from(rgba(0, 159, 233, 0.15)), to(rgba(111, 182, 89, 0.15))), rgba(255, 255, 255, 0.9);
  background: url(../images/admissions_bg_noise.png) repeat center/50px, -webkit-linear-gradient(left, rgba(0, 159, 233, 0.15), rgba(111, 182, 89, 0.15)), rgba(255, 255, 255, 0.9);
  background: url(../images/admissions_bg_noise.png) repeat center/50px, linear-gradient(to right, rgba(0, 159, 233, 0.15), rgba(111, 182, 89, 0.15)), rgba(255, 255, 255, 0.9);
  padding-bottom: min(5.556vw, 80px);
}
@media only screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 8vw;
  }
}

.sec02 {
  background: url(../images/oc_noise.jpg);
  padding: 0 0 min(5.556vw, 80px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 0 0 12vw;
  }
}
.sec02 .inner {
  position: relative;
  max-width: min(91.667vw, 1320px);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .sec02 .inner {
    max-width: none;
    padding: 0 4vw;
  }
}
.sec02 .inner:after {
  content: "";
  background: url(../images/bg_op.png) no-repeat left top;
  background-size: contain;
  width: 132px;
  height: min(86.458vw, 1245px);
  position: absolute;
  top: 0;
  right: -70px;
  z-index: -1;
}
@media only screen and (max-width: 1300px) {
  .sec02 .inner:after {
    right: -80px;
  }
}
@media only screen and (max-width: 768px) {
  .sec02 .inner:after {
    display: none;
  }
}
.sec02 h2 {
  margin: 0 auto min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  .sec02 h2 {
    margin-bottom: 6.667vw;
  }
}
.sec02 .tab {
  position: relative;
  background: #fff;
  padding: min(5.556vw, 80px) min(4.167vw, 60px) min(5.556vw, 80px);
  border-radius: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  .sec02 .tab {
    padding: 5.333vw 2.133vw 8vw;
  }
}
.sec02 .tab__contents .flow .intro {
  width: min(20.833vw, 300px);
  margin-left: min(2.778vw, 40px);
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow .intro {
    width: 32vw;
    margin-left: 1.333vw;
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul {
    padding: 0 1.333vw;
  }
}
.sec02 .tab__contents .flow ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: min(0.694vw, 10px) 0;
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li {
    margin-bottom: 2.667vw;
    padding: 2vw 0;
  }
}
.sec02 .tab__contents .flow ul li:after {
  content: "";
  display: block;
  height: 2px;
  width: min(46.528vw, 670px);
  background-color: #d6d6d6;
  position: absolute;
  right: 0;
  bottom: min(0.833vw, 12px);
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li:after {
    width: 53.333vw;
    height: 1px;
    bottom: 2.133vw;
  }
}
.sec02 .tab__contents .flow ul li:nth-of-type(even) .txt h3 {
  color: #44a436;
}
.sec02 .tab__contents .flow ul li:nth-of-type(odd) .txt h3 {
  color: #00A0EA;
}
.sec02 .tab__contents .flow ul li:last-child:after {
  display: none;
}
.sec02 .tab__contents .flow ul li img {
  width: min(26.389vw, 380px);
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li img {
    width: 32vw;
  }
}
.sec02 .tab__contents .flow ul li .txt {
  width: calc(100% - min(26.389vw, 380px));
  padding-left: min(2.083vw, 30px);
  margin-top: min(-2.222vw, -32px);
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li .txt {
    width: calc(100% - 32vw);
    padding-left: 2.133vw;
    margin-top: -6.667vw;
  }
}
.sec02 .tab__contents .flow ul li .txt h3 {
  font-size: min(1.806vw, 26px);
  font-weight: 600;
  margin-bottom: min(0.972vw, 14px);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.sec02 .tab__contents .flow ul li .txt h3.pc_nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li .txt h3.pc_nowrap {
    white-space: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li .txt h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
    letter-spacing: 0;
  }
}
.sec02 .tab__contents .flow ul li .txt p {
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li .txt p {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.sec02 .tab__contents .flow ul li .txt__type02 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li .txt__type02 p {
    display: block;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}
.sec02 .tab__contents .flow ul li .txt__type02 p:last-of-type {
  margin-bottom: 0;
}
.sec02 .tab__contents .flow ul li .txt__type02 p span {
  background-color: #53b74a;
  color: #fff100;
  border-radius: min(0.278vw, 4px);
  line-height: 1.2;
  display: grid;
  width: min(4.514vw, 65px);
  place-content: center;
  padding: 0.5em 0em;
  margin-right: 0.4em;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li .txt__type02 p span {
    width: auto;
    display: inline-block;
    border-radius: 0.533vw;
    padding: 0.3em 0.3em;
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow ul li:last-child .txt {
    margin-top: 0;
  }
}
.sec02 .tab__contents .flow__btn {
  padding: min(2.778vw, 40px) 0 0;
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow__btn {
    padding-top: 2.667vw;
  }
}
.sec02 .tab__contents .flow__btn i {
  right: min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  .sec02 .tab__contents .flow__btn i {
    right: 8vw;
  }
}

.sec03 {
  background: url(../images/oc_noise.jpg);
  padding-bottom: min(6.944vw, 100px);
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 8vw;
  }
}