@charset "utf-8";
/*==============================================

	Index

==============================================*/
/*================================
	
================================*/
main {
    position: relative;
}
main .text {
    line-height: 2.2em;
    letter-spacing: 1.5px;
    text-align: justify;
}
.mv {
    height: 100vh;
    width: 100%;
    min-height: 768px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    background-size: 458px;
    background-position: center center;
    background-repeat: no-repeat;
}
.mv .catch {
    font-size: 8rem;
    font-weight: 500;
    line-height: 1em;
    position: relative;
    letter-spacing: 8px;
    width: 85%;
}
.mv .catch:before {
    content: '';
    width: 36px;
    height: 30px;
    background-image: url(../../common/img/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
}
.mv .catch:after {
    content: '';
    width: 36px;
    height: 30px;
    background-image: url(../../common/img/quote.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: -30px;
    top: -26px;
    transform: rotate(180deg);
}
.mv .box {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 160px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100%; */
    justify-content: center;
    width: 100%;
}
.mv .box_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.mv .box_inner picture {
    margin: 0 0 0 auto;
    width: 40%;
    display: block;
}
.mv .box_inner picture img {
    width: 100%;
    height: auto;
}
.mv .box p {
    font-size: 1.9rem;
    letter-spacing: 5px;
    margin: 0 0 0 auto;
    text-align: right;
}
.mv .box h3 {
    font-size: 2.8rem;
    width: 100%;
    letter-spacing: 5px;
    margin-top: 80px;
}
.message {
    padding: 100px 0;
}
.message .inner {
    max-width: 1100px;
    padding: 0 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.message .inner .heading {
    display: flex;
}
.message .inner .heading h2 {
    font-size: 1.6rem;
    letter-spacing: 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.message .inner .heading h3 {
    font-size: 4rem;
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 7px;
    margin-left: 30px;
    padding: 40px 0 30px;
    white-space: nowrap;
}
.message .inner .heading h3:before, .message .inner .heading h3:after {
    content: '';
    width: 32px;
    height: 26px;
    border-right: 1px solid #777777;
    border-top: 1px solid #777777;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
.message .inner .heading h3:after {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
}
.message .inner .box {
    margin-top: 90px;
}
.message .inner .box .text {
    font-size: 1.5rem;
    line-height: 2.4em;
    letter-spacing: 1px;
}
.feature {
    padding: 100px 0;
    position: relative;
}
.feature > h2 {
    font-size: 5.8rem;
    text-transform: uppercase;
    max-width: 1100px;
    margin: 0 auto;
    /* letter-spacing: 3px; */
    text-align: right;
    position: relative;
    z-index: 2;
    letter-spacing: 8px;
    z-index: 3;
}
.feature > h2 span {
    font-size: inherit;
    letter-spacing: inherit;
    color: #937EB7;
    font-family: inherit;
}
.feature > h2::first-letter {
    font-size: 8rem;
}
.feature .imgs {
    width: 100%;
    position: relative;
    margin-top: -53px;
}
.feature .imgs picture {
    width: 100%;
    display: block;
    position: relative;
}
.feature .imgs picture img {
    width: 100%;
}
.feature .imgs picture:nth-of-type(1) {
    width: calc(100% - 266px);
    margin-left: auto;
    z-index: 2;
    border-radius: 100px 0 0 0;
    overflow: hidden;
}
.feature .imgs picture:nth-of-type(2) {
    width: calc(100% - 382px);
    margin-right: auto;
    margin-top: -270px;
    z-index: 1;
}
.feature .imgs .circle {
    position: absolute;
    bottom: -230px;
    left: calc((100% - 1500px) / 2 - 80px);
    z-index: 2;
}
.feature .inner {
    max-width: 1100px;
    padding: 0 50px;
    margin: 10% auto 0;
    position: relative;
    z-index: 4;
}
.feature > h3 {
    font-size: 4rem;
    letter-spacing: 9px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: calc((100% - 1100px) / 2 + 60px);
    top: 15.5%;
    white-space: nowrap;
    z-index: 2;
    z-index: 3;
}
.feature .inner > h4 {
    font-size: 2.4rem;
    letter-spacing: 2px;
}
.feature .inner > .text {
    font-size: 1.4rem;
    line-height: 2.2em;
    max-width: 570px;
    margin-top: 15px;
    letter-spacing: 1px;
}
.feature .list_wrap > h4 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    white-space: nowrap;
    letter-spacing: 4px;
    margin-right: calc((100% - 1100px) / 2 + 80px);
    margin-left: auto;
    letter-spacing: 7px;
    position: relative;
    padding-top: 88px;
}
.feature .list_wrap {
    margin-top: -175px;
    position: relative;
    z-index: 1;
}
.feature .list_wrap > h4 span {
    color: #937EB7;
    font-size: inherit;
    letter-spacing: inherit;
}
.feature .list_wrap > h4:before {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.features_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.features_list li {
    width: 300px;
    margin: 0 35px;
}
.features_list li .num {
    font-size: 6.4rem;
    border: 1px solid #937eb73d;
    color: #937EB7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    line-height: 1em;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    margin-left: -50px;
}
.features_list li h5 {
    font-size: 2.1rem;
    letter-spacing: 2px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.features_list li .text {
    font-size: 1.4rem;
}
.features_list li picture {
    margin-top: -30px;
    display: block;
}
.features_list li:nth-child(3n - 2) {
    margin-top: 80px;
}
.features_list li:nth-child(3n - 1) {
    margin-top: 40px;
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: calc(100vw / 5);
}
.scroll-infinity__item > img {
    width: 100%;
    height: auto;
}
.we_list li {
    overflow: hidden;
    border-radius: 100%;
    margin: 0 20px;
    aspect-ratio: 1 / 1;
}
.we_are {
    margin-top: 100px
}
.we_are > h2 {
    font-size: 8rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.we_are > h2:first-letter {
    font-size: 10rem;
    letter-spacing: inherit;
    color: inherit;
}
.we_are > h2 span {
    font-size: inherit;
    color: inherit;
    letter-spacing: inherit;
}
.we_wrap {
    margin-top: -80px;
}
.white_bg {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 500px;
    bottom: 0;
    height: calc(100% - 1400px);
    z-index: 0;
    left: calc((100% - 1200px) / 2 - 70px);
    border-radius: 0 0 0 150px;
    opacity: .7;
}
.work .inner {
    position: relative;
    padding: 100px 0;
}
.work .inner:before {
    content: '';
    background-color: #fff;
    width: calc(100%);
    height: calc(100%);
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: .7;
    border-radius: 0 150px 150px 0;
    right: calc((100% - 1100px) / 2 - 50px);
}
.work .inner h2 {
    font-size: 8rem;
    max-width: 1100px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 4px;
    transform: translate(-50px, 0);
}
.work .inner h2:first-letter {
    font-size: 10rem;
    margin-right: 5px;
}
.work .inner h2 span {
    font-size: inherit;
    color: #6FABBC;
    letter-spacing: inherit;
}
.work .inner .list_wrap {
    position: relative;
    margin-top: 60px;
}
.work .inner .list_wrap h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    white-space: nowrap;
    letter-spacing: 4px;
    letter-spacing: 7px;
    position: relative;
    padding-top: 88px;
    position: absolute;
    top: 0;
    left: calc((100% - 1100px) / 2);
    ;
}
.work .inner .list_wrap h3 span {
    color: #937EB7;
    font-size: inherit;
    letter-spacing: inherit;
}
.work .inner .list_wrap h3:before {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.work .inner .list_wrap .work_list li {
    display: flex;
    max-width: 1175px;
    margin-left: calc((100% - 1100px) / 2);
    margin-bottom: 120px;
    align-items: flex-start;
}
.work .inner .list_wrap .work_list li > picture {
    width: 575px;
    position: relative;
    display: block;
    aspect-ratio: 575 / 360;
}
.work .inner .list_wrap .work_list li > picture:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #D0E3E6;
    position: absolute;
    right: -140px;
    bottom: -50px;
    opacity: .9;
}
.work .inner .list_wrap .work_list li:nth-child(2n) > picture:before {
    right: auto;
    left: -100px;
    height: calc(100% - 30px);
}
.work .inner .list_wrap .work_list li > picture img {
    position: relative;
}
.work .inner .list_wrap .work_list li > .exp {
    width: calc(100% - 575px);
    padding: 0 140px;
    padding-right: 100px;
}
.work .inner .list_wrap .work_list li:nth-child(2n-1) .exp {
    order: -1;
}
.work .inner .list_wrap .work_list li:nth-child(2n-1) picture {
    margin-top: 50px;
}
.work .inner .list_wrap .work_list li .exp .en {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.work .inner .list_wrap .work_list li .exp h4 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    margin-top: 10px;
    letter-spacing: 3px;
}
.work .inner .list_wrap .work_list li:nth-child(2n) .exp {
    margin-top: 70px;
    padding-left: 90px;
    padding-right: 130px;
}
.data {
    margin: 120px 0;
    position: relative;
    padding-bottom: 300px;
}
.data .circle {
    position: absolute;
}
.data .circle1 {
    left: -50px;
    top: 180px;
}
.data .circle2 {
    bottom: 0;
    right: calc((100% - 1100px) / 2 - 100px);
}
.data h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
.data h2 span {
    font-size: inherit;
    color: #64A04E;
    letter-spacing: inherit;
}
.data .en {
    font-size: 7rem;
    max-width: 1100px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}
.data .en span {
    font-size: inherit;
    color: #64A04E;
    letter-spacing: inherit;
}
.data .en:first-letter {
    font-size: 9rem;
    margin-right: 5px;
}
.data_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.data_list > li {
    width: 250px;
    aspect-ratio: 1 / 1;
    margin: 0 25px 40px;
    position: relative;
}
.data_list > li:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: .9;
    z-index: 0;
}
.data_list > li h3 {
    font-size: 1.7rem;
    margin-top: 7px;
    letter-spacing: 3px;
    margin-bottom: 7px;
}
.data_list > li .text {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1em;
    /* margin-top: 20px; */
}
.data_list > li .text span {
    font-size: inherit;
    font-size: 8rem;
    font-weight: 400;
    margin-right: 4px;
    color: inherit;
    line-height: 30px;
    font-family: inherit;
}
.data_list > li .box {
    position: relative;
    background-color: #ffffffdc;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.data_list > li.green:before {
    background-color: #C2D9B8;
}
.data_list > li.green .text {
    color: #64A04E;
}
.data_list > li.red:before {
    background-color: #F2DADA;
}
.data_list > li.red .text {
    color: #D38484;
}
.data_list > li.blue:before {
    background-color: #D3E6EB;
}
.data_list > li.blue .text {
    color: #6FABBC;
}
.data_list > li.purple:before {
    background-color: #DDD8E9;
}
.data_list > li.purple .text {
    color: #937EB7;
}
.data_list > li.large {
    width: 320px;
}
.data_list > li.medium {
    width: 300px;
}
.interview {
    padding: 120px 0;
    position: relative;
    margin-top: -400px;
}
.interview .inner > h2 {
    font-size: 7rem;
    max-width: 1100px;
    margin: 0 auto 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.interview .inner > h2::first-letter {
    font-size: 8rem;
    color: #D38484;
}
.interview .inner > h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    white-space: nowrap;
    letter-spacing: 4px;
    letter-spacing: 7px;
    position: relative;
    padding-top: 88px;
    position: absolute;
    top: 275px;
    left: calc((100% - 1100px) / 2);
    z-index: 2;
}
.interview .inner > h3 span {
    color: #D38484;
    font-size: inherit;
    letter-spacing: inherit;
}
.interview .inner > h3:before {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.interview_slider {
    margin-left: calc((100% - 1100px) / 2 - 50px);
    padding-left: 150px;
    padding-bottom: 100px;
    position: relative;
    padding-right: calc(405px - 70px);
}
.interview_slider:before {
    content: '';
    background-color: #fff;
    opacity: .8;
    width: 100%;
    height: calc(100% - 200px);
    bottom: 0;
    left: 0px;
    position: absolute;
    border-radius: 150px 0 0 150px;
}
.interview_slider .swiper-pagination {
    text-align: left;
    padding-left: 170px;
}
.interview_slider .swiper-slide {
    width: 405px;
}
.interview_slider .swiper-slide * {
    transition: all .6s;
}
.interview_slider .swiper-slide-prev * {
    opacity: 0;
}
.interview_slider .swiper-slide .meta {
    padding: 20px 25px 0;
    position: relative;
    margin-top: 15px;
}
.interview_slider .swiper-slide .meta:before, .interview_slider .swiper-slide .meta:after {
    content: '';
    width: 30px;
    height: 30px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.interview_slider .swiper-slide .meta:after {
    border-left: none;
    border-top: none;
    left: auto;
    top: auto;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    bottom: 0;
    right: 0;
}
.interview_slider .swiper-slide .meta h4 {
    font-size: 2.2rem;
}
.interview_slider .swiper-slide .meta .text {
    font-size: 1.4rem;
    margin-top: 10px;
    letter-spacing: 1px;
}
.interview_slider .swiper-slide .meta .pos {
    font-size: 1.4rem;
    margin-top: 10px;
}
.interview_slider .swiper-pagination {
    bottom: 50px;
}
.interview_slider .swiper-pagination-bullet-active {
    background: #D38484;
}
.pickup_blog {
    position: fixed;
    right: 30px;
    bottom: 10px;
    width: 450px;
    z-index: 5;
}
.pickup_blog .swiper-slide a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    padding-right: 20px;
}
.pickup_blog .swiper-slide a picture {
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pickup_blog .swiper-slide a picture img {
    object-fit: cover;
    height: 100%;
}
.pickup_blog .swiper-slide a .exp {
    width: calc(100% - 123px);
    padding-left: 30px;
}
.pickup_blog .swiper-slide a .exp .title {
    font-size: 1.3rem;
    color: #937EB7;
    margin-bottom: 4px;
}
.pickup_blog .swiper-slide a .exp .text {
    font-size: 1.1rem;
    letter-spacing: 0;
}
.pickup_blog .pickup_slider {
    padding-bottom: 35px;
}
.pickup_blog .swiper-pagination {
    text-align: right;
}
.pickup_blog .close-pickup {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 22px;
    height: 22px;
    background-image: url(../../common/img/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    z-index: 4;
}
.pickup_blog .swiper-pagination-bullet-active {
    background-color: #fff;
}
main .blogs {
    margin: 100px 0;
}
.blogs .inner {
    position: relative;
    margin-right: calc((100% - 1100px - 50px) / 2);
    padding-left: calc((100% - 1100px) / 2);
    padding-top: 60px;
    padding-bottom: 90px;
    padding-right: 50px;
}
.blogs .inner:before {
    content: '';
    background-color: #fff;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 150px 150px 0;
}
.blogs .inner .heading {
    position: relative;
}
.blogs .inner .heading .en {
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 3px;
    letter-spacing: 6px;
    margin-left: -50px;
}
.blogs .inner .heading .en::first-letter {
    font-size: 100px;
}
.blogs .inner .heading h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    white-space: nowrap;
    letter-spacing: 4px;
    letter-spacing: 7px;
    position: relative;
    padding-top: 88px;
    position: absolute;
    top: 170px;
    left: 15px;
    z-index: 2;
}
.blogs .inner .heading h2 span {
    font-size: inherit;
    letter-spacing: inherit;
    color: #937EB7;
}
.blogs .inner .heading h2:before {
    content: '';
    width: 1px;
    height: 70px;
    background-color: #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.blogs .inner .heading .en span {
    font-size: inherit;
    color: #937EB7;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.blogs .blog_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-left: 110px;
    margin-top: 60px;
}
.blogs .blog_list li {
    margin-right: 3.5%;
    width: 31%;
    margin-bottom: 40px;
}
.blogs .blog_list li a {
    display: block;
}
.blogs .blog_list li picture {
    display: flex;
    aspect-ratio: 300 / 188;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    background: #fff;
    background-image: url(../../common/img/logo.png);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
.blogs .blog_list li picture img {
    height: 100%;
    object-fit: cover;
    /* width: auto; */
}
.blogs .blog_list li:nth-child(3n) {
    margin-right: 0;
}
.blogs .blog_list li .date {
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.blogs .blog_list li .title {
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 1px;
}
.blogs .btn {
    position: relative;
    margin-top: 20px;
    margin-left: 110px;
}
.blogs .btn a {
    font-size: 1.4rem;
    display: inline-block;
    background-color: #937EB7;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    width: 240px;
    border-radius: 30px;
}
.docs {
    padding: 150px 0;
    position: relative;
}
.docs .heading {
    position: absolute;
    top: -36px;
    width: 100%;
    z-index: 1;
    z-index: 2;
}
.docs .heading .en {
    text-align: center;
    font-size: 7rem;
    text-transform: uppercase;
    letter-spacing: 11px;
    line-height: 1em;
}
.docs .heading h2 {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-top: 20px;
}
.docs .inner {
    /* background-color: #ffffffd6; */
    /* border-radius: 0 0 0 150px; */
    position: relative;
    padding-top: 200px;
    padding-bottom: 120px;
}
.docs .inner:before {
    content: '';
    background-color: #fff;
    opacity: .8;
    width: 100%;
    height: calc(100%);
    bottom: 0;
    left: calc((100% - 1100px) / 2 - 50px);
    position: absolute;
    border-radius: 150px 0 0 150px;
}
.docs .inner .box {
    position: relative;
}
.docs .inner .box h3 {
    font-size: 1.4rem;
    padding-bottom: 11px;
    margin-bottom: 11px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 2.2em;
    letter-spacing: 2px;
}
.docs .inner .box .text {
    font-size: 1.4rem;
    padding-bottom: 11px;
    margin-bottom: 15px;
}
.docs .inner .box .text span {
    font-size: 1.2rem;
}
.docs .inner .box_top_wrap {
    display: flex;
    align-items: flex-end;
    margin-top: -340px;
}
.docs .inner .box_top_wrap picture {
    display: block;
    overflow: hidden;
    width: 33.67%;
    z-index: 1;
}
.docs .inner .box_top_wrap picture img {
    width: 100%;
}
.docs .inner .box_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% - 33.67%);
}
.docs .inner .box_top .text {
    border-bottom: 1px solid #DDDDDD;
}
.docs .inner .box_top h3 {
    width: 185px;
}
.docs .inner .box_top .text {
    width: calc(100% - 185px);
    margin-bottom: 11px;
}
.docs .box_top {
    /* margin-left: 33.67%; */
    padding-left: 150px;
}
.docs .box_wrap {
    display: flex;
    margin-top: 60px;
    margin-left: calc((100% - 1100px) / 2);
    padding-left: 140px;
    z-index: 1;
    position: relative;
}
.docs .box_wrap > .box {
    width: 50%;
    width: 100%;
}
.docs .box_wrap > .box:nth-of-type(1) {
    padding-right: 70px;
    max-width: 510px;
}
.docs .box_flow {
    margin-left: calc((100% - 1100px) / 2);
    padding-left: 140px;
    margin-top: 60px;
}
.docs .flow_list {
    display: flex;
    margin-top: 50px;
}
.docs .flow_list li {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #efeee969;
    border-radius: 100%;
    position: relative;
    margin-right: 53px;
}
.docs .flow_list li:after {
    content: '';
    width: 17px;
    height: 24px;
    background-image: url(../../common/img/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -33px;
    top: 47%;
}
.docs .flow_list li:last-child {
    margin-right: 0;
}
.docs .flow_list li:last-child::after {
    display: none;
}
.docs .flow_list li h4 {
    font-size: 1.6rem;
    letter-spacing: 2px;
}
.docs .flow_list li p {
    font-size: 1.4rem;
}
.docs .btn {
    max-width: 960px;
    margin: 60px auto 0;
    margin-left: 0;
}
.docs .btn a {
    width: 100%;
    display: block;
    max-width: 510px;
    background-color: #937EB7;
    color: #FFFFFF;
    text-align: center;
    border-radius: 45px;
    padding: 15px;
    font-size: 3rem;
    margin: 0 auto;
    letter-spacing: 3px;
    border: 1px solid #937EB7;
}
.docs .btn a:hover {
    background-color: #fff;
    color: #937EB7;
    transform: scale(1.05);
}
/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    main {}
    main .text {}
    .mv {
        min-height: 663px;
        background-size: 308px;
    }
    .mv .catch {
        font-size: 4.6rem;
        white-space: nowrap;
        letter-spacing: 3px;
        text-align: center;
        margin: 0 auto;
    }
    .mv .catch:before {
        left: 0;
        width: 19px;
    }
    .mv .catch:after {
        width: 19px;
        right: 0;
        top: -43px;
    }
    .mv .box {
        width: 100%;
        padding: 0 20px;
    }
    .mv .box_inner {
        display: block;
    }
    .mv .box p {
        text-align: center;
        font-size: 1.5rem;
        margin-top: 180px;
    }
    .mv .box h3 {
        font-size: 2.3rem;
        text-align: center;
        margin-top: -200px;
    }
    .mv .box_inner picture {
        margin: 0 auto;
        width: 60%;
        display: block;
    }
    .mv .box_inner picture img {
        width: 100%;
        height: auto;
    }
    .message {
        padding-bottom: 0;
    }
    .message .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .message .inner .heading {}
    .message .inner .heading h2 {
        display: none;
    }
    .message .inner .heading h3 {
        font-size: 2.4rem;
        margin-left: 5px;
    }
    .message .inner .heading h3:before, .message .inner .heading h3:after {
        width: 19px;
        height: 15px;
    }
    .message .inner .box {
        margin-top: 125px;
    }
    .message .inner .box .text {
        padding-left: 20px;
        font-size: 1.3rem;
    }
    .feature {
        padding-bottom: 0;
    }
    .feature h2 {
        text-align: left;
        padding-left: 20px;
        line-height: .6em;
    }
    .feature .imgs picture:nth-of-type(1) {
        width: calc(100% - 60px);
    }
    .feature .imgs picture:nth-of-type(2) {
        width: calc(100% - 110px);
        margin-top: -50px;
    }
    .feature .imgs .circle {
        left: -150px;
        width: 308px;
        bottom: -118px;
    }
    .feature .inner > h4 {
        font-size: 1.8rem;
    }
    .feature .inner > .text {
        font-size: 1.3rem;
    }
    .feature .list_wrap > h4 {
        position: absolute;
        right: 23px;
        margin: 0 auto;
        top: -60px;
    }
    .feature .list_wrap {
        margin-top: 60px;
    }
    .features_list {
        padding: 0 40px;
        padding-right: 40px;
        margin-top: 0;
    }
    .features_list li {
        margin: 0 auto 40px;
        width: 100%;
    }
    .features_list li .num {
        left: 35px;
        width: 88px;
        height: 88px;
        font-size: 4.6rem;
        top: 263px;
        position: absolute;
    }
    .features_list li h5 {
        padding-left: 80px;
        margin-bottom: 20px;
        font-size: 1.8rem;
        margin-top: 36px;
    }
    .features_list li .text {
        font-size: 1.3rem;
    }
    .features_list li picture {
        width: calc(100% - 35px);
        margin-top: 0;
    }
    .features_list li:nth-child(3n - 2) {
        margin-top: 0;
    }
    .features_list li:nth-child(3n - 1) {
        margin-top: 0;
    }
    .we_list li {
        width: 190px;
    }
    .we_are {
        position: relative;
        margin: 180px auto 100px;
    }
    .we_are > h2 {
        font-size: 6rem;
        position: absolute;
        top: -29px;
        padding: 0;
        width: calc(100% + 15px);
        left: -14px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 265px;
    }
    .we_are > h2 span {
        line-height: 1em;
        font-size: 6rem;
        margin-left: auto;
        display: inline-block;
        margin-right: 0;
        margin-top: auto;
    }
    .we_wrap {
        position: relative;
        z-index: 1;
    }
    .white_bg {
        width: calc(100% - 20px);
        left: auto;
        right: 0;
        border-radius: 0 0 0 120px;
        top: 13%;
        height: calc(100% - 940px);
    }
    .work .inner {
        padding-bottom: 0;
    }
    .work .inner h2 {
        font-size: 5.8rem;
        line-height: 1em;
        padding: 0 20px;
    }
    .work .inner h2:first-letter {
        font-size: 8rem;
    }
    .work .inner .list_wrap {
        margin-top: 0;
    }
    .work .inner .list_wrap h3 {
        left: 25px;
    }
    .work .inner .list_wrap .work_list li {
        flex-direction: column;
        width: 100%;
        margin: 0 auto 50px;
    }
    .work .inner .list_wrap .work_list li > picture {
        width: 100%;
    }
    .work .inner .list_wrap .work_list li > picture:before {
        left: 20px;
        bottom: -20px;
    }
    .work .inner .list_wrap .work_list li:nth-child(2n) > picture:before {
        left: -20px;
    }
    .work .inner .list_wrap .work_list li > .exp {
        width: 100%;
        padding: 0 40px;
        order: 0;
        margin-top: 50px;
    }
    .work .inner .list_wrap .work_list li:nth-child(2n-1) .exp {
        order: 0;
    }
    .work .inner .list_wrap .work_list li:nth-child(2n-1) picture {
        margin-left: 80px;
        width: 100%;
        margin-top: 0;
    }
    .work .inner .list_wrap .work_list li .exp .en {
        font-size: 1.5rem;
    }
    .work .inner .list_wrap .work_list li .exp h4 {
        font-size: 2.6rem;
    }
    .work .inner .list_wrap .work_list li:nth-child(2n) picture {
        right: 40px;
    }
    .work .inner .list_wrap .work_list li:nth-child(2n) .exp {
        width: 100%;
        padding: 0;
        padding: 0 40px;
    }
    .data {
        margin-top: 0;
        padding-top: 100px;
        padding-bottom: 60px;
        margin-bottom: 0;
    }
    .data .circle1 {
        width: 308px;
        left: -100px;
        top: 150px;
    }
    .data .circle2 {
        width: 308px;
        right: -124px;
        bottom: 0;
    }
    .data h2 {
        font-size: 1.8rem;
        position: relative;
        z-index: 1;
    }
    .data .en {
        font-size: 5.8rem;
        line-height: 1em;
        position: relative;
        z-index: 1;
    }
    .data .en span {}
    .data .en:first-letter {
        font-size: 8rem;
    }
    .data_list {}
    .data_list > li {
        width: 156px;
        margin: 0 10px 10px;
    }
    .data_list > li:before {}
    .data_list > li h3 {
        font-size: 1.2rem;
        margin-bottom: -5px;
        letter-spacing: 2px;
    }
    .data_list > li .text {
        font-size: 1.4rem;
    }
    .data_list > li .text span {
        font-size: 5.4rem;
    }
    .data_list > li .box {}
    .data_list > li .box img {
        max-height: 48px;
        width: auto;
        margin-top: -16px;
    }
    .data_list > li.purple .text {
        font-size: 1.4rem;
    }
    .data_list > li.large {
        width: 200px;
    }
    .data_list > li.medium {
        width: 200px;
    }
    .data_list > .data1 {
        order: 1;
    }
    .data_list > .data2 {
        order: 2;
    }
    .data_list > .data3 {
        order: 3;
        margin: -10px 100px 10px;
    }
    .data_list > .data4 {
        order: 6;
        margin: -10px 100px 10px;
    }
    .data_list > .data5 {
        order: 4;
    }
    .data_list > .data6 {
        order: 5;
    }
    .data_list > .data7 {
        order: 7;
    }
    .data_list > .data8 {
        order: 8;
    }
    .data_list > .data9 {
        order: 9;
    }
    .interview {
        margin-top: 0;
        padding-top: 60px;
        padding-bottom: 0;
    }
    .interview .inner > h2 {
        font-size: 5.3rem;
        letter-spacing: 4px;
        margin-left: 25px;
    }
    .interview .inner > h2::first-letter {
        font-size: 8rem;
    }
    .interview .inner > h3 {
        left: 23px;
        top: 160px;
        letter-spacing: 5px;
    }
    .interview_slider {
        padding-left: 80px;
        padding-right: 25px;
        margin-left: 0;
    }
    .interview_slider:before {
        border-radius: 120px 0 0 120px;
    }
    .interview_slider .swiper-pagination {}
    .interview_slider .swiper-slide {
        width: 285px;
    }
    .interview_slider .swiper-slide .meta {
        padding: 20px 10px 0;
    }
    .interview_slider .swiper-slide .meta h4 {
        font-size: 1.9rem;
    }
    .interview_slider .swiper-slide .meta .text {
        font-size: 1.3rem;
    }
    .interview_slider .swiper-pagination {
        padding-left: 88px;
        bottom: 55px;
    }
    .pickup_blog {
        width: calc(100% - 20px);
        left: 0;
        right: 0;
        margin: auto;
        bottom: 55px;
    }
    .pickup_blog .swiper-slide a picture {
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
    }
    .pickup_blog .swiper-slide a picture img {
        object-fit: cover;
        height: 100%;
    }
    .pickup_blog .swiper-slide a .exp {
        width: calc(100% - 90px);
        padding-left: 10px;
    }
    .pickup_blog .swiper-slide a .text {
        line-height: 1.6rem;
    }
    .pickup_slider .swiper-pagination {
        text-align: center;
    }
    main .blogs {
        padding-top: 150px;
        margin-top: 20px;
    }
    .blogs .inner {
        margin: 0 auto;
        padding-right: 20px;
        margin-right: 20px;
    }
    .blogs .inner:before {
        border-radius: 0 120px 120px 0;
    }
    .blogs .inner .heading {
        position: absolute;
        top: -100px;
    }
    .blogs .inner .heading .en {
        font-size: 5.8rem;
        margin-left: 14px;
        line-height: 1.2em;
        letter-spacing: 2px;
    }
    .blogs .inner .heading .en::first-letter {
        font-size: 8rem;
    }
    .blogs .blog_list {
        padding-left: 70px;
        display: block;
        width: 100%;
    }
    .blogs .blog_list li {
        width: 100%;
        margin: 0 auto 30px;
    }
    .blogs .btn {
        margin-left: 70px;
    }
    .blogs .btn a {
        width: 100%;
    }
    .docs {
        padding-bottom: 50px;
    }
    .docs .heading .en {
        font-size: 4.2rem;
        letter-spacing: 3px;
        line-height: 1.6em;
    }
    .docs .heading .en:first-letter {
        font-size: 8rem;
    }
    .docs .heading h2 {
        font-size: 2rem;
        margin-top: 0px;
    }
    .docs .inner {
        padding-top: 14px;
    }
    .docs .inner:before {
        left: 20px;
        height: calc(100% - 110px);
        border-radius: 120px 0 0 120px;
    }
    .docs .inner .box {
        margin: 0 auto;
        padding: 0;
    }
    .docs .inner .box_top_wrap {
        margin-top: 0;
        flex-direction: column;
    }
    .docs .inner .box_top_wrap picture {
        width: calc(100% - 40px);
        margin-right: auto;
    }
    .docs .inner .box_top_wrap picture img {}
    .docs .inner .box_top {
        padding: 0;
        width: 100%;
        padding: 0 40px;
        margin-top: 50px;
        align-items: stretch;
    }
    .docs .inner .box_top .text {}
    .docs .inner .box_top h3 {
        width: 104px;
    }
    .docs .inner .box_top .text {
        width: calc(100% - 104px);
        margin-bottom: 11px;
    }
    .docs .box_top {}
    .docs .box_wrap {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 0 40px;
        margin-top: 40px;
    }
    .docs .box_wrap > .box {}
    .docs .box_wrap > .box:nth-of-type(1) {
        width: 100%;
        max-width: unset;
        padding: 0 0;
    }
    .docs .inner .box_flow {
        margin-left: 40px;
    }
    .docs .flow_list_wrap {
        overflow-x: scroll;
        width: calc(100% + 20px);
        margin-left: -20px;
    }
    .docs .flow_list {
        width: 100%;
        padding-bottom: 20px;
        padding-right: 40px;
        padding-left: 20px;
    }
    .docs .flow_list li {
        min-width: 200px;
    }
    .docs .flow_list li:last-child {
        margin-right: 70px;
    }
    .docs .btn {
        width: calc(100% - 20px);
        /* margin: 40px auto 0; */
    }
    .docs .btn a {
        padding: 10px;
        font-size: 2.6rem;
    }
}