@charset "UTF-8";

/*common.cssに移動？　下層共通かも*/
/* MESSAGEの見だし*/
.title_nextsub {
	width: 100%;
  margin-bottom: 60px;
}
.title_nextsub_inner {
	display: inline-block;
}
main > section:first-of-type > div:nth-of-type(2) h2.nextsub{
	font-size: 1.6rem;
	font-family: 'Corbel', Arial, sans-serif;
	font-style: italic;
}
					@media only screen and (max-width: 768px) {
						main > section:first-of-type > div:nth-of-type(2) h2.nextsub{
							font-size: 22px;
						}
						main > section:first-of-type > div:nth-of-type(2) h2 {
							margin-bottom: 2vw;
						}
					}
main > section:first-of-type p.title_nextsub-lead {
	font-size: 41px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-top: -4px;
	color: #fff;
}

/*　ADVANCEBOXの見だし*/
main > section:nth-of-type(2) div:first-of-type .title_nextsub {
    width: 100%;
	display: flex;
	justify-content: flex-end;
}
main > section:nth-of-type(2) div:first-of-type .title_nextsub_inner {
	width: auto;
	display: inline-block;
}
main > section:nth-of-type(2) div.advantagebox h2.nextsub {
	margin-bottom: 2vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
	font-size: 1.2rem;
	font-family: 'Corbel', Arial, sans-serif;
	font-style: italic;
	color: #00A7FF;
	font-weight: 700;
	letter-spacing: -.01em;
}
main > section:nth-of-type(2) div:first-of-type p.title_nextsub-lead {
	font-size: 41px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-top: -4px;
	color: #00A7FF;
}
						@media only screen and (max-width: 768px) {
							main > section:nth-of-type(2) div.advantagebox h2.nextsub{
								font-size: 22px;
							}
							main > section:nth-of-type(2) div:first-of-type .title_nextsub {
								width: 100%;
								display: flex;
								justify-content: flex-start;
							}
							main > section:nth-of-type(2) div:first-of-type p.title_nextsub-lead {
                margin-bottom: 20px;
								font-size: 36px;
                line-height: 1.4;
							}
						}
/*　TOP MESSAGEの見だし*/
main > section:nth-of-type(3) div:first-of-type .title_nextsub {
    width: 72vw;
	margin: 0 auto 40px;
}
main > section:nth-of-type(3) h2,
main > section:nth-of-type(3) div.topmessage:first-of-type {
	font-size: 1.6rem;
	font-family: 'Corbel', Arial, sans-serif;
	font-style: italic;
	color: #00A7FF;
	font-weight: 700;
	letter-spacing: -.01em;
}
main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead {
	font-size: 41px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-top: -4px;
	color: #00A7FF;
  font-style: normal;
}
main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead .sp-only{
  display: none;
}

					@media only screen and (max-width: 768px) {
						main > section:first-of-type > div:nth-of-type(2) h2.title_nextsub {
							font-size: 1.8rem;
						}
						main > section:first-of-type p.title_nextsub-lead {
							font-size: 36px;
							line-height: 1.4;
						}
						main > section:nth-of-type(3) h2,
						main > section:nth-of-type(3) div.topmessage:first-of-type {
							font-size: 22px;
						}
						main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead {
							font-size: 36px;
						}
						main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead .sp-only{
              display: block;
            }
					}

h1.maintitle b {
font-weight: bold;
}
h1.maintitle b b {
opacity: 0;
display: inline-block;
}
h1.maintitle.aos-init.aos-animate b b {
animation: h1_anim 2s cubic-bezier(0,1.13,.52,.91) forwards;
}

@keyframes h1_anim {
0%{
opacity: 0;
}
100%{
opacity: 1;
transform: none;
}
}
h1.maintitle b b:nth-of-type(1) {
animation-delay: .1s !important;
transform: translateX(-1rem);
}
h1.maintitle b b:nth-of-type(2) {
animation-delay: .15s !important;
transform: translateX(-1.5rem);
}
h1.maintitle b b:nth-of-type(3) {
animation-delay: .2s !important;
transform: translateX(-2rem);
}
h1.maintitle b b:nth-of-type(4) {
animation-delay: .25s !important;
transform: translateX(-2.5rem);
}
h1.maintitle b b:nth-of-type(5) {
animation-delay: .3s !important;
transform: translateX(-3rem);
}
h1.maintitle b b:nth-of-type(6) {
animation-delay: .35s !important;
transform: translateX(-3.5rem);
}
h1.maintitle b b:nth-of-type(7) {
animation-delay: .4s !important;
transform: translateX(-4rem);
}
h1.maintitle b b:nth-of-type(8) {
animation-delay: .45s !important;
transform: translateX(-4.5rem);
}
h1.maintitle span {
opacity: 0;
transition: all .4s ease-in-out;
transition-delay: 1s;
}
h1.maintitle.aos-init.aos-animate span {
opacity: 1;
}

/* ===== セクションタイトル ===== */
div.section__title {
  margin-bottom: 100px !important;
  color: #fff;
  text-align: center;
}

.secondbox div.section__title {
  margin-bottom: 40px !important;
}

div.section__title h2.section__title-text {
  margin-bottom: 0;
  letter-spacing: 9px;
}

div.section__title h2.section__title-text span {
  display: block;
  font-weight: bold;
  line-height: 1.3;
}

div.section__title h2.section__title-text span.section__title-main {
  margin: 0 auto;
  font-size: 33px;
  font-style: normal;
  background-color: transparent;
}

div.section__title h2.section__title-text span.section__title-sub {
  display: block;
  font-size: 27px;
}

div.section__title p.section__title-copy {
  color: #fff;
  font-size: 13px;
  font-family: Corbel;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

#culture div.section__title h2.section__title-text{
  margin-bottom: 0;
}


@media (max-width: 1000px) {

    div.section__title{
      margin-bottom: 60px !important;
    }

    div.section__title h2.section__title-text span.section__title-main {
      font-size: 23px;
    }
}

.secondbox div.section__title p.section__title-copy {
  color: var(--main-color);
}

.lastbox div.section__title p.section__title-copy {
  color: #fff;
}

/* Parallax Animation */
[data-parallax] {
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

@media only screen and (min-width: 769px) {
    main > section:nth-of-type(2) .parallax article {
        padding: 9vw 0;
    }
}

main > section:nth-of-type(2) div:first-of-type{
  width: inherit;
}
main > section:nth-of-type(2) h2,
main > section:nth-of-type(3) h2{
  margin-bottom: 0;
  display: inherit;
  font-weight: normal;
  font-style: normal;
}
main > section:nth-of-type(2) div:first-of-type p{
  color: #000;
}
main > section:nth-of-type(2) .parallax{
  padding: 0;
}
main > section:nth-of-type(2) .parallax article{
  max-width: inherit;
}
main > section:nth-of-type(3) div:first-of-type p{
  color: inherit;
}

@media only screen and (max-width: 1000px) {
  main > section:first-of-type > div:nth-of-type(2){
    aspect-ratio: inherit;
  }
  main > section:nth-of-type(2) .parallax article{
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {

  main > section:first-of-type > div.nextpage_div .second_wrapper{
    padding-right: 6vw;
  }

  .title_nextsub{
    margin-bottom: 40px;
  }

}

#culture .messagebox .inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
#culture .messagebox .inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10%;
	margin-top: 6%;
  margin-bottom: 80px;
}
#culture .messagebox .inner .text {
	width: 45%;
}
#culture .messagebox .inner .text p {
	font-size: 15px;
  font-weight: 300;
	margin-bottom: 1em;
	line-height: 2.1;
}
#culture .messagebox .inner .photo {
	width: 45%;
	position: relative;
	z-index: 1;
}
#culture .messagebox .inner .photo img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}
#culture .messagebox .graph {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
#culture .messagebox .graph img {
  max-width: 100% !important;
  height: auto;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
	#culture .messagebox {
    display: flex;
    flex-direction: column;
  }
	#culture .messagebox .inner {
		width: 100%;
    display: contents;
		gap: 10%;
		margin-top: 4%;
	}
	#culture .messagebox .inner .text {
		width: 100%;
    margin-bottom: 20px;
		padding-top: 0;
	}
	#culture .messagebox .inner .text p {
		margin-bottom: 1em;
    font-size: 16px;
	}
	#culture .messagebox .inner .photo {
		width: 100%;
		position: relative;
    order: 1;
		z-index: 1;
	}
	#culture .messagebox .inner .photo img {
		max-width: 100%;
		height: auto;
		border-radius: 16px;
	}
  #culture .messagebox .graph{
    width: 100%;
    margin-bottom: 50px;
  }
}


.employee-training-section {
    padding: 60px 20px;
    max-width: 1060px;
    margin: 0 auto;
}

.training-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.training-info-column {
    width: 100% !important;
    max-width: 380px;
}

.culture-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 380px;
    border: 1px solid #00A7FF;
    margin-bottom: 50px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 20px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #00A7FF;
    letter-spacing: .5em;
}

.culture-section-title span{
  font-size: 18px;
  letter-spacing: 0;
}

.graph .culture-section-title {
    display: block;
    color: #fff;
    border-color: #fff;
}

.training-programs-list {
    list-style: none;
}

.training-programs-list li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
}

.training-programs-list li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 16px;
    height: 16px;
    background-color: #0097E7;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.training-visual-column {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 100% !important;
}

.training-hero-image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .employee-training-section {
        padding: 120px 20px 40px;
    }

    .training-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .training-info-column {
        max-width: none;
    }

    .culture-section-title {
        font-size: 20px;
        padding: 8px 16px;
        margin-bottom: 10px !important;
    }

    .training-program-item {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .training-program-item::before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

}

.job-training-section{
  max-width: 1060px;
  width: 80% !important;
  margin: 0 auto !important;
}

.job-training-section__inner{
  display: flex;
  justify-content: space-between;
  gap: 4%
}

.job-training-section__txt{
  display: none;
}

.job-training-section__left{
  width: 48% !important;
}

.job-training-section__right{
  width: 48%;
}

.job-training-section picture{
  max-width: 930px;
  display: block;
  margin: 0 auto 80px;
}

.job-training-section__item{
  padding: 12px;
  border: 1px solid #000;
  &.staff{
    border-color: #00C3FF;
    & h4{
      background-color: #00C3FF;
    }
  }
  &.office{
    border-color: #00CCC5;
    & h4{
      background-color: #00CCC5;
    }
  }
  &:not(:last-of-type){
    margin-bottom: 20px;
  }
}

.job-training-section__item h4{
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.job-training-section__item p{
  padding: 0 20px;
  font-size: 15px;
}

.lastbox div.section__title{
  margin-bottom: 80px !important;
}

.lastbox div.section__title p.section__title-copy{
  color: #00A7FF;
}

.job-training-section .section__title h2.section__title-text span.section__title-main{
  color: #00A7FF;
}

main > section:nth-of-type(3) .parallax article{
  padding-top: 25vh;
}

@media (max-width: 768px) {

  .job-training-section__inner{
    flex-wrap: wrap;
    gap: 40px;
  }

  .job-training-section picture{
    margin-bottom: 40px;
  }

  .job-training-section__left{
    width: 100% !important;
  }

  .job-training-section__right{
    width: 100% !important;
  }

  .job-training-section__txt{
    display: block;
    margin-bottom: 40px;
    line-height: 2.1;
  }
  .job-training-section__item {
      &.staff {
          & h4 {
              letter-spacing: 1em;
          }
      }
      & p{
        padding: 0 10px;
        line-height: 2.1;
      }
  }

  .lastbox div.section__title{
    margin-bottom: 50px !important;
  }


}
