/* =======================================================
*
*     index.css
*
*
* ======================================================= */

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
body.offcanvas {
    overflow: hidden;
}
#index .cover, #index .mainvisual-hero {
    position: relative;
    height: 700px;
}
.mainvisual_news {
    position: relative;
}

@media screen and (max-width: 640px) {
    #index .cover, #index .mainvisual-hero {
        height: 520px;
    }
}


/* =========================================================
    bnr_box
========================================================= */
.bnr_box {
    margin: 0 auto 60px;
}
.bnr_box .row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.bnr_box img {
    width: 650px;
}
.subsc_btn_link {
    margin-top: 50px;
}
/*
.subsc_btn_link a {
    display: block;
    width: 400px;
    background: #000;
    font-size: 20px;
    line-height: 0;
    text-align: center;
    padding: 45px 0;
    margin: 0 auto;
    border-radius: 50px;
}
.subsc_btn_link a:hover {
}
*/
.subsc_btn_wrap {
    max-width: 500px;
    margin: 0 auto;
}
.subsc_btn,
a.subsc_btn,
button.subsc_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.subsc_btn_link {
  font-size: 20px;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}
a.subsc_btn_link span {
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}
a.subsc_btn_link:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.subsc_btn_link:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}
a.subsc_btn_link:hover:before {
  left: 2rem;
}
.subsc_qr {
    width: 480px;
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.subsc_qr img {
    width: 150px;
}
.subsc_qr .text_box {
    width: 290px;
}

@media screen and (max-width: 1260px) {
    .bnr_box img:last-child {
        margin-top: 15px;
    }
}

@media screen and (max-width: 640px) {
    .bnr_box h3 {
        margin-bottom: 30px !important;
    }
    a.subsc_btn_link {
        margin-top: 30px;
        padding: 15px 10px;
        display: block;
    }
    a.subsc_btn_link:before {
        display: none;
    }
    a.subsc_btn_link span {
        font-size: 14px;
    }
    .subsc_qr {
        display: none;
    }
}
/* =========================================================
    News
========================================================= */
#news_box {
    width: 1000px;
    margin: 0 auto;
    background: #f7f7f7;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 9999;
    border-radius: 4px;
}
#news_box a {
    display: block;
    text-decoration: none;
    padding: 10px 35px;
}
#news_box .date {
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
}
#news_box .tag {
    background: #c7850f;
    font-size: 12px;
    color: #fff;
    margin: 0 15px;
    padding: 2px 15px;
    border-radius: 15px;
}
#news_box .title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #333;
}

@media screen and (max-width: 1000px) {
    #news_box {
        width: 90%;
        margin: 0 auto;
        bottom: 30px;
    }
    #news_box .title {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    #news_box a {
        padding: 15px 35px;
    }
    #news_box .date {
        font-size: 12px;
    }
}

/* =========================================================
    About
========================================================= */
#about_block {
    padding: 80px 0 0;
}
#about_block h2 {
    line-height: 160%;
}
#about_block .movie_box iframe {
    cursor: pointer !important;
}
#about_block .movie_box iframe:hover {
    opacity: 0.8;
}
#about_block .intro-text {
    margin-top: 10px;
}
#about_block .intro-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 240%;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
    #about_block .movie_box iframe {
        width: 100%;
        height: 45vh;
    }
}
@media screen and (max-width: 640px) {
    #about_block {
        padding: 50px 20px 10px;
    }
    #about_block h2 {
        font-size: 24px;
    }
    #about_block .movie_box {
        margin-top: 0;
    }
    #about_block .movie_box iframe {
        width: 100%;
        height: 51vw;
    }
    #about_block .intro-text {
        margin-top: 0;
    }
    #about_block .intro-text p {
        font-size: 15px;
        line-height: 210%;
    }

}

#service_intro_box .left_intro_box {
    width: 40%;
}
#service_intro_box .left_intro_box h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 150%;
}
#service_intro_box .right_detail_box {
    width: 59%;
    margin-left: 1%;
}
#service_intro_box .right_detail_box h4 {
    font-size: 22px;
    font-weight: 800;
    line-height: 160%;
    margin-top: 10px;
}
#gbp_block {
    padding-top: 120px;
}
#meo_block {
    padding-top: 140px;
}
.service_box .text_box .template_sample_title {
    font-size: 16px;
    font-weight: 800;
    line-height: 220%;
    letter-spacing: 0.05em;
}
.service_box .text_box .template_number {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
}
.service_box .text_box h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    text-indent: 1.5em;
}
.service_box .text_box h3:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.service_box .img_box img {
    width: 100%;
    max-width: 500px;
}
.feature-icon-small {
    width: 50px;
    height: 50px;
    position:relative;
}
/* img_sub_box */
.img_sub_box div {
    width: 60%;
    margin: 0 auto;
}
.img_sub_box div img {
    width: 100%;
}
.img_sub_box .img_sub_inner p {
    margin-top: 15px;
}

/* gbp_sub */
.gbp_sub_img {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    height: auto;
}
.gsv_sample_box {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    flex-wrap: wrap;
}
.gsv_sample_box  img{
    width: 100%;
    height: auto;
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-bottom: 20px;
}
.gsv_sample_box  img:hover{
    opacity: 0.6;
}
/* streetview */
.streetview_samples {
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 50px;
}

.streetview_sample_box {
    margin-top: 80px;
    margin-bottom: 40px;
}

.template_sample_box {
    display: flex;
    flex-direction: column;
    width: 48%;
}
.template_sample_box img{
    width: 100%;
    background: #333;
    transition: ease 0.2;
}
.template_sample_box img:hover{
    opacity: 0.6;
    transition: ease 0.2;
}
.template_samples {
    justify-content: center;
}
.template_sample_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    column-gap: 20px;
}

.template_number{
    color: #2f373e;
    font-weight: 700;
}

.template_sample_title p {
    margin:0;
}

.btn{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px !important;
    margin: 0;
    padding:0;
    margin-right: 10px !important;
}
.btn:after{
    content: url(../img/index/btm_contact_arrow_on.svg);
    width: 10px;
    height: 28px;
    margin-left: 12px;
    margin-top: 10px;
}

.template_p_box {
    /*
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.template_p_box p {
    font-weight: 600;
    margin: 0;
    align-items: center;
}

/* merit_box */
.merit_box {
    background: #f8f8f8;
    margin-top: 25px;
    padding: 30px 35px;
    /*background-image: linear-gradient(94deg,#fcf8ea,#fcf5e7);*/
    border-radius: 8px;
    color: #000;
}

.merit_box h4 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #b5b5b5;
}
.merit_box h4 i {
    margin-right: 10px;
    font-size: 24px;
    color: #dd8319;
    vertical-align: 0;
}
.merit_box p {
    margin: 0;
}
.merit_box .merit_list {
    padding-left: 35px;
    margin-bottom: 0;
    color: #000;
}
.merit_box .merit_list li {
    position: relative;
    list-style: none;
    line-height: 180%;
    margin-bottom: 10px;
    font-size: 17px;
}
.merit_box .merit_list li:last-child {
    margin-bottom: 0;
}
.merit_box .merit_list li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #040404;
    position: absolute;
    left: -25px;
    top: 10px;
    border-radius: 50%;
}

.featurette-heading {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.merit_p {
    margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {

    #service_intro_box .left_intro_box {
        width: 40%;
    }
    #service_intro_box .left_intro_box h2 {
        font-size: 28px;
    }
    #service_intro_box .right_detail_box h4 {
        font-size: 18px;
        text-align: center;
    }
    #service_intro_box .container-lg {
        width: 100%;
    }
    #service_intro_box .left_detail_box .col {
        width: 100%;
        gap: 0.1rem !important;
    }
}
@media screen and (max-width: 960px) {
    #service_intro_box .left_intro_box h2 {
        width: 100%;
        font-size: 28px;
        text-align: center;
    }
    #service_intro_box .left_intro_box {
        width: 100%;
    }
    #service_intro_box .right_detail_box {
        width: 100%;
    }
    #service_intro_box .right_detail_box .flex-column {
        width: 50%;
    }
    #service_intro_box .right_detail_box h4 {
        text-align: center;
    }
    .feature-icon-small {
        display: block !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {

    .service_box .text_box h3 {
        font-size: 20px;
        margin-bottom: 0;
        text-indent: 0;
        text-align: center;
        line-height: 160%;
    }
    .service_box .text_box h3:before {
        display: none;
    }
    .service_box .text_box p {
        font-size: 15px;
    }
    #service_intro_box .row-cols-1 {
        padding: 10px 0 20px !important;
    }
    #service_intro_box .left_intro_box h2 {
        font-size: 20px;
    }
    #service_intro_box .right_detail_box h4 {
        text-align: center;
        font-size: 15px;
    }
    #service_intro_box .text-body-secondary {
        font-size: 14px;
    }

/* merit_box */
    .merit_box {
        margin-top: 30px;
        padding: 25px 20px;
    }
    .merit_box h4 {
        font-size: 18px;
    }
    .merit_p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .merit_box .merit_list li {
        font-size: 15px;   
    }
    #gbp_block {
        padding-top: 30px;
        padding-bottom: 1rem;
    }
    #meo_block {
        padding-top: 0;
    }

    .img_sub_box div {
        width: 100%;
    }

    .streetview_samples {
        flex-direction: column;
    }
    .gsv_sample_box {
        margin-top: 40px;
    }
    .template_p_box {
        flex-direction: column;
        align-items: flex-start;
    }
    .template_sample_box {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .template_sample_box:last-child {
        margin-bottom: 0;
    }
    .featurette-heading{
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 20px;
        text-align: center;
    }
}
/* =========================================================
    Three-block
========================================================= */
#three-block {
    background: #2f373e;
    padding: 20px 0;
}
.three-box {
    width: 25%;
    float: left;
}
.three-box a:hover .three-left {
    background: #242b31;
}
#three-block .three-left .icon i {
    display: block;
    vertical-align: middle;
    font-size: 40px;
    color: #ffe7bb;
    margin-top: 10px;
}
.three-left {
    float: left;
    width: 100%;
    position: relative;
}
.three-box {
    border-left: 1px solid #454f59;
}
.three-box:first-child {
    border: none;
}
.three-left .icon {
    text-align: center;
    width: 15%;
}
#three-block .three-left .copy_text {
    float: right;
    width: 80%;
}
#three-block .copy-text h3 {
    font-size: 18px;
    height: 20px;
    color: #ffe7bb;
    display: block;
    text-align: center;
    margin-top: 20px;
}
#three-block .three-left .copy-text a {
    display: inline-block;
    width: 180px;
    color: #ffe7bb;
    text-align: center;
    margin: 5px auto 0;
    padding: 5px 10px;
    border: 1px solid #ffe7bb;
    position: absolute;
    left: 0;
    right: 0;
}
#three-block .three-left .copy-text a:hover {
    background: #ffe7bb;
    border: 1px solid #ffe7bb;
    color: #333;
}

@media screen and (max-width: 640px) {
    #three-block {
        padding: 0;
    }
    .three-box {
        width: 100%;
        height: auto;
        padding: 20px 0 10px;
        float: none;
    }
    #three-block .three-left .icon i {
        font-size: 40px;
        margin-top: 0;
    }
    #three-block .three-left .icon .pin_02 {
        margin-top: 20px;
        font-size: 50px;
    }
    .three-left {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .three-box {
        border-left: none;
        border-bottom: 1px solid #454f59;
    }
    .three-box:first-child {
        border-bottom: 1px solid #454f59;
    }
    .three-box:last-child {
      border: none;
    }
    .three-left .icon {
        float: left;
        text-align: left;
        width: 15%;
        margin-left: 10%;
    }
    #three-block .three-left .copy_text {
        float: none;
        width: 70%;
    }
    #three-block .copy-text h3 {
        font-size: 16px;
        height: auto;
        display: block;
        text-align: left;
        line-height: 160%;
        margin: 10px 0 20px 110px;
    }
    #three-block .three-left .copy-text a {
        display: block;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        padding: 5px 10px;
        border: 1px solid #ffe7bb;
        position: static;
    }
    #three-block .three-left .copy-text a:hover {
        background: #2f373e;
        border: 1px solid #ffe7bb;
        color: #ffe7bb;
    }

    .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/* =========================================================
    Photography-block
========================================================= */
#photography-block {
    padding: 100px 0 40px;
    background: #F5F5F5;
}
#photo-list {
    overflow: hidden;
    padding: 0;
}
#photo-list li {
    position: relative;
    display: block;
    width: 65%;
    height: 400px;
    margin: 0 auto 70px;
    background-size: cover;
    background-position: center;
    list-style: none;
}
#photo-list li:nth-child(1) {
    background-image: url(../img/index/cover_bg_1.jpg);
    float: right;
}
#photo-list li:nth-child(2) {
    background-image: url(../img/index/cover_bg_2.jpg);
    float: left;
}
#photo-list li:nth-child(3) {
    background-image: url(../img/index/cover_bg_3.jpg);
    float: right;
}
#photo-list li div {
    width: 350px;
    height: 210px;
    padding: 20px;
}
#photo-list li:nth-child(1) div {
    background: #928378;
}
#photo-list li:nth-child(2) div {
    background: #d77e58;
}
#photo-list li:nth-child(3) div {
    background: #7e7ca1;
}
#photo-list li div h3 {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    color: #efefef;
    border-bottom: 1px solid #ddd;
}
#photo-list li div p {
    color: #efefef;
}
#photo-list li:nth-child(1) div,
#photo-list li:nth-child(3) div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -130px;
    margin: auto 0;
    border-left: 2px solid #ededed;
}
#photo-list li:nth-child(2) div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -130px;
    margin: auto 0;
    border-right: 2px solid #ededed;
}
#photography-block #cameraman {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 60px 0;
    background-image: url(../img/common/cameraman_bg.jpg);
    background-position: center;
}
#photography-block #cameraman h3 {
    color: #fff;
    font-size: 36px !important;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}
#photography-block #cameraman a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
}
#photography-block #cameraman a:hover {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}
#photography-block #cameraman p {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
    #photo-list li {
        width: 100%;
        height: 320px;
        margin-bottom: 100px;
    }
    #photo-list li div {
        width: 50%;
        height: 50%;
        padding: 10px;
    }
    #photo-list li:nth-child(1) div,
    #photo-list li:nth-child(3) div {
        top: 30px;
        left: 0;
    }
    #photo-list li:nth-child(2) div {
        top: 30px;
        right: 0;
    }
    #photography-block #cameraman {
        height: 400px;
    }
}
@media screen and (max-width: 640px) {
    #photography-block {
        padding: 50px 0 40px;
    }
    #photo-list li {
        width: 100%;
        height: 200px;
        margin-bottom: 60px;
    }
    #photo-list li div {
        width: 50%;
        height: 120%;
        padding: 10px;
    }
    #photo-list li div h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #photography-block #cameraman {
        height: 335px;
    }
    #photography-block #cameraman h3 {
        font-size: 24px !important;
        padding: 30px 0 0;
    }
    #photography-block #cameraman a {
        display: block;
        width: 200px;
        padding: 10px 20px;
    }
    #photography-block #cameraman p {
        margin-bottom: 40px;
        padding: 0 10px;
    }
}

/* =========================================================
    Streetview_block
========================================================= */
#streetview-block {
    padding: 80px 0 0;
}
#street-box-area {
}
#street-box-area > div {
    width: 100%;
    margin: 0 auto;
}
.street-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0;
}
.street-wrap li {
    width: 31%;
    margin-bottom: 30px;
    list-style: none;
    background: #fbfbfb;
    position: relative;
    top:0;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.street-wrap li a {
    display: block;
    padding: 30px 15px 20px;
    /*--
    height: 260px;
}
.street-wrap li div {
    /*height: 260px;
    background: rgb(255,242,226);
    background: -moz-linear-gradient(-45deg,  rgb(255,242,226) 0%, rgb(255,236,219) 100%);
    background: -webkit-linear-gradient(-45deg,  rgb(255,242,226) 0%,rgb(255,236,219) 100%);
    background: linear-gradient(135deg,  rgb(255,242,226) 0%,rgb(255,236,219) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2e2', endColorstr='#ffecdb',GradientType=1 );
    */
}
.street-wrap li:hover {
    top: -10px;
    left: 0;
    box-shadow: 0px 10px #d78729 !important;
    transition: all 0.2s;
}

/*--
.street-wrap li:hover::after{
    contain:"詳しくみる";
    color: #FFFFFF;
    position: absolute;
    bottom:0;
    right: 50%;
    transform: translateX(-50%);
}--*/

.street-box > div span {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.street-box > div span i {
    font-size: 40px;
    color: #c9791b !important;
}
.street-box > div h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 160%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #ddd;
    color: #121212;
}
.street-box > div p {
    font-size: 14px;
    line-height: 180%;
    color: #121212;
    text-align: left;
}
.streetview-block {
    text-align: left;
    margin: 80px 0;
}
.streetview-block h3 {
    margin-top: 90px;
}
.streetview-block h4 {
    font-size: 24px;
    color: #c9791b;
    border-bottom: 1px solid #546E7A;
    margin-bottom: 10px;
    padding: 0 0 12px 10px;
}
.streetview_block div {
    margin-bottom: 40px;
}

/* =========================================================
    Merit
========================================================= */
.streetview-merit {
    width: 100%;
    clear: left;
    margin-top: 60px;
}
.merit-block {
    padding: 80px 0 40px;
}
.merit-box {
    margin-top: 30px;
}
.merit-block .left img {
    margin-right: 25px;
}
.merit-block .text-box h4 {
    font-size: 26px;
    font-weight: 800;
    background: #f6f6f6;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.merit-block .text-box h4 img {
    color: #c9791b;
    font-size: 40px;
    font-weight: 600;
    margin-right: 25px;
    vertical-align: middle;
    width: 50px;
}
#streeatview_what {
    height: 280px;
    position: relative;
}
#streeatview_what h4 {
    width: 90px;
    height: 90px;
    color: #fff;
    background: #cea125;
    background: #e59d00;
    padding: 25px 0 0 15px;
    border-radius: 15%;
}
#streeatview_what p {
    margin: 20px 0 0 25px;
}
#streeatview_what .right img {
    position: absolute;
    top: -33px;
    right: 0;
}

.animate-box{
 position: relative;  
}
.street-box-btn {
    position:absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0 !important;
}
.street-box-btn::after {
    content: url(../img/index/btm_contact_arrow_on.svg);
    width: 6px;
    height: auto;
    margin-left: 12px;
    margin-top: 0;
    display: inline-block;
}
@media screen and (max-width: 1100px) {
    .street-box{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 840px) {
    #street-box-area > div {
        width: 100%;
    }
    .street-box {
        margin-right: 0%;
    }
    .street-box:first-child {
        margin-left: 2.5%;
    }
    .street-box:last-child {
        margin-right: 0;
    }
    .street-box > div span {
        margin-bottom: 0;
        display: inline-block;
        width: 20%;
        float: none;
    }
    .street-box > div span img {
      width: 100%;
    }
    .street-box > div h3 {
        width: 100%;
        font-size: 15px;
        margin: 10px 0 0px;
        padding-bottom: 20px;
        border: none;
        float: none;
    }
    .street-box > div p {
        font-size: 16px;
        text-align: left;
        padding: 12px 0 0;
        border-top: 1px solid #ddd;
        float: none;
    }
    .street-wrap li {
        width: 48%;
    }

    .flow-box div {
        width: 50%;
    }

    #streeatview_what {
        position: static;
    }
    #streeatview_what .right img {
        position: static;
        top: 0;
        margin-top: 50px;
    }
}
@media screen and (max-width: 640px) {
    #streetview-block .text-center {
        text-align: left;
    }
    #streetview-block {
        padding: 0;
    }
    #street-box-area {
        margin-top: 0;
    }
    #street-box-area > div {
        width: 100%;
    }
    .street-box {
        width: 94%;
        float: none;
        margin-left: 0;
    }
    .street-box > div {
        /*--position: relative;--*/
        top:0;
        left: 0;  
        height: 100%;
        overflow: hidden;
    }
    .street-box > div span {
        margin-bottom: 0;
        display: block;
        width: 20%;
        float: left;
    }
    .street-box > div span img {
        width: 70%;
        max-width: 50px;
    }
    .street-box > div h3 {
        width: 80%;
        border: none;
        float: left;
        text-align: left;
    }
    .street-box > div p {
        width: 100%;
        display: block;
        float: left;
        font-size: 13px;
    }
    .streetview-merit {
        width: 100%;
        margin: 0;
    }
    .merit-box {
        margin-top: 25px;
    }
    .merit-block {
        padding: 30px 0 20px;
    }
    .merit-block .left img {
        margin-right: 15px;
    }
    .merit-block .text-box h4 {
        font-size: 20px;
    }
    .merit-block .text-box h4 img {
        width: 30px;
        margin-right: 15px;
    }
    #streeatview_what {
        height: auto;
        position: static;
        overflow: hidden;
    }
    #streeatview_what h4 {
        width: 40px;
        height: auto;
        padding: 10px;
        float: left;
        border-radius: 5px;
    }
    #streeatview_what p {
        width: 75%;
        margin: 20px 0 0 25px;
        float: left;
    }
    #streeatview_what .right img {
        position: static;
        width: 100%;
        height: auto;
    }
    .service_box .img_box img {
        margin-top: 45px;
    }
    .street-box-btn {
        width: auto !important;
        min-width: 105px;
        border-top: none !important;
        font-size: 14px!important;
    }

    .street-box-btn::after {
        top: 3px;
        margin-left: 5px;
        width: 9px;
        position: relative;
    }
}

/* =========================================================
    Method-block
========================================================= */
#method-block {
    padding: 80px 0 40px;
}
#method-block .two-box div {
    display: inline-block;
    width: 48%;
    height: 540px;
    background: #fff;
    margin-right: 2%;
    float: left;
    padding: 20px;
}
#method-block .two-box div:last-child {
    margin-right: 0;
}
#method-block .two-box h4 {
    text-align: center;
    margin: 20px 0;
}
.streetview-list {
    padding: 20px 45px;
    border: 1px solid #efefef;
    background: #fbfbfb;
    position: relative;
    border-radius: 4px;
}
.streetview-list:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #99a2a6 transparent;
}
.streetview-list li {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    list-style: none;
    text-indent: -1.5em;
}
.streetview-list li:before {
    content: url(../img/common/arrow_list.png);
    margin-right: 0.5em;
}
.streetview-list li:last-child {
    padding-bottom: 0;
    border: none;
}
#method-block .img-box {
    margin: 40px 0;
    overflow: hidden;
}
#method-block #map-box div {
    width: 31.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fbfbfb;
    /* border: 1px solid #e9e9e9; */
    float: left;
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
}
#method-block #map-box div:last-child {
    margin-right: 0;
}
#method-block #map-box h4 {
    font-weight: bold;
    color: #000;
    margin: 20px 0 10px;
    padding: 5px 0;
    text-align: center;
    position: relative;
}
#method-block #map-box h4:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #e27e09;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#method-block #map-box p {
    text-align: center;
}
#provision {
    margin: 50px 0;
}
#provision h4 {
    background: #546E7A;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.web_template_box {
    margin-top: 100px;
}

@media screen and (max-width: 640px) {
    #method-block {
        padding: 10px 0 0;
    }
    #method-block .two-box div {
        display: inline-block;
        width: 48%;
        height: 540px;
        margin-right: 2%;
        float: left;
        padding: 20px;
    }
    #method-block .two-box div:last-child {
        margin-right: 0;
    }
    #method-block .two-box h4 {
        text-align: center;
        margin: 20px 0;
    }
    .streetview-list {
        padding: 15px 15px 15px 32px;
        position: relative;
    }
    .streetview-list:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 40px 40px;
        border-color: transparent transparent #99a2a6 transparent;
    }
    .streetview-list li {
        font-size: 14px;
        text-align: left;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ddd;
        list-style: none;
        text-indent: -1.5em;
    }
    #method-block #map-box div {
        width: 100%;
        margin: 0 0 35px 0;
        padding: 20px;
        border: none;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        float: none;
        overflow: hidden;
    }
    #method-block #map-box div:last-child {
        margin-right: 0;
    }
    #method-block #map-box div img {
        width: 50%;
        float: left;
        margin-right: 5%;
    }
    #method-block #map-box h4 {
        font-size: 14px;
        display: inline-block;
        width: 45%;
        margin: 0;
        padding: 8px 0;
        text-align: left;
    }
    #method-block #map-box p {
        font-size: 14px;
        text-align: left;
    }
    #provision h4 {
        text-align: center;
    }
}
/* =========================================================
    Flow
========================================================= */
#flow-block {
    margin-top: 40px;
    padding: 80px 0 40px;
    background: #f5f5f5;
}
#flow-block .heading-section {
    text-align: center;
}
.flow-box {
    width: 980px;
    position: relative;
    margin: 0 auto 100px;
    padding: 20px;
    clear: both;
}
.flow-box h4 {
    width: 120px;
    height: 50px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin: 0 80px 10px 0;
    padding: 15px 0;
    letter-spacing: 0.1em;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.flow-box h4:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 60px;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.flow-box div {
    width: 700px;
}
.flow-box div p {
    font-size: 17px;
}
.orange_01 {
    background: #FFB74D;
}
.orange_02 {
    background: #FFA726;
}
.orange_03 {
    background: #FF9800;
}
.orange_04 {
    background: #FB8C00;
}
.orange_05 {
    background: #F57C00;
}
.orange_01:after {
    border-color: #FFB74D transparent transparent transparent;
}
.orange_02:after {
    border-color: #FFA726 transparent transparent transparent;
}
.orange_03:after {
    border-color: #FF9800 transparent transparent transparent;
}
.orange_04:after {
    border-color: #FB8C00 transparent transparent transparent;
}
.orange_05:after {
    border-color: #F57C00 transparent transparent transparent;
}

@media screen and (max-width: 640px) {
    #flow-block {
        padding: 10px 0 80px;
        margin-top: 0;
    }
    .flow-box {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        clear: both;
    }
    .flow-box:first-child {
        padding-top: 0;
    }
    .flow-box h4 {
        width: 100%;
        height: auto;
        font-size: 16px;
        text-align: center;
        color: #ff9e0e;
        background: #f5f5f5;
        margin: 0 0 20px 0;
        border: 1px solid #FFB74D;
        padding: 10px 5px;
        letter-spacing: 0;
        position: static;
        float: none;
    }
    .flow-box h4:after {
        content: none;
    }
    .flow-box:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 35px 0 35px;
        border-color: #ffd596 transparent transparent transparent;
        position: static;
        display: -webkit-box;
        text-align: center;
        margin: 0 auto;
    }
    .flow-box:last-child:after {
        content: none;
    }
    .flow-box div {
        width: 100%;
    }
}

/* lower */
#lower_h2 {
    color: #c9791b;
    font-size: 48px !important;
    margin-bottom: 100px !important;
    letter-spacing: 0.1em;
}
#lower_h2 span {
    color: #5a5a5a;
    display: block;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    #lower_h2 {
        font-size: 30px !important;
        margin-bottom: 50px !important;
    }
}