@charset "UTF-8";

/***************************

_mixin.scss

***************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_common.scss

***************************/
html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #252c3f;
  padding-top: 93px;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}

.subfont {
  font-family: "Kiwi Maru", serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #252c3f;
}

@-webkit-keyframes hover {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes hover {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

a:hover {
  opacity: 0.6;
  -webkit-animation: hover 1s forwards;
  animation: hover 1s forwards;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .pcImg {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .n-midImg {
    display: none;
  }
}

.spImg {
  display: none;
}

@media screen and (max-width: 1100px) {
  .spImg {
    display: block;
  }
}

@media screen and (max-width: 1350px) {
  .pcBig-txt {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .pc-txt {
    display: none;
  }
}

.tab-txt {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-txt {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .n-mid-txt {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .n-sp-txt {
    display: none;
  }
}

.wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  /* padding: 0 100px; */
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 5%;
  }
}

@media screen and (max-width: 450px) {
  .wrapper {
    padding: 0 10px;
  }
}

.wrapperBig {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .wrapperBig {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .media-padding {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}

@media screen and (max-width: 600px) {
  .media-padding {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
}

.tab-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab-br {
    display: block;
  }
}

.mid-br {
  display: none;
}

@media screen and (max-width: 600px) {
  .mid-br {
    display: block;
  }
}

.sp-br {
  display: none;
}

@media screen and (max-width: 450px) {
  .sp-br {
    display: block;
  }
}

.btn-style {
  border-radius: 7px;
  color: #fff;
  background: #0cbcf2;
  position: relative;
  text-align: center;
  padding: 15px 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .btn-style {
    width: 90%;
  }
}

.btn-style i {
  position: absolute;
  right: 10%;
  top: 18px;
  font-size: 21px;
}

.center {
  text-align: center;
}

.pagetop__wrap {
  position: relative;
}

.pagetop {
  display: none;
}

.pagetop.show {
  display: block;
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 50px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #0cbcf2;
  width: 60px;
  height: 60px;
  -webkit-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
}

@media screen and (max-width: 600px) {
  .pagetop.show {
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
}

.pagetop.show a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 600px) {
  .pagetop.show a {
    width: 50px;
    height: 50px;
  }
}

.pagetop.show i {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 30px;
  color: #0cbcf2;
}

@media screen and (max-width: 600px) {
  .pagetop.show i {
    top: 30px;
  }
}

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.left-to-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_header.scss

***************************/
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 12px 0 0;
    height: 80px;
  }
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 0; */
}

.header__title {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}

.header__title__span {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__item {
  font-size: 18px;
  font-weight: bold;
}

.header__item.current {
  position: relative;
  padding-bottom: 18px;
  padding-bottom: 5px;
}

.header__item.current::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0cbcf2;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.header__item + li {
  margin-left: 35px;
}

#gnavi {
  display: none;
}

#gnavi.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  font-size: 23px;
  font-weight: bold;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  padding: 100px 10% 0;
}

@media screen and (max-width: 450px) {
  #gnavi.open {
    font-size: 18px;
  }
}

#gnavi a:hover {
  opacity: 0.5;
}

.gnavi__item {
  margin-bottom: 20px;
}

.gnavi__item a {
  color: #252c3f;
}

.sp-onlineBtn {
  display: none;
}

@media screen and (max-width: 1100px) {
  .sp-onlineBtn {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 80px;
    background: url(../img/sp-online.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 25;
    text-align: center;
  }

  .sp-onlineBtn a {
    display: block;
  }

  .sp-onlineBtn a img {
    width: 30px;
    height: auto;
    padding-top: 25px;
  }
}

#menu-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  #menu-btn {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 0;
    background: #0cbcf2;
    width: 80px;
    height: 80px;
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 200;
  }
}

@media screen and (max-width: 1100px) {
  #menu-btn span {
    display: block;
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  #menu-btn span:nth-child(1) {
    top: 25px;
    right: 17px;
  }

  #menu-btn span:nth-child(2) {
    top: 40px;
    right: 17px;
  }

  #menu-btn span:nth-child(3) {
    top: 55px;
    right: 17px;
  }

  #menu-btn.open span {
    background-color: #fff;
  }

  #menu-btn.open span:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }

  #menu-btn.open span:nth-child(2) {
    display: none;
  }

  #menu-btn.open span:nth-child(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }

  #mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  #mask.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    cursor: pointer;
  }
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_top.scss

***************************/
.top-mv {
  position: relative;
  padding-bottom: calc(100vh - 113px + 90px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-mv {
    padding-bottom: calc(50vh + 90px);
  }
}

.top-mv__inner {
  position: absolute;
  background: url(../img/top/mv.jpg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: calc(100vh - 113px);
  width: 90%;
  left: 10%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media screen and (max-width: 768px) {
  .top-mv__inner {
    height: 50vh;
    background-position: bottom center;
  }
}

.top-mv__title {
  margin-top: 27vh;
  padding-left: 0;
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .top-mv__title {
    margin-top: 17vh;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__title img {
    width: 250px;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .top-mv__title img {
    width: 195px;
  }
}

.top-about {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top-about {
    padding: 250px 0 270px;
  }
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 250px 0 237px;
  }
}

.top-about__deco-top,
.top-about__deco-bottom {
  position: absolute;
  z-index: -1;
}

.top-about__deco-top {
  top: 0;
  left: 0;
  width: 18%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .top-about__deco-top {
    width: 220px;
    left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-about__deco-top {
    width: 160px;
  }
}

.top-about__deco-bottom {
  bottom: 0;
  right: 0;
  width: 23%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .top-about__deco-bottom {
    width: 283px;
    right: 20px;
    bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .top-about__deco-bottom {
    width: 220px;
  }
}

.top-about__title {
  font-size: 18px;
  color: #0cbcf2;
  margin-bottom: 80px;
  letter-spacing: 1.8px;
  position: relative;
  padding-bottom: 18px;
}

.top-about__title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0cbcf2;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
  .top-about__title {
    margin-bottom: 30px;
  }
}

.top-about__title-sub {
  font-size: 50px;
  line-height: 1.75;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .top-about__title-sub {
    font-size: 42px;
  }
}

@media screen and (max-width: 600px) {
  .top-about__title-sub {
    text-align: left;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-about__title-sub span {
  color: #0cbcf2;
  position: relative;
}

.top-about__title-sub span::before {
  content: "・";
  display: block;
  position: absolute;
  width: inherit;
  width: 40px;
  height: 40px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 40px;
}

.top-about__txt {
  font-size: 18px;
  font-weight: bold;
  margin: 50px auto 50px;
}

@media screen and (max-width: 600px) {
  .top-about__txt {
    font-size: 16px;
  }
}

.top-about__btn {
  width: 321px;
  margin-bottom: 90px;
}

@media screen and (max-width: 600px) {
  .top-about__btn {
    width: 80%;
  }
}

.top-detail {
  text-align: center;
  background-color: #eef7ff;
}

.top-detail__inner {
  background: url(../img/top/detail-deco.png) no-repeat left 60px,
    url(../img/top/detail-deco.png) no-repeat right 560px;
  padding-top: 60px;
}

.top-detail__title {
  font-size: 18px;
  color: #0cbcf2;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 18px;
  letter-spacing: 1.8px;
}

.top-detail__title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0cbcf2;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top-detail__title {
    margin-bottom: 30px;
  }
}

.top-detail__title::after {
  top: 40px;
}

.top-detail__txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.top-detail__list {
  padding: 0 40px 100px;
}

@media screen and (max-width: 1350px) {
  .top-detail__list {
    width: 717px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1100px) {
  .top-detail__list {
    padding: 0 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .top-detail__list {
    width: 286px;
  }
}

.top-detail__item {
  width: calc((100% - 345px) / 4);
  background: #fff;
  border-top-left-radius: 62px;
  border: 1px solid #dddddd;
  margin-top: 25px;
}

@media screen and (max-width: 1350px) {
  .top-detail__item {
    width: calc((100% - 35px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .top-detail__item {
    width: 290px;
  }
}

.top-detail__item img {
  width: 100%;
  height: auto;
}

.top-detail__item__inner {
  padding: 25px 20px;
}

@media screen and (max-width: 1510px) {
  .top-detail__item__inner {
    padding: 25px 15px;
  }
}

.top-detail__item__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.top-detail__item__title span {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5px;
  font-size: 22px;
}

.top-detail__item:first-of-type span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(55%, #fff),
    color-stop(55%, #c9e5a0),
    to(#c9e5a0)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 55%,
    #c9e5a0 55%,
    #c9e5a0 100%
  );
}

.top-detail__item:nth-of-type(2) span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(55%, #fff),
    color-stop(55%, #bde1f3),
    to(#bde1f3)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 55%,
    #bde1f3 55%,
    #bde1f3 100%
  );
}

.top-detail__item:nth-of-type(3) span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(55%, #fff),
    color-stop(55%, #f4cfe0),
    to(#f4cfe0)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 55%,
    #f4cfe0 55%,
    #f4cfe0 100%
  );
}

.top-detail__item:nth-of-type(4) span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(55%, #fff),
    color-stop(55%, #c9b5d0),
    to(#c9b5d0)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 55%,
    #c9b5d0 55%,
    #c9b5d0 100%
  );
}
.top-detail__item:last-of-type span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(55%, #fff),
    color-stop(55%, #ef958e),
    to(#ef958e)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 55%,
    #ef958e 55%,
    #ef958e 100%
  );
}

.top-detail__item__btn {
  width: 100%;
  margin-top: 25px;
}

.top-detail__item__btn i {
  font-weight: 400;
  font-size: 16px;
  top: 20px;
}

.top-detail__item__txt {
  font-size: 15px;
  text-align: left;
}

.top-recruit {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eef7ff),
    color-stop(45%, #eef7ff),
    color-stop(45%, #fff),
    to(#fff)
  );
  background: linear-gradient(
    180deg,
    #eef7ff 0%,
    #eef7ff 45%,
    #fff 45%,
    #fff 100%
  );
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 1350px) {
  .top-recruit {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 600px) {
  .top-recruit {
    margin-bottom: 40px;
  }
}

.top-recruit__inner {
  background: url(../img/top/recruit.png) no-repeat;
  background-size: 100% auto;
  padding: 90px 0;
}

@media screen and (max-width: 1350px) {
  .top-recruit__inner {
    background-size: auto 400px;
    background-position: left center;
    padding: 110px 0 50px;
  }
}

.top-recruit__title {
  position: relative;
  padding-bottom: 18px;
}

.top-recruit__title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0cbcf2;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top-recruit__title::after {
  background: #fff;
}

.top-recruit__title-sub {
  font-size: 24px;
  padding: 40px 0 55px;
}

@media screen and (max-width: 600px) {
  .top-recruit__title-sub {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .top-recruit__btn {
    width: 60%;
  }
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_about.scss

***************************/
.about__title__wrap {
  text-align: center;
  margin-bottom: 75px;
  background: url(../img/common/circle.jpg) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 600px) {
  .about__title__wrap {
    margin-bottom: 55px;
  }
}

.about__title {
  padding: 75px 0 100px;
  color: #0cbcf2;
  font-size: 36px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .about__title {
    padding: 60px 0 68px;
    font-size: 28px;
  }
}

@media screen and (max-width: 450px) {
  .about__title {
    padding: 39px 0 65px;
  }
}

.about__title-sub {
  text-align: center;
}

.about__copy {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .about__copy {
    font-size: 35px;
  }
}

@media screen and (max-width: 450px) {
  .about__copy {
    font-size: 30px;
  }
}

.about__copy span::before {
  content: none;
}

.about__greeting__mvWrap {
  text-align: right;
}

.about__greeting__mv {
  width: 95%;
  height: auto;
}

@media screen and (max-width: 1350px) {
  .about__greeting__mv {
    width: 95%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
  }
}

@media screen and (max-width: 768px) {
  .about__greeting__mv {
    height: 250px;
  }
}

.about__greeting__txtBox {
  margin: 50px auto 80px;
  font-size: 18px;
}

.about__greeting__txt + p {
  margin-top: 1.5em;
}

.about__com__li {
  width: calc(50% - 20px);
  font-size: 18px;
  margin-top: 45px;
}

@media screen and (max-width: 1100px) {
  .about__com__li {
    width: 90%;
    margin: 20px auto 0;
    /*  margin-right: auto;
  margin-left: auto; */
  }
}

@media screen and (max-width: 768px) {
  .about__com__li {
    width: 100%;
  }
}

.about__com__li:first-of-type {
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.about__com__li__title {
  letter-spacing: 1.8px;
}

.about__com__dl {
  padding: 10px 30px 25px;
  background: #eef7ff;
  margin-top: 15px;
  border-radius: 5px;
}

.about__com__dt,
.about__com__dd {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  padding: 17px 0;
}

.about__com__dt:first-of-type,
.about__com__dd:first-of-type {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

.about__com__dt {
  width: 35%;
}

.about__com__dd {
  width: 65%;
}

.about__history {
  background-color: #eef7ff;
  margin: 100px auto;
}

.about__history__inner {
  background: url(../img/about/bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.about__history__timeline {
  font-size: 18px;
}

.about__history__timeline__date {
  width: 25%;
  font-weight: bold;
}

@media screen and (max-width: 450px) {
  .about__history__timeline__date {
    width: 30%;
    font-size: 14px;
  }
}

.about__history__timeline__content {
  width: 75%;
  border-left: 1px #dddddd solid;
  padding-left: 30px;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
  .about__history__timeline__content {
    width: 70%;
    font-size: 14px;
    padding-left: 10px;
  }
}

.about__history__timeline__content.last {
  padding-bottom: 0;
}

.about__history__timeline__content.last::after {
  content: "";
  height: 80px;
  width: 3px;
  top: 18px;
  left: -2px;
  background-color: #eef7ff;
  display: block;
  position: absolute;
}

.about__history__timeline__content::before {
  content: url(../img/about/round.png);
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 1;
}

.about__history__timeline__content.first::after {
  content: "";
  height: 14px;
  width: 3px;
  top: 0px;
  left: -2px;
  background-color: #eef7ff;
  display: block;
  position: absolute;
}

.about__rule__title {
  margin-bottom: 0;
}

.about__rule__list {
  width: 677px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .about__rule__list {
    width: 321px;
  }
}

.about__rule__item {
  width: 321px;
  padding-top: 40px;
}

.about__rule__item__title {
  font-size: 18px;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
  text-align: center;
}

.about__rule__item__title.first {
  margin-bottom: 44px;
}

.about__report {
  margin-top: 100px;
}

.about__report__wrap {
  padding-bottom: 100px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_recruit.scss

***************************/
.recruit__txt {
  margin-bottom: 40px;
}

.recruit__mvWrap {
  margin-bottom: 100px;
}

.recruit__points .about__com__li__title {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  font-size: 21px;
}

.recruit__points .about__com__li {
  width: 100%;
}

.recruit__points .about__com__li:last-child {
  margin-top: 75px;
}

.recruit__points .about__com__li:first-of-type {
  text-align: left;
}

.recruit__points .about__com__dl {
  background: #fff;
  padding: 0;
  margin-top: 0;
}

.recruit__points .about__com__dt,
.recruit__points .about__com__dd {
  border-bottom: 1px solid #dddddd !important;
  font-weight: normal !important;
  font-size: 18px !important;
}

@media screen and (max-width: 768px) {
  .recruit__points .about__com__dt,
  .recruit__points .about__com__dd {
    font-size: 16px;
  }
}

.recruit__points .about__com__dt {
  font-weight: bold !important;
  width: 25%;
  /* width: 40%; */
}

@media screen and (max-width: 768px) {
  .recruit__points .about__com__dt {
    /* width: 35%; */
    padding-left: 3px;
  }
}

.recruit__points .about__com__dd {
  width: 75%;
  /* width: 60%; */
}

@media screen and (max-width: 768px) {
  .recruit__points .about__com__dd {
    /* width: 65%; */
  }
}

.recruit__item__p + .recruit__item__p {
  margin-top: 0.7em;
}

.recruit__salary__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 370px;
}

@media screen and (max-width: 600px) {
  .recruit__salary__dl {
    width: 100%;
  }
}

.recruit__salary__dl:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* 余白に合わせて拡張 */
  border-bottom: 1px dotted #252c3f;
}

@media screen and (max-width: 600px) {
  .recruit__salary__dt {
    width: 100%;
  }
}

.recruit__salary__dd {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  /* 順番を点線と入れ替え */
  margin-left: 0;
  /* ブラウザ既定の余白をリセット */
}

.recruit-contact {
  margin: 40px auto 100px;
  font-size: 18px;
}

.recruit-contact__inner {
  padding: 30px;
  background: #eef7ff;
}

.recruit-contact__title {
  color: #0cbcf2;
  margin-bottom: 0.5em;
}

/***************************

_variables.scss

***************************/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.txtleft {
  text-align: left;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb170 {
  margin-bottom: 170px;
}

.pt10 {
  padding-top: 10px;
}

.block {
  display: block;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spacebet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold {
  font-weight: bold;
}

/***************************

_footer.scss

***************************/
.recruit__sec {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.footer {
  padding-bottom: 15px;
  text-align: center;
}

.footer__link__list {
  margin-bottom: 60px;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 1000px) {
  .footer__link__list {
    width: 600px;
  }
}

@media screen and (max-width: 600px) {
  .footer__link__list {
    width: 285px;
  }
}

/* .footer__link__item {
 margin-top: 30px;
} */

@media screen and (max-width: 600px) {
  .footer__link__item {
    margin-top: 7px;
  }
}

.footer__nav {
  font-size: 14px;
}

.footer__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.footer__item + li {
  margin-left: 2em;
}

.footer__copy {
  text-align: center;
}

.footer__copy small {
  font-size: 100%;
  font-size: 12px;
  letter-spacing: 1px;
}

/* 20251014追加 */
	.link_wrapper {
		width: 100%;
		max-width: 1400px;
		margin-inline: auto;
		display: flex;
		gap: 80px;
		justify-content: center;
		padding-top: 50px;

		.btn-style {
			margin: 0;

			i {
				top: 40%;
			}
		}

		.recruit_link {
			width: 400px;
			border-radius: 7px;
			color: #fff;
			background: #0cbcf2;
			position: relative;
			text-align: center;
			padding: 35px 0;
			display: block;
			font-weight: bold;
		}
	}

	.w60 {
		width: 60%;
	}
	.top-program {
		padding: 30px 20px 80px;
	}

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