@charset "UTF-8";
/*
Theme Name:Petit Cypres web
*/


/* {
    outline:1px red solid;
} */

*,*:before,*:after {box-sizing: border-box;}

/*=========================================*/
/*共通                                     */
/*=========================================*/
/*ルートの文字サイズを10pxに設定 16pxの62.5%*/
html{
    height: 100%;
    font-size: 62.5%;
    scroll-behavior:smooth;
}
@media screen and (min-width:768px){
    html{
        font-size: 72.5%;
    }
}
body {
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
    /* font-family: "fot-tsukubrdgothic-std",'メイリオ', 'Meiryo', sans-serif;
    font-weight: 400;
    font-style: normal; */
    /* font-family: 'FOT-筑紫A丸ゴシック Std','メイリオ', 'Meiryo', sans-serif; */
    font-size: 1.6em;/*bodyのフォントサイスを1.6em(16px)に設定*/
    letter-spacing: 0;
    background-color: #FFFAF0;
    color: #603813;
}
a {
    text-decoration: none;
    transition: 0.3s;
}
/* a:hover {
    opacity: 0.7;
} */
img {
    max-width: 100%;/*必*/
    vertical-align: bottom;
}
img.copy-guard{
    pointer-events: none;
}
ul{
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
h1,h2,h3,h4,h5,p {
    margin: 0;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
}
.inner {
    padding: 0 30px;
    margin: 0 auto;
}
h2 {
    line-height: 1.5;
    text-align: center;
}
h3{
    position: relative;
    display: inline-block;
    padding: 5px ;
    margin-bottom:50px;
    margin-left: 30px;
    font-size: 2.3rem;
}
h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 29px;
    top: 8px;
    left: -15px;
    background-color: rgb(96,56,19,0.5);
}
@media screen and (min-width:768px){
    h3::before {/*h3疑似要素の位置調整*/
        top: 11px;
    }
}
@media screen and (min-width:1280px){
    h3::before {/*h3疑似要素の位置調整*/
        height: 31px;
        top: 9px;
    }
}
h4{
    position: relative;
    padding: 0 5px;
    margin-bottom: 50px;
    font-size: 1.8rem;
}
h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 5px;
    margin: 0 auto;
    top:35px;
    left: 0;
    right: 0;
    background-color: rgb(96,56,19,0.4);
    z-index: -1;
}
/* .footer{
    height: 5vh;
    background-color: #EED6CB;
} */
.footer .copy-right{
    padding: 10px 0;
    border-top: #EED6CB solid 5px;
    text-align: center;
    font-size: 1rem;
}
/*=== ボタン ===*/
.botton {
    max-width: 300px;
    margin: 0 auto;
}
a.btn_10{
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background-color: rgb(255,250,240,0.6);
    border: rgb(96,56,19,0.4) solid 1px;
    border-radius: 5px;
    box-sizing: border-box;
    opacity: 1;
}
a.btn_10 span{
    position: absolute;
    display: flex;
    width: 100%;
    height: 50px;
    top: 5px;
    left: 5px;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    background-color: rgb(96,56,19,0.4);
    border-radius: 5px;
    box-sizing: border-box;
    transition-duration: 0.2s;
}
a.btn_10:hover span {
    top: 0;
    left: 0;
    background-color: rgb(96,56,19,0.4);
}
.bn{
    background-color: rgb(238,214,203,0.8);/*HOME以外のメニューの背景色 */
}
/*=== header ===*/
.header{
    max-width: 1200px;
    padding: 0 20px;/*top画面左右余白*/
    margin: 0 auto;
}
.home .header{
    margin: 0 auto 115px auto;
    position: relative;/*6.17*/
}
.home .g_menu {
    background-color: rgb(255,250,240,0.8);/*HOMEのメニューの背景色 */
}
.g_menu {
    position: fixed;
    display: flex;
    width: 100%;
    padding: 5px 6vw;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    /*background-color: rgb(238,214,203,0.8);HOME以外のメニューの背景色*/
    background-color: rgb(238,214,203,0.6);/*7.23opacity変更 HOME以外のメニューの背景色 */
    /* z-index: 1; */
    z-index: 3;/*pagetopボタンより上 7.7*/

}
.g_menu .mamezo-link{
    position: relative;
    display: block;
    width: 100px;

    height: 50px;
    overflow: hidden; /* はみ出し防止 */
}
.g_menu img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out; /* アニメーションの設定 */
}
/* .g_menu img.logo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50px;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out; /* アニメーションの設定
} */
.g_menu .mamezo{
    width: 70%;
    padding-left: 20px;
    opacity: 1;
}
.g_menu .mamezo-house{
    width: 80%;
    top: 0;
    opacity: 0;
}
.g_menu a:hover .mamezo-house {
    top: 0;
    opacity: 1;
}
.g_menu a:hover .mamezo {
    opacity: 0;
}
@media screen and (min-width:768px){
    .g_menu {
        padding: 7px 6vw;
    }
    .g_menu .mamezo-link{
        height: 70px;
    }
    .g_menu img{
        top: 0;
    }
    .g_menu .mamezo{
        width: 90%;
    }
    .g_menu .mamezo-house{
        width: 130%;
    }
}

.header_menu {/*ハンバーガーの時のメニュー画面隠す*/
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    top: -100%;
    right: 0;
    z-index: 1;
    box-sizing: border-box;
    transition: .3s;
}
.header_menu.open{/*ハンバーガーactiveになったら上からメニュー画面表示*/
    top:0;
    background-color: rgba(238, 213, 204, 1);
}
.header_menu ul.menu-wrapper{
    position: absolute;
    display: flex;
    padding-top: 100px;
    right: 50px;
    align-items: center;
    flex-direction: column;
    /* width: 100%; 6.1*/
}
.header_menu ul.menu-wrapper li{
    margin-bottom: 30px;
    font-size: 2rem;
}   
/*=============================
ハンバーガーメニュー　.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 45px;
    height: 30px;
    cursor: pointer;
}
.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #603813;
    border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
    top: 0;
}
.btn-trigger span:nth-of-type(2) {
    top: 14px;
}
.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}
/*=============================
#hamburger
=============================*/
#hamburger{
    color: #603813;
    z-index: 10;
}
#hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg);
}
#hamburger.active span:nth-of-type(2) {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: active-hamburger-bar02 .8s forwards;
    animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-hamburger-bar02 {
    100% {
        height: 0;
    }
}
#hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    /* transform: translateY(-20px) rotate(45deg); */
    transform: translateY(-10px) rotate(45deg);

}
.sp-c-header__nav__link__label:after {
    bottom: calc(var(--space-y-4)*-1);
    content: "....................";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
}
/* @media screen and (min-width:1280px){ */
    @media screen and (min-width:768px){
    /*---ヘッダーメニュー表示---*/
    #hamburger{
        display: none;
    }
    .header_menu {/*ハンバーガーの時のメニュー画面隠す*/
        position: static;
        padding-top: 0px;
        border: none;
    } 
    .header_menu ul.menu-wrapper{
        position: static;
        flex-direction: row;
        justify-content: flex-end;
        padding: 0px;
        gap:35px
    }
    .header_menu ul.menu-wrapper li{
        font-size: 1.2em;/*6.1*/
        margin: 0px;
    }
}
/*=========================================*/
/*topページ                                */
/*=========================================*/
/*=== mainvisual ===*/
.home .mainvisual{
    position: relative;
    /* height: 100vh; 5.25*/
    min-height: 100vh; /* ビューポートの高さを最低限確保 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* コンテンツを上部に揃える 5.25*/
    text-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image:url(../img/tree.png);
    background-size:30%;
    background-position:right 85%;
    /* background-image:url(../img/dot.png),url(../img/tree.png);
    background-size:30%,40%;
    background-position:left 20%,right 85%; */
    max-width: 90%;
    margin: 0 auto;
    /*overflow-y: auto; 5.25コンテンツが溢れた場合にスクロールを許可 */
    overflow: hidden;
}
@media screen and (min-width:768px){
    .home .mainvisual {
        max-width: 80%;
        background-size: 20%;
        /* background-size: 25%,35%; */
    }
}
@media screen and (min-width:1280px){
    .home .mainvisual {
        max-width: 65%;
        background-size: 25%;
        /* background-size: 15%,25%; */
    }
}
@media screen and (min-width:1800px){
    .home .mainvisual {
        max-width: 80%;
        background-size: 30%;
        /* background-size: 20%,30%; */
    }
}
.home .mainvisual h1 {
    position: absolute;
    top: 40%;
    max-width: 70vw;
}
@media screen and (min-width:768px){
    .home .mainvisual h1 {
        max-width: 65vw;
    }    
}
.home .mainvisual h2.about1{
    position: absolute;
    top: 60%;
    left: 0;
    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    text-align: left;
    font-size: 12px;
    z-index: 2;/*7.24*/
}
@media screen and (min-width:360px){
    .home .mainvisual h2.about1{
        /* font-size: 16px; 7.27*/
        font-size: 14px;

    }
}
.home .mainvisual h2.about1::before{
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    opacity: 0.3;
    background: url(../img/texture-square.png);
    border-radius: 10PX;
    z-index: -10;
    aspect-ratio: 1;
}
@media screen and (min-width:768px){
    .home .mainvisual h2.about1{
        font-size: 18px;
        top: 80%;/*7.27*/
    }
}
@media screen and (min-width:1280px){
    .home .mainvisual h2.about1{
        top: 70%;
    }
}
.home .mainvisual h2.about2{
    position: absolute;
    top: 90%;
    left: 0;
    font-family: vdl-admin, sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    text-align: right;
    font-size: 12px;
}
@media screen and (min-width:360px){
    .home .mainvisual h2.about2{
        /* font-size: 14px; */
        font-size: 12px;
    }
}
.home .mainvisual h2.about2::before{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    opacity: 0.3;
    background: url(../img/texture-square.png);
    border-radius: 10PX;
    z-index: -10;
    aspect-ratio: 1;
}
@media screen and (min-width:768px){
    .home .mainvisual h2.about2{
        font-size: 18px;
    }
}
.home .mainvisual .bg_logo {
    max-width: 30vw;
    position: fixed;
    top: 55vh;
    left: 20vw;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: -10;
}
@media screen and (min-width:768px){
    .home .mainvisual .bg_logo {
        width: 70vw;
        max-width: 80%;
        height: auto;
        top: 55%;
        left: 50%;
    }
}
.mainvisual{
    display: none;
}
/*------------------------------*/
/*ドットアニメーション　mainvisual*/
/*-------------------------------*/
.home .mainvisual::before,
.home .mainvisual::after,
.home .mainvisual h1::after{
    content: '';
    position: absolute; 
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.home .mainvisual::before{
    top: 15%;
    left: 10%;
    background-image: url(../img/dot-anime01.png);
    animation: fuwafuwa 70s infinite linear alternate;
}
.home .mainvisual::after{
    bottom: 10%;
    left: 0;
    background-image: url(../img/dot-anime03.png);
    animation: fuwafuwa 50s infinite linear alternate;
}
.home .mainvisual h1::after{
    top: -100px;
    right: 20px;/*06.07.29*/
    background-image: url(../img/dot-anime02.png);
    animation: fuwafuwa 40s infinite linear alternate;
}
@media screen and (min-width:768px){
    .home .mainvisual::before,
    .home .mainvisual::after,
    .home .mainvisual h1::after{
        width: 70px;
        height: 70px;
    }
}
@media screen and (min-width:1280px){
    .home .mainvisual::before,
    .home .mainvisual::after,
    .home .mainvisual h1::after{
        width: 80px;
        height: 80px;
    }
}
/*-----------------------------*/
/*=== container ===*/
.home .container{
    padding: 20px 6vw 40px 6vw;
    text-align: center;
}
.home .about_container{
    text-align: center;
    padding-bottom: 100px;
    background-color: #EED6CB;
    position: relative;
    max-width: 100%;
}
.home .work_container{
    position: relative;
    margin-bottom: 80px;
}
/*=== topページ　ABOUT ===*/
.home .about_inner{
    padding: 0 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}
.home .about_container::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/wave-pink2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}
.home .comment{
    width:90%;
    margin:0 auto 30px auto;
    text-align: left;
}
.home .comment h2{
    position: relative;
    font-size: 18px;
    line-height: 2;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-family: vdl-admin, sans-serif;
    text-align: center;
}
@media screen and (min-width:768px){
    .home .comment{
        /* width:70%; 7.25*/
        width:50%;
        margin:0 auto 50px auto;
        text-align: left;
    }
    .home .comment h2{
        font-size: 24px;
        line-height: 2;
        padding-bottom: 20px;
        margin-bottom: 50px;
        font-family: vdl-admin, sans-serif;
    }
    /* .home .comment h2 .sp_break{
        display: none;
    } 7.25*/
}
.home .comment h2:after{
    content: "";
    border: #FFFAF0 5px solid;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.home .comment p{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.home .comment p span{
    font-size: 0.7em;
    letter-spacing: -2px;
    vertical-align: bottom
}
.home .delimiter{
    padding-bottom: 35px;
}
.home .profile{
    margin: 0  auto 20px auto;
    padding: 2em;
    position: relative;
    padding: 1.5em;
    z-index: 0;
    background-color: #FFFAF0;
    border-radius: 10px;
}
.home .profile:before{
    content: "";
    position: absolute;
    display: block;
    margin: 5px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 2px dashed #a7a297;
    border-radius: 10px;
    z-index: -1;
}
.home .profile .career_list{
    position: relative;
    margin-bottom: 30px;
}
.home .profile .career_list li.career, 
.home .profile .career_list li.career_now {
    position: relative;
}
.home .profile .career_list li {
    padding: 10px 10px 10px 30px;
    border-bottom: #EED6CB solid 1px;
    text-align: left;
}
.home .career_list li.career::before,
.home .career_list li.career_now::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 5px;
    background-image: url(../img/dot1.png);
}
@media screen and (min-width: 768px) {
    .home .profile .career_list li {
        padding: 10px 100px;
    }
    .home .career_list li.career::before, 
    .home .career_list li.career_now::before {
        left: 70px;
    }
}
.home .profile .career_list li.supplement {
    position: relative;
    padding-left: 60px;
}
.home .profile .career_list li.supplement::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 22px;
    left: 25px;
    border: 2px solid #EED6CB;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .home .profile .career_list li.supplement {
        position: relative;
        padding-left: 160px;
    }
    .home .profile .career_list li.supplement::before {
        left: 125px;
    }
}
/*=== topページ　WORKS ===*/
.home .work_container::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0;
    background: url(../img/wave-ivory2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home .container .website-loop .dl_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content:space-between;
    flex-wrap: wrap;
}
@media screen and (min-width:1280px){
    .home .container .website-loop .dl_flex{
        flex-direction: row;
        justify-content:space-between;
        flex-wrap: wrap;
    }
}
.home .container .website-loop dl{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    max-width: 1000px;
    height: auto;
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .home .container .website-loop dl{
        margin-bottom: 100px;
    }
}
@media screen and (min-width:1280px){
    .home .container .website-loop dl{
        width: 50%;
        margin: 50px auto;
        padding: 10px;
        justify-content: flex-start;
    }
    .home .container .website-loop dd{
        width: 100%;
    }
}
.home .container .website-loop dd img{ /*画像*/
    height: auto;
    width: 100%;
    object-fit: contain;
}
@media screen and (min-width: 768px) {
    .home .container .website-loop dd img{ /*画像*/
        width: 90%;/*6.1*/
    }
}
@media screen and (min-width: 1280px) {
    .home .container .website-loop dd img{ /*画像*/
        width: 100%;/*6.1*/
        margin: 0;
    }
}
.home .container .website-loop .site_name{ /*サイト名*/
    font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
    .home .container .website-loop .site_name{ /*サイト名*/
        font-size: 2.0rem;
        padding-bottom: 5px;
    }
}
.home .container .website-loop .kinds{ /*種類*/
    font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
    .home .container .website-loop .kinds{ /*種類*/
        font-size: 2.0rem;
    }
}
.home .container .website-loop .supplement{ /*カテゴリー*/
    font-size: 1.2rem;
    padding-bottom: 10px;
}
@media screen and (min-width: 1280px) {
    .home .container .website-loop .supplement{ /*カテゴリー*/
        font-size: 1.6rem;
    }
}
.home .container .website-loop .job_role ul{ /*担当範囲*/
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
@media screen and (min-width: 1280px) {
    .home .container .website-loop .job_role{ /*担当範囲*/
        font-size: 1.4rem;
    }
}
.home .container .website-loop .job_role li{ /*担当範囲*/
    font-size: 1.2rem;
    background-color: rgb(96,56,19,0.1);
    border-radius: 10px;
    padding: 3px 5px;
    margin-left: 5px;
    margin-bottom: 2px;
}
/* .home .container a.job_role{
    display: block;
    margin: 0 auto;
} */
.home .container .website-loop dt{ 
    color: #603813;
    display: flex;
    flex-direction: column;
    width: 80%;
}
@media screen and (min-width: 1280px) {
    .home .container .website-loop dt{ 
        width: 100%;
        align-items: center;
        padding-left: 20px;
    }
}
/*--波々の調整--*/
@media screen and (min-width:768px){
    .home .header{
        margin-bottom: 190px;
    }
    .home .about_container::before{/*波ピンク*/
        top: -90px;
    }
    .home .about_container {
        padding-bottom: 220px;
    }
    .home .work_container{
        margin-bottom: 120px;
    }
    .home .work_container::before{/*波白*/
        top: -95px;
    }
}
@media screen and (min-width:1280px){
    .home .header{
        margin-bottom: 250px;
    }
    .home .about_container::before{/*波ピンク*/
        top: -160px;
    }
    .home .about_container {
        padding-bottom: 300px;
    }
    .home .work_container{
        margin-bottom: 220px;
    }
    .home .work_container::before{/*波白*/
        top: -160px;
    }
}
/*** フェードイン ***/
.home .scroll_menu_bgcolor.on {
    background-color: rgb(255,250,240,0.8);
} 
/*scroll_up ｜下から上へ出現*/
.scroll_up {
    transition: 1.2s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

/*=========================================*/
/*共通                                     */
/*=========================================*/
.container{
    padding: 180px 6vw 50px 6vw;
}
/*=========================================*/
/*about ページ                             */
/*=========================================*/
/**できること**/
.about .container ul.skills-icn{/*skill ico*/
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 100px auto;
    max-width: 700px;
}
.about .container .skills-icn li{/*skill ico*/
    width: 20%;
    margin: 10px 20px;
}
.about .container .skills-icn li img{/*skill ico*/
    max-width: 100%;
    height: auto;
}
.about h5{
    font-size: 1.6rem;
    padding: 0 25px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    text-align: left;
}
.about h5::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #EED6CB;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    top: 0;
    top: 3px;
    margin: 0 auto;
    z-index: -5;
}
.about .container .skills-txt{
    position: relative;
    padding: 0 30px;
}
/*-----------------------------*/
/*足あとアニメーション①　疑似要素*/
/*-----------------------------*/
.about .skills-icn::before,
.about .container .skills-txt::before{
    content: '';
    position: absolute; 
    display: inline-block;
    max-width: 1200px;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.about .skills-icn::before{
    top: -100px;
    left: 0;
    background-image: url(../img/ezgif.com-apng-maker-mame01.png);
}
.about .container .skills-txt::before{
    top: -50px;
    right: 0;
    background-image: url(../img/ezgif.com-apng-maker-anko01.png);
}
@media screen and (min-width:1280px){
    .about .skills-icn::before,
    .about .container .skills-txt::before{
        width: 150px;
        height: 150px;
    }
    .about .container .skills-txt::before{
        top: -80px;
    }
    
}
/*-----------------------------*/
.about p.text{
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 50px;
}
/**ご挨拶**/
.about .container{
    width: 100%;
    text-align: center;
    height: auto;
}
.about .container .greeting{
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    background-image: url(../img/bg-pink.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index:-10;
}
.about .greeting{
    padding: 100px 0 70px 0;
    text-align: left;
}
/*----------------------------*/
/*ドットアニメーション　疑似要素*/
/*----------------------------*/
.about .greeting::before,
.about .greeting::after,
.about .greeting_inner::before {
    content: '';
    position: absolute; 
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    animation: fuwafuwa 40s infinite linear alternate;
}
.about .greeting::before {
    top: 50px;
    left: 0;
    background-image: url(../img/dot-anime01.png);
    animation: fuwafuwa 70s infinite linear alternate;
}
.about .greeting::after {
    bottom: 0;
    left: 6vw;
    background-image: url(../img/dot-anime03.png);
    animation: fuwafuwa 50s infinite linear alternate;
}
.about .greeting_inner::before {
    top: -30px;
    right: 4vw;
    background-image: url(../img/dot-anime02.png);
    animation: fuwafuwa 40s infinite linear alternate;
}
@media screen and (min-width:1280px){
    .about .greeting::before,
    .about .greeting::after,
    .about .greeting_inner::before {
        width: 100px;
        height: 100px;
    }
    .about .greeting::before {
        top: -20px;
        left: 15vw;
    }
    .about .greeting::after {
        bottom: 110px;
        left: 5vw;
    }
    .about .greeting_inner::before {
        top: 50px;
        right: 10vw;
    }
}
/*-----------------------------*/
.about .greeting p{
    max-width: 800px;
    /* padding: 10px 50px 10px 50px; */
    padding: 10px 50px 10px 70px;/*7.1*/
    margin: 0 auto;
    /* text-align: center; */
    text-align: left;/*7.1*/
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
}
.about div.img_photo {
    padding-left: 0;
    padding-right: 0;
}
/**経歴**/
.about .career_list{
    position: relative;
    max-width: 700px;
    /* margin: 0 auto 30px auto; 7.9*/
    margin: 0 auto 100px auto;
    text-align: left;
}
/*-----------------------------*/
/*足あとアニメーション②  疑似要素*/
/*-----------------------------*/
.about .career_list::before,
.about .career_list::after{
    content: '';
    position: absolute; 
    display: inline-block;
    max-width: 1200px;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.about .career_list::before{
    top: -140px;
    right: -30px;
    background-image: url(../img/ezgif.com-apng-maker-mame02.png);
}
.about .career_list::after{
    bottom: -80px;
    left: 10vw;
    background-image: url(../img/ezgif.com-apng-maker-anko02.png);
    transform: rotate(-40deg);
}
@media screen and (min-width:1280px){
    .about .career_list::before,
    .about .career_list::after{
            width: 150px;
        height: 150px;
    }
}
/*-----------------------------*/

.about .career:first-child{
    margin-top: 30px;
}
.about .career_list li{/*経歴*/
    position: relative;
    padding: 10px 0;
    margin: 0 40px 0 60px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 28px;
}
.about .career_now{/*経歴now*/
    padding-bottom: 0;
}
.about .career_list .supplement{/*補足*/
    margin-left: 60px;
    padding-top: 0;
    font-size: 1.4rem;
}
.about .career_list .career::before{/*茶ドット*/
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top:10px;
    top:15px;

    left:-26px;
    background-image: url(../img/dot1.png);
}
.about .career_list .career_now::before{/*ピンクドット*/
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top:10px;
    left:-30px;
    background-image: url(../img/dot2.png);
}
.about .career_list .career::after,
.about .career_list .supplement::after{/*縦線*/
    content: '';
    position: absolute;
    width: 28px;
    height: 120px;
    bottom:-20px;
    left:-18px;
    border-left: #EED6CB solid 5px;
    z-index:-1;
}
@media screen and (min-width: 332px) {
    .about .career_list .career::after,
    .about .career_list .supplement::after{/*縦線*/
        height: 90px;
    }
}
.about .career_list .career:first-child:after{/*縦線　上はみださない*/
    height: 50px;
}
/**プライベート**/
.about .private{
    max-width: 700px;
    padding: 20px 8vw 15px;
    margin: 0 auto;
    align-items: center;
    border: #EED6CB dotted 7px;
    border-radius: 50px;
}
.about .private h4::after{
    width: auto;
}
.about .private img{
    object-fit: contain;
}
.about .private .private-text{
    padding: 0 10px;
}
.about .private .private-text p{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: left;
}
.about .private .private-text p::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top:7px;
    left:-6px;
    background-image: url(../img/dot1.png);
}
@media screen and (min-width: 768px) {
    .about .private{
        padding: 20px;
        margin: 0 auto 30px auto;
    }
    .about .private .private-inner{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}
@media screen and (min-width:1280px){
    .about .container .skills-txt {
        width: 50%;
        margin: 0 auto;
    }
    .about .container .greeting{
        background-size: 80% 100%;
    }
    .about .career_list{
        padding: 0 30px 30px 30px;
        text-align: center;
    }
    .about .career_list li{
        margin-right: 0;
    }
    .about .container .skills-icn li {
        width: 25%;
        margin: 10px 5px;
    }
    .about .container ul.skills-icn{
        display: flex;
        margin-bottom: 100px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
/*=========================================*/
/*works ページ            　　             */
/*=========================================*/
.blog .container{
    text-align: center;
}
.blog .container .dl_flex{ /*sp 縦並び*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.blog .container dl{ 
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin-top: 50px;
    padding: 20px 10px;
    /*aspect-ratio: 2 / 0.8;/*yoko:tate*/
}
.blog .container dl:first-child{
    margin-top: 0px;
}/*9.2*/
.blog .container dd img{ /*画像*/
    /* width: 90%; 7.15*/
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
    /* aspect-ratio: 4 / 3;yoko:tate */
}
/*.home .container dt.title{ /*6.10サイト名*/
.blog .container .site_name{ /*サイト名*/
    font-size: 1.6rem;
}
.blog .container .kinds{ /*種類*/
    font-size: 1.6rem;
}
/*.home .container dt.type{ /*6.10カテゴリー*/
.blog .container .supplement{ /*カテゴリー*/
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.blog .container .job_role ul{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog .container .job_role li{ /*担当範囲*/
    font-size: 1.2rem;
    background-color: rgb(96,56,19,0.1);
    border-radius: 10px;
    padding: 3px 5px;
    margin-left: 5px;
    margin-bottom: 2px;
}
.blog .container a.job_role{ /*担当範囲*/
    display: block;
}
.blog .container dt{
    color: #603813;
    display: flex;/*6.10*/
    flex-direction: column;/*6.10*/
}
/*scroll_up ｜下から上へ出現*/
.blog .scroll_up {
    transform: translateY(0px);
    opacity: 1
}
.blog .scroll_up.on {
    transform: translateY(0px);
    opacity: 1.0;
}
/*=========================================*/
/*work-singleページ                        */
/*=========================================*/
.single .single_container{
    padding: 120px 6vw 20px 6vw;
}
.single article{
    width: 100%;
    height: auto;
    z-index: -5;
}
.single .container .site_image{
    position: relative;/*7.7*/
    display: flex;
    width: 100%;
    height: auto;
    /* padding: 50px; */
    padding: 50px 20px 50px 10px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bg-pink.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -10;
}
/*----------------------------*/
/*ドットアニメーション　疑似要素*/
/*----------------------------*/
.single article::before,
.single .container .site_image::before,
.single .container .site_image::after{
    content: '';
    position: absolute; 
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.single article::before{
    max-width: 1200px;
    top: 150px;
    left: 4vw;
    background-image: url(../img/dot-anime01.png);
    animation: fuwafuwa 70s infinite linear alternate;
}
.single .container .site_image::before{
    top: 10px;
    right: 4vw;
    background-image: url(../img/dot-anime02.png);
    animation: fuwafuwa 40s infinite linear alternate;
}
.single .container .site_image::after{
    bottom: -30px;
    left: 50vw;
    background-image: url(../img/dot-anime03.png);
    animation: fuwafuwa 50s infinite linear alternate;
}
@media screen and (min-width: 768px) {
    .single article::before,
    .single .container .site_image::before,
    .single .container .site_image::before{
        width: 70px;
        height: 70px;
    }
}
@media screen and (min-width:1280px){
    .single article::before,
    .single .container .site_image::before,
    .single .container .site_image::before{
        width: 80px;
        height: 80px;
    }
    .single article::before{
        left: 25vw;
    }
}
/*-----------------------------*/

.single .container .txt_flex {
    display: flex;
    font-size: 1.6rem;
    /* margin-bottom: 30px; */
    letter-spacing: -0.05em;
    flex-direction: column;
    align-items: center;
    /* padding: 50px 0 10px 0; */
}  
.single .container .logo {/*logo*/
    max-width: 70px;
    width: 15vw;
    height:auto;
    margin-bottom: 10px;
}
.single .container .site_name{/*サイト名*/
    /* font-size: 1.8rem; */
    font-weight: bold;
}
.single .container .site_name1{/*サイト名*/
    font-size: 1.6rem;
}
.single .container .site_name2{/*サイト名*/
    font-size: 2.2rem;
}
.single .container .supplement{/*補足*/
    font-size: 1.4rem;
}
.single .container .top_image{/*サンプル画像*/
    /* width: 300px; */
    width: 70vw;
    height:auto;
    /* padding-bottom: 50px; */
}
/***introduction-list***/
.single .container .inner p{
    width: 100%;
    margin-bottom: 30px;
    /* margin-left: 10px; */
}
.single .container .inner span{
    /* color:#e02323; */
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    /* width: 35%; */
}
.single .container .inner p .other-span{
    font-weight: normal;
}
.single .container .inner{ 
    font-size: 1.6rem;
    margin-bottom: 60px;
    letter-spacing: -0.05em;
    max-width: 600px;
    position: relative;
}
.single .container .inner a.url{ 
    padding: 0 5px 0 0;
    position: relative;
}
.single .container .inner a.url::after{ 
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px; /* 下線の位置を調整 */
    left: 0;
    background-color: #603813; /* 下線の色 */
    transition: all 0.3s; /* アニメーション効果を追加 */
    opacity: 0;
}
.single .container .inner a.url:hover::after{ 
    bottom: -4px; /* 下線を上から下に移動 */
    opacity: 0.7; /* 不透明度を変更してフェードイン */
}
.single .container .inner p::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    background-image: url(../img/dot2.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: -5;
}
.single .nav-links{
    font-size: 0.8rem;/*6.1*/
    /* padding: 5px;6.1 */
}
.single .nav-links::after{
    content:"";
    display: block;
    clear:both;
}
.single .nav-previous,
.single .nav-next{
    background-color:rgb(93,56,19,0.1);
    border-radius: 50px;
}
.single .nav-previous{
    position: relative;
    float:left;
    padding: 5px 10px 5px 20px;
}
.single .nav-previous a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 10px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #603813;
    opacity: 0.8;
    z-index: -5;
    transform: translateY(-50%);
}
.single .nav-next{
    position: relative;
    float: right;
    padding: 5px 20px 5px 10px;
}
.single .nav-next a:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #603813;
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: 0.8;
    z-index: -5;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .single .nav-links{
        font-size: 1rem;/*6.1*/
        /* padding: 5px;6.1 */
    }
    .single .nav-previous{
        position: relative;
        float:left;
        padding: 8px 20px 8px 45px;
    }
        .single .nav-previous a:before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 20px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 10px solid #603813;
        z-index: -5;
        opacity: 0.8;
        transform: translateY(-50%);
    }
    .single .nav-next{
        position: relative;
        float: right;
        padding: 8px 45px 8px 20px;
    }
    .single .nav-next a:after{
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #603813;
        position: absolute;
        top: 50%;
        right: 20px;
        opacity: 0.8;
        z-index: -5;
        transform: translateY(-50%);
    }
}
/*=========================================*/
/*contact
/*=========================================*/
.home .container,
.contact .container{
    text-align: center;
}
.home .contact_container{
    margin-bottom: 0px;
}
    .home .inner,
.contact .inner{
    max-width: 800px;
}
.home form,
.contact form{
    text-align: left;
    margin-top: 30px;
}
.home .inner p,
.contact .inner p{
    margin-bottom: 30px;
    text-align: left;/*7.24*/
}
.home input,textarea,
.contact input,textarea{
    display: inline-block;
    background-color: rgb(238,214,203,0.8);
    width: 100%;
    padding: 0.5em;
    margin: 0.5em 0;
}
.home .wpcf7-submit,
.contact .wpcf7-submit{
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 15px 32px;
    border: 1px solid rgba(96, 56, 19, 0.4);
    background-color: #FFFAF0;
    color: #603813;
    font-size: 1.4rem;
    /* font-weight: bold; */
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 5px 5px 0 0 rgba(96, 56, 19,0.4); /* 枠線の色 */
    transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.home .wpcf7-submit::before,
.contact .wpcf7-submit::before{
    content: "上記内容で送信する";
    position: absolute;
    display: flex;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0px;
    justify-content: center;
    align-items: center;
    color: white;
    transition: top 0.2s, left 0.2s;
    border-radius: 5px;
    background-color: rgba(96, 56, 19, 0.4);
    z-index: 10;
}
.home .wpcf7-submit:hover,
.contact .wpcf7-submit:hover{
    opacity: 0.8;
}
.home .wpcf7-submit:active,
.contact .wpcf7-submit:active{
    box-shadow:none;
    top: -5px;
    left: -5px;
}
.wpcf7-spinner {/*メール送信ローディング*/
    background-color: #603813;
    width: 30px;
    height: 30px;
    top: -38px;
    left: 133px;
}
/*------------------------*/
/*                        */
/*   レスポンシブ   PC    */
/*                        */
/*------------------------*/

/*-----------*/
/* タブレット */
/*-----------*/
@media screen and (min-width:768px){
    /*------------------*/
    /*work-singleページ */
    /*------------------*/
    .single article{
        background-size: 20%,8%,25%;
        background-repeat: no-repeat;
        background-position:0% 0%,93% 0%,100% 30%;;
    }
    .single .container .top_image{/*サンプル画像*/
        width: 50vw;
    }
    
}
/*-----------*/
/*    PC     */
/*-----------*/
@media screen and (min-width:1280px){

    /*----------------*/
    /*works 投稿ページ */
    /*----------------*/
    /* ▼ website */
    .blog .container .website-loop .dl_flex{ /*pc website　1列並び*/
        flex-direction: row;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .blog .container .website-loop dl{
        width: 90%;
        margin: 30px auto;
        padding: 10px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .blog .container .website-loop dd{
        width: 60%;
    }
    .blog .container .website-loop dd img{ /*画像*/
        margin: 0;
    }
    .blog .container .website-loop .site_name{ /*サイト名*/
        font-size: 2.0rem;
        padding-bottom: 10px;
    }
    .blog .container .website-loop .kinds{ /*種類9.2*/
        font-size: 2.0rem;
        }
    .blog .container .website-loop .supplement{ /*カテゴリー*/
        font-size: 1.6rem;
        padding-bottom: 30px;
    }
    .blog .container .website-loop .job_role{ /*担当範囲*/
        font-size: 1.4rem;
    }
    .blog .container .website-loop dt{ 
        width: 40%;
        padding-left: 20px;
    }

    /* ▼ banner,others 2列並び*/
    .blog .container .dl_flex{ 
        flex-direction: row;
        justify-content:center;/*9.2*/
        flex-wrap: wrap;
    } 
    .blog .container dl:first-child {
        margin-top: 50px;
    }
    .blog .container dl{ 
        width: 40%;/*9.2*/
    }
    .home .container dd img{ /*画像*/
        margin: 0;
    }
    .blog .container .site_name{ /*サイト名*/
        font-size: 2.0rem;
        padding: 10px 0 2px 0;
        line-height: 1;
    } 
    .blog .container .kinds{ /*種類*/
        font-size: 2.0rem;
    } 
    .blog .container .supplement{ /*カテゴリー*/
        font-size: 1.6rem;
    padding-bottom: 30px;
    } 
    .blog .container .job_role{ /*担当範囲*/
        font-size: 1.4rem;
    }
    .blog .container a.job_role{ /*担当範囲*/
        display: block;
    }

    /*---------------*/
    /*single          */
    /*---------------*/
    .single article{/*dot*/
        background-size: 16%,6%,16%;
        background-position: 0% 4%,85% 0%,85% 30%;
    }
    .single .container .site_image{/*bg_pink*/
        flex-direction: row-reverse;
        max-width: 80%;
        margin: 0 auto 50px auto;
        padding: 150px 50px 50px 50px;
    }
    .single .container .top_image{/*サンプル画像*/
    width: 70%;/*7.14*/
    height: auto;
    }
    .single .container .txt_flex {
        width: 40%;/*6.17*/
        /* padding-right: 50px; */
    }  
    .single .container .inner span{
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }
    .single .container .inner p .other-span{
        display: inline-block;
        /* width: 70%; 70%だと担当範囲が改行してしまう*/
        width: 69%;
        /* font-weight: normal; */
    }
    .single .container .inner .about-design span,
    .single .container .inner .about-code span,
    .single .container .inner .reflection-point span{
        display: block;
    }
    .single .container .about-code span{/*06.07.21*/
        width: 35%;
    }
    
}
@media screen and (min-width:1600px){
    .about .container .skills-icn li {
        width: 10%;
    }
    .about .container ul.skills-icn {
        max-width: 1400px;
    }
    .about p.text {
        max-width: 800px;
    }
}


/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
    display: flex;
    width: 100px;
    height: 100px;
    padding: 18px;
    font-size: 8px;
    font-weight: bold;
    color: #707070;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    transition:all 0.3s;
    border-radius: 50%;
}
#page-top a:hover{
    opacity: 0.5;
}
/*リンクを右下に固定*/
#page-top {
    position: fixed;
    bottom:-5px;
    right: 25px; 
    z-index: 2;
    opacity: 0;
    transform: translateX(150px);
}
/*　左の動き　*/
#page-top.left__move{
    animation: LeftAnime 0.8s forwards;
}
@keyframes LeftAnime{
    from {
        opacity: 0;
        transform: translateX(130px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/*　右の動き　*/
#page-top.right__move{
    animation: RightAnime 0.6s forwards;
}
@keyframes RightAnime{
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 1;
        transform: translateX(130px);
    }
}
@media screen and (max-width : 768px){
    #page-top a{
        width: 80px;
        height: 80px;
        padding: 15px;
        /* border: 3px rgba(23, 149, 145, 0.8)  solid; */
    }
    #page-top {
        right: 0; 
        bottom:0;
    }
}

/*========= ふわふわアニメーション ===============*/
/*==ドット==*/
.fuwafuwa_01 {
    animation: fuwafuwa 30s infinite linear alternate;
}
.fuwafuwa_02 {
    animation: fuwafuwa 60s infinite linear alternate;
}
.fuwafuwa_03 {
    animation: fuwafuwa 50s infinite linear alternate;
}
@keyframes fuwafuwa {
    0% { transform: translate(5px, -5px) rotate(0deg); }
    50% { transform: translateY(40px) rotate(180deg); } /* 上下に移動 */
    100% { transform: translate(30px, -5px) rotate(0deg); }
}

