@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
  aspect-ratio: 1366 / 677;
  min-height: auto;
  width: 100%;
  padding: 20.1rem 6.5rem 0;
  position: relative;
  background: url(../img/index/main_visual_bg.webp) no-repeat right center;
  background-size: cover;
  box-sizing: border-box;
}
.mainVisual p {
  font-size: clamp(15px, 1.35vw, 1.35vw);
  letter-spacing: 0.05em;
}
.mainVisual p .en {
  margin: 0 0 0.5rem 0.8rem;
  display: block;
  width: 24vw;
  min-width: 280px;
}
.mainVisual p .jp {
  margin-bottom: 1.7rem;
  display: block;
  color: #075c91;
  font-size: clamp(47px, 3.975vw, 3.975vw);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.08em;
}
.mainVisual .bold {
  font-weight: 700;
}
.mainVisual .topList {
  position: absolute;
  left: 50%;
  bottom: -5.6rem;
  width: 112rem;
  transform: translateX(-50%);
  z-index: 1;
}
.mainVisual .topList li {
  width: 54.8rem;
  position: relative;
  background-image: linear-gradient(to right, #4c99cc 0%, #075c91 100%);
  border-radius: 1rem;
  overflow: hidden;
}
.mainVisual .topList li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0c5c91 0%, #021e53 100%);
  opacity: 1;
  transition: 0.3s;
  content: "";
}
.mainVisual .topList a {
  position: relative;
  height: 11.2rem;
  padding: 2.9rem 8.5rem 2rem 5.2rem;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: url(../img/common/icon16.webp) no-repeat right 3.2rem center;
  background-size: 4.8rem auto;
}
.mainVisual .topList span {
  margin-bottom: -0.9rem;
  display: block;
}
.mainVisual .topList span img {
  width: auto;
  height: 1.8rem;
}
#main .about {
  padding: 24.4rem 0 0.1rem;
  position: relative;
}
#main .about::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: -0.3rem;
  background: url(../img/index/about_bg.webp) no-repeat bottom center;
  background-size: cover;
  content: "";
  mix-blend-mode: multiply;
}
#main .about .content {
  position: relative;
}
#main .about .textBox {
  width: 72rem;
}
#main .about p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.08;
  letter-spacing: 0.03em;
}
#main p .pink {
  font-weight: 700;
  color: #be0042;
}
#main .about .pho {
  width: 44.5rem;
  margin: -5.3rem 0 0 -8rem;
}
#main .about .img {
  margin: -8.2rem 2.4rem -8.8rem 0;
  text-align: center;
  mix-blend-mode: multiply;
}
#main .about .img img {
  width: 39.8rem;
}
#main .reason {
  padding: 11.4rem 0 7.2rem;
  background-image: linear-gradient(to bottom, #0c5c91 0%, #021e53 100%);
}
#main .reason .headLine03 {
  margin-bottom: 7.5rem;
  color: #fff;
}
#main .reason .headLine03::before {
  background-color: #fff;
}
#main .reason ul {
  margin-bottom: 7.3rem;
}
#main .reason li {
  width: 36rem;
  padding: 3.4rem 1.7rem 4.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
}
#main .reason .ico {
  margin-bottom: 3.3rem;
  text-align: center;
}
#main .reason .ico img {
  width: auto;
  height: 9.9rem;
}
#main .reason p {
  height: 11.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.03em;
  background-image: linear-gradient(to right, #0c5c91 0%, #021e53 100%);
}
#main .service {
  padding: 13.8rem 0 15.2rem;
  background-color: #e9eef2;
}
#main .service .content {
  position: relative;
}
#main .service .img {
  position: absolute;
  right: -5.8rem;
  top: -7.9rem;
  width: 27.5rem;
}
#main .service .title {
  margin-bottom: 3.9rem;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
#main .recruit {
  padding-top: 15.7rem;
  position: relative;
  z-index: 1;
}
#main .recruit .content {
  position: relative;
}
#main .recruit .img {
  position: absolute;
  left: 0;
  top: -24.6rem;
  width: 23.9rem;
  z-index: 1;
}
#main .recruit .pho img {
  width: 100%;
  border-radius: 0.6rem;
}
#main .recruit .textBox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 42.5rem;
  min-height: 47.6rem;
  padding-bottom: 0.6rem;
  display: flex;
  align-items: center;
  background-color: #fefdf7;
  border-radius: 0 1rem 1rem 0;
  transform: translateY(-50%);
}
#main .recruit .headLine02 {
  margin-bottom: 3.9rem;
}
#main .recruit p {
  margin-bottom: 5.4rem;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#main .recruit .comLink {
  margin: 0;
}
#main .news {
  padding: 14.1rem 0 16.6rem;
  position: relative;
}
#main .news::before {
  position: absolute;
  left: 0;
  top: -21rem;
  width: 100%;
  bottom: 0;
  background: url(../img/index/news_bg.webp) no-repeat bottom center;
  background-size: cover;
  content: "";
  mix-blend-mode: multiply;
}
#main .news .comSortUl .on a {
  background-color: #1a1a1a;
}
@media all and (min-width: 897px) {
  #container {
    padding-top: 0;
  }
  #gHeader {
    background-color: transparent;
  }
  #gHeader.on {
    background-color: #fff;
  }
  .mainVisual .topList li:hover::before {
    opacity: 0;
  }
  .mainVisual .topList li:hover a {
    background-image: url(../img/common/icon16_on.webp);
  }
  #main .reason ul {
    position: relative;
  }
  #main .reason ul::after {
    content: "";
    width: 36rem;
  }
  #main .service .headLine02 {
    margin-bottom: 3.9rem;
  }
  #main .news .content {
    position: relative;
  }
  #main .news .headLine02 {
    position: absolute;
    left: 0;
    top: 1.1rem;
    margin-bottom: 0;
  }
  #main .news .tabPanel {
    display: flex;
    justify-content: space-between;
  }
  #main .news .comSortUl {
    margin: 16.4rem 0 0;
    width: 11.2rem;
  }
  #main .news .comSortUl li {
    margin: 1.6rem 0 0;
  }
  #main .news .tabInfo {
    width: 76.1rem;
  }
  #main .news .comNewsTxt time {
    width: 11.4rem;
  }
  #main .news .comSortUl a:hover {
    background-color: #1a1a1a;
  }
  #main .news .comLink {
    margin: 4.1rem 0 0 auto;
  }
}
@media all and (max-width: 896px) {
  .mainVisual {
    aspect-ratio: initial;
    min-height: 50.3rem;
    padding: 4.9rem 0 0 2.4rem;
    background-image: url(../img/index/main_visual_bg_sp.webp);
  }
  .mainVisual p {
    font-size: 1.6rem;
  }
  .mainVisual p .en {
    margin: 0 0 0.1rem;
    width: 24.8rem;
		min-width: 1rem;
  }
  .mainVisual p .jp {
    margin-bottom: 1.1rem;
    font-size: 4rem;
    line-height: 1.25;
  }
  .mainVisual .topList {
    bottom: -11.7rem;
    width: 34.2rem;
    display: block;
  }
  .mainVisual .topList li {
    width: auto;
    margin-bottom: 1.2rem;
  }
  .mainVisual .topList li:last-child {
    margin-bottom: 0;
  }
  .mainVisual .topList a {
    height: 7rem;
    padding: 1.9rem 5.5rem 2rem 2.6rem;
    font-size: 1.6rem;
    background-position: right 1.7rem center;
    background-size: 3.4rem auto;
  }
  .mainVisual .topList span {
    margin-bottom: -0.8rem;
  }
  .mainVisual .topList span img {
    height: 1.05rem;
  }
  #main .about {
    padding: 19.2rem 0 0.1rem;
  }
  #main .about::before {
    bottom: 0;
    top: 4.5rem;
    background-image: url(../img/index/about_bg_sp.webp);
  }
  #main .about .imgBox {
    display: block;
  }
  #main .about .textBox {
    width: auto;
  }
  #main .about p {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #main .about .pho {
    width: auto;
    margin: 3rem 0 0;
  }
  #main .about .pho img {
    width: 100%;
  }
  #main .about .img {
    margin: 1.2rem 0 -5.7rem;
  }
  #main .about .img img {
    width: 18.8rem;
  }
  #main .reason {
    padding: 6.1rem 0 7rem;
  }
  #main .reason .headLine03 {
    margin-bottom: 5rem;
  }
  #main .reason .headLine03::before {
    bottom: -2rem;
  }
  #main .reason ul {
    margin-bottom: 4.2rem;
    display: block;
  }
  #main .reason li {
    margin-bottom: 1.2rem;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3rem 1.5rem;
  }
  #main .reason .ico {
    margin-bottom: 0;
    text-align: center;
    width: 7rem;
  }
  #main .reason .ico img {
    height: 6.3rem;
  }
  #main .reason li:nth-child(2) .ico {
    margin-left: -0.6rem;
  }
  #main .reason li:nth-child(2) .ico img {
    width: 6.8rem;
  }
  #main .reason li:nth-child(3) .ico img {
    width: 6.8rem;
  }
  #main .reason p {
    width: calc(100% - 8.2rem);
    height: 7.7rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  #main .service {
    padding: 6.1rem 0 7rem;
  }
  #main .service .img {
    right: 2.4rem;
    top: -4.5rem;
    width: 11rem;
  }
  #main .service .headLine02 {
    margin-bottom: 3rem;
  }
  #main .service .title {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main .recruit {
    padding-top: 7.1rem;
  }
  #main .recruit .img {
    left: 2.4rem;
    top: -11.2rem;
    width: 10.4rem;
  }
  #main .recruit .imgBox {
    display: block;
  }
  #main .recruit .pho {
    margin-left: -2.4rem;
  }
  #main .recruit .pho img {
    border-radius: 0 0.6rem 0.6rem 0;
  }
  #main .recruit .textBox {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 5.9rem);
    margin: -9.6rem 0 0 -2.4rem;
    min-height: inherit;
    padding: 4rem 2.4rem;
    display: block;
    border-radius: 0 1rem 1rem 0;
    transform: none;
  }
  #main .recruit .headLine02 {
    margin-bottom: 3rem;
  }
  #main .recruit p {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main .recruit .comLink {
    margin: 0 -13.1rem 0 -2.4rem;
    max-width: inherit;
  }
  #main .recruit .comLink a {
    width: 34.2rem;
    margin: 0 auto;
  }
  #main .news {
    padding: 3rem 0 7rem;
  }
  #main .news::before {
    display: none;
  }
  #main .news .headLine02 {
    margin-bottom: 1.7rem;
  }
  #main .news .comSortUl {
    display: flex;
    flex-wrap: wrap;
  }
  #main .news .comLink {
    margin-top: 3.4rem;
  }
}
