@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'LuzSans-Book','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #fff;
    background: linear-gradient(-45deg, #333536,#0d6066,#2a3032,#0d6066,#182d34);
    background-size: 200% 200%;
    animation: bggradient 15s ease infinite;
    line-height: 2.5;
    letter-spacing: 0.05em;
}
@keyframes bggradient{
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}
#wrapper{overflow-x: hidden;}
@media (max-width: 600px){
body{font-size: 103%;
    line-height: 2.2;}
}
/* ヘッダー
------------------------------------------------------------*/
#header{
	width: 100%;
    height: 100vh;
	position: relative;
}

#header .title-box{
    position: absolute;
	top: 0;
    bottom: 0;
	width: 100%;
    height: 100vh;
}
#header .bg-box{
	width: 100%;
    height: 100vh;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#header .bg-box::before{
	content: "";
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #3e5e6073;
    height: 100%;
    width: 50%;  
}
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
#header h1{
    padding-left: 3.7vw;
    font-size: 6rem;
    line-height: 1.2;
    z-index: 10;
    color: #8ef6ff;
    text-shadow: -3px 2px 3px rgb(0 0 0 / 17%);
}
.confirm #header h2{
    font-size: 4rem;
}
.logo-box{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.logo-box img{
    width: 6.3vw;
    display: inline-block;
    padding-left: 8vw;
    padding-top: 1.1rem;
    filter: drop-shadow(-3px 2px 3px rgb(0 0 0 / 17%));
}
.logo-title{
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}
#header h1 span{
	color: #fff;
}
#header h1 .companyname, .confirm #header h1{
    color: rgb(89 194 223);
}
#header h2{
    padding-left: 3.7vw;
    font-size: 1.2rem;
    margin-top: 1rem;
    z-index: 10;
    margin-left: 0.2rem;
}
.confirm #header h2{
    font-size: 2.2rem;
}
@media (max-width: 600px){
    #header h1{      
    font-size: 3.5rem;
    padding-left: 7%;
    }
    #header h2 {
        font-size: 1.1rem;
        padding-left: 7%;
    }
    #header .bg-box::before{
        width: 65%;   
    }
    .confirm #header h2{
        font-size: 1.3rem;
    }
    .logo-box img {
        width: 15vw;
    }
  }
/* フッター
------------------------------------------------------------*/
#footer{
	padding: 1em;
    background: #09252a;
    color: #adb3b5;
    font-size: 0.75em;
	text-align: center;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Cormorant Garamond', serif;
}
h5{
	font-family: 'Cormorant Garamond', serif;
    font-size: 4em;
    font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0.6em;
}

img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
	margin-top: 25vmin;
}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.center{
	text-align: center;
}

.sideways{
	text-orientation: sideways;
    writing-mode: vertical-rl;
	padding: 10px 0 0 3px;
}
#sec01 h5, #sec03 h5, #sec05 h5, #sec06 h5{
	color: #a2d3d7;
}
#sec02 h5, #sec04 h5{
	color:#c9b488;
}
@media (max-width: 980px){
    #sec02 h5, #sec04 h5  {
        color: #dbc089;
    }
}
@media (max-width: 600px){
    h5 {
        font-size: 3.5rem;
    }
}
/* SEC01 Mission
------------------------------------------------------------*/
#sec01 {
	position: relative;
}
.mission{
	width: 40%;
	margin: 0 auto;
}
#sec01 .rotatebox{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -5;
    height: 100%;;
}
#sec01 .rotateboxinner{
	position: relative;
    width: 100%;
    height: 100%;
}
@media (max-width: 980px){
    .mission{
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 600px){
    .mission{
        width: 86%;
    }
}
/* SEC02 Values
------------------------------------------------------------*/
.wrap{
	clear: both;
	width: 100%;
}

#sec02 .bg{
	box-shadow: -2px 0px 10px 0px #323131 inset;
	background-image: url(../images/valuesimg.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    width: 42%;
}
#sec02 .txt{
	padding: 3em 0 5em 4em
}
#sec02 .bgextend{
	width: 42%;
}
#sec02 .wrap{
    display: flex;
}
@media (max-width: 1300px){
    #sec02 .bg{
        width: 55%;
    }
    #sec02 .bgextend{
        width: 55%;
    }
    #sec02 .txt{
        padding: 2em 0 2em 4em;
    }
}
@media (max-width: 980px){
    #sec02 .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    #sec02 .bg {
        width: 75%;
        height: 40vmin;
    }
    #sec02 .bgextend {
        width: 100%;
    }
    #sec02 .txt {
        padding: 2em 4em 2em 4em;
    }
}
@media (max-width: 600px){
    #sec02 .bg {
        width: 80%;
        height: 50vmin;
    }
    #sec02 .txt {
        padding: 2em 0em 2em 0em;
        width: 84%;
        MARGIN: auto;
    }
}
/* SEC03 Business Model
------------------
------------------------------------------*/
#sec03{
	background: url(../images/bg_bisinessmodel.jpg) no-repeat fixed;
    background-size: cover;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 4rem;    
    background-position: center;
}
#sec03 .inner p{
	width: 40%;
    margin: auto;
}
@media (max-width: 1300px){
    #sec03 .inner p {
        width: 60%;
    }
}
@media (max-width: 1025px){
    #sec03{
    background-attachment: inherit;
    }
}
@media (max-width: 600px){
    #sec03 .inner p {
        width: 84%;
    }
}

/* SEC04 Investment Strategy and Solutions
------------------------------------------------------------*/
#sec04{
	background: url(../images/investmentimg1.jpg) no-repeat;
    background-size: 30%;
}
#sec04 .wrap{
	padding-bottom: 10vmin;
    background: url(../images/investmentimg2.jpg) no-repeat;
    background-size: 14%;
    background-position: 87% 65%;
	padding-top: 5rem;
}
#sec04 .txt{
	width: 80%;
    margin-left: 20%;
    margin-bottom: 10vmin;
    padding: 4em 7em;
    vertical-align: middle;
    backdrop-filter: brightness(68%);
}
#sec04 .txt p{
	padding: 0em 3em 0 6em;
    width: 50%;
}
@media (max-width: 980px){
    #sec04 .txt {
        width: 90%;
        margin-left: 10%;
    }
    #sec04 .txt p {
        padding: 0em 0em 0 3em;
        width: 75%;
    }
    #sec04 .txt {
        backdrop-filter: brightness(42%);
    }
}
@media (max-width: 600px){
    #sec04 {
        background-size: 78%;
    }
    #sec04 .txt {
        width: 95%;
        margin-left: 5%;
        padding: 3em 1em;
    }
    #sec04 .txt p {
        padding: 0;
        width: 90%;
    }
    #sec04 .wrap {
        background-size: 25%;
    background-position: 100% 83%;
    }
}
/* SEC05 Team
------------------------------------------------------------*/
#sec05{
	background: url(../images/teamimg.jpg) no-repeat;
    background-size: 35%;
    margin-top: 20vmin;
    background-position: 70%;
}
#sec05 .wrap{
	padding: 4rem 0 0;
}
#sec05 .txt{
	width: 70%;
}
#sec05 h5{
	margin-left: 20%;
}
#sec05 p{
	padding: 2em 3em 2em 20%;
    margin-top: 2em;
    background: #0000007a;
}
@media (max-width: 1300px){
    #sec05 {
        margin-top: 0vmin;
    }
  }
  @media (max-width: 980px){
    #sec05 .txt {
        width: 90%;
    }
    #sec05 h5 {
        margin-left: 10%;
    }
    #sec05 p {
        padding: 2em 3em 2em 10%;
    }
    #sec05 {
        background-size: 50%;
        background-position: 100%;
    }
}
@media (max-width: 600px){
    #sec05 .txt {
        width: 95%;
    }
    #sec05 {
        background-size: 75%;
        background-position: 100% 100%;
    }
    #sec05 h5 {
        margin-left: 7%;
    }
    #sec05 p {
        padding: 2em 3em 2em 7%;
    }
}
/* sec06 PROFILE
------------------------------------------------------------*/
#sec06{
	background: url(../images/contactimg.jpg) no-repeat;
    backdrop-filter: brightness(68%);
    background-size: cover;
	padding-top: 0;
}
#sec06 .wrap{
	backdrop-filter: brightness(68%);
	padding-top: 10vmin;
}
#sec06 .inner{
    display: flex;
}
#sec06 h5{
	width: 30%;
    text-align: right;
    padding-right: 1em;
}
#sec06 form{
	width: 40%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    padding-bottom: 3rem;
}
#sec06 form .contents{
	width: 48%;
}
#sec06 form .sendbutton{
	width: 48%;
}
#sec06 form #send{
	font-size: 1.2rem;
    padding: 0.7rem 3rem;
    background: #828a8bb5;
    border: 1px solid #fff;
    margin-left: 4rem;
    letter-spacing: 0.2rem;
    color: #00ebff;
    font-weight: bolder;
}
#sec06 form input, #sec06 form textarea{
	background: #ffffffb0;
    padding: 0.5em 1em;
    width: 100%;
    border: 1px solid #fff;
	font-size: 1.05em;
	line-height: 1.3;
}
input::placeholder, textarea::placeholder {
	font-size: 0.9rem;
    color:#454545;
   }
#sec06 .form-group{
	margin-top: 1em;
}
#sec06 .attention{
	font-size: 0.9rem;
    position: relative;
    top: -1rem;
}
#sec06 .logo-box{
    align-items: center;
}
#sec06 .logo-box img{
    width: 4vw;
    padding-left: 0;
    padding-top: 0;
    padding-right: 1rem;
}
#sec06 .logo-box h1{
    font-size: 1.3rem;
    line-height: 1.8;
    color: #dbdbdb;
    filter: drop-shadow(-3px 2px 3px rgb(0 0 0 / 17%));
}
@media (max-width: 980px){
    #sec06 .inner {
        flex-wrap: wrap;
    }
    #sec06 h5 {
        width: 100%;
        text-align: left;
        padding-left: 20%;
        padding-right: 0em;
    }
    #sec06 form {
        width: 100%;
        padding-left: 20%;
    }
    #sec06 form .contents {
        width: 47%;
    }
    #sec06 .logo-box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
        padding-left: 20%;
        padding-bottom: 2rem;
    }
}
@media (max-width: 600px){
    #sec06 form {
        width: 80%;
        padding-left: 10%;
        flex-wrap: wrap;
    }
    #sec06 form .contents {
        width: 90%;
    }
    #sec06 form .sendbutton {
        width: 50%;
        margin: auto;
    }
    #sec06 form #send{
        margin-left: 0;
    }
    #sec06 .logo-box img{
        width: 11vw;
    }
}
.confirm #sec06 {
    background: none;
    backdrop-filter: none;
    margin-top: 12vmin;
}
.confirm #sec06 .wrap {
	backdrop-filter: none;
    padding-top: 0;
    position: relative;
    padding-bottom: 6rem;
}
.confirm #sec06 .inner {
    display: block;
    width: 80%;
    margin: auto;
}
.confirm #sec06 .form-conts {
    background: #00000075;
    padding: 2rem;
    width: 50%;
    margin: 4rem auto 7rem;
}
.confirm #sec06 table {
    margin: auto;
	line-height: 1.3;
}
.confirm #sec06 table th{
	font-size: 0.9em;
    font-weight: normal;
    vertical-align: baseline;
    padding: 1em 4rem 1em 0;
}
.confirm #header h1{
	font-size: 4rem;
}
.confirm .homelink a{
	margin: auto;
    width: fit-content;
    padding: 0.5rem 3rem;
    background: #90e4ebb5;
    color: #FFF;
    z-index: 100;
    z-index: 10000;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    bottom: 5em;
	text-decoration: none;
}
.confirm .homelink a:hover, .confirm .homelink a:active{
	text-decoration: none;
	background:#90e4eb;
}
@media (max-width: 980px){
    .confirm #sec06 .form-conts {
        width: 70%;
    }
}
@media (max-width: 600px){
    .confirm #sec06 .inner {
        width: 84%;
    }
    .confirm #header h1 {
        font-size: 2.5rem;
    }
    .confirm #sec06 .form-conts {
        width: 90%;
        margin-left: 0%;
        padding: 1rem;
    }
    .confirm #sec06 .form-conts table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .confirm #sec06 .form-conts table tr td {
        width: 100%;
        padding: 0 0 1rem 1rem;
    }
}
/* contactbox Contact link
------------------------------------------------------------*/

#contactbox{
	display: block;
	  position: fixed;
	  bottom: 40vh;
	  right: -2px;
  }
  #contactbox a{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #90e4ebb5;
    padding: 0.7em 0.7em 0.7em 0.5em;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.0;
    transition: .3s ease-in-out;
	text-decoration: none;
  }
  #contactbox a .contactbox_icon svg{
	fill: #fff;
	transition: .3s ease-in-out;
  }
  #contactbox a:hover{
	background: #ebebebc9;
	color: #a2d3d7;
	text-decoration: none;
  }
  #contactbox a:hover .contactbox_icon svg{
	fill: #a2d3d7;
  }
  #to_top a{
	display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 53px;
    flex-direction: column;
    width: 3rem;
    height: 3rem;
    background: #90e4ebb5;
}
#to_top a img{
	width: 20px;
}
/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}
@media only screen and (min-width: 800px){
	body{
		font-size:15.5px;
	}

}
.sp-only {
    display: none;
}
@media (max-width: 980px){
    .sp-only {
        display: block;
    }
}