/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
@media screen and (max-width: 1440px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 10000;
    padding: 20px 40px;
  }
  header .headerIn {
    background-color: #fff;
    border-radius: 100px;
    height: 85px;
    box-shadow: 20px 20px 20px 0px #00000005;
    width: 100%;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    position: relative;
  }
  header .headerIn .logoArea {
    position: absolute;
    top: 13px;
    left: 30px;
  }
  header .headerIn .logoArea a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-decoration: none;
    color: #7aa05b;
    position: relative;
    padding-left: 70px;
    padding-top: 5px;
  }
  header .headerIn .logoArea a span.txt1 {
    font-size: 12px;
    display: block;
    padding: 0 0 0 3px;
    position: relative;
    top: 3px;
  }
  header .headerIn .logoArea a span.txt2 {
    background-color: #3A745A;
    color: #fff;
    font-size: 11px;
    padding: 1px 10px 2px;
    position: absolute;
    bottom: 5px;
    right: -80px;
    border-radius: 3px;
  }
  header .headerIn .logoArea a img {
    width: 65px;
    height: auto;
    position: absolute;
    top: -3px;
    left: 0;
  }
  header .headerIn .gnavi {
    position: absolute;
    top: 23px;
    right: 250px;
  }
  header .headerIn .gnavi ul {
    display: flex;
    gap: 17px;
  }
  header .headerIn .gnavi ul li a {
    text-decoration: none;
    font-size: 14px;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    top: 0;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  header .headerIn .gnavi ul li a:hover {
    top: -3px;
  }
  header .headerIn .tel {
    display: none;
  }
  header .headerIn .btn {
    position: absolute;
    top: 16px;
    right: 18px;
  }
  header .headerIn .btn a {
    padding-left: 25px !important;
    padding-right: 40px !important;
    font-size: 14px !important;
  }

  footer .footerIn {
    width: 1130px;
  }
  footer .footerIn .bl.no2 {
    gap: 50px;
  }

  #contents .titleArea {
    width: 1130px !important;
  }
  #contents .titleArea .txt {
    padding-top: 240px;
    padding-bottom: 60px;
    border-bottom: 1px #ccc solid;
    position: relative;
    z-index: 1;
    width: 700px;
  }
  .interview #contents .titleArea .txt {
    width: 630px;
    padding-bottom: 40px;
  }
  #contents .titleArea .txt span {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #7aa05b;
    font-size: 20px;
  }
  #contents .titleArea .txt .h1Area {
    font-size: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #contents .titleArea .txt .h1Area span {
    background-color: #7aa05b;
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    top: -3px;
  }
  .interview #contents .titleArea .txt .h1Area {
    font-size: 46px;
  }
  .renkei #contents .titleArea .txt .h1Area {
    font-size: 50px;
    margin-bottom: 30px;
  }
  #contents .titleArea .txt p {
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 15px;
  }
  #contents .titleArea .name {
    margin-top: 25px;
    font-size: 28px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #contents .titleArea .name span {
    background-color: #E2DFCA;
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 10px;
    padding: 3px 15px;
    margin-left: 15px;
  }
  #contents .titleArea .pic {
    position: absolute;
    top: 50px;
    right: -200px;
    width: 740px;
    z-index: 0;
  }
  .interview #contents .titleArea .pic {
    top: 0;
    width: 1000px;
  }
  #contents .secIn {
    width: 1130px !important;
  }
  #contents .sec.support .secIn {
    background-color: #E2DFCA;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 20px 20px 20px 0px #00000005;
  }
  #contents .sec.support .secInIn {
    border-radius: 50px;
    border: 1px rgba(69, 69, 69, 0.1) solid;
    padding: 90px 60px;
  }
  #contents .sec.support .bl {
    margin-top: 50px;
    padding-bottom: 150px;
    position: relative;
  }
  #contents .sec.support .bl img.bg {
    width: 100%;
    height: auto;
  }
  #contents .sec.support .bl .mass {
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
  }
  #contents .sec.support .bl .mass h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  #contents .sec.support .bl .mass h3 span {
    font-size: 14px;
  }
  #contents .sec.support .bl .mass h3:after {
    content: "";
    width: 232px;
    height: 2px;
    background: url(../images/common/md_parts2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -8px;
    left: 0;
  }
  #contents .sec.support .bl .mass p {
    font-size: 12px;
  }
  #contents .sec.support .bl .mass .pic {
    width: 165px;
    height: 165px;
  }
  #contents .sec.support .bl .mass.no1 {
    top: 167px;
    left: 380px;
  }
  #contents .sec.support .bl .mass.no1 .pic {
    top: -170px;
    left: 30px;
  }
  #contents .sec.support .bl .mass.no2 {
    top: 300px;
    left: 80px;
  }
  #contents .sec.support .bl .mass.no2 .pic {
    top: -170px;
    left: 50px;
  }
  #contents .sec.support .bl .mass.no3 {
    top: 300px;
    left: 690px;
  }
  #contents .sec.support .bl .mass.no3 .pic {
    top: -170px;
    left: 1px;
  }
  #contents .sec.support .bl .mass.no4 {
    top: 582px;
    left: 40px;
  }
  #contents .sec.support .bl .mass.no4 .pic {
    top: -170px;
    left: 25px;
  }
  #contents .sec.support .bl .mass.no5 {
    top: 582px;
    left: 730px;
  }
  #contents .sec.support .bl .mass.no5 .pic {
    top: -170px;
    left: 25px;
  }
  #contents .sec.support .bl .mass.no6 {
    top: 833px;
    left: 240px;
  }
  #contents .sec.support .bl .mass.no6 .pic {
    top: -172px;
    left: 25px;
  }
  #contents .sec.support .bl .mass.no7 {
    top: 833px;
    left: 530px;
  }
  #contents .sec.support .bl .mass.no7 .pic {
    top: -172px;
    left: 26px;
  }
  #contents .sec.layout_type1 .bl.one {
    position: relative;
  }
  #contents .sec.layout_type1 .bl.one:before {
    content: "";
    width: 150px;
    height: 1025px;
    background: url(../images/common/bg_parts1.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -80px;
    left: -250px;
  }
  #contents .sec.layout_type1 .bl.one:after {
    content: "";
    width: 115px;
    height: 1025px;
    background: url(../images/common/bg_parts2.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -120px;
    right: -220px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px) {
  #contents .sec.layout_type1 .bl.one::before, #contents .sec.layout_type1 .bl.one::after {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #contents .sec.layout_type1 .bl.one .mass {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
  }
  #contents .sec.layout_type1 .bl.one .mass:last-child {
    margin-bottom: 0;
  }
  #contents .sec.layout_type1 .bl.one .mass .pic {
    width: 45%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
  }
  #contents .sec.layout_type1 .bl.one .mass .pic span {
    background-color: #7aa05b;
    color: #fff;
    font-size: 30px;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 20px;
  }
  #contents .sec.layout_type1 .bl.one .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 25px;
  }
  #contents .sec.layout_type1 .bl.one .mass .txt {
    width: 55%;
    padding-right: 20px;
  }
  #contents .sec.layout_type1 .bl.one .mass .txt .check {
    margin-top: 20px;
  }
  #contents .sec.layout_type1 .bl.three {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
  }
  #contents .sec.layout_type1 .bl.three .mass {
    width: calc((100% - 60px) / 3);
    background-color: #fff;
    padding: 30px;
    border-radius: 25px;
  }
  #contents .sec.layout_type1 .bl.three .mass .pic {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
  }
  #contents .sec.layout_type1 .bl.three .mass .pic span {
    background-color: #7aa05b;
    color: #fff;
    font-size: 20px;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
    border-bottom-right-radius: 20px;
  }
  #contents .sec.layout_type1 .bl.three .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #contents .sec.layout_type1 .bl.three .mass .txt {
    width: 100%;
    margin-top: 20px;
  }
  #contents .sec.layout_type3 .bl .txt .catch {
    font-size: 32px;
  }
  #contents .sec.layout_type4 .bl .txt .catch {
    font-size: 32px;
  }
  #contents .sec.schedule .bl {
    width: 1000px;
  }
  #contents .sec.schedule .bl dl:before {
    left: 100px;
  }
  #contents .sec.schedule .bl dl dt {
    font-size: 22px;
  }
  #contents .sec.schedule .bl dl dt:after {
    right: 35px;
  }
  #contents .sec.schedule .bl dl dd .txt h3 {
    font-size: 22px;
  }
  #contents .md.t1 {
    font-size: 40px;
  }
  #contents .md.t2 {
    font-size: 30px;
  }
  #contents .md.t3 {
    font-size: 20px;
    padding: 8px 0;
  }
  #contents .leadTxt {
    font-size: 15px;
  }
  #contents .bl.schedule {
    width: 1000px !important;
  }
  #contents .bl.schedule dl:before {
    left: 102px !important;
  }
  #contents .bl.schedule dl dt:after {
    right: 33px !important;
  }
  #contents .bl.cardArea .card h3 {
    font-size: 20px;
  }
  #contents .catch.t1 {
    font-size: 38px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    margin-bottom: 70px;
  }
  #contents .catch.t1:after {
    content: "";
    width: 116px;
    height: 2px;
    background: url(../images/common/md_parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  #contents .catch.t1.sm {
    font-size: 26px;
  }
  #contents .catch.t1.ssm {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #contents .catch.t1.ssm:after {
    bottom: -25px;
  }

  @keyframes floating {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .bn_recruit {
    position: fixed;
    bottom: 30px;
    right: 70px;
    z-index: 1000;
    animation: floating 3s ease-in-out infinite;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
    transition: all 0.6s !important;
  }
  .bn_recruit:hover {
    animation-play-state: paused;
  }
  .bn_recruit:hover a img {
    animation-play-state: paused;
  }
  .recruit .bn_recruit {
    display: none;
  }
  .bn_recruit a img {
    width: 200px;
    height: auto;
    animation: floating 3s ease-in-out infinite;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transition: all 0.6s !important;
    transition: all 0.6s !important;
  }
  .fixed .bn_recruit, .page .bn_recruit {
    bottom: 30px;
    right: 30px;
  }
  .fixed .bn_recruit img, .page .bn_recruit img {
    width: 180px;
    height: auto;
  }

  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    opacity: 0.5;
  }
  #page-top img {
    width: 30px;
    height: auto;
  }

  .home h1 {
    margin-left: -565px;
  }
  .home .hero .txt {
    bottom: 50px !important;
    left: 50px !important;
  }
  .home .hero .txt .txt1 {
    font-size: 40px !important;
  }
  .home .hero .txt .txt2 {
    margin-top: 10px !important;
  }
  .home .hero .txt ul {
    margin-top: 30px;
    display: flex;
    gap: 10px;
  }
  .home .hero .bg {
    height: 100vh !important;
  }
  .home .sec.pickup .blWrap .bl.blog ul li .pic img {
    width: 120%;
  }
  .home .sec.service .bl .mass .txt p {
    font-size: 15px;
  }
  .home .sec.care {
    margin-top: -350px;
  }
  .home .sec.care .bl {
    width: 1000px;
    gap: 20px;
  }
  .home .sec.care .bl .mass {
    width: calc((100% - 40px) / 3);
  }
  .home .sec.news .bl .mass .pic {
    height: 210px;
  }
  .home .sec.news .bl .mass .txt .title a {
    font-size: 17px;
  }
  .home .sec.access .wrap {
    gap: 30px;
  }
  .home .sec.access .bl.no1 .mass {
    margin-bottom: 20px;
  }
  .home .sec.access .bl.no1 .mass h3 {
    font-size: 18px;
    letter-spacing: 0;
  }

  .about.renkei .sec.support .secInIn .img1 {
    top: -10px;
    left: 10px;
    width: 220px;
    height: auto;
  }

  .service .sec.top .mdArea {
    margin-bottom: 50px;
  }
  .service .sec.top .bl.no1 .txt .catch {
    font-size: 30px;
  }
  .service.admission .sec.top .bl.no2 .mass .txt h3 {
    font-size: 24px;
  }

  .recruit .sec.interview ul li .txt .txt1 {
    font-size: 18px;
  }
  .recruit .sec.interview ul li .txt .name {
    font-size: 18px;
  }
  .recruit .sec.interview ul li .txt .name span {
    font-size: 13px;
  }
  .recruit.interview .sec.no1 {
    margin-top: 50px;
  }
}
