@charset "UTF-8";
/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(NotoSansJP)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, 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,
main {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/*-------------------------------------------
 style
-------------------------------------------*/
/***  tag  ***/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 57.5%; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  font-family: 'Noto Sans JP','游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 7.0rem; } }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: inherit; }

button {
  background: none;
  border: none;
  padding: 0; }

a {
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  a:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 767px) {
      a:hover {
        opacity: 1.0; } }

h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal; }

article {
  max-width: 100%;
  width: 100%; }

section {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }

p {
  color: #333333;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2.0; }

b {
  color: #01c40b;
  font-weight: 500; }

/*-------------------------------------------
 style - class -
-------------------------------------------*/
/***  header  ***/
@media screen and (max-width: 767px) {
  header {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 7.0rem;
    padding: 0 0 0 0.5rem;
    position: fixed;
    top: 0;
    z-index: 999; } }
header .copy {
  background-color: #fffde8;
  width: 100%; }
  @media screen and (max-width: 767px) {
    header .copy {
      display: none; } }
  header .copy p {
    font-size: 1.2rem;
    line-height: 1.0;
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem; }
header .wrap {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.0rem 2.0rem; }
  @media screen and (max-width: 767px) {
    header .wrap {
      padding: 0; } }
  header .wrap .left {
    width: 29.0rem;
    padding-right: 1.0rem; }
    @media screen and (max-width: 767px) {
      header .wrap .left {
        width: 26.0rem; } }
    header .wrap .left a {
      display: block; }
      header .wrap .left a img {
        width: 100%; }
  header .wrap .right {
    width: calc(100% - 29.0rem);
    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: 767px) {
      header .wrap .right {
        width: calc(100% - 26.0rem); } }
    @media screen and (max-width: 767px) {
      header .wrap .right .phone {
        display: none; } }
    header .wrap .right .phone a {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header .wrap .right .phone a .in {
        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;
        margin-bottom: 0.5rem; }
        header .wrap .right .phone a .in .num {
          font-family: 'Noto Serif JP';
          color: #333333;
          font-size: 3.2rem;
          font-weight: bold;
          padding-left: 0.5rem; }
      header .wrap .right .phone a .supple {
        color: #333333;
        font-size: 1.2rem; }
    header .wrap .right .mail {
      margin-left: 2.5rem; }
      @media screen and (max-width: 767px) {
        header .wrap .right .mail {
          display: none; } }
      header .wrap .right .mail a {
        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;
        padding: 1.5rem 2.5rem;
        border: 1px solid #81D8D0;
        border-radius: 3.0rem; }
        header .wrap .right .mail a span {
          color: #81D8D0;
          font-size: 1.6rem;
          font-weight: 500;
          padding-left: 0.5rem; }
    header .wrap .right .burger {
      display: none;
      width: 9.0rem;
      height: 6.0rem;
      padding: 1.0rem 1.0rem 1.0rem 2.0rem;
      cursor: pointer;
      z-index: 999; }
      @media screen and (max-width: 767px) {
        header .wrap .right .burger {
          display: block; } }
      header .wrap .right .burger.open .icon span.line-1 {
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      header .wrap .right .burger.open .icon span.line-2 {
        opacity: 0.0; }
      header .wrap .right .burger.open .icon span.line-3 {
        top: 0;
        margin: auto;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      header .wrap .right .burger .icon {
        position: relative;
        width: 100%;
        height: 100%; }
        header .wrap .right .burger .icon span {
          background-color: #81D8D0;
          display: block;
          width: 100%;
          height: 0.4rem;
          position: absolute;
          right: 0;
          -webkit-transition: all ease-out .3s;
          transition: all ease-out .3s; }
          header .wrap .right .burger .icon span.line-1 {
            top: 0; }
          header .wrap .right .burger .icon span.line-2 {
            opacity: 1.0;
            top: calc(50% - 0.2rem); }
          header .wrap .right .burger .icon span.line-3 {
            bottom: 0; }
header .menu-wrap {
  background-color: #81D8D0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    header .menu-wrap {
      display: none !important; } }
  header .menu-wrap .menu-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    @media screen and (max-width: 1000px) {
      header .menu-wrap .menu-h {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px dashed #ff849a; } }
    header .menu-wrap .menu-h li {
      border-left: 1px solid #ffffff;
      width: 12.2%; }
      @media screen and (max-width: 1000px) {
        header .menu-wrap .menu-h li {
          border-left: none; } }
      header .menu-wrap .menu-h li:nth-of-type(1) {
        width: 9.0%; }
      header .menu-wrap .menu-h li:nth-of-type(5) {
        width: 15.0%; }
      header .menu-wrap .menu-h li:nth-of-type(6) {
        width: 15.0%; }
      header .menu-wrap .menu-h li:nth-last-of-type(1) {
        border-right: 1px solid #ffffff; }
        @media screen and (max-width: 1000px) {
          header .menu-wrap .menu-h li:nth-last-of-type(1) {
            border-right: none; } }
      header .menu-wrap .menu-h li a {
        color: #ffffff;
        font-size: 1.4rem;
        text-align: center;
        display: block;
        padding-top: 2.0rem;
        padding-bottom: 2.0rem; }

.menu-all-wrap {
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: calc(100% - 7.0rem);
  overflow-y: auto;
  position: fixed;
  top: 7.0rem;
  left: 0;
  z-index: 999; }
  .menu-all-wrap ul {
    border-top: 1px dashed #9EDBD6; }
    .menu-all-wrap ul li {
      border-bottom: 1px dashed #9EDBD6; }
      .menu-all-wrap ul li a {
        color: #81D8D0;
        font-weight: 500;
        padding: 2.0rem 4.0rem 2.0rem 2.0rem;
        display: block;
        position: relative; }
        .menu-all-wrap ul li a::after {
          content: '';
          width: 1.0rem;
          height: 1.0rem;
          border-top: solid 1px #81D8D0;
          border-right: solid 1px #81D8D0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: auto;
          margin-bottom: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 2.0rem; }
  .menu-all-wrap .address {
    padding: 2.0rem; }
    .menu-all-wrap .address a {
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2.0rem 2.0rem;
      border: 1px solid #cccccc;
      border-radius: 1.0rem; }
      .menu-all-wrap .address a .wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; }
        .menu-all-wrap .address a .wrap img {
          width: 2.0rem; }
        .menu-all-wrap .address a .wrap .num {
          color: #261A0C;
          font-family: 'Noto Serif JP';
          font-size: 4rem;
          font-weight: 700;
          padding-left: 0.5rem; }
      .menu-all-wrap .address a p {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.5; }
        .menu-all-wrap .address a p b {
          font-size: 1.5rem;
          font-weight: 500; }

/***  footer  ***/
.page-top {
  display: none;
  background-color: #9EDBD6;
  width: 6.0rem;
  height: 6.0rem;
  padding: 1.5rem;
  border-radius: 6.0rem;
  position: fixed;
  bottom: 1.0rem;
  right: 1.0rem;
  z-index: 100;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .page-top {
      display: none !important; } }
  .page-top img {
    width: 100%; }

footer .btn-footer {
  background-image: url(../img/common/fnavi_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  width: 100%;
  height: 60.0rem;
  margin-top: 20.0rem; }
  @media screen and (max-width: 767px) {
    footer .btn-footer {
      margin-top: 15.0rem;
      height: 50.0rem; } }
  footer .btn-footer ul.in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    footer .btn-footer ul.in li {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 47.0rem;
      height: 34.0rem;
      border-radius: 4.0rem; }
      @media screen and (max-width: 1000px) {
        footer .btn-footer ul.in li {
          width: 38.0rem; } }
      @media screen and (max-width: 767px) {
        footer .btn-footer ul.in li {
          width: calc(50% - 1.0rem);
          height: auto;
          padding-top: 1.5rem;
          padding-bottom: 2.5rem; } }
      footer .btn-footer ul.in li.guideline {
        background: #81D8D0;
        background: linear-gradient(135deg, #76cecc 35%, #0abab5 100%); }
      footer .btn-footer ul.in li.campus {
        background: #01c40b;
        background: linear-gradient(135deg, #1be826 35%, #01c40b 100%); }
    footer .btn-footer ul.in .deco {
      color: #ffffff;
      font-size: 3.6rem;
      margin-bottom: 1.5rem;
      opacity: 0.9; }
    footer .btn-footer ul.in h3 {
      color: #ffffff;
      font-size: 2.2rem;
      font-weight: 500;
      margin-bottom: 3.0rem; }
      @media screen and (max-width: 767px) {
        footer .btn-footer ul.in h3 {
          margin-bottom: 2.0rem; } }
    footer .btn-footer ul.in p {
      color: #ffffff;
      font-size: 1.6rem;
      text-align: center;
      line-height: 1.8;
      margin-bottom: 1.0rem; }
      @media screen and (max-width: 767px) {
        footer .btn-footer ul.in p {
          margin-bottom: 0.5rem; } }
footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3.0rem 2.0rem; }
  @media screen and (max-width: 767px) {
    footer .wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  footer .wrap .left {
    width: 30.0rem;
    padding-right: 1.0rem; }
    @media screen and (max-width: 767px) {
      footer .wrap .left {
        padding-right: 0; } }
    footer .wrap .left a {
      display: inline-block;
      margin-bottom: 0.5rem; }
      footer .wrap .left a img {
        width: 100%; }
    footer .wrap .left p {
      font-size: 1.6rem;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        footer .wrap .left p {
          text-align: center; } }
  footer .wrap .right {
    width: calc(100% - 29.0rem);
    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: 767px) {
      footer .wrap .right {
        display: none; } }
    footer .wrap .right .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer .wrap .right .menu li {
        margin-bottom: 1.0rem; }
        footer .wrap .right .menu li a {
          color: #261A0C;
          font-size: 1.4rem;
          padding-left: 2.0rem;
          padding-right: 4.0rem;
          position: relative; }
          footer .wrap .right .menu li a::before {
            content: '';
            width: 0.6rem;
            height: 0.6rem;
            border-top: solid 2px #81D8D0;
            border-right: solid 2px #81D8D0;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            margin-top: auto;
            margin-bottom: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0; }
footer small {
  background-color: #fffde8;
  color: #261A0C;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

/***  common  ***/
body main article .pb00 {
  padding-bottom: 0; }
body main article .pb05 {
  padding-bottom: 0.5rem; }
body main article .pb10 {
  padding-bottom: 1.0rem; }
body main article .pb15 {
  padding-bottom: 1.5rem; }
body main article .pb20 {
  padding-bottom: 2.0rem; }
body main article .pb25 {
  padding-bottom: 2.5rem; }
body main article .pb30 {
  padding-bottom: 3.0rem; }
body main article .pb35 {
  padding-bottom: 3.5rem; }
body main article .pb40 {
  padding-bottom: 4.0rem; }
body main article .pb45 {
  padding-bottom: 4.5rem; }
body main article .pb50 {
  padding-bottom: 5.0rem; }
body main article .mt00 {
  margin-top: 0; }
body main article .mt05 {
  margin-top: 0.5rem; }
body main article .mt10 {
  margin-top: 1.0rem; }
body main article .mt15 {
  margin-top: 1.5rem; }
body main article .mt20 {
  margin-top: 2.0rem; }
body main article .mt25 {
  margin-top: 2.5rem; }
body main article .mt30 {
  margin-top: 3.0rem; }
body main article .mt35 {
  margin-top: 3.5rem; }
body main article .mt40 {
  margin-top: 4.0rem; }
body main article .mt45 {
  margin-top: 4.5rem; }
body main article .mt50 {
  margin-top: 5.0rem; }
body main article .mt-05 {
  margin-top: -0.5rem; }
body main article .mt-10 {
  margin-top: -1.0rem; }
body main article .mt-15 {
  margin-top: -1.5rem; }
body main article .mt-20 {
  margin-top: -2.0rem; }
body main article .mt-25 {
  margin-top: -2.5rem; }
body main article .mt-30 {
  margin-top: -3.0rem; }
body main article .mt-35 {
  margin-top: -3.5rem; }
body main article .mt-40 {
  margin-top: -4.0rem; }
body main article .mt-45 {
  margin-top: -4.5rem; }
body main article .mt-50 {
  margin-top: -5.0rem; }
body main article .mb00 {
  margin-bottom: 0; }
body main article .mb05 {
  margin-bottom: 0.5rem; }
body main article .mb10 {
  margin-bottom: 1.0rem; }
body main article .mb15 {
  margin-bottom: 1.5rem; }
body main article .mb20 {
  margin-bottom: 2.0rem; }
body main article .mb25 {
  margin-bottom: 2.5rem; }
body main article .mb30 {
  margin-bottom: 3.0rem; }
body main article .mb35 {
  margin-bottom: 3.5rem; }
body main article .mb40 {
  margin-bottom: 4.0rem; }
body main article .mb45 {
  margin-bottom: 4.5rem; }
body main article .mb50 {
  margin-bottom: 5.0rem; }
body main article .mb55 {
  margin-bottom: 5.5rem; }
body main article .mb60 {
  margin-bottom: 6.0rem; }
body main article .mb65 {
  margin-bottom: 6.5rem; }
body main article .mb70 {
  margin-bottom: 7.0rem; }
body main article .mb75 {
  margin-bottom: 7.5rem; }
body main article .mb80 {
  margin-bottom: 8.0rem; }
body main article .tl {
  text-align: left; }
body main article .tc {
  text-align: center; }
body main article .tr {
  text-align: right; }
body main article .bt00 {
  border-top: none; }
body main article .br00 {
  border-right: none; }
body main article .bb00 {
  border-bottom: none; }
body main article .bl00 {
  border-left: none; }
body main article .bt01 {
  border-top-width: 1px; }
body main article .br01 {
  border-right-width: 1px; }
body main article .bb01 {
  border-bottom-width: 1px; }
body main article .bl01 {
  border-left-width: 1px; }

.wide {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .wide.overx {
    overflow-x: hidden; }

.deco {
  color: #C2E0DE;
  font-size: 7.6rem;
  font-weight: 200;
  text-align: center; }

.heading {
  color: #261A0C;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3.0rem; }

.head {
  color: #261A0C;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 1.0rem;
  margin-top: 1.0rem;
  margin-bottom: 2.0rem; }
  .head span {
    position: relative; }
    .head span::before {
      content: '';
      background-image: url(../img/common/icon_line_02.svg);
      background-size: 88.0rem;
      background-repeat: no-repeat;
      background-position: left center;
      width: 100%;
      height: 0.7rem;
      position: absolute;
      bottom: -1.0rem;
      left: 0; }

.heads {
  background-color: #f5f0d4;
  color: #261A0C;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 1.5rem 2.0rem;
  border-radius: 1.0rem;
  margin-bottom: 1.0rem; }

.cap {
  background-color: #81D8D0;
  color: #261A0C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  padding: 1.0rem 1.5rem;
  border-radius: 1.0rem;
  margin-bottom: 1.0rem; }

.band {
  background-image: url(../img/common/hnavi_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 20.0rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .band .wrap {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }
    .band .wrap .in {
      background-color: #81D8D0;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 25.0rem;
      height: 11.0rem;
      border-top-right-radius: 1.0rem;
      border-bottom-right-radius: 1.0rem;
      position: relative; }
      .band .wrap .in.light {
        width: 35.0rem; }
      .band .wrap .in.middle {
        width: 40.0rem; }
      .band .wrap .in::before {
        content: '';
        background-color: #81D8D0;
        width: 100.0rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100.0rem; }
      .band .wrap .in h1 {
        color: #ffffff;
        font-size: 3.2rem;
        margin-bottom: 1.0rem; }
      .band .wrap .in .supple {
        color: #ffffff;
        font-size: 1.8rem; }

ul.bread {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 4.0rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  ul.bread li {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-right: 2.0rem; }
    ul.bread li a {
      color: #81D8D0;
      font-size: inherit;
      font-weight: 500;
      position: relative; }
      ul.bread li a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        border-top: solid 1px #999999;
        border-right: solid 1px #999999;
        margin-top: auto;
        margin-bottom: auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1.2rem; }

.paling {
  background-color: #f4fffc;
  padding-top: 6.0rem;
  padding-bottom: 6.5rem; }
  .paling .wrap {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem; }

.frame {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem; }
  .frame.ptn01 {
    margin-bottom: 4.0rem; }
    .frame.ptn01 .wrap {
      background-color: #f5f0d4;
      color: #261A0C;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1.3;
      text-align: center;
      border-radius: 1.0rem;
      padding: 3.0rem 1.5rem; }
      @media screen and (max-width: 767px) {
        .frame.ptn01 .wrap {
          font-size: 2.2rem; } }
      .frame.ptn01 .wrap b {
        color: #261A0C;
        font-size: 4rem;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        font-weight: 500;
        line-height: 1.3;
        display: block;
        padding-bottom: 0.5rem; }
        @media screen and (max-width: 767px) {
          .frame.ptn01 .wrap b {
            font-size: 3.2rem; } }

.maps {
  width: 100%;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
  @media screen and (max-width: 767px) {
    .maps {
      height: 45.0rem; } }

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .more {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .more.p1 a {
    background-color: #81D8D0;
    color: #ffffff;
    min-width: 25.0rem;
    padding: 1.5rem 3.5rem 1.5rem 3.0rem;
    border-radius: 3.0rem;
    position: relative; }
    .more.p1 a::after {
      content: '';
      width: 0.8rem;
      height: 0.8rem;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2.0rem; }
  .more.p2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .more.p2 a {
      color: #ffffff;
      font-size: 1.8rem;
      text-align: center;
      width: 31.5rem;
      padding: 2.0rem 3.5rem 2.0rem 3.0rem;
      border: 1px solid #ffffff;
      border-radius: 3.0rem;
      position: relative; }
      @media screen and (max-width: 767px) {
        .more.p2 a {
          width: 100%; } }
      .more.p2 a::after {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2.0rem; }
  .more a {
    display: block; }

.anchor {
  opacity: 0;
  display: block;
  margin-top: -2.5rem;
  padding-top: 2.5rem; }
  @media screen and (max-width: 767px) {
    .anchor {
      margin-top: -5.0rem;
      padding-top: 5.0rem; } }

.txt.p1 {
  line-height: 1.8; }

.link {
  color: #81D8D0;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  padding-left: 2.0rem;
  position: relative; }
  .link::before {
    content: '';
    background: url(../img/common/icon_arrow_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }

.links {
  color: #81D8D0;
  font-weight: 500;
  text-decoration: underline; }
  .links.linkp {
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .links.linkp {
        text-decoration: underline; } }

.linkp {
  color: inherit;
  pointer-events: none; }
  @media screen and (max-width: 767px) {
    .linkp {
      pointer-events: auto; } }

.jump {
  padding-right: 2.5rem;
  position: relative; }
  .jump::after {
    content: '';
    background: url(../img/common/icon_jump_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0.6rem;
    width: 2.2rem;
    height: 1.6rem;
    position: absolute;
    bottom: 0.4rem; }

.kome {
  font-size: inherit;
  line-height: 1.5;
  text-align: left;
  display: block;
  padding-left: 2.0rem;
  position: relative; }
  .kome::before {
    content: '※';
    color: #666666;
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    top: 0;
    left: 0; }

.non-news {
  background-color: #f3f3f3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 1.5rem 2.0rem;
  border-radius: 1.0rem;
  margin-top: 1.0rem; }

.tab-lab-1,
.tab-lab-2,
.tab-lab-3,
.tab-lab-4,
.tab-lab-5 {
  background: #eff5f3;
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  display: inline-block;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 1.0rem 1.0rem 0 0;
  padding: 1.5rem 2.5rem;
  margin-right: 1.0rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  @media screen and (max-width: 767px) {
    .tab-lab-1,
    .tab-lab-2,
    .tab-lab-3,
    .tab-lab-4,
    .tab-lab-5 {
      padding: 1.5rem 0.5rem;
      margin-right: 0.5rem; } }
  .tab-lab-1:hover,
  .tab-lab-2:hover,
  .tab-lab-3:hover,
  .tab-lab-4:hover,
  .tab-lab-5:hover {
    opacity: 0.6;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    @media screen and (max-width: 767px) {
      .tab-lab-1:hover,
      .tab-lab-2:hover,
      .tab-lab-3:hover,
      .tab-lab-4:hover,
      .tab-lab-5:hover {
        opacity: 1.0; } }

#tab-1:checked ~ .tab-lab-1,
#tab-2:checked ~ .tab-lab-2,
#tab-3:checked ~ .tab-lab-3,
#tab-4:checked ~ .tab-lab-4,
#tab-5:checked ~ .tab-lab-5 {
  background-color: #81D8D0;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border-top: 2px solid #81D8D0;
  border-right: 2px solid #81D8D0;
  border-left: 2px solid #81D8D0;
  position: relative;
  z-index: 2; }

#tab-1:checked ~ .panels #panel-1,
#tab-2:checked ~ .panels #panel-2,
#tab-3:checked ~ .panels #panel-3,
#tab-4:checked ~ .panels #panel-4,
#tab-5:checked ~ .panels #panel-5 {
  background: #ffffff;
  display: block; }

.panels {
  padding-top: 0.5rem;
  border-top: 2px solid #81D8D0;
  position: relative;
  z-index: 2; }

.panel,
input[name="check"] {
  display: none; }

ul.list-news.bt {
  border-top: 1px dotted #cccccc; }
ul.list-news li {
  border-bottom: 1px dotted #cccccc; }
  ul.list-news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.0rem 4.0rem 1.0rem 1.5rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      ul.list-news li a {
        padding-left: 0.5rem;
        padding-right: 2.5rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    ul.list-news li a::after {
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      border-top: solid 1px #81D8D0;
      border-right: solid 1px #81D8D0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: auto;
      margin-bottom: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2.0rem; }
      @media screen and (max-width: 767px) {
        ul.list-news li a::after {
          right: 0.5rem; } }
    ul.list-news li a .time {
      color: #9EDBD6;
      font-size: 1.8rem;
      font-weight: 500;
      margin-right: 1.5rem; }
    ul.list-news li a .cat {
      font-size: 1.4rem;
      font-weight: 400;
      display: inline-block;
      margin-right: 1.5rem;
      border-radius: 0.4rem;
      padding: 0.6rem 0.6rem; }
      @media screen and (max-width: 767px) {
        ul.list-news li a .cat {
          padding-top: 0.4rem;
          padding-bottom: 0.4rem; } }
      ul.list-news li a .cat.notice {
        color: #01c40b;
        border: 1px solid #01c40b; }
      ul.list-news li a .cat.exam {
        color: #81D8D0;
        border: 1px solid #81D8D0; }
      ul.list-news li a .cat.event {
        color: #ff8100;
        border: 1px solid #ff8100; }
      ul.list-news li a .cat + .cat {
        margin-left: -1.0rem; }
    ul.list-news li a .txt {
      color: #333333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.3;
      margin-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        ul.list-news li a .txt {
          width: 100%;
          margin-top: 0.5rem; } }

ul.page-numbers {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  ul.page-numbers li {
    margin-right: 1.0rem;
    margin-left: 1.0rem;
    margin-bottom: 1.0rem; }
    @media screen and (max-width: 767px) {
      ul.page-numbers li {
        margin-right: 0.5rem;
        margin-left: 0.5rem; } }
    ul.page-numbers li .current {
      color: #333333;
      display: block;
      border: 1px solid #999999;
      border-radius: 1.0rem;
      padding: 1.0rem 1.0rem;
      line-height: 1; }
    ul.page-numbers li a {
      background-color: #ffffff;
      color: #ff7991;
      display: block;
      border: 1px solid #ff7991;
      border-radius: 1.0rem;
      padding: 1.0rem 1.5rem;
      line-height: 1; }

.list-motto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .list-motto {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .list-motto li {
    background-color: #ffffff;
    font-family: 'Noto Serif JP';
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    width: calc(33.3% - 2.0rem);
    border-radius: 1.0rem;
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
    border-radius: 1.0rem;
    margin-left: 1.0rem;
    margin-right: 1.0rem; }
    @media screen and (max-width: 767px) {
      .list-motto li {
        width: 100%;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin-bottom: 1.0rem; } }

ul.list-tab {
  background-color: #f4fffc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  position: relative; }
  ul.list-tab::before {
    content: '';
    background-color: #f4fffc;
    width: 100.0rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100.0rem; }
  ul.list-tab::after {
    content: '';
    background-color: #f4fffc;
    width: 100.0rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100.0rem; }
  ul.list-tab li {
    margin-right: 1.0rem;
    margin-bottom: 1.0rem; }
    ul.list-tab li a {
      background-color: #ffffff;
      color: #81D8D0;
      font-size: 1.6rem;
      font-weight: 500;
      display: block;
      padding: 1.0rem 1.5rem;
      border: 1px solid #81D8D0;
      border-radius: 2.5rem; }

.list-num {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-num .wrap {
    width: calc(50% - 1.0rem); }
    @media screen and (max-width: 767px) {
      .list-num .wrap {
        width: 100%; } }
    .list-num .wrap:nth-of-type(odd) {
      margin-right: 1.0rem; }
    .list-num .wrap:nth-of-type(even) {
      margin-left: 1.0rem; }
    .list-num .wrap .in {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 17.0rem;
      border: 1px solid #cccccc;
      border-radius: 1.0rem;
      padding-top: 2.0rem;
      padding-bottom: 2.0rem; }
      @media screen and (max-width: 1000px) {
        .list-num .wrap .in {
          height: 14.0rem; } }
      .list-num .wrap .in .num {
        font-family: 'Noto Serif JP';
        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;
        margin-bottom: 0.5rem; }
        .list-num .wrap .in .num img {
          width: 2.3rem; }
        .list-num .wrap .in .num span {
          color: #333333;
          font-size: 6rem;
          font-weight: 700;
          padding-left: 1.0rem; }
          @media screen and (max-width: 1000px) {
            .list-num .wrap .in .num span {
              font-size: 4rem; } }

ol.num {
  padding-left: 2.0rem;
  list-style: decimal; }
  ol.num.nest {
    list-style: upper-roman; }
    ol.num.nest ol {
      padding-left: 2.0rem;
      list-style: decimal; }
  ol.num li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 0.5rem; }

ul.disc {
  padding-left: 2.0rem;
  list-style: disc; }
  ul.disc.nest {
    list-style: upper-roman; }
    ul.disc.nest ol {
      padding-left: 2.0rem;
      list-style: disc; }
  ul.disc li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 0.5rem; }

.box-one {
  position: relative; }
  .box-one > figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(50% + 10.0rem);
    height: 33.5rem;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 767px) {
      .box-one > figure {
        width: 100%; } }
    .box-one > figure.left {
      left: 0;
      border-top-right-radius: 1.0rem;
      border-bottom-right-radius: 1.0rem; }
      @media screen and (max-width: 767px) {
        .box-one > figure.left {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; } }
    .box-one > figure.right {
      right: 0;
      border-top-left-radius: 1.0rem;
      border-bottom-left-radius: 1.0rem; }
      @media screen and (max-width: 767px) {
        .box-one > figure.right {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; } }
    .box-one > figure.school {
      background-image: url(../img/page/home_school_01.jpg); }
    .box-one > figure.curriculum {
      background-image: url(../img/page/home_curriculum_01.jpg); }
    .box-one > figure img {
      width: 100%; }
  .box-one .cont {
    max-width: 1140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
    position: relative; }
    @media screen and (max-width: 767px) {
      .box-one .cont {
        border-radius: 20.0rem;
        padding-left: 0;
        padding-right: 0; } }
    .box-one .cont.right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .box-one .cont.right .in {
        padding-left: 5.0rem; }
        @media screen and (max-width: 767px) {
          .box-one .cont.right .in {
            padding-left: 4.0rem; } }
    .box-one .cont.left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .box-one .cont.left .in {
        padding-right: 5.0rem; }
        @media screen and (max-width: 767px) {
          .box-one .cont.left .in {
            padding-right: 4.0rem; } }
    .box-one .cont .in {
      background-color: #ffffff;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 45.0rem;
      height: 33.5rem;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .box-one .cont .in {
          width: 100%;
          max-width: 100%;
          margin-top: 20.0rem;
          padding: 1.0rem 4.0rem 0 4.0rem;
          border-top-left-radius: 12.0rem;
          border-top-right-radius: 12.0rem; } }
      .box-one .cont .in .deco {
        text-align: left; }
        @media screen and (max-width: 767px) {
          .box-one .cont .in .deco {
            text-align: center; } }
      .box-one .cont .in h2 {
        text-align: left;
        border-bottom: 1px solid #C2E0DE;
        padding-bottom: 2.5rem;
        margin-top: 1.0rem;
        margin-bottom: 2.5rem; }
        @media screen and (max-width: 767px) {
          .box-one .cont .in h2 {
            text-align: center; } }

.box-two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .box-two {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .box-two > div {
    width: calc(100% - 47.0rem);
    padding-right: 5.0rem; }
    @media screen and (max-width: 1000px) {
      .box-two > div {
        width: calc(100% - 30.0rem);
        padding-right: 3.0rem; } }
    @media screen and (max-width: 767px) {
      .box-two > div {
        width: 100%;
        padding-right: 0; } }
  .box-two > figure {
    width: 47.0rem; }
    @media screen and (max-width: 1000px) {
      .box-two > figure {
        width: 30.0rem; } }
    @media screen and (max-width: 767px) {
      .box-two > figure {
        width: 100%;
        margin-top: 1.5rem; } }
    .box-two > figure img {
      width: 100%; }
      .box-two > figure img.maru {
        border-radius: 1.0rem; }

.advice {
  display: none;
  color: #333333;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
  margin-top: 1.0rem; }
  @media screen and (max-width: 767px) {
    .advice {
      display: block; } }

.boxes {
  width: 100%;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  position: relative; }
  .boxes::after {
    content: "";
    clear: both;
    display: block; }
  .boxes > figure.right {
    float: right;
    padding-left: 5.0rem; }
    @media screen and (max-width: 767px) {
      .boxes > figure.right {
        padding-left: 3.0rem;
        padding-bottom: 0.5rem; } }
    .boxes > figure.right img {
      height: auto; }
      .boxes > figure.right img.yoko {
        width: 47.0rem;
        border-radius: 1.0rem; }
        @media screen and (max-width: 1000px) {
          .boxes > figure.right img.yoko {
            width: 30.0rem; } }
        @media screen and (max-width: 767px) {
          .boxes > figure.right img.yoko {
            width: 22.0rem; } }

.name {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .name b {
    color: #000000;
    font-family: 'Noto Serif JP';
    font-size: 3.2rem;
    font-weight: 900;
    padding-left: 2.0rem; }

.slide {
  overflow-x: scroll; }
  .slide .summary {
    min-width: 767px; }
  .slide .timeline {
    min-width: 767px; }

.summary {
  border: 1px solid #d3d9cb;
  border-radius: 1.0rem; }
  .summary.p1 th {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p1 th {
        width: 12.0rem; } }
  .summary.p1 td {
    width: calc(100% - 16.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p1 td {
        width: calc(100% - 12.0rem); } }
  .summary.p2 th:nth-of-type(1) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p2 th:nth-of-type(1) {
        width: 12.0rem; } }
  .summary.p2 th:nth-of-type(2), .summary.p2 th:nth-of-type(3) {
    width: calc(50% - 8.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p2 th:nth-of-type(2), .summary.p2 th:nth-of-type(3) {
        width: calc(100% - 6.0rem); } }
  .summary.p3 th:nth-of-type(1) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p3 th:nth-of-type(1) {
        width: 12.0rem; } }
  .summary.p3 th:nth-of-type(2), .summary.p3 th:nth-of-type(3) {
    width: calc(28% - 5.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p3 th:nth-of-type(2), .summary.p3 th:nth-of-type(3) {
        width: calc(30% - 4.0rem); } }
  .summary.p3 th:nth-of-type(4) {
    width: calc(44% - 6.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p3 th:nth-of-type(4) {
        width: calc(40% - 4.0rem); } }
  .summary.p4 tr:nth-of-type(2) th:nth-of-type(1) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p4 tr:nth-of-type(2) th:nth-of-type(1) {
        width: 12.0rem; } }
  .summary.p4 tr:nth-of-type(2) td:nth-of-type(1), .summary.p4 tr:nth-of-type(2) td:nth-of-type(2) {
    width: calc(50% - 15.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p4 tr:nth-of-type(2) td:nth-of-type(1), .summary.p4 tr:nth-of-type(2) td:nth-of-type(2) {
        width: calc(50% - 12.0rem); } }
  .summary.p4 tr:nth-of-type(2) td:nth-of-type(3) {
    width: 14.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p4 tr:nth-of-type(2) td:nth-of-type(3) {
        width: 12.0rem; } }
  .summary.p5 tr:nth-of-type(2) th:nth-of-type(1) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p5 tr:nth-of-type(2) th:nth-of-type(1) {
        width: 12.0rem; } }
  .summary.p5 tr:nth-of-type(2) td:nth-of-type(1) {
    width: calc(100% - 30.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p5 tr:nth-of-type(2) td:nth-of-type(1) {
        width: calc(100% - 22.0rem); } }
  .summary.p5 tr:nth-of-type(2) td:nth-of-type(2) {
    width: 14.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p5 tr:nth-of-type(2) td:nth-of-type(2) {
        width: 10.0rem; } }
  .summary.p6 th:nth-of-type(1) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p6 th:nth-of-type(1) {
        width: 12.0rem; } }
  .summary.p6 th:nth-of-type(2) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p6 th:nth-of-type(2) {
        width: 12.0rem; } }
  .summary.p6 td:nth-of-type(1) {
    width: calc(100% - 32.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p6 td:nth-of-type(1) {
        width: calc(100% - 24.0rem); } }
  .summary.p7 th:nth-of-type(1) {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p7 th:nth-of-type(1) {
        width: 12.0rem; } }
  .summary.p7 th:nth-of-type(2) {
    width: 20.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p7 th:nth-of-type(2) {
        width: 12.0rem; } }
  .summary.p7 th:nth-of-type(3) {
    width: calc(100% - 36.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p7 th:nth-of-type(3) {
        width: calc(100% - 24.0rem); } }
  .summary.p8 th {
    width: 16.0rem; }
    @media screen and (max-width: 767px) {
      .summary.p8 th {
        width: 12.0rem; } }
    .summary.p8 th:nth-of-type(2) {
      width: calc(100% - 16.0rem);
      border-left-width: 1px; }
      @media screen and (max-width: 767px) {
        .summary.p8 th:nth-of-type(2) {
          width: calc(100% - 12.0rem); } }
  .summary.p8 td {
    width: calc(100% - 16.0rem); }
    @media screen and (max-width: 767px) {
      .summary.p8 td {
        width: calc(100% - 12.0rem); } }
  .summary.p9 th, .summary.p9 td {
    width: 50%; }
  .summary.rose table th {
    background-color: #fff8f8; }
  .summary.sblue table th {
    background-color: #f4fffc; }
  .summary table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #d3d9cb;
    border-radius: 1.0rem;
    table-layout: fixed;
    overflow: hidden; }
    .summary table.ca th, .summary table.ca td {
      text-align: center; }
    .summary table.ca th {
      border-left-width: 1px; }
    .summary table tr:nth-last-of-type(1) th, .summary table tr:nth-last-of-type(1) td {
      border-bottom: none; }
    .summary table th {
      background-color: #fffffa;
      font-weight: 500;
      text-align: center;
      padding-left: 1.0rem;
      padding-right: 1.5rem; }
    .summary table td {
      border-left-width: 1px;
      padding-right: 1.0rem; }
    .summary table th, .summary table td {
      font-size: 1.5rem;
      line-height: 1.8;
      border-color: #d3d9cb;
      border-style: solid;
      border-bottom-width: 1px;
      padding: 1.5rem 3.0rem; }
      @media screen and (max-width: 767px) {
        .summary table th, .summary table td {
          padding: 1.0rem; } }

.timeline table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.0rem;
  overflow: hidden; }
  .timeline table tr:nth-last-of-type(1) th, .timeline table tr:nth-last-of-type(1) td {
    border-bottom: none; }
  .timeline table tr:nth-last-of-type(1) td:nth-of-type(2)::before,
  .timeline table tr:nth-last-of-type(1) td:nth-of-type(3)::before {
    content: none; }
  .timeline table tr td:nth-of-type(1) {
    width: 10.0rem;
    padding: 0 2.5rem 0 0;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .timeline table tr td:nth-of-type(1) {
        width: 8.0rem; } }
  .timeline table tr td:nth-of-type(2),
  .timeline table tr td:nth-of-type(3) {
    width: 25.0rem;
    border-left: 2px solid #9EDBD6;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .timeline table tr td:nth-of-type(2),
      .timeline table tr td:nth-of-type(3) {
        width: 23.0rem; } }
    .timeline table tr td:nth-of-type(2)::before,
    .timeline table tr td:nth-of-type(3)::before {
      content: '';
      background-color: #9EDBD6;
      width: 2.0rem;
      height: 2.0rem;
      border-radius: 100%;
      position: absolute;
      left: -1.0rem;
      bottom: -1.0rem; }
  .timeline table tr td:nth-of-type(4) {
    width: calc(100% - 60.0rem);
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 1000px) {
      .timeline table tr td:nth-of-type(4) {
        width: calc(100% - 54.0rem); } }
  .timeline table td {
    color: #261A0C;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0;
    vertical-align: top;
    border-color: #9EDBD6;
    border-style: dashed;
    border-bottom-width: 1px;
    padding: 2.5rem 2.5rem; }
    @media screen and (max-width: 1000px) {
      .timeline table td {
        padding-left: 2.0rem;
        padding-right: 2.0rem; } }
  .timeline table img {
    width: 100%;
    border-radius: 1.0rem; }
  .timeline table .item {
    background-color: #f4fffc;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    border-radius: 1.0rem; }
  .timeline table .tab {
    background-color: #81D8D0;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    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;
    height: 4.6rem;
    border-radius: 1.0rem;
    position: absolute;
    width: calc(100% - 2.0rem);
    top: -2.3rem; }

.list-qa .qa {
  border: 1px solid #C2E0DE;
  border-radius: 0.6rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 1.0rem;
  cursor: pointer; }
  .list-qa .qa.open .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .list-qa .qa .in, .list-qa .qa .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5; }
    .list-qa .qa .in span, .list-qa .qa .wrap span {
      padding-left: 1.0rem; }
  .list-qa .qa .in {
    padding-bottom: 1.5rem; }
  .list-qa .qa .out {
    display: none; }
  .list-qa .qa .wrap {
    padding-top: 1.5rem;
    padding-bottom: 2.0rem;
    border-top: 1px dashed #C2E0DE; }

.req {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.0;
  display: inline-block;
  padding: 0.5rem 1.0rem;
  border-radius: 1.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  .req.green {
    background-color: #01c40b; }
  .req.red {
    background-color: #EC1212; }

.form-wrap {
  padding-top: 0.5rem; }
  .form-wrap ul.in {
    width: 100%;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }
    .form-wrap ul.in > li {
      font-size: 1.5rem;
      line-height: 1.3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 1.0rem;
      padding-bottom: 1.0rem; }
      .form-wrap ul.in > li:nth-of-type(odd) {
        font-weight: 500;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 23.0rem;
        padding-right: 1.5rem; }
        @media screen and (max-width: 767px) {
          .form-wrap ul.in > li:nth-of-type(odd) {
            width: 100%;
            padding-bottom: 0; } }
      .form-wrap ul.in > li:nth-of-type(even) {
        width: calc(100% - 23.0rem);
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .form-wrap ul.in > li:nth-of-type(even) {
            width: 100%;
            padding-top: 0.5rem; } }
  .form-wrap .send {
    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;
    margin-top: 3.0rem; }
    .form-wrap .send span input {
      background-color: #01c40b;
      color: #ffffff;
      font-size: 1.5rem;
      min-width: 16.0rem;
      padding: 2.0rem;
      border-radius: 4.0rem;
      cursor: pointer; }
  .form-wrap .select {
    width: 100%; }
  .form-wrap .select select {
    background-color: #ffffff;
    font-size: 1.6rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 1.1rem 1.5rem 1.0rem 1.5rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem;
    outline: 0;
    cursor: pointer; }
  .form-wrap input[type="text"], .form-wrap input[type="email"], .form-wrap textarea {
    background-color: #ffffff;
    font-size: 1.6rem;
    width: 100%;
    padding: 1.0rem 1.5rem;
    border: 1px solid #cccccc;
    border-radius: 0.4rem; }
  .form-wrap input[name="submitBack"] {
    background-color: #d3d9cb;
    margin-bottom: 1.0rem; }
  .form-wrap .mwform-checkbox-field-text {
    padding-right: 4.0rem; }
  .form-wrap .error {
    color: #EC1212;
    font-size: 1.6rem;
    line-height: 1.3;
    display: block;
    text-align: left;
    margin-top: 0.5rem; }

.btn-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4.0rem; }
  .btn-send span {
    cursor: pointer; }
    .btn-send span input[type="submit"] {
      background-color: #01c40b;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      max-width: 100%;
      width: 30.0rem;
      padding: 2.0rem 4.0rem 2.0rem 3.0rem;
      border-radius: 4.0rem;
      cursor: pointer; }

.mw_wp_form_confirm .form-wrap {
  padding-top: 1.0rem; }
  .mw_wp_form_confirm .form-wrap ul.in {
    border-top: 1px dashed #cccccc; }
    .mw_wp_form_confirm .form-wrap ul.in > li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px dotted #cccccc;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media screen and (max-width: 767px) {
        .mw_wp_form_confirm .form-wrap ul.in > li:nth-of-type(even) {
          font-size: 1.8rem;
          padding-top: 0.5rem; } }
      @media screen and (max-width: 767px) {
        .mw_wp_form_confirm .form-wrap ul.in > li:nth-of-type(odd) {
          border-bottom: none;
          padding-bottom: 0; } }
      .mw_wp_form_confirm .form-wrap ul.in > li .select {
        border: none;
        padding: 0; }
    .mw_wp_form_confirm .form-wrap ul.in .btn-send span {
      text-align: center; }

/* single */
.lower h1 {
  color: #261A0C;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1.0rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem; }
.lower h2 {
  color: #01c40b;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0 0.5rem 0rem;
  border-bottom: 3px solid #01c40b;
  margin-top: 3.0rem;
  margin-bottom: 2.0rem; }
.lower h3 {
  color: #261A0C;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 3.0rem;
  margin-bottom: 2.0rem; }
.lower h4 {
  background-color: #f5f0d4;
  color: #261A0C;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  line-height: 1.3;
  padding: 1.5rem 2.0rem;
  border-radius: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem; }
.lower h5 {
  background-color: #f0e08b;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  padding: 1.0rem 2.0rem;
  border-radius: 1.0rem;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower h6 {
  color: #01c40b;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower p a {
  color: #81D8D0;
  font-weight: 500;
  text-decoration: underline; }
.lower b {
  color: #01c40b;
  font-weight: 500; }
.lower strong {
  color: #01c40b;
  font-weight: 500; }
.lower ul {
  padding-left: 2.0rem;
  list-style: disc; }
  .lower ul li {
    line-height: 1.8;
    padding-left: 0.5rem; }
.lower ol {
  padding-left: 2.0rem;
  list-style: decimal; }
  .lower ol li {
    line-height: 1.8;
    padding-left: 0.5rem; }
.lower figure {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower figcaption {
  font-weight: 500;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower .wp-block-table {
  overflow: unset; }
  .lower .wp-block-table th, .lower .wp-block-table td {
    padding: 1.5rem 1.0rem; }
.lower .is-layout-flex {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }
.lower .wp-block-file a {
  color: #ff7991;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline; }
  .lower .wp-block-file a + .wp-block-file__button {
    background-color: #ff849a;
    color: #ffffff;
    text-decoration: none;
    padding: 1.5rem 3.5rem 1.5rem 3.0rem;
    border-radius: 3.0rem;
    position: relative; }

/* swiper */
/***  plugin swiper  ***/
.swiper-wrap {
  position: relative; }
  .swiper-wrap h2 {
    color: #261A0C;
    font-size: 4rem;
    line-height: 1.8;
    text-align: center;
    text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
    width: 100%;
    position: absolute;
    bottom: 10%;
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .swiper-wrap h2 {
        font-size: 6.0vw;
        line-height: 1.8;
        bottom: 5.0rem; } }
    .swiper-wrap h2 b {
      color: #261A0C;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .swiper-wrap h2 b {
          display: block; } }

.swiper {
  width: 100%; }

.swiper-container,
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 80.0rem; }
  @media screen and (max-width: 1200px) {
    .swiper-container,
    .swiper-slide {
      height: 70.0rem; } }
  @media screen and (max-width: 1000px) {
    .swiper-container,
    .swiper-slide {
      height: 65.0rem; } }
  @media screen and (max-width: 767px) {
    .swiper-container,
    .swiper-slide {
      height: 50.0rem; } }

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.swiper-scrollbar {
  background: none; }

.swiper-button-next,
.swiper-button-prev {
  display: none; }
