@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;
}

/* 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;
}
#works .messagebox {
}
#works .messagebox .inner .text p{
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 2;
}
#works .messagebox .inner .photo{
  text-align: center;
}
#works .messagebox .inner .photo img{
  width: 100%;
  max-width: 960px;
}
#works .job-title{
  padding-bottom: 100px;
  color: #00a7ff;
  text-align: center;
}
#works .job-title__sub{
  color: #00a7ff;
  font-size: 19px;
}
#works .job-title__ttl{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
}
#works .job-title__tag{
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
#works .job-title__tag span{
  max-width: 180px;
  min-width: 180px;
  border: 1px solid #00a7ff;
  border-radius: 30px;
  color: #00a7ff;
}
#works .job-card{
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
#works .job-card:not(:last-of-type){
  margin-bottom: 160px;
}
#works .job-card__inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 20px;
}
#works .job-card__left{
  width: calc(100% - 580px);
}
#works .job-card__header{
  display: flex;
  gap: 40px;
  width: 100%;
  margin-bottom: 20px;
  color: #00a7ff;
}
#works .job-card__num{
  width: 49px;
}
#works .job-card__num > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  padding: 2px;
  border: 1px solid #00a7ff;
  border-radius: 50%;
  color: #00a7ff;
  font-size: 23px;
  font-family: 'century gothic', sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 49px;
}
#works .job-card__num > span > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #00a7ff;
  border-radius: 50%;
}
#works .job-card__ttl{
  width: calc(100% - 45px);
}
#works .job-card__ttl-sub{
  color: #00a7ff;
  font-size: 17px;
  line-height: 1;
}
#works .job-card__ttl-main{
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
#works .job-card__ttl-tag{
  font-size: 16px;
  font-weight: bold;
}
#works .job-card__ttl-tag span{
  min-width: 180px;
  padding: 5px;
  border: 1px solid #00a7ff;
  border-radius: 30px;
  color: #00a7ff;
  text-align: center;
  line-height: 1;
}
#works .job-card__desc p{
  color: #000;
  font-size: 15px;
}
#works .job-card--layout2 .job-card__desc{
  margin-bottom: 20px;
}
#works .job-card__right{
  width: 500px;
}
#works .job-card__img{

}
#works .job-card__lists{

}
#works .job-card__lists ul{
  display: flex;
  flex-wrap: wrap;
  gap: 7px 2%;
}
#works .job-card__lists ul li{
  width: 49%;
  border: 1px solid #00a7ff;
  color: #00a7ff;
  background-color: #b8e4ff;
  font-size: 19px;
  text-align: center;
}
#works .job-card--layout2 .job-card__lists ul li{
  width: 100%;
}

@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: 120px;
  }
  #works .job-title__tag{
    max-width: inherit;
  }
  #works .job-title__tag span{
    min-width: inherit;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1;
  }
  #works .job-title{
    padding-bottom: 40px;
  }
  #works .job-title__ttl{
    font-size: 26px;
    font-weight: bold;
  }
  #works .job-card__inner{
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
  #works .lastbox .job-card__inner{
    width: 90%;
  }
  #works .job-card--layout2 .job-card__left{
    display: contents;
  }
  #works .job-card--layout2 .job-card__lists{
    order: 1;
  }
  #works .job-card--layout2 .job-card__desc{
    margin-bottom: 0;
  }
  #works .job-card__left{
    width: 100%;
  }
  #works .job-card__header{
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  #works .job-card__num{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #works .job-card__num > span{
    margin: 0 auto;
    width: 55px;
    height: 55px;
  }
  #works .job-card__ttl{
    width: 100%;
  }
  #works .job-card__ttl-sub{
    margin-bottom: 5px;
    font-size: 19px;
    letter-spacing: 2px;
  }
  #works .job-card__ttl-main{
    font-weight: bold;
    font-size: 26px;
  }
  #works .job-card__ttl-main span{
    border-bottom: 2px solid #00a7ff;
  }
  #works .job-card__ttl-tag span{
    min-width: inherit;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: bold;
  }
  #works .job-card__desc p{
    font-size: 16px;
    line-height: 2.1;
  }
  #works .job-card__right{
    width: 100%;
  }
  #works .job-card__lists ul li{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-width: 2px;
    border-radius: 3px;
  }
  #works .job-card:not(:last-of-type){
    margin-bottom: 60px;
  }
  #works .lastbox{
    padding-top: 80px;
  }
}

@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;
  }

}
