@charset "UTF-8";

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1025px) {


    .container {
        background-color: #ddd5c7;
        width: 100%;
        margin: 0 auto;
        /* font-family: "Abril Fatface", serif; */
        font-family: "Sawarabi Gothic", sans-serif; /* 日本語フォント */
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #252525;
        text-align: center;
    }
    .container p {
        letter-spacing: 0.4em;
        line-height: 2.5em;
    }
    /* .container li {
        letter-spacing: 0.4em;
        line-height: 2.5em;
    } */

    
    .sen {
        width: 95%;
        margin: 0 auto 10px;
        border-top: 5px solid black;
        background-color: #ddd5c7;
     }
         
    .sen2 {
        width: 95%;
        margin: 0 auto;
        padding-top: 50px; 
        border-top: 5px double black; 
    }
    
    /* hr {
        height: 5px;
        background-color: black;
        width: 100%;
        border: none;
       } */
    
    .header {
        width:100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .header h1 {
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 60px;
        letter-spacing: 0.5em;
    }
    
    .header p {
        font-family: "sigurd", sans-serif;
        /* 英語フォント -Sigurd */
        font-weight: 300;
        font-style: normal;
        font-size: 18px;
        letter-spacing: 0.1em;

        margin-top: -20px;
    }
    
    .navi {
        width: 80%;
        margin: 0 auto;
        /* border: solid 1px black; */
    }
    
    .navi ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        font-family: "Libre Franklin", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        letter-spacing: 0.1em;
        align-items: center;

    }
    
    .navi ul a {
        text-decoration-line: none;
    }
    
    .navi ul p {
        border-left:1px solid #000000; /*線の設定*/
        margin: 0 5%;
        padding:10px 0; /*余白の設定 */
        text-align: center;

    }
    .navi li {
        width: 50%;
        text-align: center;
    }

    .navi img {
        width: 20%;
        padding-top: 4px;
        text-align: center;
    }

    .ham {
        display: none;
      }

    
    .title {
        width: 95%;
        margin: 35px auto 10px;
        padding-left: 8%;
        text-align: left;
        border-top: 2px solid black; /* ？縦短くできるのか？*/
    }
    
    .title h2 {
        color: #362e2b;
        font-size: 88px;
        font-family: "sigurd", sans-serif;
        /* 英語フォント -Sigurd */
        font-weight: 500;
        font-style: normal;
    }
    
    
    .main {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }  
    .top {
        width: 80%;
        margin: 0 auto;
        /* height: 800px; */
        position: relative;
    }
    .top1 {
        width: 100%;
        margin: 80px auto;
    }
    .top1 img {
        width: 100%;
        padding-top: 100px;
    }
    .top2 {
        width:57%;
        position: absolute;
        top: -80px;
        left: 23%;
    }
    .top2 img {
        width:100%;
        padding-top: 0px;
    }  
    .top-text {
        width: 100%;
        margin: 145px auto 0;
    }
    .name {
        font-size: 32px;
    }
    
    
    
    .list {
        width: 100%;
        margin: 70px auto 200px;
        display: flex;
        justify-content: space-between;
    }
    
    .list ul{
        display: flex;
        justify-content: space-between;
        list-style: none;
        text-align: center;
    }
    .list1 {
        width: 35%;
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0.2em;

    }
    .list1 img {
        width: 60%;
    }

    .list1 a {

        text-decoration: none;
    }
    
    
    .profile {
        width: 100%;
    }
    
    .section {
        width: 100%;
    }
    
    
    .topic {
    
        width: 100%;
        margin: 100px auto 0;
        padding-left: 8%;
        text-align: left;
        border-top: 2px solid black; /* ？縦短くできるのか？*/
    
    }
    .topic h3 {
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 28px;
        letter-spacing: 0.1em;

    }
    



    
    .services {
        width: 100%;
        display: flex;
    }
    .service1 {
        width: 50%;
        
    }
    .flow {
        width: 100%;
    }
    .flow p {
        text-align: left;
        margin: 4em 0 4em 23%;
    }


    .sub {
        color: rgb(0, 128, 113);
        margin: 4em 0;
        font-size: 16px;
        padding-top: 30px;

    }


    .number {
        font-size: larger;
    }

    .image1 {
        width: 50%;
    }

    .image1 img {
        width: 100%;
    }

    .service2 {
        width: 50%;
    }
    .service2 p {
        text-align: left;
        margin: 4em 0 4em 6em;
    }




    .skills {
        width: 90%;
        margin:100px auto;
    }
    .skills p {
        width: 100%;
        margin: 100px auto;
        text-align: center;
    }
    
    .skill-sub {
        font-size: 18px;
    }


    .list2 {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 0.4em;
        line-height: 2.5em;    
    }
    .list2 ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        text-align: center;
       
    }
    .list2 li {
        width: 28%;
    }

    

    .image2 {
        width: 40%;
        margin: 0 auto;

    }
    .image2 img {
        width: 100%;
        margin: -200px auto;

    }
    
    
    
    .section3 {
        width: 100%;
        display: flex;
    
    }
    .text {
        width: 60%;
    }
    .text p {
        text-align: left;
        margin: 4em 0 4em 20%;
    }

    .image3 {
        width: 40%;
        margin-top:130px;
    }
    .image3 img {
        width: 100%;
    
    }
    
    
    
    
    
    .footer {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
      .copyright {
        width: 100%;
        margin: 100px auto 0;
        text-align: center;
      }

}

















/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1024px) {

    .container {
        background-color: #ddd5c7;
        width: 100%;
        margin: 0 auto;
        /* font-family: "Abril Fatface", serif; */
        font-family: "Sawarabi Gothic", sans-serif; /* 日本語フォント */
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #252525;
    }

    .container p {
        letter-spacing: 0.4em;
        line-height: 2.5em;

    }

/* .container h3 {
    letter-spacing: 0.4em;
    line-height: 2.5em;

} */
    
.sen {
    width: 95%;
    margin: 0 auto 10px;
    border-top: 5px solid black;
    background-color: #ddd5c7;
 }
  
    .sen2 {
        width: 95%;
        margin: 0 auto;
        padding-top: 50px; 
        border-top: 5px double black; 
    }
    
    /* hr {
        height: 5px;
        background-color: black;
        width: 100%;
        border: none;
       } */
    
    .header {
        width:100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .header h1 {
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 50px;
        letter-spacing: 0.5em;
    }
    
    .header p {
        font-family: "sigurd", sans-serif;
        /* 英語フォント -Sigurd */
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 0.1em;
        margin-top: -20px;
    }
    
    .navi {
        width: 80%;
        margin: 0 auto;
        /* border: solid 1px black; */
    }
    
    .navi ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        font-family: "Libre Franklin", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 15px;
        letter-spacing: 0.1em;
        align-items: center;

    }
    
    .navi ul a {
        text-decoration-line: none;
    }
    
    .navi ul p {
        border-left:1px solid #000000; /*線の設定*/
        margin: 0 5%;
        padding:10px 0; /*余白の設定 */
        text-align: center;

    }
    .navi li {
        width: 50%;
        text-align: center;
    }

    .navi img {
        width: 25%;
        padding-top: 4px;
        text-align: center;
    }
    
    .ham {
        display: none;
      }


    .title {
        width: 95%;
        margin: 35px auto 10px;
        padding-left: 8%;
        border-top: 2px solid black; /* ？縦短くできるのか？*/
    }
    
    .title h2 {
        color: #362e2b;
        font-size: 60px;
        font-family: "sigurd", sans-serif;
        /* 英語フォント -Sigurd */
        font-weight: 500;
        font-style: normal;
    }    
    








    .main {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    
    
    
    .top {
        width: 80%;
        margin: 0 auto;
        /* height: 800px; */
        position: relative;
    }
    
    .top1 {
        width: 100%;
        margin: 50px auto;
    }
    .top1 img {
        width: 100%;
        padding-top: 60px;
    }
    
    .top2 {
        width:57%;
        position: absolute;
        top: -130px;
        left: 23%;
    }
    .top2 img {
        width:100%;
        padding-top: 80px;
    }
    
    
    .top-text {
        width: 100%;
        margin: 0 auto;
    }
    .name {
        font-size: 26px;
    }

    
    
    
    .list {
        width: 100%;
        margin: 70px auto;
        display: flex;
        justify-content: space-between;
    }
    
    .list ul{
        display: flex;
        justify-content: space-between;
        list-style: none;
        text-align: center;
    }
    .list1 {
        width: 35%;
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0.2em;

    }
    .list1 img {
        width: 60%;
    }

    .list1 a {

        text-decoration: none;
    }
    
    
    .profile {
        width: 100%;
    }
    
    .section {
        width: 100%;
    }
    
    
    .topic {
    
        width: 100%;
        margin: 100px auto 0;
        padding-left: 8%;
        text-align: left;
        border-top: 2px solid black; /* ？縦短くできるのか？*/
    
    }
    .topic h3 {
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 28px;
        letter-spacing: 0.1em;

    }
    
    
    .services {
        width: 100%;
        /* display: flex; */
    }
    .service1 {
        width: 100%;
        
    }
    .flow {
        width: 100%;
    }
    .flow p {
        text-align: left;
        margin: 4em 0 4em 27%;
    }


    .sub {
        color: rgb(0, 128, 113);
        margin: 4em 0;
        font-size: 16px;
        padding-top: 30px;

    }
    
    .number {
        font-size: larger;
    }

    .image1 {
        width: 60%;
        margin: -50px auto 0;
    }

    .image1 img {
        width: 100%;
    }

    .service2 {
        width: 100%;
    }
    .service2 p {
        text-align: left;
        margin: 4em 0 4em 26%;
    }




    .skills {
        width: 100%;
        margin:100px auto 0;
    }
    .skills p {
        width: 100%;
        margin: 100px auto;
        text-align: center;
    }


    .list2 {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 0.4em;
        line-height: 2.5em;    
    }
    .list2 ul {
        width: 90%;
        margin: 0 auto;
        /* display: flex;
        justify-content: space-between; */
        list-style: none;
        text-align: center;
    }

    .list2 li {
        width: 45%;
        margin: 0 auto 65px;
    }
    

    .image2 {
        width: 45%;
        margin: 0 auto;
    }
    .image2 img {
        width: 100%;
        margin: -100px auto;
    }
    
    
    
    .section3 {
        width: 100%;
        /* display: flex; */
    
    }
    .text {
        width: 100%;
    }
    .text p {
        text-align: left;
        margin: 4em 0 4em 20%;
    }

    .image3 {
        width: 70%;
        margin:-100px auto 0;
    }
    .image3 img {
        width: 100%;
    
    }
    
    
    
    
    
    .footer {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .copyright {
        width: 100%;
        margin: 100px auto 0;
        text-align: center;
      }

}

















/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {

    .container {
        background-color: #ddd5c7;
        width: 100%;
        margin: 0 auto;
        /* font-family: "Abril Fatface", serif; */
        font-family: "Sawarabi Gothic", sans-serif; /* 日本語フォント */
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        color: #252525;
    }

    .container p {
        letter-spacing: 0.4em;
        line-height: 2.5em;

    }

/* .container h3 {
    letter-spacing: 0.4em;
    line-height: 2.5em;

} */
    
.sen {
    width: 95%;
    margin: 0 auto 10px;
    border-top: 5px solid black;
    background-color: #ddd5c7;
 }
  
    .sen2 {
        display: none;
        width: 95%;
        margin: 0 auto;
        padding-top: 50px; 
        border-top: 5px double black; 
    }
    
    /* hr {
        height: 5px;
        background-color: black;
        width: 100%;
        border: none;
       } */
    
    .header {
        width:100%;
        margin: 35px auto 0;
        text-align: center;
    }
    
    .header h1 {
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        letter-spacing: 0.4em;
    }
    
    .header p {
        font-family: "sigurd", sans-serif;
        /* 英語フォント -Sigurd */
        font-weight: 300;
        font-style: normal;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: normal;
        margin-top: -10px;
    }
    
    .navi {
        display: none;
        width: 80%;
        margin: 0 auto;
        /* border: solid 1px black; */
    }
    
    .navi ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        font-family: "Libre Franklin", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        letter-spacing: 0.1em;
        align-items: center;

    }
    
    .navi ul a {
        text-decoration-line: none;
    }
    
    .navi ul p {
        border-left:1px solid #000000; /*線の設定*/
        margin: 0 5%;
        padding:10px 0; /*余白の設定 */
        text-align: center;

    }
    .navi li {
        width: 50%;
        text-align: center;
    }

    .navi img {
        width: 25%;
        padding-top: 4px;
        text-align: center;
    }








    /*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
    background:rgba(106, 208, 202, 0.9);
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#g-nav img {
    width: 12%;
    padding-top: 6px;
}



/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:45px;
  right: 5px;
  cursor: pointer;
    width: 70px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
    
    
    
    
    
    
    
         
    
    
    .title {
        width: 95%;
        margin: 35px auto 10px;
        padding-left: 8%;
        border-top: 2px solid black; /* ？縦短くできるのか？*/
    }
    
    .title h2 {
        color: #362e2b;
        font-size: 38px;
        font-family: "sigurd", sans-serif;
        /* 英語フォント -Sigurd */
        font-weight: 500;
        font-style: normal;
    }
    








    .main {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    
    
    
    .top {
        width: 100%;
        margin: 0 auto;
        /* height: 800px; */
        position: relative;
    }
    
    .top1 {
        width: 100%;
        margin: 40px auto;
    }
    .top1 img {
        width: 100%;
        padding-top: 30px;
    }
    
    .top2 {
        width:57%;
        position: absolute;
        top: -120px;
        left: 23%;
    }
    .top2 img {
        width:100%;
        padding-top: 80px;
    }
    
    
    .top-text {
        width: 100%;
        margin: 0 auto;
    }
    .name {
        font-size: 20px;
    }
    
    
    
    
    .list {
        width: 100%;
        margin: 70px auto;
        display: flex;
        justify-content: space-between;
    }
    
    .list ul{
        display: flex;
        justify-content: space-between;
        list-style: none;
        text-align: center;
    }
    .list1 {
        width: 33%;
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
        letter-spacing: 0.2em;

    }
    .list1 img {
        width: 60%;
    }

    .list1 a {

        text-decoration: none;
    }
    
    
    .profile {
        width: 100%;
    }
    
    .section {
        width: 100%;
    }
    
    
    .topic {
    
        width: 100%;
        margin: 100px auto 0;
        padding-left: 8%;
        text-align: left;
        border-top: 1px solid black; /* ？縦短くできるのか？*/
    
    }
    .topic h3 {
        font-family: "sigurd", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 20px;
        letter-spacing: 0.1em;

    }
    
    
    .services {
        width: 100%;
        /* display: flex; */
    }
    .service1 {
        width: 100%;
        
    }
    .flow {
        width: 100%;
    }
    .flow p {
        text-align: left;
        margin: 4em 0 4em 10%;
    }


    .sub {
        width: 67%;
        color: rgb(0, 128, 113);
        margin: 4em auto;
        font-size: 12px;
        /* padding-top: 30px; */

    }
    
    .number {
        font-size: larger;
    }

    .image1 {
        width: 60%;
        margin: -50px auto 0;
    }

    .image1 img {
        width: 100%;
    }

    .service2 {
        width: 100%;
    }
    .service2 p {
        text-align: left;
        margin: 4em 0 4em 10%;
    }




    .skills {
        width: 90%;
        margin:100px auto 0;
    }
    .skills p {
        width: 100%;
        margin: 100px auto;
        text-align: center;
    }


    .list2 {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 0.4em;
        line-height: 2.5em;    
    }
    .list2 ul {
        width: 100%;
        margin: 0 auto;
        /* display: flex;
        justify-content: space-between; */
        list-style: none;
        text-align: center;
    }

    .list2 li {
        width: 60%;
        margin: 0 auto 50px;
    }
    

    .image2 {
        width: 70%;
        margin: 0 auto;
    }
    .image2 img {
        width: 100%;
        margin: -100px auto;
        /* margin-left: 4%; */
    }
    
    
    
    .section3 {
        width: 100%;
        /* display: flex; */
    
    }
    .text {
        width: 100%;
    }
    .text p {
        text-align: left;
        margin: 4em auto;
    }

    .image3 {
        width: 70%;
        margin:-70px auto 0;
    }
    .image3 img {
        width: 100%;
    
    }
    
    
    
    
    
    .footer {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .copyright {
        width: 100%;
        margin: 30px auto;
        text-align: center;
      }
}