@charset "UTF-8";
/*
#globalHeader3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s ease-in-out;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #eee;
    .inner {
        padding:1rem 0;
        width: 90%;
        margin-inline: auto;
        grid-template-columns: 4fr 11fr 4fr;
        height: 4rem;
        align-items: center;
        transition: .3s ease-in-out;
        @media only screen and (min-width:1440px) {
           grid-template-columns: 4fr 12fr 4fr;
        }
        @media only screen and (max-width:1024px) {
            width: 96%;
        }
        #logoArea3 {
            #JAAlogo {
                a {
                    img {
                        width: 100%;
                        height: 4rem;
                        object-fit: contain;
                    }
                }
            }
        }
        #globalNav3 {
            ul {
                display: flex;
                justify-content: space-around;
                align-items: flex-start;
                padding: 0 3rem;
                box-sizing: border-box;
                li {
                    padding: 5px 8px;
                    font-size: clamp(11px, .725rem, 1rem);
                    white-space: nowrap;
                    height: 4rem;
                    box-sizing: border-box;
                    i {
                        display: block;
                        text-align: center;
                        margin-bottom: 5px;
                        &.kentei:before {
                            content:"";
                            background:url(../images/i-kentei3.png) 0 0 no-repeat;
                            width: 1.4rem;
                            height: 1.4rem;
                            background-size: contain;
                            display: inline-block;
                            vertical-align: middle;
                        }
                        &.school:before {
                            content:"";
                            background:url(../images/i-schoolsearch3.png) 0 0 no-repeat;
                            width: 1.4rem;
                            height: 1.4rem;
                            background-size: contain;
                            display: inline-block;
                            vertical-align: middle;
                        }
                        &.choice:before {
                            content:"";
                            background:url(../images/i-reason3.png) 0 0 no-repeat;
                            width: 1.4rem;
                            height: 1.4rem;
                            background-size: contain;
                            display: inline-block;
                            vertical-align: middle;
                        }
                        &.license:before {
                            content:"";
                            background:url(../images/i-license3.png) 0 0 no-repeat;
                            width: 1.4rem;
                            height: 1.4rem;
                            background-size: contain;
                            display: inline-block;
                            vertical-align: middle;
                        }
                        &.activity:before {
                            content:"";
                            background:url(../images/i-activity3.png) 0 0 no-repeat;
                            width: 1.4rem;
                            height: 1.4rem;
                            background-size: contain;
                            display: inline-block;
                            vertical-align: middle;
                        }
                        &.key:before {
                            content:"";
                            background:url(../images/i-key3.png) 0 0 no-repeat;
                            width: 1.4rem;
                            height: 1.4rem;
                            background-size: contain;
                            display: inline-block;
                            vertical-align: middle;
                        }
                    }
                    a {
                        text-decoration: none;
                        position: relative;
                        overflow: hidden;
                        display: block;
                        padding:7px 0;
                        box-sizing: border-box;
                        &:after {
                            content: "";
                            width: 100%;
                            height: 1px;
                            background: #333;
                            position: absolute;
                            left: -100%;
                            bottom: 0;
                            filter: opacity(0);
                            transition: .3s ease-in-out;
                        }
                        &:hover:after {
                            left: 0;
                            filter: opacity(.7);
                        }
                    }
                }
                @media only screen and (max-width:1024px) {
                    padding: 0;
                    grid-template-columns: 3fr 12fr 4fr;
                    li {
                        text-align: center;
                        white-space: nowrap;
                        letter-spacing: normal;
                        i {
                            display: block;
                            margin-inline: auto;
                            text-align: center;
                        }
                        &:nth-child(5),
                        &:nth-child(6) {
                            display: none;
                        }
                    }
                }
                @media only screen and (min-width:1440px) {
                    li i {
                        display: block;
                        margin-inline: auto;
                        text-align: center;
                    }
                } 
            }
        }

        #header-cta3 {
            ul {
                display: flex;
                align-items: flex-end;
                justify-content: center;
                li.btn {
                    line-height: 1;
                    a {
                        display: block;
                        border-radius: 9999px;
                        border:1px solid #ccc;
                        text-align: center;
                        padding: 8px 12px;
                        text-decoration: none;
                        transition: .3s ease-in-out;
                        font-size: .725rem;
                        &:hover {
                            background: #395e5b;
                            color: #fff;
                            text-decoration: none;
                        }
                    }
                    @media only screen and (max-width:1024px) {
                        font-size: .625rem;
                        a {
                            padding: 5px 8px;
                        }
                    }
                }
                li + li {
                    margin-left: 10px;
                    @media only screen and (max-width:1024px) {
                        margin-left: 7px;
                    }
                }
            }
        }
    }
    &.view .inner {
        padding: .6rem 0;
        width: 94%;
    }
}
*/
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

body {
  background: #f8f8f8;
}

#menu-search {
  position: fixed;
  top: 7.3rem;
  right: -100%;
  width: 100%;
  height: calc(80vh + 2rem);
  z-index: 9998;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #menu-search {
    top: 4rem;
  }
}
#menu-search #menu-title-btn {
  text-align: center;
  height: 2rem;
}
#menu-search #menu-title-btn span {
  text-align: center;
  display: inline-block;
  line-height: 2rem;
  background: #395e5b;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0 2rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
#menu-search #menu-title-btn i.search:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' style='color: rgb(255, 255, 255); width: 36px; height: 36px;'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -1px;
}
#menu-search #menu-title-btn i.close:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' style='color: rgb(255, 255, 255); width: 36px; height: 36px;'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -1px;
}
#menu-search .menu-search-inner {
  width: 100%;
  background: #f5f5f5;
  height: 80vh;
  overflow: scroll;
  scrollbar-width: none;
}
@media only screen and (max-width: 768px) {
  #menu-search .menu-search-inner {
    height: 100%;
    overflow-y: scroll;
  }
}
#menu-search .menu-search-inner .inner2 {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2rem 0;
  margin-inline: auto;
  height: calc(80vh - 4rem);
}
@media only screen and (max-width: 768px) {
  #menu-search .menu-search-inner .inner2 {
    grid-template-columns: 1fr;
    gap: 2rem;
    height: 100%;
  }
}
#menu-search .menu-search-inner .inner2 .cont h3 {
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
#menu-search .menu-search-inner .inner2 .cont h3:before {
  content: "";
}
#menu-search .menu-search-inner .inner2 .cont .search-box + h3 {
  margin-top: 2rem;
}
#menu-search .menu-search-inner .inner2 .cont ul {
  list-style: disc;
}
#menu-search .menu-search-inner .inner2 .cont ul li {
  margin-left: 1.5rem;
}
#menu-search .menu-search-inner .inner2 .cont ul li + li {
  margin-top: 6px;
}
#menu-search .menu-search-inner .inner2 .cont ul li a {
  text-decoration: none;
}
#menu-search .menu-search-inner .inner2 .cont ul li a:hover {
  text-decoration: underline;
}
#menu-search .menu-search-inner .inner2 .cont ul.sns {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#menu-search .menu-search-inner .inner2 .cont ul.sns li {
  margin: 0;
}
#menu-search .menu-search-inner .inner2 .cont .search-box {
  border-radius: 5px;
  width: 80%;
  background: #fff;
}
#menu-search .menu-search-inner .inner2 .cont .search-box #searchform {
  display: grid;
  grid-template-columns: 9fr 1fr;
}
#menu-search .menu-search-inner .inner2 .cont .search-box #searchform input#s {
  border: none;
  width: 100%;
  outline: 0;
  padding: 8px 10px;
  box-sizing: border-box;
}
#menu-search .menu-search-inner .inner2 .cont .search-box #searchform .submit-wrap {
  position: relative;
}
#menu-search .menu-search-inner .inner2 .cont .search-box #searchform .submit-wrap input#searchsubmit {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  border: none;
}
#menu-search .menu-search-inner .inner2 .cont .search-box #searchform .submit-wrap:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' style='color: rgb(255, 255, 255); width: 36px; height: 36px;'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  left: -2px;
  cursor: pointer;
}

.view + #menu-search {
  top: calc(-80vh + 5.2rem);
}

.gnav-menu-open .view + #menu-search,
.gnav-menu-open #menu-search {
  top: 5.2rem;
}

.gnav-menu-open .title-btn,
.menu-title.title-btn2 {
  display: none;
}

.gnav-menu-open .menu-title.title-btn2 {
  display: block;
}

.gnav-menu-open {
  overflow: hidden;
}

#mask {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out;
}

.gnav-menu-open #mask {
  opacity: 1;
  display: block;
}

#splash {
  margin-top: 6rem;
  width: 100%;
  height: calc(100vh - 6rem);
}

#globalHeader4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  min-height: 268px;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 {
    min-height: 13rem;
    height: 4rem;
  }
}
#globalHeader4 .inner2 {
  position: relative;
}
#globalHeader4 .inner2 .header-first-container {
  position: absolute;
  z-index: 9000;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #ddd;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  box-shadow: 0 0 1rem rgba(25, 25, 25, 0.2);
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container {
    padding: 0;
    gap: 1rem;
    height: 4rem;
  }
}
#globalHeader4 .inner2 .header-first-container #logoArea #logo2 {
  background: none;
  text-decoration: none;
  width: 48%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader4 .inner2 .header-first-container #logoArea #logo2 {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container #logoArea #logo2 {
    width: 100%;
    padding-left: 0.4rem;
    box-sizing: border-box;
  }
}
#globalHeader4 .inner2 .header-first-container #logoArea #logo2 a {
  display: block;
  width: 100%;
  height: 100%;
}
#globalHeader4 .inner2 .header-first-container #logoArea #logo2 a img {
  width: 100%;
  height: 3.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#globalHeader4 .inner2 .header-first-container ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul {
    width: 100%;
    align-items: flex-start;
  }
}
#globalHeader4 .inner2 .header-first-container ul li + li {
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul li {
    font-size: 0.625rem;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    height: 100%;
  }
}
#globalHeader4 .inner2 .header-first-container ul li a {
  border: 1px solid #ccc;
  border-radius: 9999px;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul li a {
    width: 4rem;
    height: 4rem;
    border: none;
    padding: 0 5px;
    box-sizing: border-box;
  }
}
#globalHeader4 .inner2 .header-first-container ul li #menuBtn2025 {
  background: #395e5b;
  color: #fff;
  border-radius: 9999px;
  text-align: center;
  width: 3.3rem;
  height: 3.3rem;
  font-size: 0.6125rem;
  cursor: pointer;
  z-index: 9001;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul li #menuBtn2025 {
    width: 4rem;
    height: 4rem;
    border-radius: 0;
  }
}
#globalHeader4 .inner2 .header-first-container ul li:nth-child(3) {
  display: none;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul li.sp-contact {
    width: 4rem;
    height: 4rem;
    background: #555;
  }
  #globalHeader4 .inner2 .header-first-container ul li.sp-contact a {
    width: 4rem;
    height: 4rem;
    text-align: center;
    color: #fff;
    display: table;
    padding: 0;
  }
  #globalHeader4 .inner2 .header-first-container ul li.sp-contact a .a-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.525rem;
  }
  #globalHeader4 .inner2 .header-first-container ul li.sp-contact a .a-inner .mail:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M12 12.713l-11.985-9.713h23.97l-11.985 9.713zm0 2.574l-12-9.725v15.438h24v-15.438l-12 9.725z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    background-size: contain;
    display: block;
    margin-inline: auto;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-first-container ul li.sp-download {
    width: 4rem;
    height: 4rem;
    background: #1da273;
  }
  #globalHeader4 .inner2 .header-first-container ul li.sp-download a {
    width: 4rem;
    height: 4rem;
    text-align: center;
    color: #fff;
    display: table;
    padding: 0;
  }
  #globalHeader4 .inner2 .header-first-container ul li.sp-download a .a-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.525rem;
  }
  #globalHeader4 .inner2 .header-first-container ul li.sp-download a .a-inner .download:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' fill='%23fff' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.744 8s1.522-8-3.335-8h-8.409v24h20v-13c0-3.419-5.247-3.745-8.256-3zm4.256 11h-12v-1h12v1zm0-3h-12v-1h12v1zm0-3h-12v-1h12v1zm-3.432-12.925c2.202 1.174 5.938 4.883 7.432 6.881-1.286-.9-4.044-1.657-6.091-1.179.222-1.468-.185-4.534-1.341-5.702z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 1.4rem;
    height: 1.4rem;
    background-size: contain;
    display: block;
    margin-inline: auto;
    margin-bottom: 4px;
  }
}
#globalHeader4 .inner2 .header-second-container {
  position: absolute;
  z-index: 9998;
  background: rgba(233, 233, 233, 0.11);
  top: 7.3rem;
  left: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  animation-delay: 0.3s;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container {
    display: none;
  }
}
#globalHeader4 .inner2 .header-second-container ul {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#globalHeader4 .inner2 .header-second-container ul li {
  width: 100%;
}
#globalHeader4 .inner2 .header-second-container ul li a {
  text-decoration: none;
  display: block;
  background: transparent;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
#globalHeader4 .inner2 .header-second-container ul li a i {
  display: block;
  text-align: center;
  margin-bottom: 0.6rem;
}
#globalHeader4 .inner2 .header-second-container ul li a i.kentei:before {
  content: "";
  background: url(../images/i-kentei3.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container ul li a i.kentei:before {
    width: 2rem;
    height: 2rem;
  }
}
#globalHeader4 .inner2 .header-second-container ul li a i.school:before {
  content: "";
  background: url(../images/i-schoolsearch3.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container ul li a i.school:before {
    width: 2rem;
    height: 2rem;
  }
}
#globalHeader4 .inner2 .header-second-container ul li a i.choice:before {
  content: "";
  background: url(../images/i-reason3.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container ul li a i.choice:before {
    width: 2rem;
    height: 2rem;
  }
}
#globalHeader4 .inner2 .header-second-container ul li a i.license:before {
  content: "";
  background: url(../images/i-license3.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container ul li a i.license:before {
    width: 2rem;
    height: 2rem;
  }
}
#globalHeader4 .inner2 .header-second-container ul li a i.activity:before {
  content: "";
  background: url(../images/i-activity3.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container ul li a i.activity:before {
    width: 2rem;
    height: 2rem;
  }
}
#globalHeader4 .inner2 .header-second-container ul li a i.key:before {
  content: "";
  background: url(../images/i-key3.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #globalHeader4 .inner2 .header-second-container ul li a i.key:before {
    width: 2rem;
    height: 2rem;
  }
}
#globalHeader4 .inner2 .header-second-container ul li a:hover {
  background: rgba(57, 94, 91, 0.0549019608);
}
#globalHeader4 .inner2 .header-second-container ul li + li {
  border-left: 1px solid #ccc;
}

.menuBtn2025inner {
  width: 3.3rem;
  height: 3.3rem;
  display: table;
}
@media only screen and (max-width: 768px) {
  .menuBtn2025inner {
    width: 4rem;
    height: 4rem;
  }
}
.menuBtn2025inner .inner2 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.menuBtn2025inner .inner2 span.top, .menuBtn2025inner .inner2 span.middle, .menuBtn2025inner .inner2 span.bottom {
  width: 1.5rem;
  height: 2px;
  display: block;
  background: #fff;
  margin-inline: auto;
  margin-bottom: 4px;
  transform: rotate(0);
  transition: 0.3s ease-in-out;
}
.menuBtn2025inner .inner2 span.text {
  text-align: center;
  display: block;
  font-size: 0.525rem;
  line-height: 1;
  margin-top: 5px;
}

.menu-open .menuBtn2025inner .inner2 span.middle {
  display: none;
}
.menu-open .menuBtn2025inner .inner2 span.top {
  transform: rotate(-30deg);
  margin-top: 6px;
}
.menu-open .menuBtn2025inner .inner2 span.bottom {
  transform: rotate(30deg);
  margin-top: -6px;
  margin-bottom: 12px;
}

#front-page-cont {
  margin-top: 9.6rem;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media only screen and (max-width: 768px) {
  #front-page-cont {
    margin-top: 4rem !important;
  }
}

.is-scrolled #globalHeader4 {
  height: 5.3rem;
  min-height: 0;
}
@media only screen and (max-width: 768px) {
  .is-scrolled #globalHeader4 {
    height: 6rem;
  }
}
.is-scrolled #globalHeader4 .header-second-container {
  top: calc(-100% - 9.6rem);
}
.is-scrolled #globalHeader4 .header-first-container {
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .is-scrolled #globalHeader4 .header-first-container {
    padding: 0;
  }
}
.is-scrolled #front-page-cont {
  margin-top: 7.6rem;
}
.is-scrolled #menu-search {
  top: 5.3rem;
}
@media only screen and (max-width: 768px) {
  .is-scrolled #menu-search {
    top: 4rem;
  }
}

.menu-open #menu-search {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .indexSection {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

#front-page-cont h2, #front-page-cont h3, #front-page-cont h4, #front-page-cont dt, #front-page-cont th {
  font-family: sans-serif;
  font-weight: 400;
}
#front-page-cont h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-bottom: 3.3rem;
}
#front-page-cont h2 span {
  display: block;
  font-size: 0.725rem;
  font-weight: 700;
  color: #1da273;
  text-indent: 5px;
}
@media only screen and (max-width: 768px) {
  #front-page-cont h2 {
    margin-bottom: 1.5rem;
  }
  #front-page-cont h2 span {
    font-size: 0.725rem;
  }
}
#front-page-cont #hero {
  width: 100%;
  height: calc(100vh - 268px);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #hero {
    height: calc(100vh - 13rem);
  }
}
#front-page-cont #hero img.splash {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-page-cont #hello {
  width: 100%;
  margin-inline: auto;
  background: -webkit-image-set(url(../images/front-about-bg2025.webp) type("image/webp"), url(../images/front-about-bg2025.jpg) type("image/jpeg"));
  background: image-set(url(../images/front-about-bg2025.webp) type("image/webp"), url(../images/front-about-bg2025.jpg) type("image/jpeg"));
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 10rem 0;
  box-sizing: border-box;
  margin-bottom: 4rem;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #hello {
    padding: 4.5rem 0;
  }
}
#front-page-cont #hello .inner {
  width: 51.5%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #hello .inner {
    width: 80%;
  }
}
#front-page-cont #hello h2, #front-page-cont #hello p {
  width: 100%;
  margin-inline: auto;
  color: #fff;
}
#front-page-cont #hello P + P {
  margin-top: 1.5rem;
}
#front-page-cont #schedule {
  width: 90%;
  background: #fff;
  padding: 4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #schedule {
    width: 100%;
    padding: 5%;
    margin-inline: auto;
  }
}
#front-page-cont #schedule .grid-harf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #schedule .grid-harf {
    grid-template-columns: 1fr;
    padding: 1rem;
    gap: 1rem;
  }
}
#front-page-cont #schedule .grid-harf figure {
  overflow: hidden;
}
#front-page-cont #schedule .grid-harf figure img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
#front-page-cont #schedule .grid-harf .text-bloc h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.3rem;
}
#front-page-cont #schedule .grid-harf .text-bloc ul li {
  margin-top: 7px;
}
#front-page-cont #schedule .grid-harf .text-bloc ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #555;
  text-decoration: none;
}
#front-page-cont #schedule .grid-harf .text-bloc ul li a .a-inner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}
#front-page-cont #schedule .grid-harf .text-bloc ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #course .inner, #front-page-cont #trainers .inner {
    width: 90%;
    margin-inline: auto;
  }
}
#front-page-cont #course .grid-container, #front-page-cont #trainers .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #course .grid-container, #front-page-cont #trainers .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#front-page-cont #course .grid-container .cont a, #front-page-cont #trainers .grid-container .cont a {
  text-decoration: none;
  display: block;
}
#front-page-cont #course .grid-container .cont a .a-inner, #front-page-cont #trainers .grid-container .cont a .a-inner {
  display: block;
}
#front-page-cont #course .grid-container .cont a .a-inner figure, #front-page-cont #trainers .grid-container .cont a .a-inner figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
#front-page-cont #course .grid-container .cont a .a-inner figure img, #front-page-cont #trainers .grid-container .cont a .a-inner figure img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#front-page-cont #course .grid-container .cont a:hover figure img, #front-page-cont #trainers .grid-container .cont a:hover figure img {
  transform: scale(1.04);
}
#front-page-cont #course .grid-container .cont a .item-name, #front-page-cont #trainers .grid-container .cont a .item-name {
  font-size: 1rem;
  color: #111;
}
#front-page-cont #course .grid-container .cont a .desc, #front-page-cont #trainers .grid-container .cont a .desc {
  color: #555;
  font-size: 0.875rem;
}
#front-page-cont #trainers {
  width: 100%;
  background: #fff;
  padding: 145px 0;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #trainers {
    padding: 3.5rem 0;
  }
}
#front-page-cont #trainers .inner {
  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #benfits .inner {
    width: 90%;
    margin-inline: auto;
  }
}
#front-page-cont #benfits .tab-title ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #benfits .tab-title ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1rem;
  }
}
#front-page-cont #benfits .tab-title ul li {
  margin-right: 1rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #benfits .tab-title ul li {
    margin-right: 0;
  }
}
#front-page-cont #benfits .tab-title ul li.active {
  border-bottom: 2px solid #395e5b;
}
#front-page-cont #benfits .tab-cont-wrap {
  margin-top: 2rem;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  #front-page-cont #benfits .tab-cont-wrap .tab-contents {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
  }
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont {
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a {
  display: block;
  text-decoration: none;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner {
  display: grid;
  grid-template-columns: 3fr 4fr;
  height: 100%;
  min-height: 160px;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
  }
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner figure {
  overflow: hidden;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner .text-bloc {
  padding: 1.5rem;
  box-sizing: border-box;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner .text-bloc .item-name {
  color: #111;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #front-news .inner {
    width: 90%;
    margin-inline: auto;
  }
}
#front-page-cont #front-news .grid-container ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #front-news .grid-container ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#front-page-cont #front-news .grid-container ul li .thumbnail {
  margin: 1rem 0;
  border-radius: 10px;
  overflow: hidden;
}
#front-page-cont #front-news .grid-container ul li .thumbnail img {
  width: 100%;
  height: auto;
}
#front-page-cont #front-news .grid-container ul li span {
  display: block;
  margin-bottom: 5px;
}
#front-page-cont #sp-menu {
  width: 90%;
}
#front-page-cont #sp-menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#front-page-cont #sp-menu ul li {
  background: #395e5b;
  border-radius: 7px;
  font-size: 0.725rem;
  min-height: 7rem;
}
#front-page-cont #sp-menu ul li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
#front-page-cont #sp-menu ul li a .a-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
#front-page-cont #sp-menu ul i {
  display: block;
  text-align: center;
  margin-bottom: 0.6rem;
}
#front-page-cont #sp-menu ul i.kentei:before {
  content: "";
  background: url(../images/i-kentei4.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #sp-menu ul i.kentei:before {
    width: 2rem;
    height: 2rem;
  }
}
#front-page-cont #sp-menu ul i.school:before {
  content: "";
  background: url(../images/i-schoolsearch4.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #sp-menu ul i.school:before {
    width: 2rem;
    height: 2rem;
  }
}
#front-page-cont #sp-menu ul i.choice:before {
  content: "";
  background: url(../images/i-reason4.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #sp-menu ul i.choice:before {
    width: 2rem;
    height: 2rem;
  }
}
#front-page-cont #sp-menu ul i.license:before {
  content: "";
  background: url(../images/i-license4.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #sp-menu ul i.license:before {
    width: 2rem;
    height: 2rem;
  }
}
#front-page-cont #sp-menu ul i.activity:before {
  content: "";
  background: url(../images/i-activity4.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #sp-menu ul i.activity:before {
    width: 2rem;
    height: 2rem;
  }
}
#front-page-cont #sp-menu ul i.key:before {
  content: "";
  background: url(../images/i-key4.png) 0 0 no-repeat;
  width: 3.3rem;
  height: 3.3rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
}
@media only screen and (max-width: 768px) {
  #front-page-cont #sp-menu ul i.key:before {
    width: 2rem;
    height: 2rem;
  }
}

.page_child .inner .page-title {
  background: #f8f8f8;
}

.edit-area {
  word-break: break-all;
}
.edit-area .grid-container {
  margin: 2rem 0;
}
.edit-area .btn a {
  display: inline-block;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.edit-area h2 span,
.edit-area h3 span {
  display: block;
}
.edit-area p.read-more {
  text-align: right;
  margin-top: 1rem;
}
.edit-area p.read-more a {
  text-align: right;
  text-decoration: underline;
}
.edit-area p.read-more a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='%23444' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.009 12.002c0-5.517 4.48-9.997 9.998-9.997s9.998 4.48 9.998 9.997c0 5.518-4.48 9.998-9.998 9.998s-9.998-4.48-9.998-9.998zm8.211-4.843c-.141-.108-.3-.157-.456-.157-.389 0-.755.306-.755.749v8.501c0 .445.367.75.755.75.157 0 .316-.05.457-.159 1.554-1.203 4.199-3.252 5.498-4.258.184-.142.29-.36.29-.592 0-.23-.107-.449-.291-.591z' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: 0.3s ease-in-out;
}
.edit-area p.read-more a:hover {
  text-decoration: none;
  color: #1da273;
}
.edit-area p.read-more a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='%231da273' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.009 12.002c0-5.517 4.48-9.997 9.998-9.997s9.998 4.48 9.998 9.997c0 5.518-4.48 9.998-9.998 9.998s-9.998-4.48-9.998-9.998zm8.211-4.843c-.141-.108-.3-.157-.456-.157-.389 0-.755.306-.755.749v8.501c0 .445.367.75.755.75.157 0 .316-.05.457-.159 1.554-1.203 4.199-3.252 5.498-4.258.184-.142.29-.36.29-.592 0-.23-.107-.449-.291-.591z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.edit-area .grid-box-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.edit-area picture + .grid-box-title {
  margin-top: 1rem;
}
.edit-area .box-numberd {
  position: relative;
}
.edit-area .box-numberd .num {
  position: absolute;
  top: -1.5rem;
  right: 0;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(80, 126, 109, 0.7607843137);
}
.edit-area .box-white {
  background: #fff;
  box-shadow: 0 0 1rem rgba(12, 12, 12, 0.06);
}
.edit-area .box-green {
  background: #fff;
  box-shadow: 0 0 1rem rgba(12, 12, 12, 0.06);
}
.edit-area .box-green .grid-box-title {
  color: #395e5b;
}
.edit-area .box-borderd {
  border-radius: 7px;
}
.edit-area .borderd-grid {
  border: 1px solid #ccc;
  padding: 2rem;
  box-sizing: border-box;
}
.edit-area .borderd-grid.border-double {
  border: 3px double #ccc;
}
.edit-area .padding-box {
  padding: 2rem;
  box-sizing: border-box;
}
.edit-area .grid-container-second {
  margin-top: 3rem;
}
.edit-area .list-margin-none {
  margin-left: 0;
}
.edit-area .arrow:after,
.edit-area .after-arrow:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='%23888' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.022 14.999v3.251c0 .412.335.75.752.75.188 0 .375-.071.518-.206 1.775-1.685 4.945-4.692 6.396-6.069.2-.189.312-.452.312-.725 0-.274-.112-.536-.312-.725-1.451-1.377-4.621-4.385-6.396-6.068-.143-.136-.33-.207-.518-.207-.417 0-.752.337-.752.75v3.251h-9.02c-.531 0-1.002.47-1.002 1v3.998c0 .53.471 1 1.002 1z' fill-rule='nonzero'/%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  margin: 0 1rem;
  background-size: contain;
}
.edit-area .before-arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='%23444' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.022 14.999v3.251c0 .412.335.75.752.75.188 0 .375-.071.518-.206 1.775-1.685 4.945-4.692 6.396-6.069.2-.189.312-.452.312-.725 0-.274-.112-.536-.312-.725-1.451-1.377-4.621-4.385-6.396-6.068-.143-.136-.33-.207-.518-.207-.417 0-.752.337-.752.75v3.251h-9.02c-.531 0-1.002.47-1.002 1v3.998c0 .53.471 1 1.002 1z' fill-rule='nonzero'/%3E%3C/svg%3E");
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  margin: 0 1rem;
  background-size: contain;
}
.edit-area .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem 0;
}
.edit-area .step-flow h4,
.edit-area .step-flow .step-title {
  border: none;
}
.edit-area .step-flow h4:after,
.edit-area .step-flow .step-title:after {
  content: none;
}
.edit-area .step-flow h4 span,
.edit-area .step-flow .step-title span {
  font-size: 0.725rem;
  border: none;
}
.edit-area .step-flow h4 span:after,
.edit-area .step-flow .step-title span:after {
  content: none;
}
.edit-area .step-flow .step-num {
  background: #395e5b;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  padding: 7px 12px;
  display: block;
  border-radius: 5px;
  margin-bottom: 7px;
  width: -moz-max-content;
  width: max-content;
  font-family: sans-serif;
}
.edit-area .step-flow span.step-title {
  font-size: 1rem;
  font-family: sans-serif;
}
@media only screen and (max-width: 768px) {
  .edit-area .step-flow .arrow:after {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .step-flow.flex-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.edit-area picture, .edit-area figure {
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 0 0.5rem;
}
.edit-area picture img, .edit-area figure img {
  width: 100%;
  height: auto;
}
.edit-area picture a img, .edit-area figure a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.edit-area picture a:hover img, .edit-area figure a:hover img {
  transform: scale(1.05);
}
.edit-area .name {
  color: #111;
}
@media only screen and (max-width: 768px) {
  .edit-area .grid-container {
    gap: 3px;
  }
}
.edit-area .grid-harf {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .edit-area .grid-harf {
    grid-template-columns: 1fr;
    gap: 1px 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .edit-area .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
.edit-area .grid-1-3 {
  grid-template-columns: 1fr 3fr;
}
.edit-area .grid-1-3 picture {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 0;
}
.edit-area .grid-1-3 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-area dl.normal-dl2 {
  display: block;
  border: none;
}
.edit-area dl.normal-dl2 dt {
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0;
  box-sizing: border-box;
  display: block;
  font-size: 1.125rem;
}
.edit-area dl.normal-dl2 dd {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: block;
}
.edit-area i.store:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23395e5b' viewBox='0 0 24 24'%3E%3Cpath d='M9.939 0l-.939 4.971v1.098c0 1.066-.933 1.931-2 1.931s-2-.865-2-1.932v-1.097l2.996-4.971h1.943zm-3.052 0l-2.887 4.971v1.098c0 1.066-.933 1.931-2 1.931s-2-.865-2-1.932v-1.097l4.874-4.971h2.013zm17.113 6.068c0 1.067-.934 1.932-2 1.932s-2-.933-2-2v-1.098l-2.887-4.902h2.014l4.873 4.971v1.097zm-10-1.168v1.098c0 1.066-.934 2.002-2 2.002-1.067 0-2-.933-2-2v-1.098l1.047-4.902h1.905l1.048 4.9zm2.004-4.9l2.994 5.002v1.098c0 1.067-.932 1.9-1.998 1.9s-2-.933-2-2v-1.098l-.939-4.902h1.943zm4.996 12v7h-18v-7h18zm2-2h-22v14h22v-14z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.edit-area i.school:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23395e5b' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M16 24h-6v-1c0-1.105.895-2 2-2h2c.53 0 1.039.211 1.414.586s.586.884.586 1.414v1zm8 0h-6v-1c0-1.105.895-2 2-2h2c.53 0 1.039.211 1.414.586s.586.884.586 1.414v1zm-17.241-15c.649 0 1.293-.213 1.692-.436.755-.42 2.695-1.643 3.485-2.124.216-.131.495-.083.654.113l.008.011c.165.204.146.499-.043.68-.622.597-2.443 2.328-3.37 3.213-.522.499-.822 1.183-.853 1.904-.095 2.207-.261 6.912-.331 8.833-.017.45-.387.806-.837.806h-.001c-.444 0-.786-.347-.836-.788-.111-.981-.329-3.28-.426-4.212-.04-.384-.28-.613-.585-.615-.304-.001-.523.226-.549.609-.061.921-.265 3.248-.341 4.22-.034.442-.397.786-.84.786h-.001c-.452 0-.824-.357-.842-.808-.097-2.342-.369-8.964-.369-8.964l-1.287 2.33c-.14.253-.445.364-.715.26h-.001c-.279-.108-.43-.411-.349-.698l1.244-4.393c.122-.43.515-.727.962-.727h4.531zm6.241 7c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm8 0c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm3-1h-15v-1h8v-1h3v1h3v-13h-22v7l-1 2.745v-10.745h24v15zm-6-6h-4v-1h4v1zm-12.626-5c1.241 0 2.25 1.008 2.25 2.25s-1.009 2.25-2.25 2.25c-1.242 0-2.25-1.008-2.25-2.25s1.008-2.25 2.25-2.25zm15.626 3h-7v-1h7v1zm0-2h-7v-1h7v1z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.edit-area i.student:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23395e5b' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M24 21h-3l1-3h1l1 3zm-12.976-4.543l8.976-4.575v6.118c-1.007 2.041-5.607 3-8.5 3-3.175 0-7.389-.994-8.5-3v-6.614l8.024 5.071zm11.976.543h-1v-7.26l-10.923 5.568-11.077-7 12-5.308 11 6.231v7.769z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.edit-area i.search:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23395e5b' viewBox='0 0 24 24'%3E%3Cpath d='M23.111 20.058l-4.977-4.977c.965-1.52 1.523-3.322 1.523-5.251 0-5.42-4.409-9.83-9.829-9.83-5.42 0-9.828 4.41-9.828 9.83s4.408 9.83 9.829 9.83c1.834 0 3.552-.505 5.022-1.383l5.021 5.021c2.144 2.141 5.384-1.096 3.239-3.24zm-20.064-10.228c0-3.739 3.043-6.782 6.782-6.782s6.782 3.042 6.782 6.782-3.043 6.782-6.782 6.782-6.782-3.043-6.782-6.782zm2.01-1.764c1.984-4.599 8.664-4.066 9.922.749-2.534-2.974-6.993-3.294-9.922-.749z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .topCont {
    margin-top: 4rem !important;
  }
}

.colored-box {
  background: #a5d1cd;
}

.lead-box {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lead-box {
    min-height: 120px;
    aspect-ratio: 16/9;
    margin-bottom: 1.5rem;
  }
}
.lead-box .lead-title {
  margin-top: 1rem;
  text-align: center;
}
.lead-box .lead-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin-inline: auto;
}
.lead-box .lead-inner .icon {
  text-align: center;
  margin-inline: auto;
}
.lead-box .lead-inner .icon i:after {
  margin-inline: auto;
}

.area-wrap2 .areas li {
  margin: 0;
}
.area-wrap2 .areas li a {
  display: block;
}
.area-wrap2 .areas li .tax-shop-top-image {
  width: 100%;
  border-radius: 7px;
}
.area-wrap2 .areas li .tax-shop-top-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: auto;
}
.area-wrap2 .areas li .shop-lead-box {
  margin-top: 10px;
}
.area-wrap2 .areas li .shop-lead-box .name {
  font-weight: 400;
  line-height: 1.6;
}
.area-wrap2 .areas li .shop-lead-box .name a {
  text-decoration: none;
}
.area-wrap2 .areas li .shop-lead-box .name a:hover {
  text-decoration: underline;
}
.area-wrap2 .areas li .shop-lead-box .sc-basic-info {
  margin-top: 10px;
  font-size: 0.725rem;
  line-height: 1.5;
}
.area-wrap2 .areas li .shop-lead-box .sc-basic-info .cardSection td {
  width: 100% !important;
  padding-top: 10px;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .edit-area .grid-container.grid-4.tax-shops-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}

.edit-area h4.areas-h4 {
  margin-top: 5rem;
}

.edit-area .areas:first-child h4.areas-h4 {
  margin-top: 0;
}

/* 2025 mypage */
.mypage-cont .edit-area {
  padding: 3rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 1rem;
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 768px) {
  .mypage-cont .edit-area {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.edit-area .sns-info ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.edit-area .sns-info ul li + li {
  margin-left: 0.7rem;
}
.edit-area .sns-info ul li svg {
  width: 1.2rem;
  height: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.edit-area .shopinfo-group {
  margin-bottom: 3rem;
}
.edit-area .shopinfo-group h2 {
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  margin-top: 0;
  font-family: sans-serif;
}
.edit-area .shopinfo-group h3 {
  margin-top: 2rem;
}
.edit-area .shopinfo-group h3:before {
  content: "－";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.edit-area .shopinfo-group .top-instructor {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.625rem;
  background: #395e5b;
  padding: 3px 5px;
}
@media only screen and (max-width: 768px) {
  .edit-area .shopinfo-group .top-instructor {
    display: block;
  }
}
.edit-area .shopinfo-group strong {
  background: none;
  color: #111;
  font-size: 1.125rem;
  font-weight: 500;
}
.edit-area .shopinfo-group dl {
  border: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc;
}
.edit-area .shopinfo-group dl dt, .edit-area .shopinfo-group dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .edit-area .shopinfo-group dl dt, .edit-area .shopinfo-group dl dd {
    display: table-row;
    width: 100%;
  }
}
.edit-area .shopinfo-group dl dt {
  width: 20%;
  font-weight: 400;
  color: #111;
  border-right: 1px dashed #ccc;
  background: rgba(132, 180, 176, 0.062745098);
}
@media only screen and (max-width: 768px) {
  .edit-area .shopinfo-group dl dt {
    width: 100%;
    border: none;
  }
}
.edit-area .shopinfo-group dl dd {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .edit-area .shopinfo-group dl dd {
    width: 100%;
  }
}
.edit-area .shopinfo-group dl dd a {
  text-decoration: none;
}
.edit-area .shopinfo-group dl dd a:hover {
  text-decoration: underline;
}
.edit-area .shopinfo-group dl dd .caution {
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
  font-size: 0.625rem;
  font-weight: 700;
  border-radius: 5px;
  background: rgb(58, 143, 158);
}
.edit-area .shopinfo-group dl + dl {
  border-top: none;
}
.edit-area .shopinfo-group.shopinfo2 dl {
  display: block;
  margin-bottom: 0.5rem;
}
.edit-area .shopinfo-group.shopinfo2 dl dt, .edit-area .shopinfo-group.shopinfo2 dl dd {
  display: block;
  width: 100%;
}
.edit-area .shopinfo-group.about-group dl {
  display: block;
  border: none;
}
.edit-area .shopinfo-group.about-group dl dt, .edit-area .shopinfo-group.about-group dl dd {
  display: block;
  width: 100%;
  margin: 0;
}

.edit-area .tax-list-width-image {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  list-style: none;
}
.edit-area .tax-list-width-image li {
  margin-left: 0;
}
.edit-area .tax-list-width-image li picture {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.edit-area .tax-list-width-image li picture a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.edit-area .tax-list-width-image li picture img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-area .tax-list-width-image li:hover picture img {
  transform: scale(1.1);
}
.edit-area .tax-list-width-image li .name-area .name a {
  padding: 0;
  text-decoration: none;
  line-height: 1.5;
}
.edit-area .tax-list-width-image li .name-area .name a:hover {
  text-decoration: underline;
}
.edit-area .tax-list-width-image li .name-area .af_kouza {
  margin: 0;
}

#filterForm #prefSelect {
  display: block;
  margin-top: 5px;
  padding: 0.5rem;
  border: 1px solid #ccc;
}

label[for=prefSelect] {
  margin-top: 0.5rem;
  display: block;
}

.single-salon {
  margin-top: 0 !important;
}

.schedule-slick .ex-item {
  margin: 0 1rem;
}
.schedule-slick .ex-item picture {
  width: 100%;
  margin-bottom: 1rem;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}
.schedule-slick .ex-item picture a {
  display: block;
  height: 100%;
}
.schedule-slick .ex-item picture a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.3s ease;
  vertical-align: bottom;
}
.schedule-slick .ex-item picture a:hover img {
  transform: scale(1.1);
}
.schedule-slick .ex-item .text-bloc .item-name {
  font-weight: 700;
  font-size: 1rem;
}
.schedule-slick .ex-item .text-bloc .item-name a {
  text-decoration: none;
  color: #111;
}
.schedule-slick .ex-item .text-bloc .item-name a:hover {
  text-decoration: underline;
}
.schedule-slick .ex-item .text-bloc .more {
  text-align: right;
  margin-top: 1rem;
}
.schedule-slick .ex-item .text-bloc .more a {
  text-decoration: none;
  color: #555;
}
.schedule-slick .ex-item .text-bloc .more a:hover {
  text-decoration: underline;
}
.schedule-slick .ex-item .text-bloc .more a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill='%23395e5b' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.009 12.002c0-5.517 4.48-9.997 9.998-9.997s9.998 4.48 9.998 9.997c0 5.518-4.48 9.998-9.998 9.998s-9.998-4.48-9.998-9.998zm8.211-4.843c-.141-.108-.3-.157-.456-.157-.389 0-.755.306-.755.749v8.501c0 .445.367.75.755.75.157 0 .316-.05.457-.159 1.554-1.203 4.199-3.252 5.498-4.258.184-.142.29-.36.29-.592 0-.23-.107-.449-.291-.591z' fill-rule='nonzero'/%3E%3C/svg%3E");
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .page-id-10560 .edit-area .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-10560 .edit-area .grid-3 .padding-box {
    padding: 0;
  }
}
.page-id-10560 .edit-area .grid-3 .padding-box picture {
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-id-10560 .edit-area .grid-3 .padding-box picture {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.page-id-10560 .edit-area .grid-3 .padding-box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .page-id-10560 .edit-area .grid-3 .padding-box .text-bloc {
    padding: 1rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-10560 .edit-area .grid-3 .padding-box .text-bloc h3 {
    font-size: 1rem;
  }
}
.page-id-10560 .edit-area .grid-3 .padding-box .text-bloc p,
.page-id-10560 .edit-area .grid-3 .padding-box .text-bloc .read-more a {
  font-size: 0.725rem;
}

#hello p a {
  color: #fff;
}

#globalHeader4 .inner2 .header-second-container {
  padding: 2rem 2rem 1rem 2rem;
}

#front-page-cont #course .grid-container .cont a .a-inner figure,
#front-page-cont #trainers .grid-container .cont a .a-inner figure {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
#front-page-cont #course .grid-container .cont a .a-inner figure img,
#front-page-cont #trainers .grid-container .cont a .a-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}
#front-page-cont #course .grid-container .cont a .a-inner figure img:hover,
#front-page-cont #trainers .grid-container .cont a .a-inner figure img:hover {
  transform: scale(1.1);
}

#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner figure img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont a .a-inner figure:hover img {
  transform: scale(1.1);
}

#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont {
  transition: 0.4s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#front-page-cont #benfits .tab-cont-wrap .tab-contents .cont:hover {
  box-shadow: 5px 5px 1rem rgba(0, 0, 0, 0.1);
}

#front-page-cont #front-news .grid-container ul li .thumbnail {
  margin-top: 0;
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#front-page-cont #front-news .grid-container ul li .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease;
}
#front-page-cont #front-news .grid-container ul li .thumbnail img:hover {
  transform: scale(1.1);
}

#globalFooter .gnav .contact .cont .sns {
  list-style: none;
  display: flex;
}
#globalFooter .gnav .contact .cont .sns li:before {
  content: none;
}
#globalFooter .gnav .contact .cont .sns li + li {
  margin-left: 10px;
}
#globalFooter .gnav .contact .cont .email a {
  color: #fff;
  text-decoration: none;
}
#globalFooter .gnav .contact .cont .email a:hover {
  color: #fff;
  text-decoration: underline;
}

#menu-search .menu-search-inner .inner2 .cont ul.sns {
  justify-content: normal;
}
#menu-search .menu-search-inner .inner2 .cont ul.sns li + li {
  margin-left: 10px;
}

i.tw.black:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1200 1227'%3E%3Cpath fill='%23111' d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.tw.white:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 1200 1227'%3E%3Cpath d='M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.insta.black:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.insta.white:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.fb.black:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' fill='%23111' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-3 7h-1.924c-.615 0-1.076.252-1.076.889v1.111h3l-.238 3h-2.762v8h-3v-8h-2v-3h2v-1.923c0-2.022 1.064-3.077 3.461-3.077h2.539v3z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.fb.white:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' fill='%23fff' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-3 7h-1.924c-.615 0-1.076.252-1.076.889v1.111h3l-.238 3h-2.762v8h-3v-8h-2v-3h2v-1.923c0-2.022 1.064-3.077 3.461-3.077h2.539v3z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.mail.black:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.mail.white:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.line.black:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23111' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M19 24h-14c-2.761 0-5-2.239-5-5v-14c0-2.761 2.239-5 5-5h14c2.762 0 5 2.239 5 5v14c0 2.761-2.238 5-5 5zm1-12.508c0-3.58-3.589-6.492-8-6.492s-8 2.912-8 6.492c0 3.209 2.846 5.897 6.691 6.405.26.056.615.172.704.395.081.202.053.519.026.723l-.114.685c-.035.202-.161.791.693.431.854-.36 4.607-2.713 6.286-4.645h-.001c1.16-1.271 1.715-2.561 1.715-3.994zm-10.978 2.067h-2.242l-.108-.043v-.001l-.001-.001-.003-.003-.044-.107v-3.486c0-.086.07-.156.156-.156h.562c.085 0 .155.07.155.156v2.768h1.525c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156zm8.314 0h-2.242l-.108-.043-.004-.005-.044-.107v-3.486l.044-.107.004-.005.108-.044h2.242c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156h-1.525v.589h1.525c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156h-1.525v.589h1.525c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156zm-6.961 0h-.562c-.086 0-.156-.069-.156-.155v-3.486c0-.086.07-.156.156-.156h.562c.086 0 .155.07.155.156v3.486c0 .085-.069.155-.155.155zm1.418 0h-.561c-.086 0-.156-.069-.156-.155v-3.486c0-.086.07-.156.156-.156h.561l.013.001.015.002.009.002.015.004.005.002.014.006.013.008.008.005.012.01.003.003.01.011.013.015 1.597 2.158v-2.071c0-.086.07-.156.156-.156h.561c.086 0 .156.07.156.156v3.486c0 .085-.07.155-.156.155h-.561l-.04-.005-.002-.001-.016-.005-.007-.003-.012-.006-.01-.006-.001-.001-.04-.039-1.599-2.16v2.071c0 .085-.07.155-.156.155z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

i.line.white:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23fff' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M19 24h-14c-2.761 0-5-2.239-5-5v-14c0-2.761 2.239-5 5-5h14c2.762 0 5 2.239 5 5v14c0 2.761-2.238 5-5 5zm1-12.508c0-3.58-3.589-6.492-8-6.492s-8 2.912-8 6.492c0 3.209 2.846 5.897 6.691 6.405.26.056.615.172.704.395.081.202.053.519.026.723l-.114.685c-.035.202-.161.791.693.431.854-.36 4.607-2.713 6.286-4.645h-.001c1.16-1.271 1.715-2.561 1.715-3.994zm-10.978 2.067h-2.242l-.108-.043v-.001l-.001-.001-.003-.003-.044-.107v-3.486c0-.086.07-.156.156-.156h.562c.085 0 .155.07.155.156v2.768h1.525c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156zm8.314 0h-2.242l-.108-.043-.004-.005-.044-.107v-3.486l.044-.107.004-.005.108-.044h2.242c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156h-1.525v.589h1.525c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156h-1.525v.589h1.525c.086 0 .155.07.155.156v.561c0 .086-.069.156-.155.156zm-6.961 0h-.562c-.086 0-.156-.069-.156-.155v-3.486c0-.086.07-.156.156-.156h.562c.086 0 .155.07.155.156v3.486c0 .085-.069.155-.155.155zm1.418 0h-.561c-.086 0-.156-.069-.156-.155v-3.486c0-.086.07-.156.156-.156h.561l.013.001.015.002.009.002.015.004.005.002.014.006.013.008.008.005.012.01.003.003.01.011.013.015 1.597 2.158v-2.071c0-.086.07-.156.156-.156h.561c.086 0 .156.07.156.156v3.486c0 .085-.07.155-.156.155h-.561l-.04-.005-.002-.001-.016-.005-.007-.003-.012-.006-.01-.006-.001-.001-.04-.039-1.599-2.16v2.071c0 .085-.07.155-.156.155z'/%3E%3C/svg%3E");
  width: 1.3rem;
  height: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

#globalFooter .sns i.tw.black,
#globalFooter .sns i.insta.black,
#globalFooter .sns i.fb.black,
#globalFooter .sns i.line.black,
#globalFooter .sns i.mail.black {
  display: none;
}
#globalFooter .sns i:before {
  width: 1.5rem;
  height: 1.5rem;
}

.header-second-container {
  display: block;
  height: 100%;
  box-sizing: border-box;
}/*# sourceMappingURL=style2025.css.map */