@charset "utf-8";

/* top */


/* contents
----------------------------------------- */
/* main-visual-sec */
.main-visual-sec {
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh; /* 追加 */
    min-height: 100dvh; /* 追加 */
    overflow: hidden;
}
.main-visual-sec::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(17 17 17 / 0.5);
    z-index: 1;
}
.main-visual_bg-movie {
    position: absolute;
    inset: 0;
    width: 100%;  /* 追加 */
    height: 100%; /* 追加 */
    z-index: 0;
}
.main-visual_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-visual_copy {
    position: absolute;
    bottom: 190px;
    left: 0;
    padding: 0 24px;
    color: #fff;
    z-index: 2;
}
@supports (-webkit-appearance: none) and (not (-webkit-overflow-scrolling: touch)) {
    .main-visual_copy {
        bottom: 200px;
    }
}
.main-visual_copy_eng {
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
	font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.1;
    text-transform: uppercase;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.fade-in .main-visual_copy_eng {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.main-visual_copy_jpn {
    position: relative;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.fade-in .main-visual_copy_jpn {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.main-visual_copy_jpn::before {
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(100% - 13em);
	height: 1px;
	background-color: #fff;
}
.main-visual_scroll {
    position: absolute;
    bottom: 16px;
    right: 24px;
    z-index: 2;
    /* start */
    opacity: 0;
     transform: translateY(10px);
    transition: all .6s;
    transition-delay: .4s;
}
.fade-in .main-visual_scroll {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
@supports (-webkit-appearance: none) and (not (-webkit-overflow-scrolling: touch)) {
     .main-visual_scroll {
        bottom: 60px;
    }
}
.main-visual_scroll span {
    position: relative;
    display: inline-block;
    padding-bottom: 28px;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    writing-mode: vertical-rl;
}
.main-visual_scroll span::before {
    content: "";
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
    border-radius: 50%;
}
.main-visual_scroll span::after {
    content: "";
	position: absolute;
	bottom: 4px;
	right: 3px;
	width: 8px;
	height: 8px;
	background: url(../images/top/scrolldown-arrow_sp.svg) 0 0 no-repeat;
	background-size: 8px 8px;
}

/* intro-sec */
.intro-sec {
    position: relative;
    margin: 24px 0 24px;
    padding: 0 20px 155px;
    border-bottom: 1px solid #000;
}
.intro-sec .sub-ttl {
    margin-bottom: 20px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.intro-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.intro-sec_main-copy {
    margin-bottom: 24px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 2.8rem;
    line-height: 1.6;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.intro-sec.scrollin .intro-sec_main-copy {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.intro-sec_main-copy .br {
}
.intro-sec_lead {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 1.6rem;
    line-height: 2.2;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.intro-sec.scrollin .intro-sec_lead {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.intro-sec_lead .br {
    display: none;
}
.intro-sec_map {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.intro-sec_map.scrollin  {
    /* end */
    opacity: 1;
    transform: translateY(0);
}

/* service-sec */
.service-sec {
}
.service-sec_ttl-area {
    margin-bottom: 32px;
    padding: 0 20px;
}
.service-sec .sub-ttl {
    margin-bottom: 6px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.service-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_ttl {
    margin-bottom: 12px;
    font-size: 2.4rem;
    line-height: 1.4;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.service-sec.scrollin .service-sec_ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_lead {
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 2.0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.service-sec.scrollin .service-sec_lead {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_btn-wrap {
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.service-sec.scrollin .service-sec_btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
/** service-sec_link-list **/
.service-sec_link-list {
}
.service-sec_link-list_btn {
    position: relative;
    display: block;
    margin-bottom: 1px;
    padding: 20px 20px 20px;
    color: #fff;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.service-sec_link-list.scrollin .service-sec_link-list_btn {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_link-list_btn::before {
    content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(17 17 17 / 0.3);
}
.service-sec_link-list_btn:hover {
    color: #fff;
}
.service-sec_link-list_btn.service01 {
   background: url(../images/top/service-img01_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service02 {
   background: url(../images/top/service-img02_sp.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .1s;
}
.service-sec_link-list_btn.service03 {
   background: url(../images/top/service-img03_sp.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .2s;
}
.service-sec_link-list_btn.service04 {
   background: url(../images/top/service-img04_sp.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .3s;
}
.service-sec_link-list_btn.service05 {
   background: url(../images/top/service-img05_sp.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .4s;
}
.service-sec_link-list_btn.service06 {
   background: url(../images/top/service-img06_sp.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .5s;
}
.service-sec_link-list_btn:last-child {
    margin-bottom: 0;
}
.service-sec_link-list .link-list_num {
    position: relative;
    margin-bottom: 4px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.2rem;
    line-height: 1.6;
    z-index: 1;
}
.service-sec_link-list .link-list_ttl {
    position: relative;
    z-index: 1;
}
.service-sec_link-list .link-list_ttl .jpn {
    margin-bottom: 4px;
    font-size: 2.4rem;
    line-height: 1.4;
}
.service-sec_link-list .link-list_ttl .eng {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

/* company-sec */
.company-sec {
    margin-bottom: 40px;
    padding: 28px 0 48px;
    background-color: #ECF7E7;
}
.company-sec .sub-ttl {
    margin: 0 0 12px 20px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.company-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_img-side {
}
.company-sec_img01 {
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.company-sec.scrollin .company-sec_img01,
.company-sec.scrollin .company-sec_img02,
.company-sec.scrollin .company-sec_img03 {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_img01 img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.company-sec_img02 img,
.company-sec_img03 img {
    border-radius: 10px;
}
.company-sec_img-inner {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}
.company-sec_img02 {
    display: block;
    width: 27%;
    margin-right: 20px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.company-sec_img03 {
    display: block;
    width: 40%;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.company-sec_text-side {
    position: relative;
    margin-top: -70px;
    padding: 0 20px;
    z-index: 1;
}
.company-sec_ttl {
   margin-bottom: 24px;
}
.company-sec_ttl .eng {
    margin-bottom: 4px;
    font-family: "Poppins", sans-serif;
	font-weight: 500;
    font-size: 3.6rem;
    letter-spacing: -0.08em;
    line-height: 1.1;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.company-sec.scrollin .company-sec_ttl .eng,
.company-sec.scrollin .company-sec_ttl .jpn,
.company-sec.scrollin .company-sec_text-side .sec-lead {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_ttl .eng span {
    display: block;
    font-size: 5.0rem;
    color: var(--c-primary-green);
}
.company-sec_ttl .jpn {
    font-size: 2.2rem;
    letter-spacing: 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .5s;
}
.company-sec_text-side .sec-lead {
    margin-bottom: 40px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .6s;
}
.company-sec_btn-list {
    margin-bottom: 32px;
    border-top: 1px solid #D3DBD0;
}
.company-sec_list-btn-wrap {
    display: block;
    width: 100%;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.company-sec_btn-list.scrollin .company-sec_list-btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_list-btn-wrap:nth-child(2) {
    transition-delay: .1s;
}
.company-sec_list-btn-wrap:nth-child(3) {
    transition-delay: .2s;
}
.company-sec_list-btn-wrap:nth-child(4) {
    transition-delay: .3s;
}
.company-sec_list-btn-wrap:nth-child(5) {
    transition-delay: .4s;
}
.company-sec_btn {
    position: relative;
    display: block;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #D3DBD0;
}
.company-sec_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-color: var(--c-primary-green);
    border-radius: 50%;
}
.company-sec_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/common/btn-arrow.svg) 0 0 no-repeat;
    background-size: 15px 8px;
}
.company-sec_btn span {
}
.company-sec_btn-wrap {
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.company-sec_btn-wrap.scrollin {
    /* end */
    opacity: 1;
    transform: translateY(0);
}

/* history-sec */
.history-sec {
    position: relative;
    margin-bottom: 80px;
    padding: 16px 20px 48px;
    overflow: hidden;
}
.history-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: var(--c-black);
}
.history-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: var(--c-black);
}
.history-sec .sub-ttl {
    margin: 0 0 16px 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.history-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.history-sec_cont {
}
.history-sec_img-side {
    height: 300px !important;
    overflow: hidden;
    margin-bottom: 12px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.history-sec.scrollin .history-sec_img-side {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.history-sec_img-slide {
}
.history-sec_img-slide li {
    width: 100% !important;
	height: auto;
}
.history-sec_img-slide img {
    width: 100% !important;
	height: auto;
}
.history-sec_text-side {
}
.history-sec_ttl {
    margin-bottom: 2px;
    font-size: 3.0rem;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.history-sec_text-side.scrollin .history-sec_ttl,
.history-sec_text-side.scrollin .history-sec_copy,
.history-sec_text-side.scrollin .history-sec_lead,
.history-sec_text-side.scrollin .history-sec_btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.history-sec_copy {
    margin-bottom: 18px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.history-sec_copy span {
    font-size: 2.6rem;
}
.history-sec_copy .br {
}
.history-sec_lead {
    margin-bottom: 24px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.history-sec_btn-wrap {
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.history-sec_typo {
    position: absolute;
    bottom: 22px;
    left: -30px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 8.0rem;
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
    color: var(--c-primary-green);
    opacity: .09;
    z-index: -1;
}

/* csr-sec */
.csr-sec {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    padding: 40px 15px 40px;
    border-radius: 10px;
    background-color: #8FDCEC;
    overflow: hidden;
}
.csr-sec_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.csr-sec_bg-img img {
    border-radius: 10px 10px 0 0;
    z-index: -1;
}
.csr-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(31, 220, 253, 0.50) 0%, rgba(31, 220, 253, 0.00) 100%);
    z-index: 1;
}
.csr-sec_ttl {
    position: absolute;
    top: 80px;
    left: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 10.0rem;
    color: #57BDF8;
    z-index: 10;
    opacity: .3;
    line-height: 1;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.csr-sec.scrollin .csr-sec_ttl {
    /* end */
    opacity: .3;
    transform: translateY(0);
}
.csr-sec_copy {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 315px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.2rem;
    z-index: 10;
    line-height: 1.4;
    color: #fff;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.csr-sec.scrollin .csr-sec_copy {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.csr-sec_cont {
    position: relative;
    z-index: 10;
}
.csr-sec_cont-inner {
    margin-bottom: 16px;
}
.csr-sec_box {
    padding: 0 20px 24px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 80%);
}
.csr-sec_box.box1 {
    margin-bottom: 16px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.csr-sec_cont-inner.scrollin .csr-sec_box.box1,
.csr-sec_cont-inner.scrollin .csr-sec_box.box2 {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.csr-sec_box.box2 {
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.csr-sec_box.box1 .csr-sec_mark {
    width: 80%;
    margin: 0 auto 20px;
    padding-top: 32px;
}
.csr-sec_box.box2 .csr-sec_mark {
    width: 56%;
    margin: 0 auto 20px;
    padding-top: 6px;
}
.csr-sec_lead {
    font-size: 1.4rem;
    line-height: 2.0;
}
.csr-sec_btn-wrap {
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.csr-sec_btn-wrap.scrollin {
    /* end */
    opacity: 1;
    transform: translateY(0);
}

/* recruit-sec */
.recruit-sec {
    margin-bottom: 40px;
}
.recruit-sec .sub-ttl {
    margin: 0 0 16px 20px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.recruit-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.recruit-sec_cont {
    width: calc(100% - 40px);
    margin: 0 auto 24px;
    padding: 20px 20px 32px;
    background-color: var(--c-gray);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.recruit-sec_ttl {
    position: relative;
    margin-bottom: 42px;
    font-size: 1.6rem;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.recruit-sec.scrollin .recruit-sec_ttl,
.recruit-sec.scrollin .recruit-sec_copy,
.recruit-sec.scrollin .recruit-sec_lead,
.recruit-sec.scrollin .recruit-sec_btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.recruit-sec_ttl::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 1px;
    height: 24px;
    background-color: #00B147;
}
.recruit-sec_copy {
    margin-bottom: 16px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.2rem;
    line-height: 1.4;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.recruit-sec_lead {
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 2.0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.recruit-sec_lead .br1 {
    display: none;
}
.recruit-sec_lead .br2 {
}
.recruit-sec_lead .br3 {
}
.recruit-sec_btn-wrap {
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.recruit-sec_bg-slide {
}
.recruit-sec_bg-slide li {
    width: 512px !important;
	height: auto;
}
.recruit-sec_bg-slide img {
    width: 512px !important;
	height: auto;
}















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {


/* contents
----------------------------------------- */
/* main-visual-sec */
.main-visual-sec {
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh; /* 追加 */
    min-height: 100dvh; /* 追加 */
    overflow: hidden;
}
.main-visual-sec::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(17 17 17 / 0.3);
    z-index: 1;
}
.main-visual_bg-movie {
    position: absolute;
    inset: 0;
    width: 100%;  /* 追加 */
    height: 100%; /* 追加 */
    z-index: 0;
}
.main-visual_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-visual_copy {
    position: absolute;
    bottom: 190px;
    left: 0;
    padding: 0 40px;
    color: #fff;
    z-index: 2;
}
@supports (-webkit-appearance: none) and (not (-webkit-overflow-scrolling: touch)) {
    .main-visual_copy {
        bottom: 240px;
    }
}
.main-visual_copy_eng {
    margin-bottom: 24px;
    font-family: "Poppins", sans-serif;
	font-size: 4.6rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2;
    text-transform: uppercase;
}
.main-visual_copy_jpn {
    position: relative;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: right;
}
.main-visual_copy_jpn::before {
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(100% - 13em);
	height: 1px;
	background-color: #fff;
}
.main-visual_scroll {
    position: absolute;
    bottom: 16px;
    right: 24px;
    z-index: 2;
}
@supports (-webkit-appearance: none) and (not (-webkit-overflow-scrolling: touch)) {
     .main-visual_scroll {
        bottom: 100px;
    }
}
.main-visual_scroll span {
    position: relative;
    display: inline-block;
    padding-bottom: 28px;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    writing-mode: vertical-rl;
}
.main-visual_scroll span::before {
    content: "";
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
    border-radius: 50%;
}
.main-visual_scroll span::after {
    content: "";
	position: absolute;
	bottom: 4px;
	right: 3px;
	width: 8px;
	height: 8px;
	background: url(../images/top/scrolldown-arrow_sp.svg) 0 0 no-repeat;
	background-size: 8px 8px;
}

/* intro-sec */
.intro-sec {
    position: relative;
    margin: 40px 0 40px;
    padding: 0 40px 320px;
    border-bottom: 1px solid #000;
}
.intro-sec .sub-ttl {
    margin-bottom: 20px;
}
.intro-sec_main-copy {
    margin-bottom: 24px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 2.8rem;
    line-height: 1.6;
}
.intro-sec_main-copy .br {
    display: none;
}
.intro-sec_lead {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 1.6rem;
    line-height: 2.2;
}
.intro-sec_lead .br {
    display: none;
}
.intro-sec_map {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* service-sec */
.service-sec {
}
.service-sec_ttl-area {
    margin-bottom: 48px;
    padding: 0 40px;
}
.service-sec .sub-ttl {
    margin-bottom: 6px;
}
.service-sec_ttl {
    margin-bottom: 12px;
    font-size: 2.4rem;
    line-height: 1.4;
}
.service-sec_lead {
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 2.0;
}
.service-sec_btn-wrap {
    text-align: right;
}
/** service-sec_link-list **/
.service-sec_link-list {
    display: flex;
    flex-wrap: wrap;
}
.service-sec_link-list_btn {
    position: relative;
    display: block;
    width: 50%;
    margin-bottom: 1px;
    padding: 30px 30px 26px;
    color: #fff;
}
.service-sec_link-list_btn:nth-child(odd) {
    width: calc(50% - 1px);
    margin-right: 1px;
}
.service-sec_link-list_btn::before {
    content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(17 17 17 / 0.3);
}
.service-sec_link-list_btn:hover {
    color: #fff;
}
.service-sec_link-list_btn.service01 {
   background: url(../images/top/service-img01_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service02 {
   background: url(../images/top/service-img02_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service03 {
   background: url(../images/top/service-img03_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service04 {
   background: url(../images/top/service-img04_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service05 {
   background: url(../images/top/service-img05_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service06 {
   background: url(../images/top/service-img06_sp.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn:last-child {
    margin-bottom: 0;
}
.service-sec_link-list .link-list_num {
    position: relative;
    margin-bottom: 4px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.2rem;
    line-height: 1.6;
    z-index: 1;
}
.service-sec_link-list .link-list_ttl {
    position: relative;
    z-index: 1;
}
.service-sec_link-list .link-list_ttl .jpn {
    margin-bottom: 4px;
    font-size: 2.4rem;
    line-height: 1.4;
}
.service-sec_link-list .link-list_ttl .eng {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

/* company-sec */
.company-sec {
    margin-bottom: 60px;
    padding: 38px 0 58px;
    background-color: #ECF7E7;
}
.company-sec .sub-ttl {
    margin: 0 0 12px 40px;
}
.company-sec_img-side {
}
.company-sec_img01 {
    display: block;
    margin-bottom: 30px;
    padding-left: 40px;
}
.company-sec_img01 img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.company-sec_img02 img,
.company-sec_img03 img {
    border-radius: 10px;
}
.company-sec_img-inner {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}
.company-sec_img02 {
    display: block;
    width: 22%;
    margin-right: 30px;
}
.company-sec_img03 {
    display: block;
    width: 34%;
}
.company-sec_text-side {
    margin-top: -70px;
    padding: 0 16%;
}
.company-sec_ttl {
   margin-bottom: 24px;
}
.company-sec_ttl .eng {
    margin-bottom: 4px;
    font-family: "Poppins", sans-serif;
	font-weight: 500;
    font-size: 3.6rem;
    letter-spacing: -0.08em;
    line-height: 1.1;
}
.company-sec_ttl .eng span {
    display: block;
    font-size: 5.0rem;
    color: var(--c-primary-green);
}
.company-sec_ttl .jpn {
    font-size: 2.2rem;
    letter-spacing: 0;
}
.company-sec_text-side .sec-lead {
    margin-bottom: 40px;
}
.company-sec_btn-list {
    margin-bottom: 32px;
    border-top: 1px solid #D3DBD0;
}
.company-sec_btn {
    position: relative;
    display: block;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #D3DBD0;
}
.company-sec_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-color: var(--c-primary-green);
    border-radius: 50%;
}
.company-sec_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    background: url(../images/common/btn-arrow.svg) 0 0 no-repeat;
    background-size: 15px 8px;
}
.company-sec_btn span {
}
.company-sec_btn-wrap {
    text-align: right;
}

/* history-sec */
.history-sec {
    position: relative;
    margin-bottom: 80px;
    padding: 16px 40px 48px;
    overflow: hidden;
}
.history-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background-color: var(--c-black);
}
.history-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 1px;
    background-color: var(--c-black);
}
.history-sec .sub-ttl {
    margin: 0 0 16px 0;
}
.history-sec_cont {
}
.history-sec_img-side {
    height: 500px !important;
    overflow: hidden;
    margin-bottom: 24px;
}
.history-sec_img-slide {
}
.history-sec_img-slide li {
    width: 100% !important;
	height: auto;
}
.history-sec_img-slide img {
    width: 100% !important;
	height: auto;
}
.history-sec_text-side {
}
.history-sec_ttl {
    margin-bottom: 6px;
    font-size: 3.6rem;
}
.history-sec_copy {
    margin-bottom: 18px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.history-sec_copy span {
    font-size: 2.6rem;
}
.history-sec_copy .br {
    display: none;
}
.history-sec_lead {
    margin-bottom: 24px;
}
.history-sec_btn-wrap {
    text-align: right;
}
.history-sec_typo {
    position: absolute;
    bottom: 22px;
    left: -14px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 14.6vw;
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
    color: var(--c-primary-green);
    opacity: .09;
    z-index: -1;
}

/* csr-sec */
.csr-sec {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto 40px;
    padding: 40px 40px 40px;
    border-radius: 10px;
    background-color: #8FDCEC;
    overflow: hidden;
}
.csr-sec_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.csr-sec_bg-img img {
    border-radius: 10px 10px 0 0;
    z-index: -1;
}
.csr-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(31, 220, 253, 0.50) 0%, rgba(31, 220, 253, 0.00) 100%);
    z-index: 1;
}
.csr-sec_ttl {
    position: absolute;
    top: 100px;
    left: 45px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13.0rem;
    color: #57BDF8;
    z-index: 10;
    opacity: .3;
    line-height: 1;
}
.csr-sec_copy {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 180px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 4.2rem;
    z-index: 10;
    line-height: 1.4;
    color: #fff;
}
.csr-sec_cont {
    position: relative;
    margin-bottom: 32px;
    z-index: 10;
}
.csr-sec_cont-inner {
    margin-bottom: 16px;
}
.csr-sec_box {
    padding: 0 40px 44px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 80%);
}
.csr-sec_box.box1 {
    margin-bottom: 16px;
}
.csr-sec_box.box2 {
}
.csr-sec_box.box1 .csr-sec_mark {
    width: 300px;
    margin: 0 auto 30px;
    padding-top: 56px;
}
.csr-sec_box.box2 .csr-sec_mark {
    width: 220px;
    margin: 0 auto 30px;
    padding-top: 6px;
}
.csr-sec_lead {
    font-size: 1.6rem;
    line-height: 2.0;
}
.csr-sec_btn-wrap {
    text-align: right;
}

/* recruit-sec */
.recruit-sec {
    margin-bottom: 40px;
}
.recruit-sec .sub-ttl {
    margin: 0 0 16px 40px;
}
.recruit-sec_cont {
    width: calc(100% - 80px);
    margin: 0 auto 24px;
    padding: 40px 20px 40px;
    background-color: var(--c-gray);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.recruit-sec_ttl {
    position: relative;
    margin-bottom: 42px;
    font-size: 1.6rem;
}
.recruit-sec_ttl::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 1px;
    height: 24px;
    background-color: #00B147;
}
.recruit-sec_copy {
    margin-bottom: 16px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.2rem;
    line-height: 1.4;
}
.recruit-sec_lead {
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 2.0;
}
.recruit-sec_lead .br1 {
    display: none;
}
.recruit-sec_lead .br2 {
}
.recruit-sec_lead .br3 {
}
.recruit-sec_btn-wrap {
}
.recruit-sec_bg-slide {
}
.recruit-sec_bg-slide li {
    width: 512px !important;
	height: auto;
}
.recruit-sec_bg-slide img {
    width: 512px !important;
	height: auto;
}



} /* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {


/* contents
----------------------------------------- */
/* main-visual-sec */
.main-visual-sec {
    position: relative;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
}
.main-visual-sec::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(17 17 17 / 0.2);
    z-index: 1;
}
.main-visual_bg-movie {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.main-visual_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-visual_copy {
    position: absolute;
    bottom: 72px;
    left: 0;
    padding: 0 32px;
    color: #fff;
    z-index: 2;
}
.main-visual_copy_eng {
    margin-bottom: 42px;
    font-family: "Poppins", sans-serif;
	font-size: 6.3vw;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.16;
    text-transform: uppercase;
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
    transition-delay: .1s;
}
.fade-in .main-visual_copy_eng {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.main-visual_copy_jpn {
    position: relative;
    width: 96%;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.2rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
    transition-delay: .3s;
}
.fade-in .main-visual_copy_jpn {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.main-visual_copy_jpn::before {
    content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(100% - 13em);
	height: 1px;
    margin-top: 2px;
	background-color: #fff;
}
.main-visual_scroll {
    position: absolute;
    bottom: 32px;
    right: 36px;
    z-index: 2;
    /* start */
    opacity: 0;
     transform: translateY(20px);
    transition: all .6s;
    transition-delay: .5s;
}
.fade-in .main-visual_scroll {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.main-visual_scroll span {
    position: relative;
    display: inline-block;
    padding-bottom: 48px;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    writing-mode: vertical-rl;
}
.main-visual_scroll span::before {
    content: "";
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 29px;
	height: 29px;
	border: 1px solid #fff;
    border-radius: 50%;
}
.main-visual_scroll span::after {
    content: "";
	position: absolute;
	bottom: 8px;
	right: 4px;
	width: 13px;
	height: 13px;
	background: url(../images/top/scrolldown-arrow_pc.svg) 0 0 no-repeat;
	background-size: 13px 13px;
}

/* intro-sec */
.intro-sec {
    position: relative;
    margin: 36px 0 0;
    padding: 0 40px 38%;
    border-bottom: 1px solid #000;
}
.intro-sec .sub-ttl {
    margin-bottom: 100px;
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
}
.intro-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.intro-sec_main-copy {
    margin-bottom: 48px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.8rem;
    line-height: 1.6;
    text-align: center;
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
    transition-delay: .3s;
}
.intro-sec.scrollin .intro-sec_main-copy {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.intro-sec_main-copy .br {
    display: none;
}
.intro-sec_lead {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 1.8rem;
    line-height: 2.2;
    text-align: center;
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
    transition-delay: .5s;
}
.intro-sec.scrollin .intro-sec_lead {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.intro-sec_lead .br {
    display: inline;
}
.intro-sec_map {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
}
.intro-sec_map.scrollin  {
    /* end */
    opacity: 1;
    transform: translateY(0);
}

/* service-sec */
.service-sec {
}
.service-sec_ttl-area {
    display: flex;
    position: relative;
    margin-bottom: 0;
    padding: 60px 0 60px 0;
}
.service-sec_ttl-area::before {
    content: "";
    position: absolute;
    left: 29%;
    top: 60px;
    width: 1px;
    height: calc(100% - 120px);
    background-color: var(--c-black);
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.service-sec.scrollin .service-sec_ttl-area::before {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec .sub-ttl {
    position: absolute;
    top: 26px;
    left: 32px;
    margin-bottom: 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.service-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_ttl {
    width: 29%;
    margin-bottom: 0;
    padding: 14px 6vw 0 0;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.service-sec.scrollin .service-sec_ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_lead {
    width: 44%;
    margin-bottom: 0;
    padding-left: 60px;
    font-size: 1.6rem;
    line-height: 2.4;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.service-sec.scrollin .service-sec_lead {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_btn-wrap {
    width: 27%;
    padding: 15px 4vw 0 0;
    text-align: right;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.service-sec.scrollin .service-sec_btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
/** service-sec_link-list **/
.service-sec_link-list {
    display: flex;
    flex-wrap: wrap;
}
.service-sec_link-list_btn {
    position: relative;
    display: block;
    width: calc(33.333% - 1px);
    min-height: 330px;
    margin-bottom: 1px;
    margin-right: 1px;
    color: #fff;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.service-sec_link-list.scrollin .service-sec_link-list_btn {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.service-sec_link-list_btn_inner {
    position: absolute;
    bottom: 32px;
    left: 32px;
    padding-right: 32px;
}
.service-sec_link-list_btn:nth-child(odd) {
    width: calc(33.333% - 1px);
    margin-right: 1px;
}
.service-sec_link-list_btn:nth-child(1n) {
    width: calc(33.333% - 1px);
}
.service-sec_link-list_btn:nth-child(2n) {
    width: 33.333%;
}
.service-sec_link-list_btn:nth-child(3n) {
    width: calc(33.333% - 1px);
    margin-right: 0;
}
.service-sec_link-list_btn::before {
    content: "";
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(17 17 17 / 0.3);
    transition: background-color .3s;
}
.service-sec_link-list_btn:hover::before {
	background-color: rgb(17 17 17 / 0.1);
}
.service-sec_link-list_btn:hover {
    color: #fff;
}
.service-sec_link-list_btn.service01 {
   background: url(../images/top/service-img01_pc.jpg) center center no-repeat;
   background-size: cover;
}
.service-sec_link-list_btn.service02 {
   background: url(../images/top/service-img02_pc.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .1s;
}
.service-sec_link-list_btn.service03 {
   background: url(../images/top/service-img03_pc.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .2s;
}
.service-sec_link-list_btn.service04 {
   background: url(../images/top/service-img04_pc.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .3s;
}
.service-sec_link-list_btn.service05 {
   background: url(../images/top/service-img05_pc.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .4s;
}
.service-sec_link-list_btn.service06 {
   background: url(../images/top/service-img06_pc.jpg) center center no-repeat;
   background-size: cover;
   transition-delay: .5s;
}
.service-sec_link-list_btn:last-child {
    margin-bottom: 0;
}
.service-sec_link-list .link-list_num {
    position: relative;
    margin-bottom: 4px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 4.0rem;
    line-height: 1.6;
    z-index: 1;
}
.service-sec_link-list .link-list_ttl {
    position: relative;
    z-index: 1;
}
.service-sec_link-list .link-list_ttl .jpn {
    margin-bottom: 4px;
    font-size: 3.2rem;
    line-height: 1.4;
}
.service-sec_link-list .link-list_ttl .eng {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
}

/* company-sec */
.company-sec {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 120px;
    padding: 200px 0 160px;
    background-color: #ECF7E7;
}
.company-sec .sub-ttl {
    position: absolute;
    top: 120px;
    left: 32px;
    margin: 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.company-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_img-side {
    width: 48%;
    padding-top: 38px;
}
.company-sec_img01 {
    display: block;
    margin-bottom: 40px;
    padding-left: 40px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.company-sec.scrollin .company-sec_img01,
.company-sec.scrollin .company-sec_img02,
.company-sec.scrollin .company-sec_img03 {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_img01 img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.company-sec_img02 img,
.company-sec_img03 img {
    border-radius: 10px;
}
.company-sec_img-inner {
    display: flex;
    justify-content: flex-start;
    padding-right: 40px;
}
.company-sec_img02 {
    display: block;
    width: calc(38% - 40px);
    margin-right: 40px;
     /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.company-sec_img03 {
    display: block;
    width: 62%;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.company-sec_text-side {
    width: 52%;
    margin-top: 0;
    padding: 0 8% 0 10%;
}
.company-sec_ttl {
   margin-bottom: 32px;
}
.company-sec_ttl .eng {
    margin-bottom: 4px;
    font-family: "Poppins", sans-serif;
	font-weight: 500;
    font-size: 5.4rem;
    letter-spacing: -0.06em;
    line-height: 1.0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.company-sec.scrollin .company-sec_ttl .eng,
.company-sec.scrollin .company-sec_ttl .jpn,
.company-sec.scrollin .company-sec_text-side .sec-lead {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_ttl .eng span {
    display: block;
    font-size: 7.6rem;
    color: var(--c-primary-green);
}
.company-sec_ttl .jpn {
    font-size: 3.2rem;
    letter-spacing: 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .5s;
}
.company-sec_text-side .sec-lead {
    margin-bottom: 40px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .6s;
}
.company-sec_btn-list {
    margin-bottom: 48px;
    border-top: 1px solid #D3DBD0;
}
.company-sec_list-btn-wrap {
    /* start */
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s;
}
.company-sec_btn-list.scrollin .company-sec_list-btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.company-sec_list-btn-wrap:nth-child(2) {
    transition-delay: .1s;
}
.company-sec_list-btn-wrap:nth-child(3) {
    transition-delay: .2s;
}
.company-sec_list-btn-wrap:nth-child(4) {
    transition-delay: .3s;
}
.company-sec_list-btn-wrap:nth-child(5) {
    transition-delay: .4s;
}
.company-sec_btn {
    position: relative;
    display: block;
    padding: 24px 0 24px 16px;
    border-bottom: 1px solid #D3DBD0;
    font-size: 1.8rem;
    transition: color .3s;
}
.company-sec_btn:hover {
   color: var(--c-primary-green);
}
.company-sec_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: var(--c-primary-green);
    border-radius: 50%;
    transition: background-color .3s;
}
.company-sec_btn:hover::before {
    background-color: var(--c-primary-green-hover);
}
.company-sec_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 11px;
    margin-top: -5px;
    background: url(../images/common/btn-arrow.svg) 0 0 no-repeat;
    background-size: 20px 11px;
    transition: right .3s
}
.company-sec_btn:hover::after {
    right:  16px;
}
.company-sec_btn span {
}
.company-sec_btn-wrap {
    text-align: right;
}
.company-sec_btn-wrap.scrollin {
    /* end */
    opacity: 1;
    transform: translateY(0);
}

/* history-sec */
.history-sec {
    position: relative;
    margin-bottom: 120px;
    padding: 0 32px 0;
    overflow: hidden;
}
.history-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    width: calc(100% - 64px);
    height: 1px;
    background-color: var(--c-black);
    z-index: 1;
}
.history-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 32px;
    width: calc(100% - 64px);
    height: 1px;
    background-color: var(--c-black);
}
.history-sec .sub-ttl {
    position: absolute;
    top: 32px;
    left: 32px;
    margin: 0 0 16px 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.history-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.history-sec_cont {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.history-sec_img-side {
    width: 38%;
    height: 668px !important;
    min-height: 668px !important;
    overflow: hidden;
    margin-bottom: 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.history-sec.scrollin .history-sec_img-side {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.history-sec_img-slide {
}
.history-sec_img-slide li {
    width: 100% !important;
	height: auto;
}
.history-sec_img-slide img {
    width: 100% !important;
	height: auto;
}
.history-sec_text-side {
    width: 62%;
    padding: 0 14% 0 10%;
}
.history-sec_ttl {
    margin-bottom: 32px;
    font-size: 4.0rem;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.history-sec_text-side.scrollin .history-sec_ttl,
.history-sec_text-side.scrollin .history-sec_copy,
.history-sec_text-side.scrollin .history-sec_lead,
.history-sec_text-side.scrollin .history-sec_btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.history-sec_copy {
    margin-bottom: 36px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 3.4rem;
    letter-spacing: 0;
    line-height: 1.5;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.history-sec_copy span {
    font-size: 3.6rem;
}
.history-sec_copy .br {
    display: inline;
}
.history-sec_lead {
    margin-bottom: 40px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.history-sec_btn-wrap {
    text-align: left;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.history-sec_typo {
    position: absolute;
    bottom: 80px;
    left: -22px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 9.4vw;
    letter-spacing: -0.04em;
    line-height: 1;
    white-space: nowrap;
    color: var(--c-primary-green);
    opacity: .09;
    z-index: -1;
}

/* csr-sec */
.csr-sec {
    position: relative;
    width: calc(100% - 64px);
    margin: 0 auto 120px;
    padding: 72px 80px 64px 0;
    border-radius: 10px;
    background-color: #8FDCEC;
    overflow: hidden;
}
.csr-sec_bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.csr-sec_bg-img img {
    width: 100%;
	height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}
.csr-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(31, 220, 253, 0.40) 0%, rgba(31, 220, 253, 0.00) 100%);
    z-index: 1;
}
.csr-sec_ttl {
    position: absolute;
    top: 80px;
    left: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16.0rem;
    color: #57BDF8;
    z-index: 10;
    opacity: .3;
    line-height: 1;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.csr-sec.scrollin .csr-sec_ttl {
    /* end */
    opacity: .3;
    transform: translateY(0);
}
.csr-sec_copy {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 60px;
    padding: 0 220px 0 110px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 6.0rem;
    z-index: 10;
    line-height: 1.2;
    color: #fff;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.csr-sec.scrollin .csr-sec_copy {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.csr-sec_copy .br {
    display: none;
}
.csr-sec_cont {
    position: relative;
    margin-bottom: 0;
    z-index: 10;
}
.csr-sec_cont-inner {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.csr-sec_box {
    position: relative;
    width: 440px;
    height: 440px;
    padding: 0 70px 0;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 80%);
}
.csr-sec_box.box1 {
    margin: 0 -20px 0 0;
    padding-top: 64px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.csr-sec_cont-inner.scrollin .csr-sec_box.box1,
.csr-sec_cont-inner.scrollin .csr-sec_box.box2 {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.csr-sec_box.box2 {
    padding-top: 32px;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.csr-sec_box.box1 .csr-sec_mark {
    width: 290px;
    margin: 0 auto 30px;
    padding-top: 56px;
}
.csr-sec_box.box2 .csr-sec_mark {
    width: 174px;
    margin: 0 auto 30px;
    padding-top: 6px;
}
.csr-sec_lead {
    font-size: 1.5rem;
    line-height: 2.0;
}
.csr-sec_btn-wrap {
    position: absolute;
    top: 80px;
    right: 62px;
    text-align: right;
    z-index: 100;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.csr-sec_btn-wrap.scrollin {
    /* end */
    opacity: 1;
    transform: translateY(0);
}

/* recruit-sec */
.recruit-sec {
    position: relative;
    margin-bottom: 200px;
}
.recruit-sec .sub-ttl {
    position: absolute;
    top: 0;
    left: 32px;
    margin: 0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
}
.recruit-sec.scrollin .sub-ttl {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.recruit-sec_cont {
    width: 560px;
    margin: 0 auto -490px;
    padding: 40px 20px 48px;
    background-color: rgb(51 51 51 / 94%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.recruit-sec_ttl {
    position: relative;
    margin-bottom: 60px;
    font-size: 2.4rem;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .1s;
}
.recruit-sec.scrollin .recruit-sec_ttl,
.recruit-sec.scrollin .recruit-sec_copy,
.recruit-sec.scrollin .recruit-sec_lead,
.recruit-sec.scrollin .recruit-sec_btn-wrap {
    /* end */
    opacity: 1;
    transform: translateY(0);
}
.recruit-sec_ttl::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 32px;
    background-color: #00B147;
}
.recruit-sec_copy {
    margin-bottom: 24px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 5.6rem;
    line-height: 1.4;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .2s;
}
.recruit-sec_lead {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2.0;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .3s;
}
.recruit-sec_lead .br1 {
    display: inline;
}
.recruit-sec_lead .br2 {
    display: none;
}
.recruit-sec_lead .br3 {
    display: inline;
}
.recruit-sec_btn-wrap {
    position: relative;
    z-index: 99;
    /* start */
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s;
    transition-delay: .4s;
}
.recruit-sec_bg-slide {
    z-index: -1;
}
.recruit-sec_bg-slide li {
    width: 891px !important;
	height: auto;
}
.recruit-sec_bg-slide img {
    width: 891px !important;
	height: auto;
}




} /* PC end */





























































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

/* intro-sec */
.intro-sec_main-copy {
    margin-bottom: 48px;
    font-size: 4.8rem;
    line-height: 1.6;
}
.intro-sec_lead {
    font-size: 2.0rem;
    line-height: 2.2;
}

} /* PC end */


