@charset "utf-8";
/*------------------
FV
------------------*/
/*   TOP main css   */
.con_main{
    background-image: url(/img/bg.png);
    background-size: cover;
    /*padding-top: 35.64%;*/
}
.fv-wrap{
    /*max-width: 1700px;*/
    margin: auto;
    position: relative;
    height: 400px;

}
.fv-logo {
    position: absolute;
    width: 80px;
    left: 25px;
    z-index: 1;
}
p.slide {
    position: absolute;
    top: 0;
    width: 75%;
    height: 370px;
    margin-top: 30px;
    right: 0;
    background-image: url(/img/list-img.jpg);
    background-size: cover;
    background-position: center;
}

/*   TOP h1 css   */
.box_catch {
    -webkit-transition: left 1.5s cubic-bezier(.22,.61,.36,1),opacity 1.5s cubic-bezier(.22,.61,.36,1);
    transition: left 1.5s cubic-bezier(.22,.61,.36,1),opacity 1.5s cubic-bezier(.22,.61,.36,1);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    left: 80px;
    top: 60%;
width: 22.52747%;
}
.box_catch.white{
overflow: visible;
    z-index: 2;
}
.box_catch.color{
    overflow: hidden;
    z-index: 3;    
}
.coloryellow{
    color: #ffe35e;
    color: var(--yellow);
}
.box_catch.white h1,.box_catch.white h1 .coloryellow{
    color: #FFF;
    color: var(--white);
}
.tmp_st_h1{
    font-size: 6vw;   
    letter-spacing: .2em;
}
.sitetitle {
    line-height: 1.2;
    font-weight: 200;
    white-space: nowrap;
    text-shadow: 2px 2px 1px #999;
}
.sitetitle:first-letter{
    color: #0985b8;
    color: var(--navy);
}
span.blue{
    display: inline-block;
}
span.blue:first-letter{
    color: #0985b8;
    color: var(--navy);
}
.jp.catch{
    letter-spacing: 2.4px;
    font-size: 2.4rem;
    width: 400%;
    margin-top: 15px;
}

.box_catch{
    width: 20%;
    left: 5%;
    top: 55%;
}
.tmp_st_h1 {
    font-size: 8rem;
}
.jp.catch{
    font-size: 2rem;
}
@media screen and (max-width: 810px){
.fv-wrap {
    height: 200px;
}

p.slide {
    width: 70%;
    height: 200px;
    margin: 0;
    background-image: url(/img/list-img.jpg);
    background-size: cover;
}
.box_catch {
    width: 25%;
    left: 5%;
    top: 47%;
}
.tmp_st_h1 {
    font-size: 40px;
    letter-spacing: .1em;
}






}

/*------------------
Private
------------------*/

section.private{
    /*background-image: url(../../img/common/bg_g.png);*/
    background-size: cover;
    padding: 80px 5%;
}
section.work{
    padding: 80px 5%;
    background-image: url(/img/bg.png);
    background-size: cover;
}
.spend-wrap {
    max-width: 1600px;
    margin: auto;
    padding: 0 60px;
}
.spend-title>h2 {
    border-bottom: 4px solid var(--black);
    color: var(--black);
}
.spend-title>h2>span:first-child {
    font-size: 48px;
    letter-spacing: .05em;
}
span.subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
}






.spend-contents {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.spend-box {
    width: 30%;
    min-width: 300px;
    margin: 1.5%;
}
.spend-img {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    position: relative;
    margin-bottom: 15px;
}
.spend-img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--light-blue);
    z-index: 0;
}
.spend-img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
}
.spend-img.p1:after {
    background-image: url(/img/list-img.jpg);
}

.spend-tags {
    margin-top: 20px;
}
.spend-tags>span {
    font-size: 22px;
    letter-spacing: 1.6px;
    position: relative;
    color: var(--black);
    z-index: 0;
}
.spend-tags>span:before {
    content: "";
    width: 100%;
    display: inline-block;
    position: absolute;
    height: 50%;
    bottom: 0;
    background: var(--yellow);
    z-index: -1;
}

.others {
    background: #fff;
    padding: 25px;
    position: relative;
}
.others.dark {
    background: #ccc;
    box-shadow: 1px 1px 3px #999;
}
.others>h4 {
    font-size: 32px;
    letter-spacing: 6.4px;
    text-shadow: 1px 1px 2px #999;
}
ul.other-contents {
    padding: 10px 0 0;
}
ul.other-contents>li {
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
}ul.other-contents>li>a {
    display: inline-block;
    background-color: var(--light-blue);
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0px #ababab;
    transition: .3s;
}
ul.other-contents>li>a:hover {
    transform: translate(5px, 0px);
}
.tw-icon {
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.plus-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 20px;
    cursor: pointer;
}
.plus-btn:before, .plus-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
.plus-btn:after {
    transform: rotate(90deg);
}
.plus-btn.active:after {
    transform: rotate(180deg);
}.plus-btn.active:before {
    transform: rotate(180deg);
}
.overview {
    margin: 20px;
    font-size: 16px;
}


@media screen and (max-width: 810px){

section.private {
    background-size: contain;
    background-repeat: repeat;
}
.spend-title>h2>span:first-child {
    font-size: 28px;
}
span.subtitle {
    font-size: 14px;
    margin-left: 16px;
}
.spend-title>h2 {
    border-bottom: 2px solid var(--black);
    line-height: 1.3;
}

.spend-contents {
    flex-direction: column;
    padding: 30px 0;
}
.spend-box{
    width: 60%;
    margin-top: 15px;
}
.spend-box:nth-child(odd) {
    align-self: baseline;
}
.spend-box:nth-child(even) {
    align-self: flex-end;
}
.spend-tags>span {
    font-size: 24px;
}
.others {
    padding: 15px 25px;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.other-contents{
    display: none;
}
.others>h4 {
    font-size: 24px;
    letter-spacing: 2.4px;
}
.spend-wrap {
    padding: 0;
}





}



/*------------------
共通
------------------*/
.common-h2title {
    font-size: 10rem;
    letter-spacing: 1rem;
}
.common-h2title:first-letter{
    color: #0985b8;
    color: var(--navy);
}
.icon {
    max-width: 16px;
    margin-right: 5px;
}
.navy{
    color: var(--navy);
}
@media screen and (max-width: 810px){
 .common-h2title {
    font-size: 4rem;
    letter-spacing: 4px;
}
}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 810px){
}



/*------------------
背景
------------------*/
/*   bg css   */
.bgwhite{
    position: relative;
}
.bgwhite::before {
content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    /*background: url(../../img/common/bg.png) center repeat-y;*/
    background:  url(../../img/common/bg_g.png) center repeat-y;
    background-size: 100%;
    z-index: -1;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}


