@charset "UTF-8";
/* //////////////////////////////////////////////////

事業内容設定

////////////////////////////////////////////////// */
/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.p-title_box .c-inner {
  padding-top: 3.5rem;
}

.page__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.page__links .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0.8em;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  background: #0B1A66;
  border-radius: 8px;
}
.page__links .item .icon {
  width: 1.2em;
}

@media screen and (min-width: 769px) {
  .p-title_box .c-inner {
    padding-top: 13.4rem;
  }
  .page__links {
    grid-template-columns: repeat(3, calc((100% - 4.8rem) / 4));
    gap: 1.6rem;
    justify-content: center;
  }
  .page__links .item {
    padding: 1.8em 1.2em;
    font-size: 1.8rem;
  }
}
.c-secttl::after {
  content: none;
}

.p-inner {
  padding: 5rem 0;
}

.p-body {
  margin-bottom: 2.4rem;
}

.p-img {
  position: relative;
  z-index: 1;
  margin: 4.5rem auto;
  transform: translateX(7vw);
}
.p-img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -2rem;
  left: -2rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 16px;
  background: #FDD73F;
}
.p-img img {
  border-radius: 16px 0 0 16px;
}
.p-img.left {
  transform: translateX(-7vw);
}
.p-img.left::before {
  left: auto;
  right: -2rem;
}
.p-img.left img {
  border-radius: 0 16px 16px 0;
}

@media screen and (min-width: 769px) {
  .p-inner {
    padding: 7.6rem 0;
  }
  .p-body {
    margin-bottom: 2.4rem;
  }
  .p-img {
    margin: auto;
    transform: none;
  }
  .p-img img {
    border-radius: 16px;
  }
  .p-img.left {
    transform: translateX(0);
  }
  .p-img.left::before {
    left: -2rem;
    right: auto;
  }
  .p-img.left img {
    border-radius: 16px;
  }
  .elem_pc.flex {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 8rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .elem_pc.flex .flex_wrap {
    flex: 1 1 auto;
    width: calc(100% - 55rem);
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
  .elem_pc.flex .c-secttl {
    flex: 0 0 100%;
    width: 100%;
  }
  .elem_pc.flex .p-body {
    flex: 0 0 100%;
    width: 100%;
  }
  .elem_pc.flex .p-img {
    flex: 1 1 auto;
    width: 46.6rem;
  }
  .elem_pc.flex.img_left {
    flex-flow: row-reverse wrap;
  }
}
.careermap_cont .c-secttl {
  margin-bottom: 3.6rem;
  padding-bottom: 3.6rem;
}
.careermap_cont .careermap-inner {
  padding-bottom: 5rem;
}
.careermap_cont .careermap-body {
  margin-bottom: 2.4rem;
}
.careermap_cont .careermap-img {
  margin-bottom: 2rem;
}
.careermap_cont .careermap-img .item {
  width: 90rem;
}
.careermap_cont .swiper .swiper-scrollbar {
  position: revert;
  height: 6px;
  margin: 1.6rem auto 0;
  background: #fff;
  border-radius: 0;
}
.careermap_cont .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0B1A66;
  border-radius: 0;
}
.careermap_cont .swiper .scroll-hint-icon-wrap {
  z-index: 1;
}
.careermap_cont .swiper .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .careermap_cont .careermap-inner {
    padding-bottom: 10rem;
  }
  .careermap_cont .careermap-body {
    margin-bottom: 2.4rem;
  }
  .careermap_cont .careermap-img .item {
    width: 100%;
  }
  .careermap_cont .careermap-img + .attent {
    font-size: 1.2rem;
  }
  .careermap_cont .swiper .swiper-scrollbar {
    display: none;
  }
  .careermap_cont .swiper .scroll-hint-icon-wrap {
    display: none;
  }
}
.business_cont .p-inner {
  padding-top: 0;
}
.business_cont .c-secttl {
  padding-bottom: 0;
}
.business_cont .c-secttl .c-secttl-jp {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .business_cont .p-inner {
    padding-bottom: 12rem;
  }
  .business_cont .p-body {
    margin-bottom: 6rem;
  }
}
.benefits_cont {
  background: #EBEFF3;
}
.benefits_cont .c-secttl .c-secttl-jp {
  color: #0B1A66;
}
.benefits_cont .benefits-list .item {
  padding-top: 2.5rem;
  border-bottom: 1px solid #C3D0DD;
}
.benefits_cont .benefits-list .item:first-child {
  border-top: 1px solid #C3D0DD;
}
.benefits_cont .benefits-list .item .ttl {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
  line-height: 1;
  font-size: 1.7rem;
  color: #0B1A66;
}
.benefits_cont .benefits-list .item .ttl.active .icon::after {
  content: none;
}
.benefits_cont .benefits-list .item .ttl i {
  width: 3rem;
  margin-right: 1rem;
}
.benefits_cont .benefits-list .item .ttl .icon {
  position: relative;
  z-index: 1;
  width: 2em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  margin-left: auto;
}
.benefits_cont .benefits-list .item .ttl .icon::before, .benefits_cont .benefits-list .item .ttl .icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0B1A66;
}
.benefits_cont .benefits-list .item .ttl .icon::before {
  width: 0.6em;
  height: 1px;
}
.benefits_cont .benefits-list .item .ttl .icon::after {
  width: 1px;
  height: 0.6em;
}
.benefits_cont .benefits-list .item .body {
  display: none;
  padding: 0.5rem 0;
  margin-bottom: 2.5rem;
  background: #fff;
}
.benefits_cont .benefits-list .item .body p {
  padding: 2rem 2.5rem;
}
.benefits_cont .benefits-list .item .body p + p {
  border-top: 1px solid #C3D0DD;
}
.benefits_cont .benefits-list .item .body ._l {
  font-size: 1.2em;
  color: #0B1A66;
}
.benefits_cont .benefits-list-pc {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 6rem;
  border-top: 1px solid #0B1A66;
}
.benefits_cont .benefits-list-pc .item {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  width: 100%;
}
.benefits_cont .benefits-list-pc .item#shataku {
  padding-top: 20rem;
  margin-top: -20rem;
}
.benefits_cont .benefits-list-pc .item .box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem 2rem;
  padding: 1em 0;
  border-bottom: 1px solid #0B1A66;
}
.benefits_cont .benefits-list-pc .item .icon {
  grid-area: 1/1/2/2;
  width: 10rem;
  margin: auto;
}
.benefits_cont .benefits-list-pc .item .ttl {
  grid-area: 2/1/3/2;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0B1A66;
  text-align: center;
  line-height: 1.5;
}
.benefits_cont .benefits-list-pc .item .body {
  grid-area: 1/2/3/3;
  font-size: 1.2rem;
}
.benefits_cont .benefits-list-pc .no-icon .ttl {
  grid-area: 1/1/2/3;
}
.benefits_cont .benefits-list-pc .no-icon .body {
  grid-area: 2/1/3/3;
}

@media screen and (min-width: 769px) {
  .benefits_cont .c-secttl::before {
    transform: translate(-7vw, -50%);
  }
  .benefits_cont .benefits-list-pc {
    margin-bottom: 6rem;
    border-bottom: 1px solid #0B1A66;
  }
  .benefits_cont .benefits-list-pc .item {
    flex: 0 0 50%;
    width: 50%;
  }
  .benefits_cont .benefits-list-pc .item .box {
    display: revert;
    margin: 2rem 0;
    padding: 2rem 3rem;
    border: none;
  }
  .benefits_cont .benefits-list-pc .item:nth-child(1)::before, .benefits_cont .benefits-list-pc .item:nth-child(2)::before, .benefits_cont .benefits-list-pc .item:nth-child(3)::before, .benefits_cont .benefits-list-pc .item:nth-child(4)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: calc(100% - 2rem);
    border-bottom: 1px solid #0B1A66;
  }
  .benefits_cont .benefits-list-pc .item:nth-child(odd) .box {
    border-right: 1px solid #0B1A66;
  }
  .benefits_cont .benefits-list-pc .item:nth-child(1)::before {
    left: 0;
  }
  .benefits_cont .benefits-list-pc .item:nth-child(2)::before, .benefits_cont .benefits-list-pc .item:nth-child(4)::before {
    right: 0;
  }
  .benefits_cont .benefits-list-pc .item .icon {
    width: 10rem;
    margin: 0 auto 2rem;
  }
  .benefits_cont .benefits-list-pc .item .ttl {
    margin-bottom: 1.3rem;
    font-size: 2rem;
  }
  .benefits_cont .benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 4rem;
  }
  .benefits_cont .benefits-list .item {
    /*
    	border: none;
    	&:first-child{
    		border: none;
    	}
    	.ttl{
    		.icon{
    			display: none;
    		}
    	}
    	.body{
    		display: block !important;
    	}
    	&:nth-child(1){
    		grid-area: 1 / 1 / 3 / 2;
    	}
    	&:nth-child(2){
    		grid-area: 1 / 2 / 2 / 3;
    	}
    	&:nth-child(3){
    		grid-area: 3 / 1 / 4 / 2;
    	}
    	&:nth-child(4){
    		grid-area: 2 / 2 / 3 / 3;
    	}
    	&:nth-child(5){
    		grid-area: 3 / 2 / 4 / 3;
    	}
    	*/
  }
  .benefits_cont .benefits-list .item .ttl i {
    width: 4rem;
    margin-right: 1.5rem;
  }
  .benefits_cont .benefits-list .item:nth-child(2) {
    border-top: 1px solid #C3D0DD;
  }
}
.system_cont {
  background: #EBEFF3;
}
.system_cont .c-secttl .c-secttl-jp {
  color: #0B1A66;
}
.system_cont .system-graph {
  margin-bottom: 5rem;
}
.system_cont .system-graph .item {
  width: 62rem;
}
.system_cont .system-graph .swiper .swiper-scrollbar {
  position: revert;
  height: 6px;
  margin: 1.6rem auto 0;
  background: #fff;
  border-radius: 0;
}
.system_cont .system-graph .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0B1A66;
  border-radius: 0;
}
.system_cont .system-graph .swiper .scroll-hint-icon-wrap {
  z-index: 1;
}
.system_cont .system-graph .swiper .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}
.system_cont .system-box + .system-box {
  margin-top: 5rem;
}
.system_cont .system-box .system-box-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.system_cont .system-box .system-box-imgs .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.system_cont .system-box .system-box-imgs .item:nth-child(1) {
  grid-area: 1/1/2/3;
}
.system_cont .system-box .system-box-imgs .item:nth-child(2) {
  grid-area: 2/1/3/2;
}
.system_cont .system-box .system-box-imgs .item:nth-child(2) img {
  aspect-ratio: 1/1;
}
.system_cont .system-box .system-box-imgs .item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.system_cont .system-box .system-box-imgs .item:nth-child(3) img {
  aspect-ratio: 1/1;
}
.system_cont .system-box .system-box-img {
  margin-bottom: 2rem;
}
.system_cont .system-box .system-box-img img {
  border-radius: 16px;
}
.system_cont .system-box .system-box-ttl {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  .system_cont .c-secttl::before {
    transform: translate(-7vw, -50%);
  }
  .system_cont .system-graph {
    margin-bottom: 7.6rem;
    padding: 0 5rem;
  }
  .system_cont .system-graph .item {
    width: 100%;
  }
  .system_cont .system-graph .swiper .swiper-scrollbar {
    display: none;
  }
  .system_cont .system-graph .swiper .scroll-hint-icon-wrap {
    display: none;
  }
  .system_cont .system-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .system_cont .system-box + .system-box {
    margin-top: 0;
  }
  .system_cont .system-box .system-box-imgs {
    display: block;
    margin-bottom: 2rem;
  }
  .system_cont .system-box .system-box-imgs .item:nth-child(1) {
    height: auto;
  }
  .system_cont .system-box .system-box-imgs .item:nth-child(2), .system_cont .system-box .system-box-imgs .item:nth-child(3) {
    display: none;
  }
  .system_cont .system-box .system-box-img {
    margin-bottom: 2rem;
  }
  .system_cont .system-box .system-box-ttl {
    margin-bottom: 0.6rem;
    text-align: center;
    font-size: 2.2rem;
  }
}
.evaluation_cont {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.evaluation_cont .p-inner {
  padding-bottom: 10rem;
}
.evaluation_cont::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260vw;
  height: 100%;
  background: #ebeff3;
  border-radius: 0 0 100% 100%;
}
.evaluation_cont .p-inner {
  padding-top: 2.5rem;
}
.evaluation_cont .c-secttl .c-secttl-jp {
  color: #0B1A66;
}
.evaluation_cont .evaluation-graph img {
  width: 100vw;
  margin-left: -7vw;
}

@media screen and (min-width: 769px) {
  .evaluation_cont {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .evaluation_cont .p-inner {
    padding-bottom: 15rem;
  }
  .evaluation_cont::before {
    width: 170vw;
  }
  .evaluation_cont .evaluation-flex {
    display: flex;
    flex-flow: row-reverse wrap;
    column-gap: 5.8rem;
  }
  .evaluation_cont .p-img {
    flex: 0 0 46.6rem;
    width: 46.6rem;
  }
  .evaluation_cont .evaluation-graph {
    flex: 0 0 43.6rem;
    width: 43.6rem;
  }
  .evaluation_cont .evaluation-graph img {
    width: 100%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */
