@charset "UTF-8";

/*common.cssに移動？　下層共通かも*/
html{
  overflow: inherit;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
/* MESSAGEの見だし*/
.title_nextsub {
	width: 100%;
  margin-bottom: 100px;
}
.title_nextsub_inner {
	display: inline-block;
}
main > section:first-of-type > div:nth-of-type(2) h2.nextsub{
  margin-bottom: 10px;
	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;
  word-break: keep-all;
}

main > section:nth-of-type(2) div:first-of-type{
  width: inherit;
}

main > section:nth-of-type(3) h2, main > section:nth-of-type(3) div:first-of-type{
  width: inherit;
  margin: inherit;
}

/*　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;
            }
					}

main > section:nth-of-type(2) .parallax article{
  max-width: inherit;
}

main > section:first-of-type > div.nextpage_div .second_wrapper{
  padding: 12vh 3vw !important;
}

main > section:first-of-type > div:nth-of-type(2) h2{
  margin-bottom: 0;
}

main > section:nth-of-type(2) .parallax{
  padding-top: 6vw;
  padding-bottom: 2vw;
  padding: 6vw 3vw 2vw;
}

/* Parallax Animation */
[data-parallax] {
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.second_wrapper3 {
    width: 100%;
    background-image: none;
    background: linear-gradient(45deg, #0ADFD5 0, #14BDEE 40%, #14BDEE 80%, #0ADFD5 100%);
    padding: 18vh 3vw 12vh;
    border-bottom-right-radius: 40vw;
}

.lastbox .nextpage_ac>article{
  padding-top: 0 !important;
}

.lastbox .card-header{
  margin-bottom: 10px;
}

.hr .card-header{
  margin-bottom: 15px;
}

.secondbox{
  background-color: #14BDEE;
}

.secondbox .nextpage_ac > article{
  padding-top: 0 !important;
}

/*aboutusのページ*/
.aboutus .messagebox {
	width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.aboutus *{
}

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;
}

.secondbox div.section__title p.section__title-copy {
  color: var(--main-color);
}

.lastbox div.section__title p.section__title-copy {
  color: #fff;
}

.container {
    max-width: 1080px;
    margin: 0 auto !important;
}

.section {
    margin-bottom: 30px;
}

.cards-grid {
    display: grid;
    gap: 35px;
    margin-bottom: 30px !important;
    grid-template-columns: repeat(2, 1fr);
}

.grid-1 {
    grid-template-columns: 1fr;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.card {
    width: 100% !important;
    background: white;
    border-radius: 15px;
    padding: 30px 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    min-height: 300px;
    will-change: transform;
    backface-visibility: hidden;
}

.second_wrapper2 .card{
  background: #00a7ff;
  .card-title{
    color: #fff;
    border-bottom-color: #fff;
  }
  .main-label, .main-number, .main-unit{
    color: #fff;
  }
}

.card-header {
    text-align: center;
    margin-bottom: 20px;
    min-height: 40px;
}

.card-title {
    color: #00a7ff;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #00a7ff;
    padding-bottom: 3px;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: 5px;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7%;
    height: calc(100% - 60px);
}

.second_wrapper2 .card-content{
  gap: 40px
}

.map .card-content{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  gap: 40px
}

.map .card-image{
  width: 200px !important;
}

.map .area-grid{
  width: calc(100% - 200px);
}

.card-image {
    flex: 0 0 auto;
}

.card-values {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-values-col2 {
  flex-direction: row;
  .card-main-value{
    &:not(:last-of-type){
      position: relative;
      padding-right: 20px;
      &:after{
        position: absolute;
        right: -5px;
        top: 19px;
        content: ":";
        font-size: 42px;
        color: #00a7ff;
      }
    }
  }
  .main-unit{
    font-size: 40px;
    margin: 0 0 0 -10px;
  }
}

.card-icon {
    color: #00a7ff;
    font-size: 64px;
}

.card-single-column {
    text-align: center;
}

.card-single-column .card-content {
    flex-direction: column;
    gap: 20px;
}

.card-single-column .card-image {
    align-self: center;
}

.card-single-column .card-values {
    align-items: center;
}

.card-main-value {
    text-align: center;
}

.main-number {
    font-family: 'Century Gothic', Futura, sans-serif;
    font-style: italic;
    font-size: 70px;
    color: #00a7ff;
    letter-spacing: 0;
    line-height: 1;
    word-wrap: normal;
}

.card-main-value-small{
  .main-number {
    font-size: 50px;
  }
}

.main-unit {
    font-family: 'Century Gothic', Futura, sans-serif;
    font-style: italic;
    font-size: 24px;
    color: #00a7ff;
    margin-left: 5px;
    line-height: 1;
}

.main-label {
    margin-top: 0;
    font-size: 16px;
    color: #00a7ff;
}

.main-note {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 12px !important;
  color: #000 !important;
}

.overtime .card-main-value,
.days .card-main-value{
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1.2;
}

.overtime .main-label,
.days .main-label{
  display: flex;
  flex-direction: column;
}

.overtime .main-label span:nth-of-type(2),
.days .main-label span:nth-of-type(2){
  font-size: 28px;
}

.units .main-label{
  font-size: 26px;
  line-height: 1.2;
}

.units .main-unit{
  margin: 0;
}

.sales .main-unit{
  font-size: 40px;
  font-style: normal;
}

.overtime .main-number,
.days .main-number{
  line-height: .8;
}

.overtime .main-unit,
.days .main-unit{
  margin: 0;
  font-size: 40px;
}

.return .main-unit{
  font-size: 45px;
  margin: 0;
}

.main-number-wrapper .main-unit{
  margin-left: -10px;
  font-size: 40px;
}

.hr .main-unit{
  font-size: 40px;
  font-style: normal;
}

.ratio-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ratio-item-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ratio-item-inline .main-label{
  font-size: 16px;
  line-height: 1.2;
}

.ratio-separator {
    font-family: 'Century Gothic', Futura, sans-serif;
    font-style: italic;
    font-size: 32px;
    color: #00a7ff;
    font-weight: bold;
}

.hr .card{
  min-height: 400px;
}

.hr .card-image{
  min-height: 105px;
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
}

.area-item {
    width: 100% !important;
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area-name {
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: 8px;
}

.area-percentage {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: 'Century Gothic', Futura, sans-serif;
    font-size: 24px;
    color: #00a7ff;
    font-weight: normal;
    line-height: 1.4;
}

.area-percentage .main-number{
  font-style: italic;
}

.area-percentage .unit{
  font-size: 40px;
}

.card-mobile-image {
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 1000px) {

    .aboutus{
      overflow-x: hidden;
    }

    div.section__title{
      margin-bottom: 60px !important;
    }

    main > section:first-of-type > div.nextpage_div .second_wrapper{
      margin-bottom: 80px;
      border-bottom-right-radius: 70vw;
      padding: 12vh 5vw 8vh !important;
    }

    .second_wrapper3{
      padding: 23vh 5vw 8vh !important;
    }

    main > section:nth-of-type(2) .parallax{
      padding: 0 5vw !important;
    }

    main > section:nth-of-type(2) .parallax article{
      padding: 8vh 5vw !important;
    }

    .second_wrapper .container,
    .second_wrapper3 .container{
      padding: 0 5vw !important;
    }

    main > section:nth-of-type(2) .parallax.nextpage_ac::before{
      border-bottom-left-radius: 70vw;
    }

    .secondbox{
      background-image: linear-gradient(to right, #14BDEE 20vw, #0ADBD7);
    }

    div.section__title h2.section__title-text span.section__title-main {
      font-size: 23px;
    }

    .title_nextsub{
      margin-bottom: 40px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .card {
        padding: 30px 20px 20px;
    }

    .secondbox .card{
        padding: 30px 20px;
    }

    .second_wrapper3{
      padding-top: 23vh;
    }

    .card-mobile-image {
        display: block;
        order: 1;
    }

    .card-mobile-image img {
      max-width: 160px;
      max-height: 90px;
    }

    .card-header {
        order: 2;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .card-content {
        order: 3;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .card-image {
        display: none;
    }

    .card-mobile-image .card-icon {
        font-size: 48px;
    }

    .card.units{
      overflow: visible;
    }

    .units .main-unit{
      font-size: 30px;
    }

    .main-note{
      right: 0;
      bottom: -25px;
    }

    .main-number {
        font-size: 60px;
    }

    .main-unit {
        font-size: 18px;
        font-style: normal;
    }

    .area-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .area-percentage {
        font-size: 18px;
    }

    .area-item:nth-of-type(2){
      grid-column: 1;
      grid-row: 2;
    }

    .area-item:nth-of-type(3){
      grid-column: 1;
      grid-row: 3;
    }

    .area-item:nth-of-type(4){
      grid-column: 2;
      grid-row: 1;
    }

    .area-item:nth-of-type(5){
      grid-column: 2;
      grid-row: 2;
    }

    .area-item:nth-of-type(6){
      grid-column: 2;
      grid-row: 3;
    }

    .main-number-wrapper .main-unit {
      margin-left: -5px;
    }

    .ratio-separator {
        font-size: 44px;
        font-style: normal;
    }

    .hr .card{
      min-height: inherit;
    }

}

@media (max-width: 768px) {

    .aboutus .messagebox{
      width: 90%;
    }

    .secondbox{
      background-image: linear-gradient(to right, #14BDEE, #0ADBD7);
    }

    .map .area-grid{
      width: 100%;
    }

    .top-entry{
      padding-top: 0;
    }

    .parallax {
      transform: none;
      will-change: auto;
    }

    .secondbox .card.child{
        padding: 30px 0px;
    }

    .secondbox .card.child .main-unit{
      margin: 0 0 0 -5px;
    }

}

@media (max-width: 500px) {

    .secondbox{
      background-image: linear-gradient(to right, #10C8E5, #0ADDD5);
    }

}

.parallax {
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}

.main-number {
    transition: all 0.3s ease;
}

@keyframes scroll-arrow {
  0% {
    opacity: 0;
    transform: translate(.4vw, -11.6vw);
  }
  70%, 100% {
    opacity: 1;
    transform: translate(.4vw, 0.8vw);
  }
}
