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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* topmain  */
/******************************************************/
#topmain {
    text-align: center;
    padding: 248px 0 270px;
    clear: both;
}
/*
#topmain span {
}
#topmain span:hover {
    display: block;
    width: 656px;
    height: 
}
#topmain span:hover img {
    display: none;
}
*/
#topmain .copy {
    position: relative;
    -webkit-perspective: 540px;
    perspective: 540px;
    margin: auto;
    width: 656px;
    height: 170px;
}
#topmain .copy span {
    background: #c8d0d2;
    display: block;
    position: absolute;
    width: 656px;
    height: 170px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}
#topmain .copy span:nth-child(1) {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    opacity: 0;
}
#topmain .copy span:nth-child(2) {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    opacity: 1;
}
#topmain .copy:hover span:nth-child(1) {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
#topmain .copy:hover span:nth-child(2) {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
}


/******************************************************/
/* business  */
/******************************************************/
#business {
    min-width: 1000px;
    padding: 110px 0;
    margin: auto;
}
#business h2 {
    color: #464646;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
#business h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}
#business h2 span::after {
    content: "";
    background: #c9c8c8;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#business h2+p {
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
}
#business ul {
    width: 940px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
#business ul li {
    width: 214px;
}
#business ul li .initial {
    display: block;
    font-size: 16rem;
    font-weight: 400;
    line-height: 0.9;
    color: #c8d0d2;
    font-family: "Times New Roman";
}
#business ul li h3 {
    color: #464646;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}
#business ul li h3 span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 6px;
}
#business ul li p {
    font-size: 1.3rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-align: justify;
}


/******************************************************/
/* access  */
/******************************************************/
#access {
    background: #faf9f9;
    min-width: 1000px;
    padding: 110px 0 150px;
    margin: auto;
    text-align: left;
}
#access .address {
    float: right;
    width: 320px;
    padding: 50px 0 0 80px;
}
#access h2 {
    color: #464646;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
#access h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}
#access h2 span::after {
    content: "";
    background: #c9c8c8;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#access p {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
}



}