@charset "UTF-8";

/* リニュアル用CSS */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.header__inner {
  height: 70px;
}

.header__ttlLogo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background: #fff;
  padding: 12px 32px 14px 34px;
  position: relative;
}

.header__ttl {
  font-size: 14px;
}

.header__pcNav {
  /* width: 44%; */
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 0 10px;
  margin-right: 115px;
}

.header__pcList {
  box-sizing: border-box;
  display: flex;
  /* flex-wrap: wrap; */
  flex-wrap: nowrap;
  justify-content: center;
  /* justify-content: flex-end; */
  align-items: center;
  /* width: 550px; */
  height: 60px;
  padding: 0 10px;
  position: relative;
}

.header__pcLi {
  margin-right: 20px;
}

.header__pcLi:last-of-type {
  margin-right: 0;
}

.header__pcLink {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  transition: all .5s;
}

.header__pcLink:hover {
  opacity: 0.7;
}

.header__pcLink-type_contact {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  /* width: 130px; */
  height: 32px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: #348455;
  padding: 0 22px 0 12px;
  position: relative;
  cursor: pointer;
}

.header__pcLink-type_contact:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  right: 8px;
  top: calc(50% - 3px);
}

.header__pcLink-type_contact span {
  color: #fff;
  /* margin-left: 20px; */
  position: relative;
  /* top: -1px; */
}

.header .mainblur {
  filter: blur(8px);
}

.header__spNav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.1s;
}

.header__spNav.panelactive {
  opacity: 1;
  z-index: 999;
}

.header__spNav.panelactive .header__spLink {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateY(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateY(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.header__spNavInner {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.header__spNavBg {
  height: 100vh;
  background: url("../../common/img/bg_pcnav.jpg") center no-repeat;
  background-size: cover;
}

.header__spNavWrap {
  max-width: 1274px;
  margin: auto;
  position: relative;
  padding: 155px 60px 70px;
}

.header__spnavList {
  display: none;
  z-index: 999;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.header__spLi {
  width: calc(100%/4 - 48.5px);
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  margin-right: 64px;
}

.header__spLi:nth-child(4n) {
  margin-right: 0px;
}

.header__spLink {
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
}

.header__spLinkInner {
  display: block;
  font-family: "Marcellus";
  opacity: 0.7;
  position: relative;
  font-size: 15px;
  margin-bottom: 6px;
}

.header__spNew {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: 50px;
  height: 25px;
  font-size: 12px;
  line-height: 1.8;
  font-family: "Marcellus";
  color: #b10d0d;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #b10d0d;
  background: #fff;
  position: absolute;
  right: 0px;
  /* top: calc(50% - 5px); */
  top: 0px;
}

.header__spTtlLogo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 26%;
  max-width: 350px;
  min-width: 280px;
  position: relative;
  top: 26px;
  padding: 12px 19px;
}

.header__spTtl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-size: 14px;
  margin-top: 5px;
}

.header__otherNav {
  margin-top: 60px;
}

.header__otherNavLink {
  font-size: 14px;
  color: #fff;
}

.header__otherNavLi {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}

.header__otherNavLi:last-of-type {
  margin-right: 0;
}

.header__otherNavIcon1 {
  width: 27px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.header__otherNavIcon2 {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.header__otherNavIcon3 {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  vertical-align: top;
}

.header__spContactBtn1 {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: flex;
  flex-wrap: wrap;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 130px;
  align-content: center;
}

.header__spContactBtn1:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}

.header__spContactBtn1 span {
  margin-left: 20px;
  position: relative;
  top: -1px;
  color: #fff;
}

.new-cv-flex {
  display: flex;
  flex-wrap: wrap;
}

.new-cv-flex a {
  display: block;
  width: 320px;
  max-width: 320px;
  border-radius: 10px;
  background: #fff;
  transition: all .5s;
}

.new-cv-flex a span {
  transition: all .5s;
}

.new-cv-flex a:nth-of-type(1) {
  margin-right: 64px;
}

.new-cv-flex a:hover span {
  opacity: 0.6;
}

.header__spContactBtn2 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 90px;
  border: 2px solid #fff;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.375;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  background: #348455;
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}

.header__spContactBtn2:after {
  content: "";
  background: url("../../common/img/icon_arrow1.svg") no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  right: 22px;
  top: calc(50% - 12px);
  position: absolute;
}

.header__spNavHead {
  height: 125px;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7543631213) 0%, rgba(255, 255, 255, 0.5496847588) 35%, rgba(255, 255, 255, 0.2455911915) 65%, rgba(255, 255, 255, 0.0993923611) 80%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  padding-top: 11px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.header__triger {
  width: 65px;
  height: 65px;
  background: url("../../common/img/btn_open.png") center no-repeat;
  background-size: 65px;
  border-radius: 1000px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 16px;
  right: 25px;
  z-index: 9999;
  cursor: pointer;
}

.header__trigerCircle {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: #348455;
  position: absolute;
  right: 8px;
  top: 2px;
}

.header__triger.active {
  background: url("../../common/img/btn_close.png") center no-repeat;
  background-size: 65px;
}

.header__trigerLeft,
.header__trigerRight {
  line-height: 1;
  display: none;
}

.header__trigerContact {
  cursor: pointer;
}

.header__spNav.panelactive .header__spnavList {
  display: flex;
  flex-wrap: wrap;
}

.headerEnttl {
  font-family: "Marcellus";
  font-size: 32px;
  line-height: 1.188;
  text-align: center;
  margin-bottom: 60px;
}

.headerSlides,
.headerRecommend {
  background: #fff;
  position: relative;
}

.headerSlides__inner,
.headerRecommend__inner {
  padding: 60px 20px 100px;
}

.headerSlides .slick-prev,
.headerSlides .slick-next,
.headerRecommend .slick-prev,
.headerRecommend .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}

.headerSlides .slick-prev:before,
.headerSlides .slick-next:before,
.headerRecommend .slick-prev:before,
.headerRecommend .slick-next:before {
  content: none;
}

.headerSlides .slick-next,
.headerRecommend .slick-next {
  right: -62px;
  background-image: url("../../common/img/icon_arrow_next.svg");
}

.headerSlides .slick-prev,
.headerRecommend .slick-prev {
  left: -60px;
  background-image: url("../../common/img/icon_arrow_prev.svg");
}

.headerSlides__slide,
.headerRecommend__slide {
  padding: 0 15px;
}

.headerSlides__link,
.headerRecommend__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.headerRecommend {
  background: #F5F5F5;
  border-top: 1px solid #48BCC6;
  border-bottom: 4px solid #48BCC6;
  padding-bottom: 100px;
}

.headerSlides__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
}

.headerSlides__ttl {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px;
}

.headerSlides__txt {
  font-size: 12px;
  line-height: 1.4;
}

.headerInfo {
  background: #F5F5F5;
  border-top: 1px solid #48BCC6;
  border-bottom: 1px solid #48BCC6;
  padding: 60px 20px 100px;
}

.headerInfo__list {
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  max-width: 945px;
  margin: 0 auto 30px;
}

.headerInfo__dt {
  margin-bottom: 5px;
}

.headerInfo__link {
  color: #002393;
  text-decoration: none;
  text-decoration: underline;
}

.headerOther {
  padding: 100px 0;
  background: #fff;
}

.headerOther__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 945px;
  margin: auto;
}

.headerOther__li {
  width: calc(100% / 4 - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
}

.headerOther__li:nth-child(4n) {
  margin-right: 0;
}

.headerContact {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.1s;
  background: #fff;
}

.headerContact__closePc {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 90px;
}

.headerContact__closeBtn {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: flex;
  flex-wrap: wrap;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 130px;
  background: #FD5A2A;
  align-content: center;
}

.headerContact__closeBtn:after {
  content: "";
  width: 25px;
  height: 8px;
  background: url("../../common/img/icon_close2.svg") center no-repeat;
  background-size: 25px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}

.headerContact__closeBtn span {
  margin-left: 20px;
  position: relative;
  top: -1px;
  color: #fff;
}

.headerContact__contactWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1266px;
  margin: auto;
  padding: 125px 40px 0;
}

.headerContact__contactBox {
  width: calc(100%/3 - 14px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}


.headerContact__contactBoxInner {
  box-sizing: border-box;
  padding: 10px 20px 30px;
  position: relative;
}

.headerContact__contactTtl {
  font-weight: 600;
}

.headerContact__contactTxt {
  font-size: 14px;
}


.headerContact__contactTxt span {
  font-size: 12px;
  display: block;
}


.headerContact__contactIcon {
  display: block;
  width: 21px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.headerContact__lineBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 450px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: #43A229;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 80px auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.headerContact__lineBtn span {
  display: inline-block;
  width: 32px;
  position: relative;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.headerContact__lineBtn span img {
  vertical-align: bottom;
}

.headerContact__info {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.headerContact__infoWrap {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1266px;
}

.headerContact__infoTtl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.headerContact__infoTel {
  display: block;
  width: 390px;
  margin: 15px auto 25px;
}

.headerContact__infoTxt {
  text-align: center;
  font-size: 14px;
}

.headerContact.panelactive {
  opacity: 1;
  z-index: 9999999;
}

.topInfo {
  max-width: 770px;
  background: #00728E;
  border-radius: 10px;
  padding: 17px 0;
  /* margin: -30px auto 60px; */
  margin: 40px auto 40px auto;
  position: relative;
  overflow: hidden;
}


.topInfo__dl {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}

.topInfo__dt {
  font-family: "Marcellus";
  width: 150px;
  border-right: 1px dotted #fff;
  text-align: center;
}

.topInfo__dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  margin-left: 25px;
  color: #fff;
}


.topInfo__link {
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #fff;
}

.topInfo__link a {
  color: #fff;
  text-decoration: underline;
}


@keyframes marquee {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-100%);
  }
}

.topPlan {
  max-width: 1246px;
  padding: 0 30px;
  position: relative;
  margin: 0 auto 100px;
}

.topPlan__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1186px;
  max-width: 90%;
  margin: 0 auto;
}

.topPlan__inner {
  width: calc(100% / 3 - 10px);
}

.topPlan__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* padding: 30px; */
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
}


.topPlan__box:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
}

.topPlan__box1 {
  background-image: url("../../top/img/bg_plan1.png");
  height: 650px;
}


.topPlan__box2 {
  background-image: url("../../top/img/bg_plan2.png");
  height: 317.5px;
}


.topPlan__box3 {
  background-image: url("../../top/img/bg_plan3.png");
  margin-top: 15px;
  height: 317.5px;
}

.topPlan__box4 {
  background-image: url("../../top/img/bg_plan4.png");
  height: 650px;
}

.topPlan__boxInner {
  position: relative;
  color: #fff;
}

.topPlan__subTtl {
  font-family: "Marcellus";
  letter-spacing: 1.5px;
  text-shadow: 0 0 5px #3c3737;
}

.topPlan__ttl {
  /* font-size: 27px; */
  font-size: min(1.5vw, 24px);
  font-weight: 500;
  /* letter-spacing: 3px; */
  letter-spacing: 1px;
  /* line-height: 1.259; */
  line-height: 1.4;
  text-shadow: 0 0 5px #3c3737;
  margin: 10px 0 20px;
}

.topPlan__txt {
  font-size: 14px;
}

.topPlan__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-family: "Marcellus";
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
  transition: all .5s;
}

.topPlan__btn:hover {
  color: #231815;
  background: #fff;
}

.page {
  position: relative;
  padding: 60px 30px 0;
}

.pageHeader {
  position: relative;
  height: 415px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pageHeader__wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 60px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 60px;
}

.pageHeader__ttl {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.563;
}

.pageHeader__subTtl {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0 0 10px;
  font-family: "Marcellus";
}

.pageHeader__mask {
  position: relative;
}

.pageHeader__mask:before {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
}

/* kobetsu追記箇所 */

.renew-header h1 {
  width: 44%;
  max-width: 480px;
  min-width: 260px;
}

/* NEW削除 */
.header__spLi:first-of-type .header__spNew,
.header__spLi:nth-of-type(6) .header__spNew,
.header__spLi:nth-of-type(10) .header__spNew,
.header__spLi:nth-of-type(11) .header__spNew{
  display: none;
}

.topPlan__inner.new-icon2 {
  position: relative;
}

.topPlan__inner.new-icon2::before {
  content: "NEW";
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 30px;
      font-size: 12px;
      font-family: "Marcellus";
      color: #b10d0d;
      text-align: center;
      border-radius: 100px;
      border: 1px solid #b10d0d;
      background: #fff;
      position: absolute;
      left: 145px;
      bottom: 30px;
      z-index: 100;
}

@media screen and (min-width: 1400px) {
  .topPlan__ttl {
    font-size: 24px;
  }

}

@media screen and (max-width: 1240px) {
  .topPlan {
    padding: 0 15px;
    overflow-x: auto;
  }
}

@media screen and (max-width: 1180px) {
  .header__pcLink {
    font-size: 12px;
  }

  .header__pcLi {
    margin-right: 10px;
  }

  .header__spLink {
    font-size: 16px
  }

  .header__spContactBtn2 {
    font-size: 18px;
  }

  .new-cv-flex a {
    width: 260px;
    max-width: 260px;
  }

  .topPlan {
    padding: 0 15px;
    overflow-x: auto;
  }

  .topPlan__ttl {
    font-size: 18px;
  }

  .topInfo {
    margin: -18px auto 60px;
  }

}

@media screen and (max-width: 960px) {
  .header__pcNav {
    display: none;
  }

  .topPlan__ttl {
    font-size: 18px;
  }

  .topPlan__box {
    padding: 12px;
  }

  .topPlan__btn {
    width: 100px;
  }

  .topPlan__inner.new-icon2::before {
    width: 100px;
    left: 115px;
    bottom: 12px;
  }
}

@media screen and (max-width: 820px) {
  body {
    font-size: 14px;
  }

  .block_p {
    display: none !important;
  }

  .block_s {
    display: block !important;
  }

  .inline_p {
    display: none;
  }

  .inline_s {
    display: inline !important;
  }

  .inline-block_p {
    display: none !important;
  }

  .inline-block_s {
    display: inline-block !important;
  }

  .main {
    margin-bottom: 30px;
  }

  .inner {
    padding: 0 15px;
  }

  .btnTap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 3px 0;
    margin-top: 10px;
  }

  .header {
    /* height: 70px; */
    height: 52px;
  }

  .header__ttlLogo {
    top: auto;
    padding: 3px 10px 6px;
  }

  .header__ttl {
    font-size: 9px;
    line-height: 1.2;
    position: relative;
    top: 2px;
  }

  .header__pcNav {
    display: block;
    background: none;
    border: none;
    padding-right: 0;
    margin: 0;
    right: 15px;
    /* top: 18px; */
    top: 10px;
    position: absolute;
  }

  .header__pcList {
    width: auto;
    height: auto;
    padding: 0;
  }

  .header__pcLi {
    display: none;
  }

  .header__pcLi:last-of-type {
    display: block;
  }

  .header__spNavBg {
    background: url("../../common/img/bg_spnav.jpg") center no-repeat;
    background-size: cover;
  }

  .header__spNavWrap {
    padding: 70px 0 0 0;
  }

  .header__spnavList {
    padding: 10px 15px 5px;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 0;
  }

  .header__spLi.header__spLi-type_w100 {
    width: 100%;
  }

  .header__spLi {
    width: calc(100%/2 - 7.5px);
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin-right: 0;
  }

  .header__spLink {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
  }

  .header__spLinkInner {
    margin: 0 0 5px;
    font-size: 12px;
  }

  .header__spNew {
    height: 23px;
    line-height: 23px;
    top: 0;
    /* top: calc(50% - 8px); */
  }

  .header__spTtlLogo {
    margin: 0;
    padding: 3px 10px 6px;
    max-width: 180px;
    top: auto;
  }

  .header__spTtl {
    font-size: 9px;
    position: relative;
    margin: 0;
    top: 2px;
    line-height: 1.2;
  }

  .header__spLogo {
    width: 75px;
    margin-right: 7px;
  }

  .header__otherNav {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .header__otherNavLink {
    font-size: 12px;
  }

  .header__otherNavLi {
    margin-right: 15px;
  }

  .header__otherNavIcon1 {
    width: 13.5px;
    margin-right: 5px;
  }

  .header__otherNavIcon2 {
    width: 10.5px;
    top: auto;
    margin-right: 5px;
  }

  .header__otherNavIcon3 {
    width: 8px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }

  .header__spContactBtn2 {
    max-width: 100%;
    padding: 0 20px 0 20px;
  }


  .header__spNavHead {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0;
  }

  .header__spNavHead .block_s {
    display: none !important;
  }

  .header__triger {
    /* bottom: 30px; */
    /* bottom: 57px; */
    bottom: 10px;
    left: calc(50% - 32.5px);
    right: auto;
    top: auto;
    transition: .4s;
  }

  .header__triger-type_mv,
  .header__trigerLeft-type_mv,
  .header__trigerRight-type_mv {
    bottom: 75px !important;
    transition: .4s;
  }

  .header__trigerLeft,
  .header__trigerRight {
    position: fixed;
    z-index: 9999;
    /* bottom: 35px; */
    /* bottom: 62px; */
    bottom: 15px;
    left: calc(50% - 125px);
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    background-size: 65px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1000px;
    transition: .4s;
    border: 1px solid #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }

  .header__trigerRight {
    left: auto;
    right: calc(50% - 125px);
  }

  .headerEnttl {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .headerSlides__inner,
  .headerRecommend__inner {
    padding: 30px 0px 50px;
  }

  .headerSlides__inner .inner,
  .headerRecommend__inner .inner {
    padding: 0;
  }

  .headerSlides .slick-prev,
  .headerSlides .slick-next,
  .headerRecommend .slick-prev,
  .headerRecommend .slick-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  .headerSlides .slick-next,
  .headerRecommend .slick-next {
    right: 15px;
  }

  .headerSlides .slick-prev,
  .headerRecommend .slick-prev {
    left: 15px;
    z-index: 10;
  }

  .headerSlides__slide,
  .headerRecommend__slide {
    padding: 0 10px;
    width: 297px;
  }

  .headerRecommend {
    padding-bottom: 250px;
  }

  .headerInfo {
    padding: 50px 15px 20px;
  }

  .headerOther {
    padding: 50px 0 20px;
  }

  .headerOther__btn {
    padding: 0 30px 40px;
    margin-top: -20px;
  }

  .headerOther__list {
    padding: 0 15px;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
  }

  .headerOther__li {
    width: calc(100% / 2 - 8px);
    margin-bottom: 30px;
    margin-right: 0;
  }

  .headerOther__txt {
    font-size: 12px;
  }

  .headerContact__contactWrap {
    padding: 80px 15px 0;
  }

  .headerContact__contactBox {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    border-radius: 10px;
  }

  .headerContact__contactTxt {
    font-size: 12px;
  }

  .headerContact__contactTxt span {
    font-size: 10px;
  }

  .headerContact__lineBtn {
    width: calc(100% - 30px);
    margin: 40px auto;
    height: 75px;
    font-size: 16px;
  }

  .headerContact__lineBtn span {
    width: 22.5px;
  }

  .headerContact__info {
    padding: 40px 0 100px;
  }

  .headerContact__infoWrap {
    padding: 0 15px;
  }

  .headerContact__infoTtl {
    font-size: 12px;
  }

  .headerContact__infoTel {
    width: 315px;
  }

  .headerContact__infoTxt {
    font-size: 12px;
  }

  .topInfo.sc {
    position: absolute;
    transition: .4s;
  }

  .topInfo {
    transition: .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    /* bottom: 0; */
    width: 100%;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    padding: 8px 0;
  }

  .topInfo__dl {
    font-size: 12px;
  }

  .topInfo__dt {
    width: 55px;
  }

  .topInfo__dd {
    overflow: hidden;
    margin-left: 15px;
  }

  .topInfo__link {
    display: inline-block;
    white-space: nowrap;

    /* インフォのアニメーションストップ↓ */
    /* padding-left: 100%; */
    /* animation: marquee 15s linear infinite; */
  }

  .topPlan {
    /* padding: 0 0 0 15px; */
    padding: 0 0 0 0;
    overflow-x: hidden;
    max-width: 100%;
    margin: 0 auto 35px;
  }

  .topPlan__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    /* margin-top: 20%; */
    /* margin-top: 12%; */
    margin-top: 20px;
  }

  .topPlan__inner {
    /* width: 290px; */
    width: 48%;
    padding: 0;
    /* margin-right: 15px; */
    margin-right: 0;
  }

  .topPlan__inner:nth-of-type(n+3) {
    margin-top: 4%;
  }

  /* .topPlan__inner:nth-of-type(1) {
    order: 1;
  } */

  /* .topPlan__inner:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4%;
    order: 3;
  }

  .topPlan__inner:nth-of-type(3) {
    order: 2;
  } */

  .topPlan__box {
    box-sizing: border-box;
    padding: 9px;
  }

  .topPlan__boxInner {
    width: 100%;
    margin: 0 auto;
  }

  .topPlan__box1 {
    /* height: 500px; */
    height: 200px;
  }

  .topPlan__box2 {
    /* width: 48%; */
    width: 100%;
    /* height: calc(258px - 15px); */
    height: 200px;
  }

  .topPlan__box3 {
    /* width: 48%; */
    width: 100%;
    /* height: calc(258px - 15px); */
    height: 200px;
    margin-top: 0;
  }

  .topPlan__box4 .topPlan__ttl {
    padding-bottom: 18px;
  }

  .topPlan__box4 {
    /* height: 500px; */
    background-image: url(../../top/img/bg_plan4_sp.png);
    height: 200px;
  }

  .topPlan__ttl {
    /* font-size: 14px; */
    font-size: 12px;
    font-feature-settings: "palt";
    letter-spacing: 0px;
    margin: 10px 0;
  }

  .topPlan__txt {
    font-size: 12px;
    line-height: 1.6;
  }

  .topPlan__subTtl {
    font-size: 12px;
  }

  .topPlan__btn {
    width: 100%;
    font-size: 10px;
  }

  .page {
    padding: 40px 15px 0;
  }

  .pageHeader {
    height: 265px;
  }

  .pageHeader__wrap {
    align-items: center;
    padding: 0 15px 0;
  }

  .pageHeader__ttl {
    font-size: 19px;
  }

  .pageHeader__subTtl {
    font-size: 14px;
  }

  /* kobetsu */
  .renew-main {
    margin-bottom: 0;
  }

  .renew-header h1 {
    width: 30%;
    max-width: 220px;
    min-width: 250px;
    margin-left: 5px;
  }

  .new-cv-flex {
    justify-content: space-between;
    margin: 0 10px;
  }

  .new-cv-flex a {
    width: 48%;
  }

  .new-cv-flex a span {
    text-align: center;
  }

  .new-cv-flex a:nth-of-type(1) {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .header__spContactBtn2:after {
    right: 10px;
  }

  .topPlan__inner.new-icon2::before  {
    width: 50px;
    height: 23px;
    left: 5px;
    bottom: initial;
    top: 5px;
  }
}