@charset "utf-8";

#splash {
}
#splash_logo {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
	height: 100%;
	background: #F5F5F5 url("../images/splash-one.gif") no-repeat right top;
    background-size: cover;
}

#wrap {
    width: auto !important;
    width: 100%;
    background: url("../images/bg.png") no-repeat right top;
    background-size: 1500px 1500px;
    margin: 0;
}

@media screen and (max-width: 960px) {
#wrap {
    width: auto !important;
    width: 100%;
    background: url("../images/bg_sp.png") no-repeat right top;
    background-size: 450px 810px;
    margin: 0;
}
}

.scroll_down {
    position: absolute;
    bottom: 0;
    left: 7.5%;
    height: 90px;
    padding: 0!important;
}
.scroll_down a {
    position: absolute;
    top: 0;
    left: 10px;
    color: #45577E;
    font-size: calc( 12 / var(--root-font-size) * 1rem );
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
    text-decoration: none;
}
.scroll_down::before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF7EB9;
    animation: circlemove 1.5s ease-in-out infinite, cirlemovehide 1.5s ease-out infinite;
}
@keyframes circlemove {
    0%{top: 0;}
    100%{top: 83px;}
}
@keyframes cirlemovehide {
    0%{opacity: 0}
    50%{opacity: 1;}
    75%{opacity: 0.9;}
    100%{opacity: 0;}
}
.scroll_down::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 90px;
    background: #45577E;
}

/*----- main -----*/
main {
    position: relative;
}
main h3,
main p,
main ul li,
main table {
    line-height: 1.5;
}

div.mainTtl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0 0 50px;
}
div.mainTtl .en {
    width: 100%;
    font-size: calc( 60 / var(--root-font-size) * 1rem );
    font-weight: 600;
    padding: 0 0 10px;
}
div.mainTtl .jp {
    position: relative;
    font-size: calc( 16 / var(--root-font-size) * 1rem );
    padding: 0 0 0 25px;
}
div.mainTtl .jp::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: #FF7EB9;
    border-radius: 50%;
    margin: auto 0;
}
section#work-style div.mainTtl {
    position: relative;
    display: inline-block;
    background: #F5F5F5;
    border-bottom-right-radius: 10px;
    text-align: left;
    padding: 0 50px 50px 0;
}
section#work-style div.mainTtl::before,
section#work-style div.mainTtl::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("../images/border-radious1.png") no-repeat center center;
    background-size: cover;
}
section#work-style div.mainTtl::before {
    bottom: -10px;
    left: 0;
}
section#work-style div.mainTtl::after {
    top: 0;
    right: -10px;
}

div.introduction {
    padding: 0 0 75px;
}
div.introduction p {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
div.introduction p.ttl {
    font-size: calc( 30 / var(--root-font-size) * 1rem );
    font-weight: 600;
}
div.introduction p.txt {
    max-width: 540px;
    line-height: 1.75;
    padding: 25px 0 0;
}

section#first {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
}
section#first div {
    padding: 0 7.5% 250px;
}
section#first p {
    width: 100%;
}
section#first p.copy {
    font-size: min(4vw, calc( 60 / var(--root-font-size) * 1rem ));
    padding: 0 0 25px;
}
section#first p.en {
    font-size: min(1.4vw, calc( 20 / var(--root-font-size) * 1rem ));
    line-height: 1.75;
}
section#message {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
}
section#message div {
    padding: 100px 7.5%;
}
section#message p {
    width: 100%;
}
section#message p.txt {
    font-size: calc( 16 / var(--root-font-size) * 1rem );
    line-height: 2.5;
    padding: 0 0 25px;
}
section#message p.message {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    line-height: 2;
    font-weight: 600;
}

@media screen and (max-width: 960px) {
main {
    position: relative;
}
main h3,
main p,
main ul li,
main table {
    line-height: 1.5;
}

div.mainTtl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0 0 50px;
}
div.mainTtl .en {
    width: 100%;
    font-size: calc( 34 / var(--root-font-size) * 1rem );
    font-weight: 600;
    padding: 0 0 10px;
}
div.mainTtl .jp {
    position: relative;
    font-size: calc( 12 / var(--root-font-size) * 1rem );
    padding: 0 0 0 20px;
}
div.mainTtl .jp::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #FF7EB9;
    border-radius: 50%;
    margin: auto 0;
}
section#work-style div.mainTtl {
    position: relative;
    display: inline-block;
    background: #F5F5F5;
    border-bottom-right-radius: 10px;
    text-align: left;
    padding: 0 25px 25px 0;
}
section#work-style div.mainTtl::before,
section#work-style div.mainTtl::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("../images/border-radious1.png") no-repeat center center;
    background-size: cover;
}
section#work-style div.mainTtl::before {
    bottom: -10px;
    left: 0;
}
section#work-style div.mainTtl::after {
    top: 0;
    right: -10px;
}

div.introduction {
    padding: 0 0 50px;
}
div.introduction p {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
div.introduction p.ttl {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    font-weight: 600;
}
div.introduction p.txt {
    max-width: 540px;
    line-height: 1.75;
    padding: 25px 0 0;
}

section#first {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
}
section#first div {
    padding: 0 7.5% 150px;
}
section#first p {
    width: 100%;
}
section#first p.copy {
    font-size: calc( 34 / var(--root-font-size) * 1rem );
    padding: 0 0 25px;
}
section#first p.en {
    font-size: calc( 12 / var(--root-font-size) * 1rem );
    line-height: 1.75;
}
section#message {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: auto;
}
section#message div {
    padding: 200px 7.5% 100px;
}
section#message p {
    width: 100%;
}
section#message p.txt {
    font-size: calc( 14 / var(--root-font-size) * 1rem );
    line-height: 2;
    padding: 0 0 25px;
}
section#message p.message {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    line-height: 1.5;
    font-weight: 600;
}
}

/*----- company -----*/
section#company {
    padding: 100px 0;
}
section#company .carousel {
    padding: 0 0 75px;
}
section#company .swiper-container {
    overflow: hidden;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}
section#company .item {
}
section#company .item figure {
    max-width: 300px;
    margin: 0 auto 25px;
}
section#company .item p {
    text-align: center;
}
section#company .item p.num {
    font-size: calc( 12 / var(--root-font-size) * 1rem );
    padding: 0 0 10px;
}
section#company .item p.num span {
    font-size: calc( 14 / var(--root-font-size) * 1rem );
    color: #FF7EB9;
}
section#company .item p.ttl {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
}
section#company .item p.ttl span {
    color: #3172BF;
    font-weight: 700;
}
.swiper-slide {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.swiper-slide-active {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

@media screen and (max-width: 960px) {
section#company {
    padding: 100px 0 50px;
}
section#company .carousel {
    padding: 0 0 75px;
}
section#company .swiper-container {
    overflow: hidden;
    position: relative;
    max-width: 210px;
    margin: 0 auto;
}
section#company .item {
    margin: 0 0 50px;
}
section#company .item figure {
    max-width: 210px;
    margin: 0 auto 15px;
}
section#company .item p {
    text-align: center;
}
section#company .item p.num {
    font-size: calc( 12 / var(--root-font-size) * 1rem );
    padding: 0 0 10px;
}
section#company .item p.num span {
    font-size: calc( 14 / var(--root-font-size) * 1rem );
    color: #FF7EB9;
}
section#company .item p.ttl {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
}
section#company .item p.ttl span {
    color: #3172BF;
    font-weight: 700;
}
.swiper-slide {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.swiper-slide-active {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
}

/*----- our-works -----*/
section#our-works {
    padding: 100px 0 150px;
}
section#our-works div.img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
section#our-works div.img img {
    margin: 0 auto;
}
section#our-works section#service {
    padding: 100px 0 0;
}
section#our-works section#service ol {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
    margin: 0 auto 75px;
}
section#our-works section#service ol li {
    width: 28.75%;
}
section#our-works section#service ol li figure {
    margin: 0 0 25px;
}
section#our-works section#service ol li figure img {
    border-radius: 10px;
}
section#our-works section#service ol li p {
}
section#our-works section#service ol li .ttl {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    padding: 0 0 15px;
}
section#our-works section#service ol li .ttl span {
    color: #3172BF;
    font-weight: 700;
}
section#our-works section#service ol li p.txt {
    line-height: 1.75;
}

@media screen and (max-width: 960px) {
section#our-works {
    padding: 50px 0 100px;
}
section#our-works div.img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
section#our-works div.img img {
    margin: 0 auto;
}
section#our-works section#service {
    padding: 100px 0 0;
}
section#our-works section#service ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    max-width: 262.5px;
    margin: 0 auto;
}
section#our-works section#service ol li {
    width: 100%;
    margin: 0 0 75px;
}
section#our-works section#service ol li figure {
    margin: 0 0 25px;
}
section#our-works section#service ol li figure img {
    border-radius: 10px;
}
section#our-works section#service ol li p {
}
section#our-works section#service ol li .ttl {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    padding: 0 0 15px;
}
section#our-works section#service ol li .ttl span {
    color: #3172BF;
    font-weight: 700;
}
section#our-works section#service ol li p.txt {
    line-height: 1.75;
}
}

/*----- work-style -----*/
section#work-style {
    padding: 150px 0 0;
}
section#work-style div.inner {
    width: 80%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 0 0 100px;
    margin: 0 auto 50px;
}
section#work-style section#interview,
section#work-style section#benefit {
    width: 70vw;
    max-width: 900px;
    padding: 50px 0;
    margin: 0 auto;
}

section#work-style section#interview ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#work-style section#interview ol li {
    width: 45%;
}
section#work-style section#interview ol li figure {
    margin: 0 0 15px;
}
section#work-style section#interview ol li figure img {
    border-radius: 20px;
}
section#work-style section#interview ol li p.num {
    font-size: calc( 18 / var(--root-font-size) * 1rem );
    padding: 0 0 10px;
}
section#work-style section#interview ol li p.num span {
    font-size: calc( 32 / var(--root-font-size) * 1rem );
    color: #FF7EB9;
}
section#work-style section#interview ol li div.txtBlock {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
section#work-style section#interview ol li p {
}
section#work-style section#interview ol li p.ttl {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    font-weight: 600;
    padding: 5px 0 0;
}
section#work-style section#interview ol li p.name {
    font-size: calc( 20 / var(--root-font-size) * 1rem );
    padding: 0 1em 0 0;
}
section#work-style section#interview ol li div.link {
    position: relative;
    display: flex;
    align-items: center;
    width: 160px;
    height: 60px;
    background: none;
    border-bottom: #3172BE solid 2px;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 auto;
    transition: 0.5s 0s;
}
section#work-style section#interview ol li div.link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url("../images/arrow2.png") no-repeat center center;
    background-size: cover;
    transform: rotate(270deg);
    margin: auto 0;
    transition: 0.5s 0s;
}
section#work-style section#interview ol li div.link:hover::before {
    right: 5px;
}
section#work-style section#interview ol li div.link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#work-style section#interview ol li div.link p {
    color: #3172BE!important;
    font-size: calc( 16 / var(--root-font-size) * 1rem )!important;
    padding: 0 10px;
    transition: 0.5s 0s;
}

section#work-style section#benefit div.flexWrap {
    justify-content: space-between;
}
section#work-style section#benefit div.flexWrap figure {
    width: 50%;
}
section#work-style section#benefit div.flexWrap figure img {
    border-radius: 10px;
}
section#work-style section#benefit div.flexWrap p {
}
section#work-style section#benefit div.flexWrap p.txt {
    line-height: 1.75;
    padding: 0 0 50px;
}
section#work-style section#benefit div.flexWrap div.txtBlock {
    width: 40%;
}

@media screen and (max-width: 960px) {
section#work-style {
    padding: 100px 0 0;
}
section#work-style div.inner {
    width: 90%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 0 0 50px;
    margin: 0 auto 50px;
}
section#work-style section#interview,
section#work-style section#benefit {
    width: 80vw;
    max-width: 900px;
    padding: 50px 0 25px;
    margin: 0 auto;
}

section#work-style section#interview ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#work-style section#interview ol li {
    width: 100%;
    margin: 0 0 25px;
}
section#work-style section#interview ol li figure {
    margin: 0 0 15px;
}
section#work-style section#interview ol li figure img {
    border-radius: 20px;
}
section#work-style section#interview ol li p.num {
    font-size: calc( 14 / var(--root-font-size) * 1rem );
    padding: 0 0 10px;
}
section#work-style section#interview ol li p.num span {
    font-size: calc( 24 / var(--root-font-size) * 1rem );
    color: #FF7EB9;
}
section#work-style section#interview ol li div.txtBlock {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
section#work-style section#interview ol li p {
}
section#work-style section#interview ol li p.ttl {
    font-size: calc( 20 / var(--root-font-size) * 1rem );
    font-weight: 600;
    padding: 5px 0 0;
}
section#work-style section#interview ol li p.name {
    font-size: calc( 18 / var(--root-font-size) * 1rem );
    padding: 0 1em 0 0;
}
section#work-style section#interview ol li div.link {
    position: relative;
    display: flex;
    align-items: center;
    width: 160px;
    height: 60px;
    background: none;
    border-bottom: #3172BE solid 2px;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 auto;
    transition: 0.5s 0s;
}
section#work-style section#interview ol li div.link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url("../images/arrow2.png") no-repeat center center;
    background-size: cover;
    transform: rotate(270deg);
    margin: auto 0;
    transition: 0.5s 0s;
}
section#work-style section#interview ol li div.link:hover::before {
    right: 5px;
}
section#work-style section#interview ol li div.link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#work-style section#interview ol li div.link p {
    color: #3172BE!important;
    font-size: calc( 16 / var(--root-font-size) * 1rem )!important;
    padding: 0 10px;
    transition: 0.5s 0s;
}

section#work-style section#benefit div.flexWrap {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#work-style section#benefit div.flexWrap figure {
    width: 100%;
    margin: 0 0 25px;
}
section#work-style section#benefit div.flexWrap figure img {
    border-radius: 10px;
}
section#work-style section#benefit div.flexWrap p {
}
section#work-style section#benefit div.flexWrap p.txt {
    line-height: 1.75;
    padding: 0 0 25px;
}
section#work-style section#benefit div.flexWrap div.txtBlock {
    width: 100%;
}
section#work-style section#benefit div.flexWrap div.txtBlock .btn {
    margin: 0 auto;
}
}