@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-weight: 500 !important;
}

.base-font {
  font-family: "Noto Sans JP", sans-serif;
}

.base-color {
  color: #65aed9;
}

.back-color {
  background: #f3fbfb;
  border-radius: 15px;
}

.bg-white {
  background: #FFF;
  border-radius: 15px;
}

.toggle_title {
  position: relative;
  padding: 10px 0 10px 20px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  background: #f4f1ee;
  border-radius: 10px;
  margin-bottom: 20px;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: "";
  background-color: #09385e;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_btn:before {
  width: 2px;
  height: 10px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents dd {
  display: none;
}

@media (min-width: 769px) {
  .forSP {
    display: none !important;
  }
  header {
    padding: 20px 50px 10px 50px;
    transition: top 300ms;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 100;
  }
  header .block {
    display: flex;
    justify-content: space-between;
  }
  header .block img.logo {
    width: 260px;
    margin-bottom: 10px;
  }
  header .block .address {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
  }
  header .block .contact {
    display: flex;
  }
  header .block .contact .tel {
    display: flex;
    align-items: center;
  }
  header .block .contact .tel img {
    width: 34px;
    margin: 5px 4px 0 0;
  }
  header .block .contact .tel .num {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    color: #65aed9;
  }
  header .block .contact .from {
    font-size: 14px;
    line-height: 23px;
    margin: 0 20px 0 0;
  }
  header nav {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    z-index: 150;
  }
  header nav a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    margin: 0 0 0 40px;
  }
  header nav a:hover {
    color: #65aed9;
  }
  header nav .sub {
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    color: #333;
    margin: 0 0 0 40px;
  }
  header nav .sub:hover {
    color: #65aed9;
  }
  header nav .sub-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 200;
    background: rgba(101, 174, 217, 0.7);
    position: absolute;
    top: 10;
    right: -100px;
    padding: 20px 30px 0 30px;
    display: none;
    border-radius: 10px;
    width: 620px;
  }
  header nav .sub-menu li {
    width: 180px;
    margin-bottom: 20px;
  }
  header nav .sub-menu li a {
    display: flex;
    align-items: center;
    background: #FFF;
    margin: 0 5px;
    padding: 10px 10px;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #333;
    width: 180px;
    border-radius: 50px;
  }
  header nav .sub-menu li a img {
    width: 35px;
    margin-right: 10px;
  }
  header nav .sub-menu li a:hover {
    background: #EEE;
    color: #333;
  }
  header nav .open {
    display: flex;
  }
  header nav .close {
    display: flex;
  }
  header.is-fixed {
    position: fixed;
    z-index: 10;
    background: #FFF;
  }
  .flbox2 {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .flbox2 .per47 {
    width: 47%;
  }
  .in1000 {
    width: 1000px;
    margin: auto;
  }
  .in800 {
    width: 800px;
    margin: auto;
  }
  .in700 {
    width: 700px;
    margin: auto;
  }
  .home .top-slide {
    position: relative;
    background: #f3fbfb;
  }
  .home .top-slide .slide-item img {
    object-fit: cover;
    margin-left: 200px;
    margin-bottom: 120px;
    height: 670px;
    width: 100%;
  }
  .home .top-slide .catch {
    font-size: 45px;
    font-weight: 500;
    line-height: 80px;
    color: #65aed9;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
  }
  .home .top-slide .cover {
    position: absolute;
    top: -1px;
    left: 149px;
  }
  .home .top-slide .cover img {
    height: 675px;
  }
  .home .top-slide .to-hakunai {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
  }
  .home .top-slide .to-hakunai img {
    width: 400px !important;
  }
  .home .top-slide .toho {
    position: absolute;
    bottom: -17px;
    width: 100%;
    text-align: center;
    background: #65aed9;
    padding: 7px 0;
  }
  .home .top-slide .toho span {
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    background-image: url("/images/train_icon.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 0 6px;
    padding: 0 0 0 32px;
  }
  .home h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
  }
  .home iframe.jcal {
    height: 600px;
  }
  .home .cal {
    width: 700px;
    height: 600px;
    margin: 80px auto 0 auto;
  }
  .home .en-title {
    font-weight: 500;
    font-size: 17px;
    color: #65aed9;
    line-height: 17px;
    margin: 0 auto 10px auto !important;
  }
  .home .about {
    padding: 70px 0;
  }
  .home .about ul {
    display: flex;
    justify-content: space-between;
  }
  .home .about ul .box01 {
    width: 35%;
  }
  .home .about ul .box02 {
    width: 60%;
  }
  .home .about ul .box02 p {
    margin-top: 30px;
  }
  .home .about ul .box03 {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    width: 60%;
  }
  .home .about ul .box03 p {
    margin-top: 10px;
  }
  .home .intro {
    text-align: center;
    padding: 70px 0;
  }
  .home .intro ul {
    width: 1000px;
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home .intro ul li {
    width: 30%;
    position: relative;
    margin-bottom: 40px;
  }
  .home .intro ul li img {
    width: 100%;
  }
  .home .intro ul li h3 {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
  }
  .home .intro ul li p {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    width: 80%;
  }
  .home .tech ul {
    display: flex;
    justify-content: space-between;
  }
  .home .tech ul li {
    width: 50%;
    background: #65aed9;
  }
  .home .tech ul li img.photo {
    object-fit: cover;
    height: 400px;
    width: 100%;
  }
  .home .tech ul li div {
    display: flex;
    align-items: center;
  }
  .home .tech ul li div img {
    width: 110px;
    margin-right: 20px;
  }
  .home .tech ul li div h2 {
    color: #FFF;
  }
  .home .tech .rev {
    flex-direction: row-reverse;
  }
  .home .tech .rev li {
    text-align: right;
  }
  .home .tech .rev li div {
    justify-content: flex-end;
    padding: 100px 40px 0 0;
  }
  .home .tech .rev .p-link02 a {
    margin-right: 120px;
  }
  .home .tech .nor li {
    text-align: left;
  }
  .home .tech .nor li div {
    padding: 100px 0 0 40px;
  }
  .home .tech .nor .p-link02 a {
    margin-left: 120px;
  }
  .home .p-link01 a {
    display: inline-block;
    position: relative;
    border: 1px solid #65aed9;
    text-align: center;
    text-decoration: none;
    color: #65aed9;
    padding: 8px 0;
    margin-top: 30px;
    border-radius: 50px;
    font-weight: 500;
    width: 250px;
  }
  .home .p-link01 a i {
    position: absolute;
    right: 10px;
  }
  .home .p-link02 a {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    color: #65aed9;
    padding: 8px 0;
    margin-top: 30px;
    border-radius: 50px;
    font-weight: 500;
    width: 250px;
  }
  .home .p-link02 a i {
    position: absolute;
    right: 10px;
  }
  .inside h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .inside h1::before {
    background-color: #65aed9; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 70px; /* 線の長さ */
  }
  .inside h2 {
    font-size: 30px;
    color: #65aed9;
  }
  .inside h2.type2 {
    font-size: 30px;
    color: #65aed9;
    margin-top: 80px;
  }
  .inside h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .inside h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .inside h5 {
    font-size: 24px;
    color: #65aed9;
  }
  .inside .bg-white {
    padding: 60px 100px;
  }
  .inside .bline {
    display: block;
    border-bottom: 1px solid #65aed9;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .inside .bebg {
    background: #fffcf0;
    padding: 50px 60px;
    margin-top: 40px;
  }
  .inside .bebg .mbox {
    display: flex;
  }
  .inside .bebg img {
    width: 250px;
  }
  .inside .bebg .tx {
    margin-left: 30px;
  }
  .inside .bebg .name {
    font-size: 20px;
    font-weight: 500;
  }
  .inside .w1000 img {
    width: 100%;
  }
  .inside .step {
    width: 520px;
    margin: auto;
  }
  .inside .step li {
    display: flex;
  }
  .inside .step li span.tri {
    color: #65aed9;
  }
  .inside .step .num {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    background: #65aed9;
    color: #FFF;
    width: 50px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
  }
  .inside .step .title {
    font-size: 30px;
    color: #65aed9;
    font-weight: 500;
  }
  .inside .step .hline {
    width: 50px;
    min-height: 100px;
    background-image: url("/about/images/hline.png");
    background-repeat: repeat-y;
  }
  .inside .step .nohline {
    width: 50px;
    height: 100px;
  }
  .inside .step .script {
    margin-left: 20px;
  }
  .inside .back-color {
    padding-bottom: 100px;
  }
  .inside .gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .inside .gallery li {
    width: 47%;
    margin-bottom: 50px;
  }
  .inside .gallery li img {
    width: 100%;
  }
  .inside .gallery li p {
    color: #65aed9;
  }
  .inside .linkbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inside .linkbtn li {
    width: 31%;
    margin-bottom: 20px;
  }
  .inside .linkbtn li a {
    display: flex;
    align-items: center;
    background: #65aed9;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px 0 20px;
  }
  .inside .linkbtn li a img {
    width: 65px;
    margin-right: 20px;
  }
  .inside .f-box {
    display: flex;
    justify-content: space-between;
  }
  .inside .f-box li {
    width: 47%;
    font-size: 16px;
    line-height: 30px;
  }
  .inside .f-box li img {
    width: 100%;
  }
  .inside .f-box .point {
    background: #65aed9;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 10px;
  }
  .inside .f-rev {
    flex-direction: row-reverse;
  }
  .inside .price {
    display: flex;
  }
  .inside .price .unit {
    background: #65aed9;
    color: #FFF;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
  }
  .inside .price .num {
    font-size: 30px;
    font-weight: 500;
    color: #65aed9;
  }
  .inside .price .num span {
    font-size: 75%;
  }
  .inside p.ind {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 !important;
  }
  .inside .merit {
    display: flex;
    justify-content: space-between;
  }
  .inside .merit li {
    width: 48%;
    background: #f3fbfb;
    padding: 10px 20px;
  }
  .inside .merit p {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px !important;
    line-height: 26px;
  }
  .inside .merit p span {
    color: #65aed9;
  }
  .inside .promiss {
    background: #f3fbfb;
    padding: 65px 85px;
  }
  .inside .promiss h4 {
    text-align: center;
    font-size: 24px;
    color: #65aed9;
  }
  .inside .promiss ul {
    border-top: 1px solid #CCC;
  }
  .inside .promiss ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
  }
  .inside .promiss ul .num {
    font-size: 45px;
    color: #65aed9;
    margin-right: 30px;
  }
  .inside .promiss ul .item {
    flex: 1;
  }
  .inside .preven {
    margin-bottom: 50px;
  }
  .inside .preven h5 {
    font-size: 20px;
    margin: 10px auto;
  }
  main .box {
    width: 1000px;
  }
  main p {
    line-height: 32px;
    margin-bottom: 16px;
  }
  #slideTime {
    z-index: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    top: 640px;
    right: 140px;
    padding: 15px 40px;
  }
  #slideTime ul {
    display: flex;
    align-items: center;
  }
  #slideTime table {
    border-collapse: collapse;
  }
  #slideTime table tr {
    border-bottom: 1px solid #999;
  }
  #slideTime table td {
    text-align: center;
    padding: 15px 10px;
    font-weight: 400;
  }
  #slideTime table .open {
    color: #65aed9;
    font-size: 14px;
  }
  #slideTime .close {
    font-weight: 400;
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
  }
  #slideTime .cap {
    font-size: 14px;
    line-height: 20px;
  }
  footer .block {
    width: 1000px;
    margin: 70px auto 20px auto;
    display: flex;
  }
  footer .block img.logo {
    width: 260px;
    margin-bottom: 10px;
  }
  footer .block .ftitle {
    font-size: 18px;
    margin-bottom: 5px;
  }
  footer .block .address {
    font-size: 15px;
    margin-bottom: 15px;
  }
  footer .block .tel {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .block .tel img {
    width: 42px;
    margin-right: 5px;
  }
  footer .block .tel .num {
    font-size: 45px;
    font-weight: 500;
    line-height: 40px;
    color: #65aed9;
  }
  footer .block table {
    border-collapse: collapse;
  }
  footer .block table tr {
    border-bottom: 1px solid #999;
  }
  footer .block table td {
    text-align: center;
    padding: 12px 12px;
    font-weight: 400;
  }
  footer .block table .open {
    color: #65aed9;
    font-size: 14px;
  }
  footer .block .close {
    font-weight: 400;
    margin-top: 10px;
  }
  footer .block .cap {
    font-size: 14px;
    margin-top: 5px;
  }
  footer .block .contact {
    background: #edf8f8;
    padding: 40px 100px;
    border-radius: 20px;
  }
  footer .block .contact .from {
    margin-bottom: 5px;
  }
  footer .block .contact .tel {
    display: flex;
    align-items: center;
  }
  footer .block .contact .tel img {
    width: 46px;
    margin: 2px 10px 0 0;
  }
  footer .block .contact .tel .num {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    color: #592c00;
  }
  footer .block .contact .open {
    margin: 5px 0 30px 0;
  }
  footer .block .contact .inquiry a {
    display: block;
    background: #65aed9;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    padding: 25px 0;
    border-radius: 15px;
  }
  footer .block .contact .inquiry a:hover {
    background: #592c00;
    color: #FFF;
  }
  footer .block .fmenu {
    display: flex;
  }
  footer .block .fmenu div {
    margin: 0 40px 0 80px;
  }
  footer .block .fmenu p {
    border-bottom: 1px solid #999;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  footer .block .fmenu a {
    text-decoration: none;
    color: #333;
  }
  footer .block .fmenu a:hover {
    color: #65aed9;
  }
  footer .block .fmenu span {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  footer .copyright {
    background: #65aed9;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFF;
    padding: 20px;
  }
  footer .privacy {
    margin-top: 30px;
  }
  footer .privacy a {
    text-decoration: none;
  }
  footer .privacy a i {
    color: #65aed9;
  }
  .slider li {
    width: 20%;
  }
  .slider li img {
    width: 100%;
  }
  .peri {
    background: #65aed9;
    color: #FFF;
    font-size: 18px;
    padding: 5px 20px;
  }
  .peri-btm {
    margin-bottom: 50px;
  }
  .prebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .prebox li {
    width: 23%;
    margin-bottom: 20px;
  }
  .prebox li img {
    width: 100%;
  }
  img.shinkou {
    width: 220px !important;
  }
  .back-color {
    border-radius: 30px !important;
  }
  .check-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 80px 0 50px;
  }
  .check-box .photo {
    width: 40%;
    text-align: center;
    color: #65aed9;
  }
  .check-box .script {
    width: 60%;
    font-size: 16px;
    line-height: 30px;
  }
  .check-box .script p {
    font-weight: 500;
    font-size: 20px;
    color: #65aed9;
  }
  .check-arrow {
    text-align: center;
  }
  .check-arrow img {
    width: 30px;
    margin: 10px;
  }
  .access .mbs {
    margin-bottom: 50px;
  }
  .access .flx {
    display: flex;
    align-items: center;
  }
  .access .icon {
    margin: 0 !important;
    padding: 0 !important;
  }
  .access .icon img {
    width: 30px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
  }
  .access .maru {
    color: #65aed9;
    font-size: 75%;
    padding-right: 5px;
  }
  .recruit h5 {
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #65aed9;
    padding-bottom: 10px;
  }
  .recruit .merit2 li {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: #65aed9;
    margin-bottom: 10px;
  }
  .recruit .merit2 li p:first-child {
    padding-right: 20px;
  }
  .recruit h2 {
    color: #333 !important;
    font-size: 24px !important;
    border-bottom: 0px solid #444;
    padding-bottom: 10px;
  }
  .recruit p.job {
    font-size: 16px;
    border-top: 1px solid #444;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .recruit p.job span.jtitle {
    font-weight: bold;
    width: 35%;
  }
  .recruit p.job span.jitem {
    width: 65%;
  }
  .recruit p.job span.cap {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .forPC {
    display: none !important;
  }
  header {
    width: 100%;
    height: 60px !important;
    display: block;
    background: #FFF !important;
    top: 0;
    background-color: transparent;
    position: fixed;
    z-index: 10;
  }
  header .nav-bg {
    position: absolute;
    right: 3px;
    top: 0;
    background: #FFF;
    width: 60px;
    height: 55px;
    display: block;
  }
  header .logo {
    position: absolute;
    top: 0px;
    left: 10px;
  }
  header .logo img {
    width: 200px;
  }
  header .address {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 1px 0 3px 2px;
  }
  header .inner {
    margin: 0;
    position: relative;
    margin: 0px;
  }
  header .inner nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header .inner nav ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
    margin: auto;
    right: 0;
    left: 0;
    border-top: 1px #666 solid;
  }
  header .inner nav ul .contact a {
    display: block;
    background: #65aed9;
    border-radius: 10px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  header .inner nav ul li {
    border-bottom: 1px #666 solid;
  }
  header .inner nav ul li:last-child {
    border-bottom: 0px #666 solid;
  }
  header .inner nav ul li a {
    display: block;
    font-size: 17px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  header .inner nav ul li span {
    width: 100%;
    display: block;
    font-size: 17px;
    color: #666;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  header .inner nav ul li i {
    color: #65aed9;
  }
  header .inner nav ul li p a {
    display: block;
    padding: 5px 0 5px 20px !important;
    border-top: 1px dashed #777;
    margin: 0 0 0 15px;
  }
  header .btn-trigger {
    position: absolute;
    border-bottom: 0;
    top: 25px;
    right: 12px;
    width: 34px;
    height: 28px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #65aed9;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  header .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .btn-trigger span:nth-of-type(2) {
    top: 12px;
  }
  header .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header #btn.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    background-color: #65aed9 !important;
  }
  header #btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 0.8s forwards;
  }
  @keyframes active-btn-bar02 {
    100% {
      height: 0;
    }
  }
  header #btn.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    background-color: #65aed9 !important;
  }
  header.is-fixed {
    position: fixed;
    z-index: 10;
    background: #FFF;
  }
  .flbox2 {
    width: 90%;
    margin: auto;
  }
  .in1000 {
    width: 90%;
    margin: auto;
  }
  .in800 {
    width: 90%;
    margin: auto;
  }
  .in700 {
    width: 90%;
    margin: auto;
  }
  .home .top-slide {
    position: relative;
  }
  .home .top-slide .slide-item img {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }
  .home .top-slide .catch {
    text-align: left;
    font-size: 7.5vw;
    font-weight: 500;
    line-height: 45px;
    color: #65aed9;
    position: absolute;
    top: 280px;
    left: 20px;
  }
  .home .top-slide .to-hakunai {
    position: absolute;
    top: 300px;
    left: 20px;
  }
  .home .top-slide .to-hakunai img {
    width: 300px !important;
  }
  .home .top-slide .toho {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #65aed9;
    padding: 7px 0;
  }
  .home .top-slide .toho span {
    display: inline-block;
    color: #FFF;
    font-weight: 500;
    background-image: url("/images/train_icon.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 0 3px;
    padding: 0 0 0 26px;
  }
  .home h2 {
    font-size: 25px;
    font-weight: 500;
    color: #333;
  }
  .home .cal {
    width: 90%;
    height: 400px;
    margin: 50px auto;
  }
  .home .en-title {
    font-weight: 500;
    font-size: 17px;
    color: #65aed9;
    line-height: 17px;
    margin: 0 auto 10px auto !important;
  }
  .home .about {
    padding: 30px 0;
  }
  .home .about ul .box01 {
    width: 100%;
  }
  .home .about ul .box02 {
    width: 100%;
  }
  .home .about ul .box02 p {
    margin-top: 30px;
  }
  .home .about ul .box03 {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    width: 100%;
    margin: 20px auto;
    padding-bottom: 20px;
  }
  .home .about ul .box03 p {
    margin-top: 10px;
  }
  .home .intro {
    text-align: center;
    padding: 30px 0;
  }
  .home .intro ul {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .home .intro ul li {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .home .intro ul li img {
    width: 100%;
  }
  .home .intro ul li h3 {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
  }
  .home .intro ul li p {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    width: 80%;
  }
  .home .tech ul li {
    width: 100%;
    background: #65aed9;
  }
  .home .tech ul li img.photo {
    object-fit: cover;
    height: 200px;
    width: 100%;
  }
  .home .tech ul li div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .tech ul li div img {
    width: 60px;
    margin-right: 15px;
  }
  .home .tech ul li div h2 {
    color: #FFF;
  }
  .home .tech ul li:last-child {
    padding-bottom: 30px;
  }
  .home .tech .rev li div {
    padding: 30px 0 0 0;
  }
  .home .tech .nor li div {
    padding: 30px 0 0 0;
  }
  .home .p-link01 {
    text-align: center;
  }
  .home .p-link01 a {
    display: inline-block;
    position: relative;
    border: 1px solid #65aed9;
    text-align: center;
    text-decoration: none;
    color: #65aed9;
    padding: 8px 0;
    margin: auto;
    border-radius: 50px;
    font-weight: 500;
    width: 250px;
  }
  .home .p-link01 a i {
    position: absolute;
    right: 10px;
  }
  .home .p-link02 {
    text-align: center;
  }
  .home .p-link02 a {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    color: #65aed9;
    padding: 8px 0;
    margin-top: 30px;
    border-radius: 50px;
    font-weight: 500;
    width: 250px;
  }
  .home .p-link02 a i {
    position: absolute;
    right: 10px;
  }
  .inside h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .inside h1.type1 {
    padding-top: 80px;
  }
  .inside h1::before {
    background-color: #65aed9; /* 線の色 */
    border-radius: 5px; /* 線の両端を丸く */
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 50px; /* 線の長さ */
  }
  .inside h2 {
    font-size: 24px;
    color: #65aed9;
  }
  .inside h2.type2 {
    font-size: 24px;
    color: #65aed9;
    margin-top: 50px;
  }
  .inside h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .inside h4 {
    font-size: 30px;
  }
  .inside h5 {
    font-size: 24px;
    color: #65aed9;
  }
  .inside .bg-white {
    padding: 20px;
  }
  .inside .bline {
    display: block;
    border-bottom: 1px solid #65aed9;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .inside .bebg {
    background: #fffcf0;
    padding: 15px;
    margin-top: 20px;
  }
  .inside .bebg img {
    width: 100%;
    margin-bottom: 20px;
  }
  .inside .bebg .name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
  }
  .inside .w1000 img {
    width: 100%;
    margin-bottom: 10px;
  }
  .inside .step {
    width: 100%;
    margin: auto;
  }
  .inside .step li {
    display: flex;
    align-items: center;
  }
  .inside .step li span.tri {
    color: #65aed9;
  }
  .inside .step .num {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    background: #65aed9;
    color: #FFF;
    width: 46px;
    max-height: 46px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
  }
  .inside .step .title {
    font-size: 20px;
    color: #65aed9;
    font-weight: 500;
  }
  .inside .step .hline {
    width: 50px;
    min-height: 100px;
    background-image: url("/about/images/hline.png");
    background-repeat: repeat-y;
    background-size: 50px auto;
  }
  .inside .step .nohline {
    width: 50px;
    height: 100px;
  }
  .inside .step .script {
    margin-left: 30px;
    font-size: 14px;
  }
  .inside .back-color {
    padding-bottom: 50px;
  }
  .inside .gallery li {
    width: 100%;
    margin-bottom: 30px;
  }
  .inside .gallery li img {
    width: 100%;
  }
  .inside .gallery li p {
    color: #65aed9;
  }
  .inside .linkbtn li {
    width: 100%;
    margin-bottom: 15px;
  }
  .inside .linkbtn li a {
    display: flex;
    align-items: center;
    background: #65aed9;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
  }
  .inside .linkbtn li a img {
    width: 50px;
    margin-right: 20px;
  }
  .inside .f-box li {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .inside .f-box li img {
    width: 100%;
    margin-top: 20px;
  }
  .inside .price .unit {
    background: #65aed9;
    color: #FFF;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
  }
  .inside .price .num {
    font-size: 24px;
    font-weight: 500;
    color: #65aed9;
  }
  .inside .price .num span {
    font-size: 75%;
  }
  .inside .merit li {
    width: 100%;
    background: #f3fbfb;
    margin-bottom: 20px;
  }
  .inside .merit p {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 8px !important;
    line-height: 26px;
  }
  .inside .merit p span {
    color: #65aed9;
  }
  .inside p.ind {
    padding-left: 1em;
    text-indent: -1em;
  }
  .inside .promiss {
    background: #f3fbfb;
    padding: 20px 15px;
  }
  .inside .promiss h4 {
    text-align: center;
    font-size: 24px;
    color: #65aed9;
    margin-bottom: 20px;
  }
  .inside .promiss ul {
    border-top: 1px solid #CCC;
  }
  .inside .promiss ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
  }
  .inside .promiss ul .num {
    font-size: 45px;
    color: #65aed9;
    margin-right: 30px;
  }
  .inside .promiss ul .item {
    flex: 1;
    font-size: 13px;
  }
  .inside .preven {
    margin-bottom: 50px;
  }
  .inside .preven h5 {
    font-size: 20px;
    margin: 10px auto;
  }
  main {
    width: 100%;
  }
  main p {
    line-height: 1.8em !important;
  }
  #slideTime {
    background: #FFF;
    width: 90%;
    margin: auto;
  }
  #slideTime table {
    border-collapse: collapse;
  }
  #slideTime table tr {
    border-bottom: 1px solid #999;
  }
  #slideTime table td {
    text-align: center;
    padding: 10px 8px;
    font-weight: 400;
    font-size: 14px;
  }
  #slideTime table .open {
    color: #65aed9;
    font-size: 14px;
  }
  #slideTime .close {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 15px;
  }
  #slideTime .cap {
    font-size: 13px;
    line-height: 20px;
  }
  .slider li {
    width: 33.3%;
  }
  .slider li img {
    width: 100%;
  }
  footer .block {
    width: 92%;
    margin: 50px auto 20px auto;
  }
  footer .block img.logo {
    width: 90%;
    margin-bottom: 10px;
  }
  footer .block .ftitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
  footer .block .address {
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .block .tel {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  footer .block .tel img {
    width: 42px;
    margin-right: 5px;
  }
  footer .block .tel .num {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    color: #65aed9;
  }
  footer .block table {
    border-collapse: collapse;
  }
  footer .block table tr {
    border-bottom: 1px solid #999;
  }
  footer .block table td {
    text-align: center;
    padding: 10px 8px;
    font-weight: 400;
    font-size: 14px;
  }
  footer .block table .open {
    color: #65aed9;
  }
  footer .block .close {
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto 10px auto;
  }
  footer .block .cap {
    font-size: 13px;
    line-height: 20px;
  }
  footer .copyright {
    background: #f2f2f2;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #666;
    padding: 30px;
  }
  footer .privacy {
    margin: 20px 0;
  }
  footer .privacy a {
    text-decoration: none;
    color: #333;
  }
  footer .privacy a i {
    color: #65aed9;
  }
  .btm-fix {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 100;
    width: 100%;
  }
  .btm-fix li {
    width: 50%;
    border-right: 1px solid #FFF;
  }
  .btm-fix li a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #65aed9;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
  }
  .btm-fix li:last-child {
    border-right: 0px solid #FFF;
  }
  .open-sp .block {
    width: 92%;
    margin: 20px auto 20px auto;
  }
  .open-sp .block img.logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .open-sp .block .address {
    font-size: 3.4vw;
    margin-bottom: 20px;
  }
  .open-sp .block table {
    border-collapse: collapse;
  }
  .open-sp .block table tr {
    border-bottom: 1px solid #999;
  }
  .open-sp .block table td {
    text-align: center;
    padding: 10px 8px;
    font-weight: 500;
  }
  .open-sp .block table .open {
    color: #65aed9;
  }
  .open-sp .block .close {
    font-weight: 500;
    margin: 5px auto 20px auto;
  }
  .open-sp .block .contact {
    background: #edf8f8;
    padding: 20px 20px;
    border-radius: 20px;
    text-align: center;
  }
  .open-sp .block .contact .from {
    margin-bottom: 5px;
  }
  .open-sp .block .contact .tel {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .open-sp .block .contact .tel img {
    width: 36px;
    margin: 2px 10px 0 0;
  }
  .open-sp .block .contact .tel .num {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #592c00;
  }
  .open-sp .block .contact .open {
    margin: 5px 0 20px 0;
  }
  .open-sp .block .contact .inquiry a {
    display: block;
    background: #65aed9;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 15px;
  }
  .open-sp .block .contact .inquiry a:hover {
    background: #592c00;
    color: #FFF;
  }
  .peri {
    background: #65aed9;
    color: #FFF;
    font-size: 17px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }
  .peri-btm {
    margin-bottom: 30px;
  }
  .prebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .prebox li {
    width: 48%;
    margin-bottom: 15px;
  }
  .prebox li img {
    width: 100%;
  }
  img.shinkou {
    width: 220px !important;
    margin-top: 20px;
  }
  .back-color {
    border-radius: 30px !important;
  }
  .check-box {
    padding: 20px;
  }
  .check-box .photo {
    width: 100%;
    text-align: center;
    color: #65aed9;
  }
  .check-box .script {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .check-box .script p {
    font-weight: 500;
    font-size: 20px;
    color: #65aed9;
  }
  .check-arrow {
    text-align: center;
  }
  .check-arrow img {
    width: 30px;
    margin: 10px;
  }
  .access .flx {
    display: flex;
    align-items: center;
  }
  .access .icon {
    margin: 0 !important;
    padding: 0 !important;
  }
  .access .icon img {
    width: 30px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
  }
  .access .maru {
    color: #65aed9;
    font-size: 75%;
    padding-right: 5px;
  }
  .recruit h5 {
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #65aed9;
  }
  .recruit .merit2 li {
    display: flex;
    font-size: 17px;
    font-weight: 500;
    color: #65aed9;
    margin-bottom: 10px;
  }
  .recruit .merit2 li p:first-child {
    padding-right: 10px;
  }
  .recruit h2 {
    color: #333 !important;
    font-size: 20px !important;
    border-bottom: 0px solid #444;
    padding-bottom: 10px;
  }
  .recruit p.job {
    font-size: 14px;
    border-top: 1px solid #444;
    padding: 10px 0;
  }
  .recruit p.job span.jtitle {
    font-weight: bold;
    display: block;
  }
  .recruit p.job span.jitem {
    display: block;
  }
  .recruit p.job span.cap {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=layout.css.map */
