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

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #c8d0d2;
    position: relative;
}
/*
header #logo {
    padding: 42vh 0 0 .625vw;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
}
header #logo img {
    width: 31.875vw;
}
*/
header #toplogo {
    position: relative;
}
header #logo {
    padding: 0;
    box-sizing: border-box;
    position: static;
}
header #logo img {
    width: 31.875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-48%,-82%);
    transform: translate(-48%,-82%);
}
header #gn {
    position: relative;
}


/******************************************************/
/* topmain  */
/******************************************************/
/*
#topmain {
    background: #c8d0d2;
    min-height: 100vh;
    position: relative;
    text-align: center;
}
#topmain img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
*/
#topmain {
    background: #c8d0d2;
    height: 65vh;
    position: relative;
    text-align: center;
}
#topmain .copy {
    position: relative;
    -webkit-perspective: 181px;
    perspective: 181px;
    margin: auto;
    width: 181px;
    height: 190px;
}
#topmain .copy span {
    background: #c8d0d2;
    display: block;
    position: absolute;
    width: 181px;
    height: 190px;
    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.reverse span:nth-child(1) {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}
#topmain .copy.reverse span:nth-child(2) {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0;
}


/******************************************************/
/* business  */
/******************************************************/
#business {
    padding: 50px 0;
}
#business h2 {
    color: #464646;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
}
#business h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}
#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: 2.6rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
    text-align: center;
}
#business ul {
    margin: 20px 10% 0;
    list-style: none;
}
#business ul li {
    margin-top: 20px;
}
/*
#business ul li .initial {
    display: block;
    font-size: 20rem;
    font-weight: 400;
    line-height: 0.9;
    color: #c8d0d2;
    font-family: "Times New Roman";
}
*/
#business ul li .initial img {
    width: 148px;
    margin-bottom: 10px;
}
#business ul li h3 {
    color: #464646;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
}
#business ul li h3 span {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 6px;
}
#business ul li p {
    font-size: 2.4rem;
    line-height: 1.85;
    letter-spacing: 0.02em;
    text-align: justify;
}


/******************************************************/
/* access  */
/******************************************************/
#access {
    background: #faf9f9;
    padding: 50px 0;
}
#access .address {
}
#access h2 {
    color: #464646;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
}
#access h2 span {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
}
#access h2 span::after {
    content: "";
    background: #c9c8c8;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#access p {
    font-size: 2.6rem;
    line-height: 1.85;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 30px;
}
#access img {
    max-width: 80%;
}
#access iframe {
    max-width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
}



}