/*common
-------------------------------------------------------------------------------- */
.front-top {
  position: relative;
  background: url(../images/top/bg_top.jpg) no-repeat center top / cover;
}

.front-service {
  position: relative;
  background: url(../images/top/bg_service.jpg) no-repeat center top / cover;
}

/* ------------------------------------
 hero
------------------------------------ */
.f-hero {
  position: relative;
  overflow: hidden;
  height: 850px;
  margin-bottom: 30px;
}

.hero-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  max-width: 1500px;
  height: 100%;
  border-radius: 0 0 200px 0;
  overflow: clip;
  text-align: right;
}

.hero-slider {
  width: 100%;
  height: 100%;

}

.hero-slider-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slider-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-catch {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 55%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 95%;
}

.hero-catch .text-catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-size: 5.6rem;
}

.hero-catch .text-catch .inner {
  display: inline-block;
  padding: 20px 30px;
  background-color: var(--color-main);
  line-height: 1;
}

.hero-catch .text-catch .inner:first-of-type {
  border-radius: 30px 30px 0 0;
}

.hero-catch .text-catch .inner:last-of-type {
  margin-top: -20px;
  border-radius: 0 30px 30px 30px;
}

.hero-catch .text-sub {
  margin-top: 40px;
  font-size: 2rem;
}


/* ------------------------------------
news
------------------------------------ */
.f-news {
  overflow: hidden;
}

.f-news-inner {
  position: relative;
  display: flex;
  z-index: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 50px 50px;
}

.f-news-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 150px;
}

.f-news-inner::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -150px;
  width: 125px;
  height: 96px;
  background: url(../images/top/acc_top.png) no-repeat center / contain;
}

.f-news-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 23%;
  flex-shrink: 0;
}

.f-news-title .title-mid {
  margin: 50px 0;
  color: initial;
}

.f-news-title .title-mid .sub {
  color: var(--color-main);
}

.f-news-title .link-arrow {
  margin-top: auto;
  margin-bottom: 25px;
}

.f-news-list {
  width: 77%;
}

.f-news-box {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 2px dotted #677d8f;
}

.f-news-box:last-of-type {
  border-bottom: none;
}

.f-news-box dt {
  display: flex;
  align-items: center;
  min-width: 255px;
}

.f-news-box dt .day {
  margin-left: 15px;
  white-space: nowrap;
}

.f-news-box .tag-category {
  width: 90px;
  padding: 7px;
  background-color: #666;
  border-radius: 50rem;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}

.f-news-box .cate-notice {
  background-color: var(--color-main);
}

.f-news-box .cate-recruit {
  background-color: #0ba07b;
}

.f-news-box dd {
  width: 100%;
  overflow: hidden;
}

.f-news-box dd .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ------------------------------------
 about
------------------------------------ */
.f-about {
  padding: 150px 0;
  margin: 0;
  background-color: #e8f7ff;
}

.f-about::before {
  content: "";
  position: absolute;
  left: 70px;
  top: 70px;
  width: 773px;
  height: 773px;
  background-image: -moz-linear-gradient(-60deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(-60deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-60deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 200px 0 200px 0;
}


.f-about-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.f-about-top .title-max {
  margin-bottom: 60px;
  color: inherit;
  font-size: 5rem;
  white-space: nowrap;
}

.f-about-top .title-max .sub {
  margin-bottom: 30px;
  color: var(--color-main);
  text-indent: 0;
}

.f-about-top .title-max span {
  text-indent: -0.5em;
}

.f-about-top .title-max .color {
  color: var(--color-main);
}

.f-about-top .content p {
  display: block;
  margin-bottom: 80px;
  font-size: 2rem;
}


.f-about-list {
  padding: 50px;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
}

.f-about-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.f-about-list li {
  position: relative;
  width: calc(50% - 30px);
  padding-left: 40px;
  line-height: 1.5;
  font-size: 2.2rem;
}

.f-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background: url(../images/top/icon_check.jpg) no-repeat center / contain;
}

.f-about-list li strong {
  color: var(--color-main);
}

/* **************************************************************
 reason
*************************************************************** */
.f-reason {
  padding-top: 150px;
  margin: 0;
}

.reason-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.reason-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 50px;
  margin-bottom: -2px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #fff;
}

.reason-list li:first-child,
.reason-list li:nth-child(2) {
  padding-top: 0;
}

.reason-list li:last-child,
.reason-list li:nth-last-child(2) {
  padding-bottom: 0;
}

.reason-list li:nth-child(odd) {
  padding-left: 0;
  border-right: 2px dotted #fff;
}

.reason-list li:nth-child(even) {
  padding-right: 0;
}

.reason-list li .icon {
  display: flex;
  align-items: center;
  grid-row: 1 / 3;
}


/* **************************************************************
 service
*************************************************************** */
.f-service {
  margin-top: 100px;
  overflow: hidden;
}

.f-service-box {
  position: relative;
  min-height: 450px;
  margin: 100px 0;
}

.f-service-box:first-of-type {
  margin-top: 0;
}

.f-service-box .img {
  position: absolute;
  left: -100px;
  top: 0;
  width: 82.9%;
  min-height: 450px;
  padding-top: calc(82.9% * 450 / 970);
  border-radius: 60px 0 60px 0;
  overflow: hidden;
}

.f-service-box:nth-of-type(even) .img {
  left: initial;
  right: -100px;
}

.f-service-box .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-service-box .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.f-service-box:nth-of-type(even) .content {
  align-items: flex-start;
}

.f-service-box .content .title-mid {
  gap: 0;
  margin-bottom: 50px;
  font-size: 4rem;
  color: #fff;
}

.f-service-box .content .title-mid span {
  display: inline-block;
  width: fit-content;
  padding: 20px;
  line-height: 1;
  background-color: var(--color-main);
}

.f-service-box .content .title-mid span:first-child {
  border-radius: 20px 20px 20px 0;
}

.f-service-box .content .title-mid span:last-child {
  margin-top: -20px;
  border-radius: 0 20px 20px 20px;
}

.f-service-links {
  display: grid;
  gap: 15px;
}

.f-service-links .c-btn {
  width: 100%;
  min-width: 415px;
  justify-content: space-between;
  background-color: #fff;
  color: initial;
}

.f-service-links .c-btn::after {
  background-image: url(../images/icon_arrow_btn_bl.svg);
}

.f-service-links .c-btn:hover {
  background-color: #ceefff;
}

/* **************************************************************
 banners
*************************************************************** */
.f-banners {
  position: relative;
  padding: 0;
}

.f-banners-base {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
}

.f-banners-base .inner-base {
  width: 50%;
}

.f-banners-base .inner-base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-banners-inner {
  position: relative;
  display: flex;
  z-index: 1;
}

.f-banners-inner .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 500px;
  gap: 10px;
  padding: 100px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

.f-banners-inner .link .title-max {
  color: #fff;
}

.f-banners-inner .link .title-max .sub::before {
  background-color: #fff;
}

.f-banners-inner .link p {
  line-height: 1.5;
}

.f-banners-inner .link .max {
  font-size: 3rem;
  font-weight: bold;
}

.f-banners-inner .link .link-arrow {
  width: fit-content;
  margin-top: 20px;
  color: #fff;
  font-size: 1.8rem;
}

.f-banners-inner .link .link-arrow span {
  border-color: #fff;
}

.f-banners-inner .link .link-arrow::after {
  background-image: url(../images/icon_arrow_btn.svg);
}

/* **************************************************************
 recruit
*************************************************************** */
.f-recruit {
  padding: 180px 50px;
  background: url(../images/bg_dot_bl.jpg) repeat;
}

.f-recruit .title-max {
  margin-bottom: 0;
  color: #fff;
}

.f-recruit .title-max .sub::before {
  background-color: #fff;
}

.f-recruit .flex-block {
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.f-recruit .f-recruit-catch {
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.f-recruit .c-btn {
  justify-content: space-between;
  min-width: 250px;
  background-color: #fff;
  color: initial;
}

.f-recruit .c-btn:hover {
  scale: 1.1;
  background-color: #ceefff;
}

.f-recruit .c-btn::after {
  background-image: url(../images/icon_arrow_btn_bl.svg);
}

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


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {}




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


---  1500px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {

  /* **************************************************************
 news
*************************************************************** */
  .f-news-inner::after {
    top: -50px;
    left: -25px;
    width: 90px;
    height: 61px;
  }


}






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


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* **************************************************************
   hero
  *************************************************************** */
  .f-hero {
    height: 700px;
  }

  .hero-catch {
    top: 70%;
  }

  .hero-catch .text-catch {
    font-size: 5rem;
  }

  .hero-catch .text-sub {
    font-size: 1.8rem;
  }

  /* **************************************************************
   about
  *************************************************************** */
  .f-about-list li {
    width: 100%;
  }

  .f-about-list li br {
    display: none;
  }

  /* **************************************************************
   banners
  *************************************************************** */
  .f-banners-inner .link {
    padding: 100px 50px;
    font-size: 1.8rem;
  }

  /* **************************************************************
   recruit
  *************************************************************** */
  .f-recruit {
    padding: 100px 0;
  }

  .f-recruit .flex-block {
    flex-direction: column;
  }

}



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


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {

  /* **************************************************************
   hero
  *************************************************************** */
  .f-hero {
    height: 750px;
  }

  .hero-img {
    height: 85%;
  }

  .hero-catch {
    top: initial;
    bottom: 0;
    translate: -50% 0;
    align-items: flex-start;
  }

  .hero-catch .text-catch {
    font-size: 4rem;
  }

  .hero-catch .text-catch .inner {
    padding: 20px 15px;
  }

  .hero-catch .text-catch .inner:first-of-type {
    border-radius: 15px 15px 0 0;
  }

  .hero-catch .text-catch .inner:last-of-type {
    margin-top: -15px;
    border-radius: 0 15px 15px 15px;
  }

  .hero-catch .text-sub {
    margin-top: 20px;
  }

  /* **************************************************************
   news
  *************************************************************** */
  .f-news-inner {
    flex-direction: column;
  }

  .f-news-title {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }

  .f-news-title .title-mid {
    margin: 0;
  }

  .f-news-title .link-arrow {
    margin: 0;
  }

  .f-news-list {
    width: 100%;
  }

  .f-news-box {
    align-items: flex-start;
    flex-direction: column;
  }

  /* **************************************************************
   about
  *************************************************************** */
  .f-about::before {
    left: 20px;
    top: 20px;
    width: 550px;
    height: 550px;
  }

  .f-about-top {
    flex-direction: column;
    align-items: center;
  }

  .f-about-top .content p {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  /* **************************************************************
   reason
  *************************************************************** */
  .reason-list {
    grid-template-columns: 1fr;
  }

  .reason-list li {
    padding: 30px 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 2px dotted #fff;
  }

  /* **************************************************************
   service
  *************************************************************** */
  .f-service-box .img {
    position: relative;
    left: 0;
    width: 100%;
    min-height: initial;
    padding-top: calc(100% * 450 / 970);
  }

  .f-service-box:nth-of-type(even) .img {
    right: initial;
  }

  .f-service-box .content {
    align-items: flex-start;
    margin-top: -50px;
  }

  .f-service-box .content .title-mid {
    margin-bottom: 25px;
  }

  .f-service-links {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .f-service-links .c-btn {
    min-width: initial;
  }

  /* **************************************************************
   banners
  *************************************************************** */
  .f-banners-base {
    flex-direction: column;
  }

  .f-banners-base .inner-base {
    width: 100%;
    min-height: 350px;
  }

  .f-banners-inner {
    flex-direction: column;
  }

  .f-banners-inner .link {
    width: 100%;
    min-height: 350px;
    padding: 50px;
  }

  .f-recruit .flex-block {
    align-items: flex-start;
    padding: 0 50px;
  }

}





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


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {

  /* **************************************************************
   hero
  *************************************************************** */
  .f-hero {
    height: 700px;
  }

  .hero-img {
    height: 70%;
    border-radius: 0 0 100px 0;
  }

  .hero-catch {
    width: calc(100% - 40px);
  }

  .hero-catch .text-catch {
    font-size: clamp(2.4rem, 6.7vw, 3.4rem);
  }

  .hero-catch .text-sub {
    min-height: 95px;
    line-height: 1.5;
    font-size: 1.6rem;
  }

  /* **************************************************************
   news
  *************************************************************** */
  .f-news-inner {
    padding: 60px 0 25px 25px;
  }

  .f-news-inner::before {
    border-top-left-radius: 80px;
  }

  .f-news-inner::after {
    width: 70px;
    height: 41px;
  }

  .f-news-box {
    padding: 15px 0;
  }

  .f-news-box .tag-category {
    font-size: 1.3rem;
  }

  /* **************************************************************
   about
  *************************************************************** */
  .f-about {
    padding: 100px 0 50px;
  }

  .f-about::before {
    left: 10px;
    width: 300px;
    height: 300px;
    border-radius: 100px 0 100px 0;
  }

  .f-about-top .title-max {
    margin-bottom: 30px;
    font-size: clamp(2.5rem, 8.8vw, 4rem);
    white-space: wrap;
  }

  .f-about-top .content p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .f-about-top .img {
    width: 80%;
  }

  .f-about-list {
    padding: 30px 20px;
  }

  .f-about-list li {
    font-size: 1.6rem;
  }

  /* **************************************************************
   reason
  *************************************************************** */
  .f-reason {
    padding-top: 100px;
  }

  .reason-list li {
    grid-template-columns: 80px 1fr;
    gap: 0 15px;
  }

  /* **************************************************************
   service
  *************************************************************** */
  .f-service {
    margin-top: 50px;
  }

  .f-service-box {
    margin: 80px 0;
  }

  .f-service-box .img {
    left: -20px;
    width: calc(100% + 20px);
    padding-top: calc(100% * 650 / 970);
    border-radius: 0 30px 30px 0;
  }

  .f-service-box:nth-of-type(even) .img {
    right: 0;
    border-radius: 30px 0 0 30px;
  }

  .f-service-box .content {
    margin-top: -25px;
  }

  .f-service-box .content .title-mid {
    font-size: 5.88vw;
  }

  .f-service-box .content .title-mid span {
    padding: 15px;
  }

  .f-service-box .content .title-mid span:first-child {
    border-radius: 10px 10px 10px 0;
  }

  .f-service-box .content .title-mid span:last-child {
    margin-top: -12px;
    border-radius: 0 10px 10px 10px;
  }

  .f-service-links {
    grid-template-columns: 1fr;
  }

  .f-service-links .c-btn {
    padding: 20px;
    font-size: 1.6rem;
    text-align: left;
  }

  /* **************************************************************
   banners
  *************************************************************** */
  .f-banners-inner .link {
    padding: 50px 10px;
  }

  .f-banners-inner .link .max {
    font-size: 2.2rem;
  }

  .f-recruit {
    padding: 80px 10px;
  }

  .f-recruit .flex-block {
    padding: 0;
  }

  .f-recruit .f-recruit-catch {
    font-size: clamp(1.8rem, 4.8vw, 2.6rem);
  }

}




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


--- 560px（スマホ大）


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 560px) {}