@charset "utf";

/*------1280px→1024px→768px→480pxが理想-------------*/

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

  /*--------------------header_クリックイベント-------------*/
  header nav {
    display: none;
  }

  .burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 1;
  }

  .inner {
    width: 924px;
  }

  #nav-btn {
    display: block;
    position: fixed;
    top: 5px;
    right: 53px;
  }


  .bar {
    width: 50px;
    height: 5px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: dimgrey;
    border-radius: 2px;
    transition: transform .5s;
    opacity: .3s;
  }


  .bar_top {
    top: 17px;
  }

  .bar_mid {
    top: 90%;
    transform: translate(-50%, -50%);
  }

  .bar_bottom {
    bottom: -14px;
  }

  .burger-btn.close .bar_top {
    transform: translate(-90%, 15px) rotate(45deg);
  }

  .burger-btn.close .bar_mid {
    opacity: 0;
    transform: translateX(1px);
  }

  .burger-btn.close .bar_bottom {
    transform: translate(-90%, -15px) rotate(-45deg);
  }

  header>.sp_grobal {
    display: block;
    margin-top: 80px;
    height: 0;
  }

  .sp_menu {
    top: 0;
    right: 0;
    height: 100%;
    margin: 79px auto 0 auto;
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    transform: translateX(100%);
    transition: .4s all;
    opacity: 0.95;
    z-index: -10;
  }

  .list_box {
    display: flex;
    justify-content: center;
    height: 90px;
    flex-direction: column;
  }

  .nav-open {
    transform: translateX(0);
  }

  /*--------------ここまで--------------*/


  .sp_menu a {
    text-decoration: none;
    font-size: 13px;
    height: 13px;
    color: #0C162C;
  }

  .sp_menu span {
    font-size: 16px;
    color: #192F60;
    margin-top: 8px;
  }

  .sp_contact {
    margin-top: 45px;
  }

  .sp_menu ul {
    margin-top: 45px;
    background-color: #ffffff;
    height: 844px;
  }

  .sp_contact h2 {
    margin-top: 10px;
  }

  .sp_contact a img {
    margin-top: 40px;
  }

  /*----------------------------------------------------------------------*/


  /*------------------------key_visu----------------------------------*/
  .key_visua {
    height: 650px;
    background: url(image/fv-img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }

  .key_visua_container {
    position: absolute;
    top: 200px;
  }

  .key_visua_container h2 {
    width: 750px;
    font-size: 45px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #192F60;
    background-color: #ffffff;
    margin-top: 13px;
    padding: 10px 13px;
    letter-spacing: 4px;
  }

  .key_visua p {
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    padding: 13px 16px;
    font-size: 18px;
    color: #192F60;
    background-color: #ffffff;
    top: 390px;
  }


  .key_visua .contact_btn {
    position: absolute;
    top: 502px;
  }

  .contact_btn img {
    width: 180px;
    height: 40px;
  }

  /*----------------------------concept------------------------*/

  #concept {
    height: 1150px;
  }

  #concept .under_text {
    margin: 0 auto;
    position: absolute;
  }

  #concept .under_text p {
    width: 800px;
    font-size: 14px;
    top: -180px;
    left: 60px;
  }

  .concept_visua {
    height: 660px;
    position: relative;
    margin-right: 20px;
  }

  .concept_bg {
    width: 313px;
    height: 600px;
    background-image: url(image/concept.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }

  .price {
    width: 800px;
    height: 317px;
    position: absolute;
    text-align: center;
    display: flex;
    top: 120px;
    left: 100px;
  }

  .price_img {
    background-image: url(image/img01.jpg);
    width: 448.2px;
    height: 240px;
    margin-right: 80px;
  }

  .price_texts {
    width: 480px;
    text-align: right;
  }

  .price_texts p:nth-child(1) {
    font-size: 19px;
    font-weight: bold;
    font-family: "平成角ゴシック Std";
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px 12px;
    margin-top: 20px;
    background-color: #192F60;
    display: inline-block;
  }

  .price_texts p:nth-child(2) {
    font-size: 19px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px 12px;
    margin-top: 10px;
    background-color: #192F60;
    display: inline-block;
  }

  .price_footer span {
    font-size: 45px;
    font-family: "Neue Haas Grotesk Text Pro";
    margin: 0 8px;
  }

  .top_btn {
    top: 520px;
    left: 400px
  }

  .three_feature {
    height: 440px;
    padding: 0 60px;
    margin-right: auto;
    background-image: url(image/bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
  }



  .feature_left {
    width: 470px;
  }

  .feature_left p:nth-child(1) {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #192F60;
    margin-top: 80px;
  }

  .feature_left h2 {
    font-size: 22px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    background-color: #192F60;
    padding: 10px 12px;
    margin-top: 40px;
    display: inline-block;
  }

  #concept .feature_left_p p {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    font-weight: normal;
    color: #192F60;
    margin-top: 40px;
    line-height: 27px;
  }

  .feature_right ul {
    margin-top: 4px;
  }

  .feature_right ul li {
    margin-top: 40px;
  }

  .list {
    display: flex;
  }

  .list h2 {
    font-size: 85px;
    font-family: "Neue Haas Grotesk Text Pro";
    font-weight: bold;
    color: #EFF1F4;
  }

  .right_box {
    margin-right: auto;
    margin-left: 27px;
  }

  .first {
    margin-left: 191px;
  }

  .second {
    margin-left: 95px;
  }

  #concept .right_box h2 {
    font-size: 24px;
    font-family: "平成角ゴシック Std";
    color: #192F60;
    margin-top: 7px;
  }

  #concept .right_box p {
    font-size: 14px;
    font-family: "平成角ゴシック Std";
    color: #333333;
    margin-top: 11px;
    line-height: 26px;
  }

  /*--------------SERVICE-------------------*/

  #service {
    height: 670px;
  }

  .service_container {
    margin-top: 40px;
    position: relative;
  }

  .service_bg {
    width: 353px;
    height: 625px;
    background-image: url(image/service.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
  }

  .service_top {
    position: absolute;
    top: 40px;
  }

  .service_top h2 {
    font-size: 20px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    background-color: #192F60;
    padding: 11px 13px;
    margin-top: 16px;
    display: inline-block;
  }

  .service_top p {
    font-size: 14px;
    font-family: "平成角ゴシック Std";
    color: #333333;
    width: 700px;
    line-height: 2;
    margin-top: 40px;
  }

  .service_boxs {
    display: flex;
    position: absolute;
    top: 205px;
    left: -43px;
    margin: 31px 110px 0 110px;
  }

  .service_img {
    width: 240px;
    height: 155px;
  }

  #service .image_fst h2 {
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    padding: 13px 16px;
    margin-top: 109px;
    margin-left: 30px;
    font-size: 13px;
    color: #192F60;
    background-color: #ffffff;

  }

  .service_img h2 {
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    padding: 10px 16px;
    margin-top: 109px;
    margin-left: 31px;
    font-size: 20px;
    color: #192F60;
    background-color: #ffffff;

  }

  .image_fst {
    background-image: url(image/jobs01.jpg);
    margin-right: 17.5px;
  }

  .image_sec {
    background-image: url(image/jobs02.jpg);
    margin: 0 17.5px;
  }

  .image_thr {
    background-image: url(image/jobs03.jpg);
    margin-left: 17.5px;
  }

  .service_box {
    position: relative;
  }

  .service_box span {
    font-size: 8px;
    font-family: "Neue Haas Grotesk Text Pro";
    color: #192F60;
    position: absolute;
    top: 142px;
    left: 49px;
  }

  .service_texts p {
    font-size: 12px;
    line-height: 20px;
    margin: 32px 11px 40px 11px;
  }

  #service .btn_imgs {
    text-align: center;
    margin-top: 24px;
  }

  /*--------------------WORKS------------------*/
  #works {
    height: 1100px;
  }

  .works_bg {
    width: 300px;
    height: 600px;
    background-image: url(image/works.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #works .inner {
    position: relative;
  }

  .title_slide {
    width: 100%;
    height: 974px;
    position: absolute;
    top: 60px;
  }

  .works_title {
    text-align: left;
    height: 184px;
  }

  .works_title h2 {
    padding: 11px 13px;
    margin-left: 78px;
    font-size: 20px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    background-color: #192F60;
    display: inline-block;
  }

  .works_title p {
    width: 700px;
    margin-top: 40px;
    margin-left: 78px;
    font-size: 19px;
    font-family: "平成角ゴシック Std";
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 2.5;
  }

  .slide_box {
    /* height: 636px; */
    position: relative;
    width: 100%;
    height: 69vh;
    padding: 0;
    margin: 0;
  }

  .slide_container {
    height: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slider {
    width: 525px;
    height: 350px;
    position: relative;
  }

  .slider .slide {
    width: 525px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
  }

  .slider .slide img {
    width: 525px;
    height: 350px;
  }

  .slider .slide ul {
    width: 1854px;
    height: 412px;
    list-style: none;
    font-size: 0;
    position: relative;
  }

  .slider .slide li {
    display: inline-block;
    position: absolute;
    transition: 0.5s cubic-bezier(0.45, 0.06, 0.32, 1);
  }

  .slide li:nth-of-type(1) {
    left: -600px;
  }

  .slide li:nth-of-type(2) {
    left: 0;
  }

  .slide li:nth-of-type(3) {
    left: 600px;
  }

  .controller {
    display: flex;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .controller .prev_btn {
    margin-left: 3rem;
    cursor: pointer;
    color: #181818;
  }

  .controller .next_btn {
    margin-right: 3rem;
    cursor: pointer;
    color: #181818;
  }

  .controller .indicator {
    display: flex;
    width: 80px;
    height: 16px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #181818;
    border-radius: 10px;
  }

  .indicator span {
    width: 8px;
    height: 8px;
    background: whitesmoke;
    border-radius: 50%;
    margin: 0 4px 0 4px;
  }

  #active {
    background-color: red;
  }

  .slide_texts {
    width: 528px;
    margin: 0 auto;
    position: relative;
  }

  .slide_texts h2 {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #192F60;
    position: absolute;
    top: -60px;
  }

  .slide_texts p {
    font-size: 14px;
    color: #333333;
    margin-top: 32px;
    line-height: 26px;
  }

  #works .slide_texts .btn_imgs {
    margin-top: 40px;
  }

  .slide_box .btn_imgs {
    margin-top: 24px;
  }

  /*-----------------BLOG-----------------------*/

  #blog {
    height: 500px;
  }
  
  #blog .inner {
    position: relative;
  }
  
  .blog_bg {
    width: 320px;
    height: 480px;
    margin-left: auto;
    background-image: url(image/blog.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .blog_img {
    height: 510px;
    background-image: url(image/last.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .blog_bg_ms {
    width: 71px;
    height: 300px;
    background-image: url(image/blog.ms.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotateX(90);
    position: absolute;
    top: 46.3px;
    right: 0;
  }
  
  .blog_ul {
    width: 750px;
    height: 408px;
    margin: 0 auto;
    background-color: #ffffff;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  
  .blog_textline {
    margin: 16px 95px;
    display: flex;
    border-bottom: 1px solid #CACACA;
  }
  
  .blog_text p {
    padding: 23px 30px;
    margin-left: 20px;
  }
  
  .blog_text a {
    font-size: 13px;
    font-family: "平成角ゴシック Std";
    padding: 20px 15px;
    margin: 0 auto;
    text-decoration: underline;
  }
  
  /*--------lastcontact_footer--------------------*/
  #lastcontact {
    height: 316px;
    background-image: url(image/cta.bg.jpg);
  }
  
  .footer_contact {
    width: 560px;
    height: 180px;
    padding-top: 80px;
    margin: 80px auto 40px auto;
  }
  
  .last_text {
    width: 308px;
    margin: 0 auto;
  }
  
  .last_text p {
    font-size: 20px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
  }
  
  .footer_contact .contact_btn {
    margin: 40px 40px 0 40px;
    display: flex;
  }

  .footer_contact .contact_btn img {
    margin-left: 40px;
  }

  .footer_contact .contact_btn img:first-child {
  margin-right: 0;
  }
  
  footer {
    height: 221px;
    background-color: #192F60;
  }
  
  footer .inner {
    text-align: center;
  }
  
  footer h2 {
    color: #707070;
    font-size: 35px;
    font-weight: bold;
    padding-top: 49.2px;
    letter-spacing: 4px;
  }
  
  footer p {
    color: #ffffff;
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
  
  footer small {
    color: #ffffff;
    font-size: 11px;
    padding-top: 40px;
  }

}


@media screen and (max-width: 1023px) {
  /*----------header_クリックイベント-------------*/
  header {
    text-align: right;
    width: 100%;
    height: 81px;
    z-index: 10;
    position: fixed;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  }

  header h1 {
    top: 20px;
    left: 30px;
  }

  header h1 img {
    width: 100px;
    height: 38px;
  }

  #nav-btn {
    right: 30px;
  }

  .bar {
    width: 36px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: dimgrey;
    border-radius: 2px;
    transition: transform .5s;
    opacity: .3s;
  }

  .bar_top {
    top: 20px;
  }

  .bar_mid {
    top: 90%;
    transform: translate(-50%, -50%);
  }

  .bar_bottom {
    bottom: -10px;
  }

  .burger-btn.close .bar_top {
    transform: translate(-90%, 12.5px) rotate(45deg);
  }

  .burger-btn.close .bar_mid {
    opacity: 0;
    transform: translateX(1px);
  }

  .burger-btn.close .bar_bottom {
    transform: translate(-90%, -12.5px) rotate(-45deg);
  }

  .inner {
    width: 718px;
  } 

  /*-------------key_visu-------------------*/
  .key_visua {
    height: 520px;
    background: url(image/fv-img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }

  .key_visua_container {
    position: absolute;
    top: 140px;
    left: 5%;
    right: 5%;
  }

  .key_visua_container h2 {
    width: 560px;
    font-size: 30px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #192F60;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 10px 13px;
    letter-spacing: 4px;
  }

  .key_visua p {
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    padding: 10px 13px;
    font-size: 15px;
    color: #192F60;
    background-color: #ffffff;
    top: 330px;
  }

  .key_visua .contact_btn {
    position: absolute;
    top: 420px;
  }

  /*------------------concept-----------------*/
  #concept {
    height: 1070px;
  }

  #concept .under_text {
    margin: 0 auto;
    position: absolute;
  }

  #concept .under_text p {
    width: 580px;
    font-size: 12px;
    line-height: 2;
    top: -180px;
    left: 60px;
  }

  .concept_visua {
    width: 100%;
    height: 635px;
    position: relative;
    margin-right: 20px;
  }

  .concept_bg {
    width: 302px;
    height: 560px;
    background-image: url(image/concept.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }

  .price {
    width: 650px;
    height: 317px;
    position: absolute;
    text-align: center;
    display: flex;
    top: 120px;
    left: 48px;
  }

  .price_img {
    background-image: url(image/img01.jpg);
    width: 360px;
    height: 192px;
    left: 5%;
    right: 5%;
  }

  .price_texts {
    width: 350px;
    text-align: right;
  }

  .price_texts p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    font-family: "平成角ゴシック Std";
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px 12px;
    margin-top: 20px;
    background-color: #192F60;
    display: inline-block;
  }

  .price_texts p:nth-child(2) {
    font-size: 16px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px 12px;
    margin-top: 10px;
    background-color: #192F60;
    display: inline-block;
  }

  .price_footer span {
    font-size: 30px;
    font-family: "Neue Haas Grotesk Text Pro";
    margin: 0 3px;
  }

  #concept .price_footer p {
    font-size: 15px;
    font-weight: normal;
    color: #192F60;
    margin-left: 10px;
    background-color: #ffffff;
  }
  

  .top_btn {
    top: 483px;
    left: 400px
  }

  .three_feature {
    height: 390px;
    padding: 0 60px;
    margin-right: auto;
    background-image: url(image/bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
  }

  .feature_left {
    width: 450px;
  }

  .feature_left p:nth-child(1) {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #192F60;
    margin-top: 50px;
  }

  .feature_left h2 {
    font-size: 20px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    background-color: #192F60;
    padding: 10px 12px;
    margin-top: 40px;
    display: inline-block;
  }

  #concept .feature_left_p p {
    font-size: 16px;
    font-family: "平成角ゴシック Std";
    font-weight: normal;
    color: #192F60;
    margin-top: 40px;
    margin-right: 38px;
    line-height: 27px;
  }

  .feature_right ul {
    margin-top: 40px;
  }

  .feature_right ul li {
    margin-top: 24px;
  }

  .list h2 {
    font-size: 55px;
    font-family: "Neue Haas Grotesk Text Pro";
    font-weight: bold;
    color: #EFF1F4;
  }

  .right_box {
    margin-right: auto;
    margin-left: 27px;
  }

  .first {
    margin-left: 100px;
  }

  .second {
    margin-left: 50px;
  }

  #concept .right_box h2 {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    color: #192F60;
    margin-top: 13px;
  }

  #concept .right_box p {
    font-size: 13px;
    font-family: "平成角ゴシック Std";
    color: #333333;
    margin-top: 7px;
    line-height: 19px;
  }

  /*-------------SERVICE-----------------*/
  #service {
    height: 670px;
  }

  .service_container {
    margin-top: 30px;
    position: relative;
  }

  .service_bg {
    width: 302px;
    height: 560px;
    background-image: url(image/service.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
  }

  .service_top {
    position: absolute;
    top: 40px;
  }

  .service_top h2 {
    font-size: 16px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    background-color: #192F60;
    padding: 11px 13px;
    margin-top: 16px;
    display: inline-block;
  }

  .service_top p {
    font-size: 13px;
    font-family: "平成角ゴシック Std";
    color: #333333;
    width: 640px;
    line-height: 2;
    margin-top: 40px;
  }

  .service_boxs {
    display: flex;
    position: absolute;
    top: 205px;
    left: -40px;
    margin: 31px 50px 0 50px;
  }

  #service .service_img {
    margin: 0 auto;
    width: 170px;
    height: 109px;
    background-size: cover;
  }

  #service .image_fst h2 {
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    padding: 10px 13px;
    margin-top: 75px;
    margin-left: 18px;
    font-size: 10px;
    color: #192F60;
    background-color: #ffffff;

  }

  .service_img h2 {
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    letter-spacing: 3px;
    position: absolute;
    padding: 10px 13px;
    margin-top: 75px;
    margin-left: 30px;
    font-size: 10px;
    color: #192F60;
    background-color: #ffffff;

  }

  .image_fst {
    background-image: url(image/jobs01.jpg);
    margin-right: 0 9.5px;
  }

  .image_sec {
    background-image: url(image/jobs02.jpg);
    margin: 0 9.5px;
  }

  .image_thr {
    background-image: url(image/jobs03.jpg);
    margin-left: 0;
  }

  .service_box {
    width: 220px;
    position: relative;
    margin: 0 10px;
  }

  #service .service_box span {
    font-size: 1px;
    display: inline-block;
    font-family: "Neue Haas Grotesk Text Pro";
    color: #192F60;
    position: absolute;
    top: 100px;
    left: 49px;
  }

  .service_texts p {
    font-size: 12px;
    line-height: 20px;
    margin: 32px 11px 40px 11px;
  }

  #service .btn_imgs {
    text-align: center;
    margin-top: 20px;
  }

  #service .btn_imgs img {
    width: 170px;
    height: 30px;
  }


  /*------------------WORKS-----------------*/
  #works {
    height: 1050px;
  }

  .works_bg {
    width: 240px;
    height: 500px;
    background-image: url(image/works.bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .title_slide {
    width: 100%;
    height: 870px;
    position: absolute;
    top: 60px;
  }

  .works_title {
    text-align: left;
    height: 184px;
  }

  .works_title h2 {
    padding: 11px 13px;
    margin-left: 78px;
    font-size: 16px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    background-color: #192F60;
    display: inline-block;
  }

  .works_title p {
    width: 600px;
    margin-top: 40px;
    margin-left: 78px;
    font-size: 16px;
    font-family: "平成角ゴシック Std";
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 1.5;
  }

  .slide_box {
    /* height: 636px; */
    position: relative;
    width: 100%;
    height: 69vh;
    padding: 0;
    margin: 0;
  }

  .slide_container {
    height: 490px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slider {
    width: 525px;
    height: 350px;
    position: relative;
  }

  .slider .slide {
    width: 525px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
  }

  .slider .slide img {
    width: 525px;
    height: 350px;
  }

  .slider .slide ul {
    width: 1854px;
    height: 412px;
    list-style: none;
    font-size: 0;
    position: relative;
  }

  .slider .slide li {
    display: inline-block;
    position: absolute;
    transition: 0.5s cubic-bezier(0.45, 0.06, 0.32, 1);
  }

  .slide li:nth-of-type(1) {
    left: -600px;
  }

  .slide li:nth-of-type(2) {
    left: 0;
  }

  .slide li:nth-of-type(3) {
    left: 600px;
  }

  .controller {
    display: flex;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .controller .prev_btn {
    margin-left: 3rem;
    cursor: pointer;
    color: #181818;
  }

  .controller .next_btn {
    margin-right: 3rem;
    cursor: pointer;
    color: #181818;
  }

  .controller .indicator {
    display: flex;
    width: 80px;
    height: 16px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background: #181818;
    border-radius: 10px;
  }

  .indicator span {
    width: 8px;
    height: 8px;
    background: whitesmoke;
    border-radius: 50%;
    margin: 0 4px 0 4px;
  }

  #active {
    background-color: red;
  }

  .slide_texts {
    width: 528px;
    margin: 0 auto;
    position: relative;
  }

  .slide_texts h2 {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #192F60;
    position: absolute;
    top: -70px;
  }

  .slide_texts p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    line-height: 26px;
  }

  #works .slide_texts .btn_imgs {
    margin-top: 40px;
  }

  #works .slide_texts .btn_imgs img {
    width: 170px;
    height: 30px;
  }

  .slide_box .btn_imgs {
    margin-top: 24px;
  }

  #works .two_imgs img {
    width: 170px;
    height: 30px;
    margin-top: 10px;
  }

  /*-------------------footer--------------*/
  #lastcontact {
    height: 290px;
    background-image: url(image/cta.bg.jpg);
  }
  
  .footer_contact {
    width: 560px;
    height: 180px;
    padding-top: 80px;
    margin: 80px auto 40px auto;
  }
  
  .last_text {
    width: 308px;
    margin: 0 auto;
  }
  
  .last_text p {
    font-size: 17px;
    font-family: "平成角ゴシック Std";
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
  }
  
  .footer_contact .contact_btn {
    margin: 40px 40px 0 40px;
    display: flex;
  }

  .footer_contact .contact_btn img {
    margin-left: 40px;
  }

  .footer_contact .contact_btn img:first-child {
  margin-right: 0;
  }
  
  footer {
    height: 221px;
    background-color: #192F60;
  }
  
  footer .inner {
    text-align: center;
  }
  
  footer h2 {
    color: #707070;
    font-size: 35px;
    font-weight: bold;
    padding-top: 49.2px;
    letter-spacing: 4px;
  }
  
  footer p {
    color: #ffffff;
    font-size: 14px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
  
  footer small {
    color: #ffffff;
    font-size: 9px;
    padding-top: 40px;
  }
}



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

  /*--------------------header_クリックイベント-------------*/
  header {
    height: 75px;
  }

  .inner {
    width: 90%;
  } 
  /*------------------------key_visu----------------------------------*/
  .key_visua {
    height: 700px;
  }

  .key_visua_container {
    position: absolute;
    top: 180px;
  }

  .key_visua_container h2 {
    width: 93%;
    font-size: 22px;
    font-weight: bold;
    color: #192F60;
    background-color: #ffffff;
    margin-top: 15px;
    padding: 10px 13px;
    letter-spacing: 0.5px;
  }

  .key_visua_container h2:first-child {
    letter-spacing: 0.5px;
  }

  .key_visua p {
    font-size: 14px;
    top: 330px;
  }

  .key_visua .contact_btn {
    text-align: center;
    position: absolute;
    top: 450px;
    left: 65px;
  }

  .contact_btn img {
    width: 240px;
    height: 56px;
  }

  .contact_btn img:first-child {
    margin-bottom: 40px;
  }
  /*----------------------------concept------------------------*/

  #concept {
    margin-top: 110px;
    height: 1820px;
  }

  #concept .under_text p {
    width: 300px;
    font-size: 12px;
    line-height: 2;
    top: -180px;
    left: 60px;
  }

  .concept_visua h2 {
    font-size: 16px;
    top: -90px;
    left: 15px;
  }

  .days_text p {
    font-size: 15px;
    top: -90px;
    left: 80px;
  }

  .days_text a {
    font-size: 15px;
    top: -70px;
    left: 80px;
  }


  #concept .price {
    width: 100%;
    height: 400px;
    flex-direction: column;
    top: 100px;
    left: 5px;
  }

  #concept .price_img {
    width: 340px;
    height: 240px;
  }

  .price_texts {
    width: 340px;
    text-align: left;
  }

  #concept .price_footer {
    text-align: left;
    margin-top: 20px;
  }

  #concept .price_footer p {
    font-size: 15px;
    font-weight: normal;
    color: #192F60;
    background-color:rgba(0,0,0,0);
    padding: 0;
    margin-left: 10px;
  }

  #concept .under_text p {
    width: 340px;
    font-size: 12px;
    line-height: 2;
    top: -10px;
    left: 0px;
  }

  .top_btn {
    top: 720px;
    left: 55px
  }

  .three_feature {
    height: 270px;
    margin-top: 190px;
    padding: 0 10px;
    margin-right: auto;
    background-image: url(image/sp01bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
  }

  .feature_left {
    width: 100%;
    text-align: center;
  }

  .feature_left p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #192F60;
    margin-top: 60px;
  }

  #concept .feature_left_p p {
    margin-top: 20px;
    text-align: left;
  }

  .feature_right ul {
    margin-top: 120px;
  }

  .first {
    margin-left: 0;
  }
  
  .second {
    margin-left: 0;
  }

  .list h2 {
    font-size: 100px;
  }

  .feature_right ul li {
    margin-top: 73px;
  }

  #concept .right_box {
    width: 200px;
    position: relative;
  }

  #concept .right_box h2 {
    font-size: 20px;
    margin-top: 7px;
    margin-left: -45px;
  }

  #concept .right_box p {
    width: 340px;
    position: absolute;
    font-size: 14px;
    margin-top: 28px;
    line-height: 19px;
    left: -165px;
  }

  #concept .right_bg {
    position: absolute;
    width: 100%;
    height: 120px;
    background: url(image/ps02bg.png);
    top: 830px;
    left: 0;
  }

  /*-------------------------SERVICE-------------------------*/
  #service {
    height: 1600px;
  }

  .service_top {
    top: 60px;
    left: 8%;
  }

  #service .service_top h2 {
    margin: 10px 0 20px 30px;
    display: inline-block;
  }

  .service_top p {
    margin-top: 60px;
    font-size: 13px;
    width: 300px;
  }


  #service .service_boxs {
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 305px;
    left: -51px;
  }

  #service .service_box {
    width: 100%;
    left: -8.5px;
  }

  #service .service_img {
    position: relative;
    width: 350px;
    height: 240px;
  }

  #service .service_img h2 {
    position: absolute;
    font-size: 18px;
    top: 120px;
    left: 50px;
  }

  #service .service_box span {
    font-size: 8px;
    font-family: "Neue Haas Grotesk Text Pro";
    color: #192F60;
    position: absolute;
    top: 228px;
    left: 96px;
  }

  .btn_imgs {
    padding-bottom: 30px;
  }


  /*-------------------------WORKS-------------------------*/
  #works {
    height: 1000px;
  }

  .works_title h2 {
    width: 75%;
    margin-left: 30px;
    letter-spacing: 3.3px;
  }
  
  .works_title p {
    margin-left: 5%;
    font-size: 15px;
    width: 90%;
  }

  .slider {
    width: 340px;
    height: 226px;
    position: relative;
    top: -150px;
  }

  #works .title_slide .slide_box {
    top: 70px;
    height: 300px;
  }

  .slide_container {
    height: 100px;
  }

  .slider .slide {
    position: relative;
    width: 340px;
    height: 226px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .slider .slide img {
    position: absolute;
    top: 0;
    width: 340px;
    height: 226px;
  }

  .slide_texts {
    margin-top: 100px;
    width: 100%;
  }

  .slide_texts h2 {
    width: 55%;
    margin-left: 22.5%;
  }

  .slide_texts p {
    width: 100%;
  }

  .title_slide {
    height: 200px;
  }
  /*-------------------------BLOG-------------------------*/
  #blog {
    height: 460px;
  }

  .blog_ul {
    width: 90%;
  }

  #blog .blog_textline {
    margin-left: 17px;
    width: 90%;
    display: flex;
    flex-direction: column;
  }

  .blog_textline p {
    font-size: 12px;
    padding: 5px;
  }

  .blog_textline a {
    width: 100%;
    font-size: 12px;
    padding: 13px;
  }

  /*-------------------------footer-------------------------*/
  .footer_contact {
    width: 90%;
  }

  .footer_contact .contact_btn {
    margin: 40px 40px 0 40px;
    flex-direction: column;
  }

  .last_text {
    width: 280px;
    margin: 0 auto;
  }
  
  .last_text p {
    font-size: 17px;
    line-height: 25px;
  }

  .footer_contact .contact_btn {
    display: flex;
  }

  .footer_contact .contact_btn img {
    width: 120px;
    height: 30px;
    margin-left: 74px;
    text-align: center;
  }
}
