/*
Theme Name: 株式会社エム・アール・ピー
Theme URI: https://kyoto-mrp.com/
Description: 株式会社エム・アール・ピー
Version: 1.1
Author: NK
Author URI: https://kyoto-mrp.com/
*/

@font-face{
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: 'Playfair Display';
  src:url('/fonts/PlayfairDisplay-VariableFont_wght.ttf') format('ttf'),
      url('fonts/PlayfairDisplay-VariableFont_wght.ttf') format('woff');
}
@font-face{
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: 'DM Sans';
  src:url('/fonts/DMSans-VariableFont_opsz,wght.ttf') format('ttf'),
      url('fonts/DMSans-VariableFont_opsz,wght.ttf') format('woff');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src:         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

/* 　adjust  */
.mgt5 { margin-top: 5px!important}.mgt10 { margin-top: 10px!important}.mgt20 { margin-top: 20px!important}.mgt30 { margin-top: 30px!important}.mgt40 { margin-top: 40px!important}.mgt50 { margin-top: 50px!important}.mgt60 { margin-top: 60px!important}.mgt80 { margin-top: 80px!important}.mgt100 { margin-top: 100px!important}
.mgb5 { margin-bottom: 5px!important}.mgb10 { margin-bottom: 10px!important}.mgb20 { margin-bottom: 20px!important}.mgb30 { margin-bottom: 30px!important}.mgb50 { margin-bottom: 50px!important}.mgb60 { margin-bottom: 60px!important}.mgb80 { margin-bottom: 80px!important}
.pdt5 { padding-top: 5px!important}.pdt10 { padding-top: 10px!important}.pdt20 { padding-top: 20px!important}.pdt30 { padding-top: 30px!important}.pdt40 { padding-top: 40px!important}.pdt50 { padding-top: 50px!important}.pdt60 { padding-top: 60px!important}.pdt80 { padding-top: 80px!important}

/*  icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?yw85jz');
  src:  url('fonts/icomoon.eot?yw85jz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yw85jz') format('truetype'),
    url('fonts/icomoon.woff?yw85jz') format('woff'),
    url('fonts/icomoon.svg?yw85jz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-heart:before {
  content: "\e900";
}
.icon-icon-renovation:before {
  content: "\e901";
}
.icon-icon-support:before {
  content: "\e903";
}
.icon-LINE:before {
  content: "\e902";
}
*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
body {    
   font-family: YuGothic, "游ゴシック体","游ゴシック Medium", "Yu Gothic Medium","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN,sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
a {
    color: #0f61b0;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
    transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus,
a:active {
    color: #0f61b0	;
}
ul li {
    list-style-type: none;
}
.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1, h2, h3, h4, #global-nav > ul > li, .profile .qa-wrap dl dt {
    font-family: "Noto Sans JP", sans-serif;
}
p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}
.anchor {height: auto;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
section {
    padding: 40px 0 60px;
    margin: auto;
}
section + section {
    padding: 40px 0 50px;
}
section.sub-heading {
    padding: 40px 0 60px;
}
section section {
    padding: 0 0 10px;
    border-bottom: 0px solid #dcdcdc;
}
section.sub-heading + section.parts-menu,
section.parts-menu{
    padding: 20px 0 40px;
}
section.sitemap {
    padding: 0;
}
.container {
    width: 90%;
    margin: auto;
}
.container.wide2 {
    width: 96%;
    margin: auto;
}
.content-back {
    background: linear-gradient(180deg, rgb(252, 254, 255) 0%, rgb(228, 246, 255) 100%);
}
#main .container {
    width: 95%;
    margin: auto;
}
#content {
    width: 100%;
    display: flex;
    max-width: 1280px;
    margin: auto;
}
#main {
    flex-basis: 75%;
    max-width: 75%;

}
#sidecolumn {
    flex-basis: 25%;
    max-width: 25%;
    margin: 40px auto;
    padding: 0px 30px 70px 10px;
    background: #fff;
}
#sidecolumn .widget {
    margin-bottom: 23px;
}
#sidecolumn .widget img{
    vertical-align: top;
}
#sidecolumn .widget p.small {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.4em;
    text-align: right;
}
.widget_menu {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #0f61b0;
}
.widget_menu .image-wrap {
    position: relative;
}
.widget_menu .image-wrap::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    background-color: rgba(52, 183, 250, 0.5);
}
.widget_menu h3 {
    font-size: 15px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 5;
}
.widget_menu .image-wrap img {
    vertical-align: top;
}
section.side-works{
    padding: 0;
}
.side-works .midashi {
    margin: 30px 0 15px;
    padding-top: 10px;
}
.side-works .midashi .midashi-heading{
	padding: 0px 5px 10px 30px;
    margin: 10px auto 0;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.05em;
}
.side-works .midashi .midashi-heading::before {
    width: 8px;
    height: 8px;
    top: 8px;
    left: 10px;
    background-color: #0f61b0;
}
.side-works .workslist li.news {
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
}
.side-works .news_img {
   flex-basis: 30%;
}
.side-works .news_title {
    flex-basis: 70%;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding-left: 10px;
    font-weight: 500;
}
.side-works .news_title::after {
    display: none;
}
.side-works .news_img figure {
   
}
.side-works .link-wrap p a {
    width: auto;
    font-size: 14px;
}

.sidebar_cat {
    width: 90%;
    margin: auto;
}
.sidebar_cat li {
    margin-bottom: 16px; 
    font-weight: bold;
}
.sidebar_cat li a {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #888;
    color: #333;
}
@media (min-width: 1200px){
    .container {
        max-width: 1120px;       
    }
    .container.wide {
        max-width: 1280px;
        width: 95%;
    }
    .container.wide2 {
        max-width: 1480px;
        width: 98%;
    }
 }
@media (max-width: 1200px) and (min-width: 992px){
    .contback-grayainer {
        max-width: 970px;
    }
    #content {
        max-width: 1120px;
    } 
    #main .container {
        width: 90%;
    }    
 }
@media (max-width: 992px){
    .container.wide,
    .container.wide2{
        width: 90%;
    }
}
@media screen and (max-width:767px) {
    section {
        padding: 40px 0;
    }
    section + section {
        padding: 40px 0 40px;
    }
    #content {
        display: block;
    }
    #main, #sidecolumn {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #main .container {
        width: 95%;
    }
    #sidecolumn {
        margin: 0px auto;
        padding: 40px 20px;
    }
    .widget_menu .flexbox.row2.margin .item{
        flex-basis: 50%;
        max-width: 50%;
        margin: 0;
    }
    .widget_menu h3 {
        font-size: 16px;
    }
    .widget_menu h3.item {
        padding-left: 10px;
    }
    #sidecolumn .widget {
        margin-bottom: 30px;
    }
    #sidecolumn .widget img{
        width: 100%;
    }
}

.back-wall {
    background-image: url(images/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
.back-white {
    background-color: #fff;
}
.back-black {
    background-color: rgba(51, 54, 49, 0.8);
}
.back-gray {
    background: #f8f8f8;
}
.back-paleblue {
    background: #f2f8fc;
}
.back-grade {
   background: #f0fbff;
    background: linear-gradient(180deg, rgb(252, 254, 255) 0%, rgb(228, 246, 255) 100%);
}
.back-deepblue {
    background: #333;
}
.back-circle {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.back-circle::before {
    content: "";
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-40%);
    width: 130vw;
    height: 130vw;
    background: 
    /*radial-gradient(circle, #cfefff 0%, #9ed9ff 100%);*/
    linear-gradient(to right bottom, #dcf2fd, #ffffff);
    border-radius: 50%;
  z-index: -1; /* 背景にする */
}
.back-deepblue p,
.back-deepblue .midashi .midashi-heading,
.back-deepblue .middle-heading{
    color: #fff;
}
.back-deepblue .midashi::after {
    background: rgba(255, 255, 255, 0.5);
}
.back-deepblue .link-wrap p a::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.top-message .midashi::after {
    display: none;
}
.top-message .midashi {
    margin: 0px 0 30px;
    padding-top: 15px;
}
img {
    max-width: 100%;
    transition: all 0.3s ease;
    vertical-align: top;
}
a img:hover {
    opacity: 0.6;
}
.inline img {
    display: inline-block;
}

.text-center {
    text-align: center;
    margin: auto;
}
.text-left {
    text-align: left;
}
.text-blue {
    color: #0f61b0 !important;
}
.text-green {
    color: #359866 !important;
}
.red {
    color: #f02c3a !important;
}
.white{
    color: #fff !important;
}
.bold {
    font-weight: bold;
}
.caution {
    font-size: 85% !important;
}
.text-big {
    font-size: 1.4em;
}
.small {
    font-size: 13px;
    line-height: 1.6em;
    margin-top:5px;
}
.flexbox {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox.align_center{
    align-items: center;
}
.flexbox.flex-start {
    justify-content: flex-start;
}
.nowrap{
    flex-wrap: nowrap;
}

.flexbox.row2.margin .item {
    flex-basis: 48%;
    max-width: 48%;
    position: relative;
}
.flexbox.row2 .item {
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
}
.flexbox.row2.margin .item:nth-child(odd){
    margin-right: 1%;
}
.flexbox.row2.margin .item:nth-child(even){
    margin-left: 1%;
}
.flexbox.row3.margin .item {
    flex-basis: 32.33%;
    max-width: 32.33%;
    position: relative;
}
.flexbox.row3.margin::after{
    content:"";
    display: block;
    width:30%;
}
.flexbox.row4.margin .item {
    flex-basis: 24%;
    max-width: 24%;
    position: relative;
    margin: 0 0.5% 20px;
}
.flexbox.row4.marginr::before{
    content:"";
    display: block;
    width:23%;
    order:1;
}
.flexbox.row4.margin::after{
    content:"";
    display: block;
    width:23%;
}
.flexbox.row5.margin .item {
    flex-basis: 19%;
    max-width: 19%;
    position: relative;
    margin: 0 0.5% 20px;
}
.item.row6 {
    width: 60%;
    max-width: 60%;
}
.item.row5 {
    width: 48.5%;
    max-width: 48.5%;
}
.item.row4 {
    width: 37%;
    max-width: 37%;
}
.item.row7 {
    width: 70%;
    max-width: 70%;
}
.item.row3 {
    width: 28%;
    max-width: 28%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.item.row2 {
    width: 17%;
    max-width: 17%;
}
.item.row8 {
    width: 80%;
    max-width: 80%;
}
.width100 {
    width: 100%;
}
.width90 {
    width: 90%;
    margin: auto;
}
.width80 {
    width: 80%;
    margin: auto;
}
.width60 {
    width: 60%;
    margin: auto;
}
.midashi {
    margin: 0px 0 65px;
    position: relative;
    padding-top: 45px;
    text-align: center;
}
.midashi.center::after {
    left: 0;
    right: 0;
}
.midashi.center {
    text-align: center ;
}
.midashi + p {
    text-align: center ;
}
.parts-menu .midashi {
    margin: 0px 0 40px;
}
footer .midashi {
    margin: 0px 0 50px;
}
.midashi .heading_en {
    display: block;
     font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: rgb(53, 152, 102, 0.4);
    margin-bottom: 0;
    line-height: 0.9em;
    letter-spacing: 0.05em;
/*    text-transform: uppercase;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.midashi .midashi-heading{
    position: relative;
    padding: 3px 0 10px;
    margin: 0px auto;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #262626; 
    
}
.midashi .midashi-heading.top{
    font-size: 24px;
    padding-left: 0px;
}
.midashi .midashi-heading.top::after {
    display: none;
    }
.midashi .midashi-heading::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url('images/mark.png');
    background-position: center;
    background-size: contain;
}
.midashi .color-h{
    margin: 10px auto 15px;
    font-size: 18px;
}
.color-h{
    font-size: 17px;
    color: #0f61b0;
    background: #fff;
    border-bottom: 1px solid #0f61b0;
    margin: 30px 0 20px;
    padding: 10px;
}
footer .contact-area .midashi .heading_en {
    color:#fff;
}

.middle-heading, .single-wrap h3 {
    margin: 45px 0 15px;
    font-size: 20px;
    width: 100%;
    position: relative;
    color: #359866;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
/*.single-wrap a {
    color: #0f61b0;
}*/
.small-heading {
    margin: 20px 0 7px;
    padding: 0 0 4px 5px;
    font-size: 17px;
    position: relative;
}
@media screen and (max-width:767px) {
/*    p {
        line-height: 1.7;
    }*/
    .midashi + p {
        text-align: left ;
    }
    figcaption {
        font-size: 13px;
    }
    .flexbox.row2.margin .item, .flexbox.row3.margin .item,
    .flexbox.row4.margin .item,  .flexbox.row2 .item{
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 25px;
    }
    .flexbox.row2.margin .item:nth-child(odd){
        margin-right: 0%;
    }
    .flexbox.row2.margin .item:nth-child(even){
        margin-left: 0%;
    }
    .flexbox.row2.margin .item:last-child, .flexbox.row3.margin .item:last-child,
    .flexbox.row4.margin .item:last-child,  .flexbox.row2 .item:last-child{
        margin: 0 0 0;
    }
    .item.row6, .item.row4, .item.row5, .item.row7, .item.row3, .item.row8, .item.row2 {
        width: 100%;
        max-width: 100%;
    }
    .width90, .width80, .width60{
        width: 100%;
    }
    .flexbox.row4.margin.menu-wrap.other .item,
    .certification .flexbox.row4.margin .item,
    .flexbox.row5.margin .item,
    .signs.flexbox.row4.margin .item,
    .workslist.flexbox.row4.margin .item,
    .method.flexbox.row4.margin .item{
        flex-basis: 48%;
        max-width: 48%;
        position: relative;
        margin: 0 0 15px;
    }
    .contact-wrap .flexbox.row3.margin .item {
        margin: 0 0 20px;
    }
    .menu-wrap-other.flexbox.row2.margin .item  {
        width: 49%;
        max-width: 49%;
        margin: 0 0 25px;
    }
    .menu-wrap-other .item .image-wrap img {
       max-height: 160px;
        width: 100%;
        object-fit: cover;
    } 
    .midashi + p{
        text-align: left;
    }
    .middle-heading, .single-wrap h3 {
        margin: 35px 0 15px;
        padding: 6px 10px 7px 10px;
        font-size: 17px; 
    }
    .midashi .midashi-heading.top {
        font-size: 20px;
    }
}
@media screen and (max-width:460px) {
    .flexbox.row4.margin.menu-wrap.other .item,
    .certification .flexbox.row4.margin .item,
    .flexbox.row5.margin .item,
    .signs.flexbox.row4.margin .item{
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 20px;
    }
}
@media screen and (max-width:320px) {
    .workslist.flexbox.row4.margin .item{
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
        margin: 0 0 20px;
    }
}

.link-wrap {
    margin: 10px 0 0px;
    text-align: center;
}
.menu-inner .link-wrap {
    margin: 5px 0 20px;
}
.link-wrap.center{
    margin: 20px auto 0;
    text-align: center;
}
.link-wrap-inner{
    margin: auto auto 10px;
    text-align: center;
    width: 80%;
}
.link-wrap-inner a{
    display: block;
}
.link-wrap.left {
    text-align: left;
}
.link-wrap p {
    margin-bottom: 0;
}
.link-wrap.center p a{
    margin: 0px 5px 0;
}
.link-wrap p a, .link-wrap.mini p a,
.menu-inner .link-wrap-inner p a,
.link-wrap.mini p,
.menu-box-wrap .text p.link-wrap{
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: bold;    
    letter-spacing: 1px;
    line-height: 1.3em;
    transition: 0.5s;
    margin: 0;
    padding: 20px 35px 19px 20px;
    color: #fff;
    background: linear-gradient(to right bottom , #0f61b0 , #25bbf7);
    min-width: 260px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.menu-box-wrap .text p.link-wrap {
    font-size: 15px;
    padding: 12px 25px 11px 10px;
    width: 220px;
    min-width: 220px;
}
.menu-box-wrap .text p.link-wrap a {
    color: #fff;
}
.menu-inner .link-wrap-inner p {
    padding: 0;
}
.menu-inner .link-wrap-inner p a {
    font-size: 14px;  
    margin: 10px 0 15px;
    padding: 8px 50px 8px 20px;
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
    width: 90%;
}
.link-wrap p a:before,
.link-wrap.mini p:before,
.menu-inner .link-wrap-inner p a:before,
.menu-box-wrap .text p.link-wrap:before{
    position: absolute;
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 15px;
    transition: .5s ease;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
.link-wrap.mini p a:before,
.link-wrap.nuki p a:before {
    top: 45%;    
}

.link-wrap p a::after,
.menu-inner .link-wrap-inner p a::after,
.link-wrap.mini p::after,
.menu-box-wrap .text p.link-wrap::after{
  background: #0f61b0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;    
}
.link-wrap p a:hover::after,
.menu-inner .link-wrap-inner p a:hover::after,
.link-wrap.mini p:hover::after,
.menu-box-wrap .text p.link-wrap:hover::after{
    transform: scale(1, 1);
}
.link-wrap p a:hover,
.menu-inner .link-wrap-inner p a:hover,
.link-wrap.mini p:hover,
.menu-box-wrap .text p.link-wrap:hover{

}

.link-wrap p a:hover:before,
.link-wrap.mini p:hover:before,
.menu-box-wrap .text p.link-wrap:hover:before{
    right: 1.5rem;
    color: #fff;
}
.menu-inner:hover .link-wrap-inner p:before{
    right: 1rem;
    color: #fff;
}
.content-area{
    position: relative;
}
.breadcrumbs-wrap {
    border-bottom: 1px solid #dcdcdc; 
    padding: 100px 0 0;
    background-color: #f8f8f8;
}
.breadcrumbs {
    position: relative;
    display: block;
    padding: 10px 0px 10px;
    font-size: 12px;
    color: #666;
}
.breadcrumbs span{
    font-weight: bold;
}
.breadcrumbs span.fas{
    color: #0f61b0;
}
.breadcrumbs a span{
    color: #222;
    font-weight: 500;
}
.breadcrumbs span.fa-house{
    font-weight: 900;
    color: #0f61b0;
    font-size: 0.9em;
    padding-right: 2px;
}
.breadcrumbs a span:hover{
    opacity: 0.7;
    transition: 0.5s;
}
a .pagetop{
    display: inline-block;
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 999;
    width: 70px;
    height: 70px;
    background: #0f61b0;
    border-radius: 50%;
    text-align: center;
    transition: .3s ease;
}
a .pagetop p{
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    font-family: "Outfit", sans-serif;;
    left: 0;
    right: 0;
    top: 50%;
    transition: .3s ease;
}
a .pagetop p:before {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: 23px;
    right: 50%;
    background-color: #fff;
    transition: .3s ease;
}
a .pagetop p:after {
    position: absolute;
    content: "";
    left: 26px;
    width: 14px;
    top: -19px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .3s ease;
}
a .pagetop:hover {
    background: #0f61b0;
}

.pc_only {
    display: block;
}
.line-fixed{
    position: fixed;
    bottom: 180px;
    right: 0;
    z-index: 3;
  }
.line-fixed.tel-fixed{
    bottom: 330px;
}
a.line-btn i {
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px;
}
a.line-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background: #06c755;
    border-radius: 7px 0px 0px 7px;
    box-shadow: -1px 2px 5px rgba(51 51 51 / 40%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    transition: 0.5s;
    height: 130px;
}
.tel-fixed a.line-btn {
    background: #409ecc;
}
.tel-fixed a.line-btn i,
.tel-fixed a.line-btn p {
    color: #fff;
}
a.line-btn img {
    position: relative;
    margin-bottom: 10px;
    display: block;
}
a.line-btn p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 5px;
    line-height: 1.3em;
    margin-bottom: 0;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 100px); /* フェードインで動く高さを指定 */
    transition: all 2000ms; /* フェードインにかかる時間を指定 */
  }
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.totop {
    position: fixed;
    bottom: 6%;
    right: 0;
    z-index: 99;
}
.top_greeting {
    margin-top: 40px;
}
@media screen and (max-width: 1024px) {
    .line-fixed {
      bottom: 15%;
      right: 0;
    }
    .line-fixed.tel-fixed {
      bottom: 32%;
    }
    .link-wrap {
        margin: 20px 5% 0 0;
    }
    .breadcrumbs {
        font-size: 12px;
    }
    .breadcrumbs-wrap {
        padding: 85px 0 0;
    }
}
@media screen and (max-width:767px) {
    a.line-btn p {
      font-size: 12px;
    }
    .line-fixed {
      display: none;
    }
    .link-wrap p a, .link-wrap.mini p{
        padding: 12px 50px 10px;
    }
    .menu-box-wrap .text p.link-wrap{
        padding: 10px 30px 8px;
        width: 200px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .midashi {
        margin: 0px 0 50px;
    }
    .midashi.right {
        text-align: center;
    }
    .midashi .midashi-heading {
        font-size: 20px;
     }
    .midashi .color-h {
        margin: 0 auto 0;
        font-size: 17px;
    }
    .midashi .heading_en {
        display: block;
        padding: 0; 
        font-size: 1.2em;
    }
    .midashi::after {
        left: 0;
        right: 0
    }
    .midashi .midashi-heading.mini {
        font-size: 17px;
    }
    .midashi .midashi-heading span {
        font-size: 13px;
        display: block;
        padding: 5px 0 0 0;
    }
    .middle-heading {
        font-size: 18px;
    }
    .content-area {
        padding: calc(100vw*0/16);
        position: relative;
    }
    .link-wrap p {
        font-size: 16px;
    }
    .breadcrumbs {
        font-size: 12px;
    }
    a .pagetop{
        display: none!important;
    }
    .pc_only {
        display: none;
    }
    .top_greeting {
        margin-top: 20px;
    }
    .promise .link-wrap.center {
        padding: 0 0 20px;
    }
    .breadcrumbs-wrap { 
        padding: 80px 0 0;
    }
}
@media screen and (max-width:600px) {
 
}
/*------------------ローディング---------------------*/
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 120px;
    height: 120px;
}
/* Loading テキスト */
.spinner span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
    color: #333;
}
.spinner.type1 {
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #333 #333;
    /* ローディング要素のアニメーションを指定 */
    -webkit-animation: spinner1_1 1.5s infinite linear forwards;
            animation: spinner1_1 1.5s infinite linear forwards;
}
.spinner.type1 span {
    /* Loading テキストのアニメーションを指定 */
    animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}
  /* ローディング要素のアニメーション内容 */
  @-webkit-keyframes spinner1_1 {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
   
  @keyframes spinner1_1 {
    0% {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
   
  /* Loading テキストのアニメーション内容 */
  @-webkit-keyframes spinner_loading_text {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  @keyframes spinner_loading_text {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
              transform: translate(-50%, -50%) rotate(360deg);
    }
}
.box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    -webkit-transition: all 1.2s ease; /* 1.2秒でフェードアウト */
            transition: all 1.2s ease;
    color: #0b8793; /* ローディングアニメーションカラー */
    background-color: rgba(255, 255, 255); /* 背景カラー */
}
.box.loaded{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}
/* ------------------header------------------*/
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 99;
    top: 0;
    background: #fff;
}
#top-head:after {
    content: "";
    display: none;
    height: 1px;
    background: #fff;
    width: 1025px;
    margin: 100px auto 0;
}

#top-head a {
    display: block;
}

#top-head .head_middle {
  /* padding: 5px 0;
    height: 80px;*/
    display: flex;
    align-items: center;
    background-color: #fff;
}
#top-head .inner {
    position: relative;
    display: block;
    margin: 0 auto;    
    width: 100%;    
}
#top-head .logo-wrap {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: absolute;
    top: 0px;
    left: 10px;
}
#top-head .logo-wrap img{
    width: 90px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#top-head .head_text{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    position: absolute;
    left: 100px;
    top: 25%;
    text-align: left;
    line-height: 1.4em;
}
#top-head .head_text a {
    display: inline-block;
    color: #999;
}
#top-head .head_company_name {
    margin-bottom: 0px;
    position: absolute;
    left: 100px;
    top: 60%;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
}
#top-head .contact_list {
    display: none;
}
#top-head .contact_list ul li {
    margin: 0 1px; 
    line-height: 1em;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    vertical-align: top;
    
}
#top-head .contact_list ul li a {
    padding: 4px 10px 1px;        
    position: relative;
    width: 50px;
    height: 50px;
    background: #000;
    text-align: center;
}
#top-head .contact_list ul li a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 28px;
    color: #00008b;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    transition: all 0.3s ease;
    color: #fff;
}
#top-head .contact_list ul li.phone {
    display: none;
}
#top-head .contact_list ul li a p {
    font-size: 10px;
    display: block;
    position: absolute;
    bottom: 3px;
    color: #fff;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

#top-head .contact_list ul li.line i {
    font-weight: 500;
    font-size: 30px;
    line-height: 0.9em;
}
#top-head .contact_list ul li.mail i {
    font-size: 27px;
}
#top-head .contact_list ul li.phone i {
    font-size: 26px;
}
#top-head .contact_list ul li.line a {
    background-color: #06c755;
}
#top-head .contact_list ul li.mail a {
    background-color: #0f61b0;
}
#top-head .contact_list ul li.phone a {
    background-color: #2fb8ec;
}
#top-head .contact_list ul li.line a:hover {
    background-color: rgba(6, 199, 85, 0.6);
}
#top-head .contact_list ul li.mail a:hover{
    background-color: rgba(15, 112, 185, 0.6);
}
#top-head .contact_list ul li.phone a:hover {
    background-color: rgba(0, 123, 67, 0.6);
}
.head_top.flexbox {
    /*align-items: center;*/
}
.gnaviwrap.flexbox {
    justify-content: center;
    margin-top: 14px;
}
.phone_topbtn, .mail_topbtn {
    color: #fff;
    padding: 5px;
    min-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phone_topbtn {
    margin-left: auto;
    background: #359866;   
}
.mail_topbtn {
    background: #0f61b0;
}
.phone_topbtn span, .mail_topbtn span {
    font-size: 12px;
    display: block;
    color: #fff;
    line-height: 1.4em;
}
.mail_topbtn span.big {
    font-size: 1.1em;
    font-weight: bold;
}
.phone_topbtn span.tel {
    font-size: 1.6em;
    line-height: 1.0;
    font-weight: bold;
    letter-spacing: 0;
    font-family: "Outfit", sans-serif;;
}
.phone_topbtn p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 13px;
}
.phone_topbtn i {
    font-size: 1.5em;
    color: #359866	;
}

.phone img {
    vertical-align: top;
}
#global-nav {
    width: 90%;
    text-align: center;
    height: 40px;
    margin-top: -5px;
}
#global-nav a {
    text-decoration: none;    
}
#global-nav > ul {
    list-style: none;
    font-size: 14px;
}
#global-nav > ul > li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6em;
    padding: 0;
}
#global-nav ul li.sns {
    margin-left: 15px;
}
#global-nav ul .icon {
    font-size: 20px; 
    display: inline-block;
    margin: -2px 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#global-nav ul li a {
    padding: 5px 12px 10px;
    font-weight: bold;
    color: #666;
}
#global-nav ul li.current > a {
    position: relative;
}
#global-nav ul li a i {
    padding-left: 5px;
}
#global-nav ul li a:hover, #global-nav ul .icon:hover {
    color: #0f61b0	;
}

#global-nav ul li.nav-li {
    display: none;
} 
/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dropdown-btn {
/*    position:relative;*/
    cursor:pointer;
    padding: 10px 0;
  }

.dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 15vw;
    padding: 0 5px;
    background-color: #0f61b0;
    text-align: center;
    overflow: hidden;
    max-height: 0;
    opacity: 0; 
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    z-index: 1000;
    
}
.dropdown-btn:hover > .dropdown,
.dropdown-btn:focus-within > .dropdown {
    max-height: 500px; 
    opacity: 1;
    visibility: visible;
}
#global-nav ul li .dropdown li {
    line-height: 1.5em;
    margin: 0;
    position: relative;
}
#global-nav ul li .dropdown li a{
    color: #fff;
    padding: 10px 5px;
}
#global-nav ul li .dropdown li a:hover,
#global-nav ul li .dropdown li.current a{
     color: #fff;
}

.dropdown li a {
    color:#fff;
}
/* Fixed */
#top-head.fixed {
    padding-top: 0px;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(51 51 51 / 30%);
}
#top-head.fixed .head_middle {
    display: none;
}
#top-head.fixed h1{
    left: 80px;
}
#top-head.fixed .logo-wrap {
    font-size: 24px;
}
#top-head.fixed #global-nav {
     text-align: center;
    height: 45px;
    margin-top: 0;
}
#top-head.fixed .logo-wrap h1{
    font-size: 11px;
    margin: 0;
    padding: 10px 0 7px;
}
#top-head.fixed:after {
    width: 100%;
    margin-top: 85px;
}

/*#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: -2px;
    background: #0f61b0	;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}*/
#global-nav ul li.sns:after {
    display: none;
}
#global-nav ul li:hover:after {
    width: 100%;
}
#top-head.fixed #global-nav ul li:hover:after {
    width: 100%;
}
li a.nav-tel{
    display: none;
}
.hamburger{
    display: none;
}
a.nav-line {
    display: none;
}
@media screen and (max-width:1270px) {
    #top-head .logo-wrap img {
        width: 80px;
    }
    #global-nav ul li a {
        padding: 5px 5px 10px;
        font-size: 14px;
    }
}
@media screen and (max-width:1024px) {
    li.dropdown-btn > a {
        pointer-events: none;
    }
    .mail_topbtn {
        margin-right: 70px;
    }
    .dropdown {
        position: relative;
        left:0;
        top: 0;
        width: auto;
        padding: 0 0 6px;
        display:block;
        background: transparent;
        margin-top: -4px;
        overflow: hidden;
        max-height: initial;
        opacity: 1;
        visibility:visible;
        transform: translateX(0);
    }
    .dropdown.active {
        display:block;
    }
    #global-nav ul li .dropdown li {
        display:inline-block;
        line-height: 1.5em;
        margin:10px 0;
    }
    .hamburger {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
    .hamburger {
        display : block;
        position: fixed;
        z-index : 3;
        right : 15px;
        top   : 2px;
        width : 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span {
        display : block;
        position: absolute;
        width   : 30px;
        height  : 3px ;
        left    : 3px;
        background : #0f61b0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }
    .hamburger span:nth-child(2) {
        top: 20px;
    }
    .hamburger span:nth-child(3) {
        top: 30px;
    }
    .hamburger.active span:nth-child(1) {
        top : 18px;
        left: 5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }
    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 18px;
        left: 4px;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }
    .hamburger p{
        margin: 0;
        font-size: 12px;
        position: absolute;
        top: 35px;
        color: #0f61b0;
        font-weight: bold;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3 ease;
        -o-transition: all 0.3 ease;
        line-height: 1.4em;
    }
    #top-head .inner {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    #global-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        background-color: #d9f0f7;
        visibility: visible;
        opacity: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        margin: 0 auto;
        height: 0;
        width: 100%;
    }    
    #global-nav.active {
        visibility: visible;
        opacity: 1;        
        z-index: 99;
    }
    #global-nav > ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
    #global-nav ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }    
    #global-nav ul li.current > a::after {
        display: none;
    }
    #global-nav ul li:last-child {
        padding-bottom: 0;
    }
    #global-nav ul li:hover{
        background :#ddd;
    }
    #global-nav ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration :none;
    }
    #global-nav ul li:after {
        display: none;
    }
    #top-head .logo-wrap h1 {
        padding: 0px 0 5px;
    }
    #top-head .logo-wrap img {
        width: 70px;
    }
    #top-head .logo-wrap {
        top: 0;
        padding: 0px 0 0 15px;
    } 
    #top-head.fixed .logo-wrap h1 {
        font-size: 11px;
        margin: 0;
        padding: 0px 0 5px;
    }
    #top-head .head_text{
        left: 15vwx;
    }
/*スクロール前のメニュー*/
    #top-head nav#global-nav > ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transform: translateX(-100%);
        background: rgba(255 255 255 / 70%);
        padding: 0px 0 calc(100vh);
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1 ease;
        -o-transition: all 1 ease;
        opacity: 0;
    }
    #top-head nav#global-nav ul li{
        width: 100%;
        margin: 0%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0f61b0;
        display: block;
    }
    #top-head nav#global-nav ul li a{
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
        padding: 15px 15% 10px;
        width: 100%;
    }
    #top-head #global-nav {
        margin-top: 75px;
    }
    #top-head .phone img {
        margin-top: 5px;
    }
    #top-head.fixed #global-nav {
        margin-top: 29px;
    }
/*スクロール後のメニュー*/
    #top-head.fixed {
        padding-top: 0px;
    }
    #top-head.fixed:after {
        width: 100%;
        margin-top: 80px;
    }
    #top-head.fixed #global-nav.active {
        margin-top: 72px;
    }
    /* このクラスを、jQueryで付与・削除する */
    #global-nav.active {
        opacity: 100;
    }
    #top-head nav#global-nav.active > ul{
        transform: translateX(0%);
        opacity: 100;
        overflow-y: scroll;
    }
    #top-head.fixed nav#global-nav.active > ul{
        transform: translateX(0%);
        opacity: 100;
        margin-top: -5px;
    }  

    #top-head nav#global-nav ul li.sns{
        margin: 0.5%;
        height: 80px; 
        background: none;
    }
    #top-head nav#global-nav ul li.sns a,
    #top-head.fixed nav#global-nav ul li.sns a{
        padding: 15px 20px;
    }
    #top-head nav#global-nav ul li:last-child.sns a span,
    #top-head.fixed nav#global-nav ul li:last-child.sns a span{
        font-size: 26px;
        color: #0f61b0;
    }    
    #top-head.fixed #global-nav.active {
        margin-top: 80px;
    }
    #top-head nav#global-nav ul li a {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 12px 5px 12px;
        box-sizing: border-box;
    }
    #top-head nav#global-nav ul li {
        margin: 0;
        text-align: center;
        height: auto;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
    #top-head nav#global-nav ul li ul.dropdown li {
        border-bottom: 0px solid #fff;        
    }
    #top-head nav#global-nav ul li ul.dropdown li a {
        padding: 5px 5px;
        color: #fff;
    }
    #top-head nav#global-nav > ul li:hover a,
    #top-head nav#global-nav > ul li ul.dropdown li:hover a {
        color: #2fb8ec	;
    }
    #top-head nav#global-nav > ul li.nav-li a span {
        font-size: 18px;
    }
    #top-head nav#global-nav > ul li.nav-li a {
        font-size: 16px;
        line-height: 1.4;
    }
    #top-head nav#global-nav > ul li.nav-li a p{
        font-size: 13px;
        margin-bottom: 0;
    }
    #top-head nav#global-nav > ul li.nav-li {
        width: 100%;
    }
    #top-head nav#global-nav ul.sns {
        display: flex;
        justify-content: center;
    }
    #top-head nav#global-nav ul.sns li {
       width: auto;
        border-bottom: 0px solid #fff;
    }   

    #top-head nav#global-nav ul.sns li a {
        padding: 10px 5px 15px;
    }
    #top-head nav#global-nav ul.sns li a i {
        padding: 0 10px 5px;
        font-size: 26px;
    }
    li.nav-li {
        width: 100%!important;
    }
    li.nav-li p {        
        margin-top: 0;
    }
    li.nav-li .nav-tel span {
        font-size: 18px;
    }
    a.nav-line {
        display: block;
        width: 99%;
        text-align: center;
        margin: 0 auto;
    }
    a.nav-line img{
        max-width: 100%;
    }

}
@media screen and (max-width:980px) {
    #top-head.fixed .head_middle {
        display: block;
    }
    #top-head .logo-wrap img {
       width: 70px
    }
    .phone_topbtn p span.tel {
        font-size: 26px;
        letter-spacing: 0.03em;
    }
    .phone_topbtn i {
        font-size: 1.3em;
    }
    .phone_topbtn p {
        font-size: 14px;
    }
    #top-head {
        height: 74px;
    }
    .phone_topbtn, .mail_topbtn {
        display: none;
    }
    #top-head .contact_list {
        margin-right: 70px; 
        margin-left: auto;
        display: flex;
        margin-top: 5px;
    }
    #top-head .contact_list ul li.phone {
        display: inline-block;
    }
    #top-head .contact_list ul li a {
        font-size: 16px;
       }
    #top-head .contact_list ul li {
        margin: 0 3px;
    } 
    #top-head .contact_list ul li i {
        font-size: 28px;
    } 
}
@media screen and (max-width:767px) {
    #top-head .logo-wrap h1 {
        font-size: 10px;
    }
    #top-head .logo-wrap img {
        padding-left: 10px;
        width: 76px;
    }
    .phone p.time {
        display: none;
    }
    .head_top.flexbox {
        margin-top: 5px;
    }
    #top-head.fixed .head_top.flexbox {
        margin-top: 0px;
    }
    #top-head:after {
        width: 100%;
        margin: 88px auto 0;
    }
    #top-head .head_text{
        position: absolute;
        top: -3px;
        left: 0;
        right: 0;
        font-size: 10px;
        line-height: 1.1em;
        margin: 2px auto 5px;
        text-align: center;
        width: 100%;
    }
    #top-head .head_company_name {
        top: 40%;
    }
    #top-head .head_middle {
        padding: 5px 0;
    }
    #top-head.fixed .head_text {
        display: none;
    }
    .hamburger {
        right: 10px;
        top: 6px;
    }
    #top-head.fixed .logo-wrap h1 {
        font-size: 10px;
    }
    #top-head.fixed .logo-wrap {
        margin: 0px 0px;
    }
    #top-head .logo-wrap {
        padding: 0 0 0 0px;
    }
    #top-head #global-nav {
        width: 100%;
        padding: 0;
        margin-top: 75px;
    }
    #top-head.fixed {
        padding-top: 0px;
        height: 75px;
    }
    #top-head.fixed:after {
        width: 100%;
        margin-top: 70px;
    }
    #top-head.fixed .hamburger {
        top: 10px;
    }
    #top-head.fixed .hamburger.active span:nth-child(1) {
        top: 17px;
    }
    #top-head.fixed .hamburger.active span:nth-child(3) {
        display: none;
    }    
 
}
@media screen and (max-width:600px) {
    #top-head .logo-wrap {
        top: -13px;
    }
    .head_top.flexbox {
        margin-top: 0;
    }
    #top-head .logo-wrap img {
        width: 65px;
        padding-left: 0px;
    }
    #top-head .phone {
        display: none;
    }
    #top-head .head_middle {
        height: 80px;
        padding: 5px 0 0;
    }
    #top-head.fixed .head_middle {
        display: block;
        padding: 15px 0 0;
    }
    #top-head .head_text {
        position: relative;
        margin: 0px auto 0px;
        top: -13px;
    }
    #top-head .head_company_name {
        top: 25%;
        left: 75px;
        font-size: 12px;
    }
    .hamburger {
        top: 18px;
        right: 6px;
    }
    #top-head .contact_list {
        margin-right: 70px;
        margin-left: auto;
        margin-top: -5px;
    }
    #top-head .contact_list ul li {
        margin: 0 1px; 
        line-height: 1em;
        display: inline-block;
        height: auto;
        width: auto;
        padding: 0;
        vertical-align: top;
    }
    #top-head .contact_list ul li a {
        padding: 4px 10px 1px;        
        position: relative;
        height: 40px;
        width: 40px;
        border-radius: 5px;
    }
    #top-head .contact_list ul li a i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    #top-head .contact_list ul li.phone i {
        font-size: 26px;
        color: #fff;
    }
    #top-head .contact_list ul li a p {
        display: none;
    }
    #top-head .contact_list ul li a span{
       display: none;
    }
    #top-head .contact_list ul li.mail a:hover{
        background-color: #0f61b0	;
    }    
    #top-head .contact_list ul li.line a:hover {
        background-color: #06c755;
    }
    #top-head .contact_list ul li.phone a:hover {
        background-color: #0f61b0;
    }
    #top-head .contact_list ul li.mail a:hover i,
    #top-head .contact_list ul li.line a:hover i,
    #top-head .contact_list ul li.phone a:hover i{
        color: #fff;
    }
 }
@media screen and (max-width:430px) {
    #top-head.fixed .logo-wrap h1 {
        font-size: 10px;
        margin: 0;
        padding: 0px 5px 5px 0;
    }
    #top-head .logo-wrap h1 {
        font-size: 10px;
        padding: 0px 5px 10px 0;
    }
    #top-head .head_company_name {
        display: none;
    }
    #top-head .contact_list {
        margin-right: 55px;
    }
    #top-head .contact_list ul {
        margin-left: 5px;
    }
    #top-head .contact_list ul li {
        position: relative;
    }
    #top-head .contact_list ul li a {
        padding: 3px 5px 1px;
        width: 42px;
    }
    .hamburger {
        right: 5px;
    }
    #top-head nav#global-nav ul li, #top-head.fixed nav#global-nav ul li {
        width: 100%;
    }
    #top-head nav#global-nav ul li, #top-head.fixed nav#global-nav ul li {
        height: auto;
    }
    #top-head nav#global-nav ul li a, #top-head.fixed nav#global-nav ul li a {
        font-size: 14px;
        padding: 13px 15px;
    }
    #top-head.fixed #global-nav ul li a:hover {
        color: #ffffff;
    }
    #top-head.fixed #global-nav ul li:hover:after {
        background: transparent;
    }
}
@media screen and (max-width:340px) {
 
    #top-head .contact_list ul li {
        margin: 0;
    }
}
/*--------------------フッター-------------------*/
footer {
    position: relative;
    margin: 0px 0 0;
}
section.access-area iframe {
    height: 360px;
}

footer .contact-area{
    background: url(images/contact_back.jpg) no-repeat center / cover;
    background-attachment: fixed;
    position: relative;   
    display: flex;
}
footer .contact-area::before {
    background: rgba(4, 62, 118, 0.7);
  
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
}
.contact-area .midashi .midashi-heading {
    color: #fff;
}
.contact-area p{
    color: #fff;
}
.contact-area .midashi + p {
   
}
.blue-cta {
    background: url(images/bousuiimg_back.jpg) no-repeat center / cover;
    background-attachment: fixed;
    position: relative;
}
.blue-cta::before {
    background: rgba(47, 184, 236, 0.5);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blue-cta .container {
    position: relative;
    z-index: 5;
}
.top-contact {
    background: #0f61b0;
}
.top-contact h1{
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.top-contact h2,.blue-cta h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}
.blue-cta p{
    text-align: center;
}
.top-contact p.lead {
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}
.top-contact .mail-wrap {
    background: #e9f2f7;
}
.top-contact .mail-wrap .mail_btn {
    color: #0f61b0;
}
.top-contact .mail-wrap .mail_btn .icon {
    background: #0f61b0;
}
.top-contact .mail-wrap .mail_btn .icon i {
    color: #fff;
}
.contact-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}
.contact-wrap {
    margin: auto;
    text-align: center;
}
.contact-wrap .midashi::after {
    left: 0px;
    right: auto;
}
.contact-wrap .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-wrap .tel-wrap{    
    font-weight: bold;
    position: relative;
    transition: all ease 0.3s;
}

.contact-wrap .tel-wrap p{
    margin-bottom: 0;
    color: #fff;
}
.contact-wrap .tel-wrap h3{   
   font-size: 19px;
    color: #fff;
}
.tel-wrap .mark i{
    color: #e83328;
}
.mail_btn {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 20px 12px 55px; 
    display: block;
    color: #fff;
    border-radius: 4px;
    transition: all 0.25s ease 0s;
    width: 100%;
    text-align: center;
    position: relative;
}
.btn-flash {
    overflow: hidden;
    position: relative;
}

.btn-flash::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.btn-flash:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.mail_btn:hover::before {
  top: 0;
  left: 100%;
}
.tel-wrap {
    background: #359866;
}
.mail-wrap {
    background: #0f61b0;
}
.line-wrap {
    background: #06c755;
}
.contact .tel-wrap,
.contact .line-wrap {
    width: 40%;
    margin: auto;
}
.mail_btn .icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);

}
.mail_btn .icon i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 22px;
    color: #0f61b0	;
}
.tel-wrap .mail_btn .icon i {
    color: #359866;
}
.line-wrap .mail_btn .icon i{
    color: #06c755;
}
.mail_btn p {
    line-height: 1.6em;
    margin: 0;
    font-size: 20px;
    vertical-align: middle;
}
.mail_btn span {
    display: block;
    font-size: 13px;
}
.area-wrap {
    width: 100%;
}
.area-wrap .item.left{
   padding: 40px 40px;
    background-color: #f8f8f8;
}

.area-wrap p {
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 1.7;
}
.area-wrap .item.right{
   font-size: 0;
}
.area-wrap iframe{
    width: 100%;
    height: 100%;
}
.area-wrap .midashi .midashi-heading {
    font-size: 18px;
    padding: 10px 0 10px;
    font-weight: bold;
}
.area-wrap .midashi .midashi-heading::after {
    display: none;
}
.area-wrap .midashi {
    margin: 0px 0 25px;
    padding-top: 0;
}
.footer-bottom {
    text-align: center;
}
.footer_menu {
    background: #044d93;
     background: linear-gradient(to right bottom , #044d93 , #31bff8);
    padding: 60px 30px 20px;
    text-align: center;
    justify-content: center;    
}
.footer_menu p {
    color: #fff;
}
.footer_menu .container {
    width: 85%;
    margin: auto;
}
.footer_menu .item:first-child {
    width: 35%;
    text-align: left;
}
.footer_menu .item {
    padding: 0 10px;
    width: 20%;
}
.footer-bottom h3 {
    margin-bottom: 18px;
    font-size: 16px;
}
.footer-bottom .item img {
    margin: 15px auto;
}
.footer_menu .item:first-child p{
    font-size: 14px;
    line-height: 1.7;
    margin: 10px auto 10px;   
}
.footer_menu .item:first-child p .tel{
    font-size: 22px;
    color: #fff;
    font-family: "Outfit", sans-serif;;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}
.footer_menu .item:first-child p i{
    display: inline-block;
    color: #fff;
    vertical-align: text-top;
}
.footer_menu .item:first-child .sns {
    
}
.footer_menu .item:first-child .sns li{
    display: inline-block;
    margin: 0 10px;
}
.fab {
    font-weight: 500;
}
.footer_menu .item:first-child .sns li a{
    font-size: 26px;
}
.footer_menu .item:first-child .sns li.insta a{
    color: #cf2e92;
}
.footer_menu .item:first-child .sns li.line a{
    color: #06c755;
}
.footer_menu .item:first-child .sns li.twitter a{
    color: #000;
}
.footer_menu .item p.shopname {
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0; 
    padding-left: 10px;
}
.footer_menu .item p.shopname span {
    font-size: 16px;
}
.footer_menu ul{
    text-align: left;
}
.footer_menu ul li, .mark ul li {
    list-style: none;
    margin: 0 0 7px;
}
.footer_menu ul li a{
    padding: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    color: #fff;
}
.outer-link {
    display: flex;
    margin: 20px auto 0;
}
.outer-link a {
   margin: 0 5px 0;
}
.outer-link img {
    max-width: 80px;
}
.sitemap .mark li.title > a {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.external-link::after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f360" !important;
    color: rgba(21, 144, 196, 1);
    margin: 0 0 0 0.5em;
}
.footer_menu .footer_menu_title {
    text-align: left;
    position: relative;
    margin: 10px 0 10px;
    font-weight: bold;
}
.footer_menu .footer_menu_title.mail_btn {  
    padding: 6px 20px;
    margin: 30px 0 12px;
    border-bottom: 0px solid rgba(255,255,255,0.6);
}
.footer_menu .footer_menu_title.mail_btn a{
    color: #fff;
}
.footer_menu .footer_menu_title a{
    font-size: 16px;
    transition: 0.3s;
    color: #fff;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 0 10px 3px 5px;
}
.footer_menu .footer_menu_title.contact a{
    color: #fff;
    margin-top: 17px;
    text-align: center;
    display: inline-block;
    border-bottom: 0px solid #eee;
    background-color: #2fb8ec;
    padding: 5px 30px;
}
.footer_menu .footer_menu_title.contact a:hover{
    color: #0f61b0;
    background: #fff;
}
.footer_menu .footer_menu_title.questionnaire{
    padding: 5px;
    border: 1px solid #fff;
    text-align: center;
}
.footer_menu .footer_menu_title.questionnaire a{
    font-size: 14px;
}
.footer_menu .footer_menu_title a:hover,
.footer_menu ul li a:hover{
    color: #2fb8ec;
}
.footer_menu ul li ul {
    margin-left: 10px;
    margin-top: 5px;
}
.footer_menu ul li ul li {
    list-style: none;
    margin: 0 0 4px;
    position: relative;
    padding-left: 10px;
}
.footer_menu ul li ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    height: 1px;
    width: 10px;
    transform: translateY(-50%);
}
.mark li a:hover{
    color: #b2b2b2;
}
ul.mark li {
    padding-left: 20px;
    margin-bottom: 4px;
    position: relative;
}
.mark li a{
    position: relative;
    color: #666;
    padding: 0 2rem;
    transition: 0.3s;
    position: relative;
}
ul.mark li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 4px solid #fff;
}
ul.mark li::before{
    border: 4px solid transparent;
    border-left: 4px solid #4017b1;
}
.footer_logo {
    display: block;
    margin-bottom: 10px;
}
.footer_logo img{
    width: 100px;
}
.footer_menu .copyright ul {
    display: flex;
}
.footer_menu  ul.small li a {
    font-size: 12px;
    font-weight: 500;
}

footer .copyright{
    margin-top: 30px;  
}
footer .copyright p{
    margin: 0;
    padding: 0;
    font-size: 13px;
}
@media screen and (max-width:1160px) {
    .footer_menu .item {
        padding: 0 10px;
        text-align: left;
    }
    .footer_menu .footer_menu_title.questionnaire {
        display: inline-block;
    }
    .footer_menu .container {
        width: 98%;
    }
}
@media screen and (max-width:1024px) {
    .contact-inner .tel-wrap a span {
        font-size: 0.5rem;
    }

    .footer-bottom p {
        font-size: 12px;
    }
    .mail_btn {
        font-size: 18px;
        padding: 15px 10px 15px 50px; 
    }
}
@media screen and (max-width:767px) {
    .top-contact h1{
        font-size: 20px;
    }
    section.access-area {
        padding: 30px 0 30px;
    }
    footer .contact-area {
        display: flex;
        flex-wrap: wrap;
    }
    .blue-cta p{
        text-align: left;
    }
    .contact-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .area-wrap .left {
        width: 100%;
        padding: 10px calc(100vw*0.2/16) 0;
    }
    .area-wrap .right {
        width: 100%;
        padding: 0;
    }
    .area-wrap .right iframe {
        width: 100%;
        height: 300px;
    }
    .contact-wrap .tel-wrap{
        width: 100%; 
    }
    .contact-wrap .tel-wrap h3{   
        font-size: 17px;
    }
    .contact .line-wrap {
       width: 100%; 
    }
    .contact-wrap .flexbox.flex-start {
        justify-content: center;
    }
    .mail-wrap {
        margin: 0 0px 30px 0;
    }
    .footer_menu {         
        padding: 50px 20px 40px;
    }
    .footer_menu.flexbox .flexbox{
         display: block;
        padding: 15px 30px 40px;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_menu ul {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: left;
    }
    .area-wrap .item.left {
        padding: 20px 20px 20px;
        margin-bottom: 0;
    }
    .area-wrap p {
        font-size: 13px;
        line-height: 1.6;
    }
    footer .flexbox.nowrap{
        justify-content: center;
    }
    .footer_menu .item p.shopname {
        margin: 0;
    }
    .footer_menu .item {
        width: 100%;
        padding: 0 5px 0;
        border-left: 0px solid #dcdcdc;
    }
    .footer_menu .item:first-child {
        width: 100%;
        text-align: center;
    }
    .footer_menu .footer_menu_title {
        margin:20px auto 5px;
        text-align: center;
        font-size: 16px;
    }
    .footer_menu ul li {
        margin-bottom: 5px;
        text-align: center;
    }
    .footer_menu ul li a {
        padding: 5px 0;
        font-size: 14px;
        display: block;
     }

    .footer-bottom p {
        font-size: 12px;
    }
    .contact-area .right h3 {
        font-size: 13px;
    }
    .footer-bottom ul li a::before {
        content: "";
        position: absolute;
        left: -0.2rem;
    }
    .footer_menu .footer_menu_title.mail_btn {  
        margin: 30px auto 12px;
    }
    .mail_btn {
        padding: 12px 10px 12px 10px; 
    }
    .mail_btn p {
        text-align: center;
        font-size: 17px;
    }
    footer .contact-area{
        background: url(images/contact_back_sp.jpg) no-repeat center / cover;
    }
    .contact-wrap .flexbox.row2 .item:last-child.mail-wrap{    
        margin-top: 20px;
    }
    .contact .line-wrap .mail_btn {
        width: 90%;
        margin: auto;
    }
    .outer-link {
        justify-content: center;
    }
    .outer-link img {
        max-width: 100%;
    }
    
}
@media screen and (max-width:460px) {
    .mail_btn {
        padding: 12px 10px 12px 45px; 
    }
}
@media screen and (max-width:320px) {
    .contact-area .right p {
        font-size: 11px;
        padding: 0 5px;
    }
    input[type=submit] {
        padding: 25px 55px;
    }
}

.sp_only {
    display: none;
}
.footer-fix {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0px;
    padding: 10px 0px 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);   
}
.footer-fix .flexbox {
    justify-content: center;    
}
.footer-fix .flexbox .item {
    margin: 0 2%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.footer-fix .flexbox .item img {
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
    #top-head .contact_list ul li a span span {
        display: none;
    }
    .sp_only {
        display: block;
    }
    .totop {
        bottom: 2%;
    }
    .top_link {
        width: 58px;
        height: 58px;
    }
    .top_link::before, .top_link::after {
        width: 20px;
        top: 15px;
    }
    .top_link span {
        top: 38%;
        font-size: 13px;
    }
    .sp_line {
        margin: 10px auto 20px;
        display: block;
        text-align: center;
    }
    .footer-fix {
        display: none !important;
    }
    .footer-fix .flexbox .item span {
        font-size: 34px;
    }
    .footer-fix .flexbox .item.line span {
        font-size: 38px;
    }
    .footer-fix .flexbox .item {
        max-width: 55px;
        margin: 0 4%;
        border-radius: 7px;
        transition: all 0.3s ease;
    }  
    .footer-fix .flexbox .item p {
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.6em;
        padding: 10px 0px;
    }
    .footer-fix .flexbox .item.tel {
        background-color: #e70e0e;
    }
    .footer-fix .flexbox .item.mail {
        background-color: #4017b1;
    }
    .footer-fix .flexbox .item.line {
        background-color: #00ca42;
    }
    .footer-fix .flexbox .item:hover{
        background-color: #fff;
    }
    .footer-fix .flexbox .item.tel:hover p{
        color: #e70e0e;
    }
    .footer-fix .flexbox .item.mail:hover p{
        color: #4017b1;
    }
    .footer-fix .flexbox .item.line:hover p{
        color: #00ca42;
    }
}
/*----コンテンツエフェクト--------*/

.anim-box.fadeup{
    opacity: 0;
}
.anim-box.fadeup.is-animated {
    animation: fadeup 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes fadeup {
    0% {
      transform: translateY(70px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
}
.anim-box.fadeleft{
    opacity: 0;
}
.anim-box.fadeleft.is-animated {
    animation: fadeleft 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes fadeleft {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
}
/*--------------------------ページスライド関連------------------------------*/
section.top-slide{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 65vh;
    margin-bottom: calc(100vw*0.9/20);
    padding: 74px 0 0;
    margin-bottom: 0;
}

section.top-slide {
    padding: 105px 0 0;
    height: 100%;
}
#vegas {
    width: 100%;
    padding-top: 45.2380% !important;
    height: 0;    
}
.vegas-slide, .vegas-slide-inner {
    background-position: center top !important;
}
section.top-slide .intro{
    position: absolute;
    bottom: 2%;
    left: 0px;
    right: 0px;
    width: 90%;
    margin: auto;
    z-index: 1;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    text-align: center;
}
section.top-slide .intro h3{
    display: inline-block;
    color: #fff;
    line-height: 1.3;
    font-size: 1.4rem;
    margin-bottom: 0px;
}
section.top-slide .intro p{
    margin-top: 6px;
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 0;
}
section.top-slide h2{
    position: absolute;
    top: 160px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.7;
    text-shadow: 2px 2px 3px rgba(0 0 0 / 40%);
}

.scroll {
    display: inline-block;
    padding-top: 45px;
    position: absolute;
    width: 50px;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}
.scroll span.txt{
    font-weight: 600;
}
.scroll::before {
    animation: scroll 1.5s infinite;
    border: solid #0f61b0;
    border-width: 0 0 2px 2px;
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 20px;
    height: 20px;
}
@keyframes scroll {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    80% {
      transform: rotate(-45deg) translate(-35px, 35px);
    }
    0%, 80%, 100% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
}
section.sub-slide {
position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 125px 0 0;
    height: 300px;
}
.sub-slide-img {
    height: 100%;
    position: relative;
    text-align: center;
    /*filter: grayscale(100%);*/
}
.sub-slide-img::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.sub-img-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    z-index: 10;
    position: relative;
}
section.sub-slide .sub-caption-en {
    color:#0f61b0;
    font-size: 18px;
    font-family: "Outfit", sans-serif;;
    letter-spacing: 0.2em;
    text-indent: 0.4em;
    text-align: center;
    margin: 5px auto 7px;
    line-height: 1.2em;
}
section.sub-slide .sub-caption {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: auto;
    display: inline-block;
    line-height: 1.2em;
    color: #fff;
}
section.sub-heading.noimage .content-area {
    margin-top: 100px;
}

@media screen and (max-width:1024px) {
    section.top-slide h2 {
        bottom: calc(100vw*8/16);
    }
    section.sub-slide {
        padding-top: 80px;
        height: calc(100vw*4/16);
    }
}
@media screen and (max-width:980px) {
    section.top-slide {
        padding: 80px 0 0;
    }
    .sub-img-text {
        padding-top: 40px;
    }
}
@media screen and (max-width:767px) {
    #vegas {
        width: 100%;
        padding-top: 150% !important;
        height: 0;    
    }
    .scroll {
        transform: translate(calc(0vw - 0%));
        padding-top: 35px;
        font-size: 13px;
    }
    section.sub-slide {
        height: 160px;
        margin-top: 5px;
        padding: 80px 0 0;
    }
    section.sub-slide .sub-caption-en {
        font-size: 14px;
        margin: 5px auto 3px
    }
    section.sub-slide .sub-caption {
        font-size: 14px;    
    }
    section.sub-heading {
        padding: 30px 0 40px; 
    }
    .sub-img-text {
        padding-top: 15px;
    }
}
@media screen and (max-width:600px) {
    section.top-slide .intro h3{
          font-size: 1.2rem;
     }
    section.top-slide .intro p {
        font-size: 0.9em;
     }
    section.sub-slide {
        padding: 72px 0 0;
    }
 }

#main-hero-area {
    position: relative;
    margin-top: 115px;
    padding: 0;
}
#main-hero-area picture {
    position: relative;
    overflow: hidden;
    padding-top: 37.380%;
    margin: 0 0 0;
}
#main-hero-area picture.main-pc {
    padding-top: 37.380%;
}
#main-hero-area picture.main-sp {
    padding-top: 150.093%;
}
#main-hero-area picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#main-hero-area .main-pc img {
    width: 100%;
    height: auto;
}
.main-pc {
    width: 100%;
    display: block;
}
img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img.border {
    border: 1px solid #dcdcdc;
}
.main-tab, .main-sp {
    display: none;
}
.top_tel {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}
.top_tel span {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    font-weight: bold;
    padding: 3px 20px 5px 20px;
}
.top_tel p {
    padding: 0;
    background: #333;
    border-radius: 5px 5px 0 0;
    padding: 5px 20px 3px 20px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin-top: 0;
}
.price_button {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.price_button img{
    max-width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    img.main-tab {
        display: block;
    }
    #main-hero-area {
        margin-top: 65px;
    }
    .price_button img {
        max-width: 300px;
    }
}    
@media screen and (max-width: 767px){
    img.img-responsive {
        width: 100%;
    }
    #main-hero-area {
         margin-top: 65px;
    }
    .main-pc {
        display: none;
    }
    .main-sp {
        display: block;
    }
    .top_tel {
        top: auto;
        bottom: 7px;
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
    }
    .top_tel span {
        font-size: 14px;
        line-height: 1.4;
        padding: 2px 20px 4px 20px;
    }    
    .top_tel p {
        padding: 4px 20px 2px 20px;
        color: #fff;
        font-size: 29px;
        letter-spacing: 0.02em;
        text-align: center;
    }
    .price_button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        width: 95%;
        margin: auto;
    }
}

/*--------------------------トップページ関連------------------------------*/
.top-intro {
    color: #fff;
    position: relative;
}
.top-intro .kamon{
   position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 300px;
    margin: auto;
    opacity: 0.3;
}
.top-intro p {
    font-size: 16px;
    font-weight: bold;
}

.top-points .flexbox .item,
.reason .flexbox.row2.margin .item,
.reason .flexbox.row3.margin .item {
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
}
.top-points .content-text h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #333;
    padding: 5px 15px;
}
.top-points a .img {
    padding: 25px 20px;
    padding-top: 50%;
    position: relative;
    z-index: 0;
    background-color: transparent;
    box-shadow: none;
}
.content-text a{
    text-decoration: none;
}
.company .flexbox {
    height: 360px;
    background: #fff;
}

@media screen and (max-width:767px) {
    .top-intro h1 {
        font-size: 20px;
    }
    .top-intro p {
        font-size: 14px;
        font-weight: bold;
    }
    .company .flexbox {
        height: auto;
    }
    .company .flexbox .item:first-child {
        height: 260px;
    }
    .company .flexbox .item h2 {
        font-size: 18px;
    }
    .company .flexbox .item {
        background-color: #fff;
        margin: 0 0 0px;
    }
}

/*--------------------------------施工実績------------------------------------*/
section.sub-heading + section.top-works,
section.top-works{
    display: block;
    position: relative;
    padding: 40px 0 60px;
}
section.parts-works{
    padding: 40px 0 60px;
}
.works-wrap {
   padding: 5px;
    border: 1px solid rgba(21, 144, 196, 0.3);
    box-sizing: border-box
}
.works-wrap:hover {
   background: rgba(21, 144, 196, 0.1);
}
.works-img-wrap{
    position: relative;
}
.works-img-wrap:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #e8e8e8;
}
.works-img-wrap a img{
    max-width: 100%;
    z-index: 1;
    position: relative;
    top: 0px;
    left: -5px;
    height: 100%;
    transition: 0.5s;
}
.works-img-wrap a img:hover{
    opacity: 0.8;
}
.works-wrap p.date {
    font-size: 13px;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Outfit", sans-serif;;
}
.works-wrap p.tag {
    font-size: 13px;
    line-height: 1.6em;
    padding: 0 0 15px 5px;
    margin-bottom: 20px;
}
.works-wrap p.tag a, .works p.tag a{
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #333;
    color: #333;
    transition: all 0.3s ease;
    margin-right: 5px;
}
.works-wrap p.tag a:hover, .works p.tag a:hover{
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
}
.works-wrap p.tag a:first-child {
    display: none;
}
section.works {
    padding: 40px 0 60px;
}
.works_single {
    padding: 10px 0 0;
}
.works_single img {
    max-width: 100%;
/*    width: 50%;*/
    display: inline-block;
    margin: 0 auto 0px;
    height: auto;
    vertical-align: top;
}
.works_single img.alignright {
    float: right;
    margin-left: 15px;
}
.works_single h1 {
    margin: 30px 0 20px;
    font-size: 26px;
    letter-spacing: 0.05em;
}
.works_single h2 {
    margin: 30px 0 20px;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.works_single p.date{
    text-align: right;
    font-size: 14px;
    font-family: "Outfit", sans-serif;;
}
.nayami {
    border: 1px solid #333;
    margin-bottom: 25px;
    background: #fff;
}
.single-wrap .nayami h3 {
    font-size: 18px;
    margin: 0 0 15px;
    padding: 4px 10px 5px;
    background-color: rgba(21, 144, 196,0.2);
    color: #333;
    border-bottom: 1px solid #888;
    border-radius: 0;
}
.nayami p {
    padding: 0 10px;
    line-height: 1.7em;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: auto !important;
}
.swiper-slide img {
  width: 100%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0; !important;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0 !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #0f61b0 !important;
}
@media screen and (max-width:767px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -5px !important;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -5px !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 32px !important;
    }
}
.bf-wrap{

}
.bf-wrap h3{
    width: 100%;
    display: block;
    font-size: 24px;
    margin: 0 auto 20px;
    color: #203bad;
    border-top: 2px solid #203bad;
    border-bottom: 2px solid #203bad;
    padding: 10px 5px;
    font-weight: bold;
}
.before-wrap,.after-wrap{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.before-wrap img,.after-wrap img {
    max-width: 31%;
    margin: 0 10px 20px;
    height: 100%;
}
.work-table-wrap{
    position: relative;
    display: block;
    margin: 50px 0px 50px;
}
.work-table-wrap table{
    width: 100%;
    border-collapse: collapse;
}
.work-table-wrap table tr{
    border-bottom: solid 1px #888;
}
.work-table-wrap table tr:first-child{
    border-top: solid 1px #888;
}
.single-wrap .work-table-wrap table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: rgba(21, 144, 196,0.2);
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
    color: #333;
    border-left:1px solid #888;
    border-right:0px solid #888;
}
.work-table-wrap table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid rgba(21, 144, 196,0.2);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.single-wrap .work-table-wrap table td{
    text-align: left;
    width: 65%;   
    background-color: #fff;
    padding: 12px 10px 12px 1.5em;
    border-right: 1px solid #888;
    border-left: 0px solid #888;
}

.blog-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px #ccc solid;
    margin: 15px 0;
    padding: 5px;
}
.blog-card + br + .blog-card {
    margin: -20px 0 15px;
}
.blog-card a {
    display: flex;
    align-items: center;
}
.blog-card .card-box-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    background: #0f61b0;
    padding: 6px 15px 5px;
    line-height: 1.1em;
    color: #fff;
    font-size: 12px;
}
.blog-card-thumbnail {
    text-align: left;
}
.works_single .blog-card-thumbnail img {
    height: 80px;
    object-fit: cover;
    max-width: 100%;
    width: 120px;
    margin-bottom: 0;
}
.blog-card-content {
    padding: 15px;
    text-align: left;
}
.blog-card-title {
    font-size: 16px;
    font-weight: 600;
}

.article .before, .article .after {
    position: relative;
    margin-bottom: 20px;
}
.article .before::before, .article .after::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0f61b0;
    color: #fff;
    font-family: "Outfit", sans-serif;;
    padding: 5px 20px;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.article .before::before {
    content: 'Before';
}
.article .after::before {
    content: 'After';
}
.article {
    margin-bottom: 60px;
}
.center_left_list {
    margin: 100px auto 60px;
}
.center_left_list ul {   
    
}
.center_left_list ul li {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #dcdcdc;
}
.center_left_list ul li i {
    color:#0f61b0	;  
}
.center_left_list ul li.next {
    text-align: right;    
}
section.related_cat {
    padding: 5px 0 10px;
}
.related.flexbox.row3.margin .item {
    margin-bottom: 30px;
}   
.bf_title {
    font-size: 15px;
    line-height: 1.6em;
    padding: 0 5px;
}
.single-wrap .before, .single-wrap .after {
    position: relative;
    margin-bottom: 20px;
}

.single-wrap figure.wp-block-image img {
    margin-bottom: 10px;
}

.categories {
    margin: 30px auto 0px;
}
ul.page_nav li {
    display: inline-block;
    margin: 0 5px;
    transition: all 0.3s ease;
}
ul.page_nav {
    margin-top: 40px;
}
ul.page_nav li.current {
    font-weight: bold;
}
ul.page_nav li a, ul.page_nav li span{
    display: block;
    border: 1px solid #BFBFBF; 
    padding: 3px 10px;
}
.workslist.flexbox{
   justify-content: flex-start; 
}
.item.news {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    margin: 0 0.5% 20px;
    background-color: #fff;
    padding: 10px;
}
a.blocklink{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item.news:hover {
    background-color:rgba(21, 144, 196, 0.2);
    border: 1px solid rgba(0, 78, 131, 0.4);
    z-index: 999;
    position: relative;
}

.workslist li.news .item {
    position: relative;
    margin-bottom: 0;
}
.workslist li.news .item.archive_pic {
    padding-right: 20px;
}
.news_textbox {
    padding: 0 5px 15px;
    position: relative;
}
/* アップロードした画像の縦横比を固定して表示 */
.news_img figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.news_img figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
} 

.workslist .news_img.row2 {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 0;
}
.workslist .news_img.row2 .item {
    flex-basis: 50%;
    max-width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
    width: 100%;
    height: 100%;
    margin: 0;
}
.workslist .news_img.row2 .item:first-child{
    left: 0%;
}
.workslist .news_img.row2 .item:last-child{
    right: 0%;
}
.news_img.row2 .text {
    position: absolute;
    padding: 4px 10px;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-family: "Outfit", sans-serif;;
    letter-spacing: 0.05em;
    bottom: auto;
    top: 0;
    left: 0;
    z-index: 5;
}
.news_img.row2 .text.after {
    left: 50%;
    background: #0f61b0	;
}
.single-wrap .before::before, .single-wrap .after::before {
    position: absolute;
    top: 0;
    left: 0;    
    color: #fff;
    font-family: "Outfit", sans-serif;;
    padding: 3px 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.single-wrap .before::before {
    content: 'Before';
    background: #333;
}
.single-wrap .after::before {
    content: 'After';
    background: #0f61b0	;
}
figure {
    font-size: 0;
}
.news_img.row2 figure {
    position: relative;
    padding-top: 0%;
    height: 100%;
}
.news_img.row2 figure img {
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;    
    transform: none;
    left: 0;
}    
/* アップロードした画像の縦横比を固定して表示 */
.works-wrap figure {
    position: relative;
    overflow: hidden;
    padding-top: 67.64%;
    margin: 0 0 7px;
}
.works-wrap figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.item.news:hover .news_img figure img {
    opacity: 0.6;
}
.wp_img_bg {
    height: 200px;
    padding-top: 66.6666%;
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.item.news:hover .wp_img_bg {
    opacity: 0.6;
}
.category {
    margin-top: 0px;
}

.category li, .categories li{    
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
    margin-bottom: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.categories li{    
    margin-right: 10px;
}
.item.news .category li, .item.news .categories li{ 
    font-size: 12px;
    margin-bottom: 0px;
}
.category li a, .categories li a {
    padding: 2px 10px 2px 0;
    display: block;
    color: #359866;
}
.categories li:hover a, .categories li.current-cat a {
    color: #fff;
}
.tags {
    padding: 5px 0 5px;
}
.news_textbox .tags {
    padding: 0px 0;
}
.tags li {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    transition: all .3s ease;
}
.tags li a {
    padding: 2px 10px 2px 0;
    color: #359866;
    display: block;
}
.news .date{ 
    color: #888;
    font-size: 13px;
    letter-spacing: 0.01em;    
}
.news .news_textbox .date {
    margin: 5px 0 0;
    text-align: right;
    font-family: "Outfit", sans-serif;
}
.news_title{
   font-size: 18px;
    margin: 10px 0 12px;
    padding: 0 0 5px;
    position: relative;
    color: #359866;
    font-weight: bold;
    line-height: 1.4em;
}
.flexbox.margin.row3 .news_title{
   font-size: 17px;
}
/*.news_title::after{
    content: '';
    position: absolute;
    background-color: #dcdcdc;
    height: 1px;
    width: 100%;
    left: 0;
    right: 5px;
    bottom: 0px;
    margin: 0 auto;
}*/
.news_text {
    line-height: 1.5em;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 0;
    color: #333;
}
@media screen and (max-width:1024px) {
    ul.category_list li a {
        font-size: 11px;
    }
    .article p{
        font-size: 14px;
    }
    .article p.date {
        font-size: 12px;
        padding-right: 0rem;
    }
}
@media screen and (max-width:767px) {
    section.top-works {
        display: block;
        max-width: 100%;
        position: relative;
    }
    section.works {
        padding: 40px 0 40px;
        margin-top: -20px;
    }
    .works_single {
        padding: 0px 0 0;
    }
    .works_single h2 {
        font-size: 20px;
    }
    ul.category_list li a {
        padding: 5px 5px 4px;
    }
    .works_single img {
        /*width: 49%;*/
        height: 100%;
        margin: 0 0 5px;
    }
    .works-img-wrap a img {
        top: 0px;
        left: -1px;
    }
    .works-img-wrap:after {
        bottom: -1px;
        right: -3px;
    }
    .single-wrap .item.row5 {
        width: 50%;
        max-width: 50%;
    }
    .works_single .item.row5 img {
        width: 100%;
        height: 100%;
        margin: 0 0 5px;
    }
    .workslist li.news .item.archive_pic {
        padding-right: 0px;
        margin-bottom: 0;
    }
    .workslist .news_img.row2 .item {
        margin-bottom: 0;
    }
    .workslist .news .news_textbox .date {
        margin: 5px 0;
        line-height: 1.2em;
    }
    .flexbox.row3.margin.workslist > .item {
        flex-basis: 49%;
        max-width: 49%;
    }
    .news_img.row2 .text { 
        font-size: 11px; 
        padding: 3px 10px;
    }
    .archive_pic {
        
    }
    .workslist.flexbox {
        justify-content: space-between;
    }
    .news_textbox {
        padding: 0 0 5px;       
    }
    .flexbox.margin.row3 .news_title {
        font-size: 16px;
    }
    .item.news {
        padding: 7px;
    }

}
@media screen and (max-width:480px) {
    .news_text {       
        font-size: 13px;    
    } 
}
/*--------------------------------お約束-------------------------------------*/
#promise .container, footer .contact-area .container {
    position: relative; 
    z-index: 5;
}
#promise {
    padding: 40px 0 80px;
    height: auto;
}
#promise  {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-image: url(images/top-back.jpg);
}
#promise::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.5);
}

#promise .item.row7 {
    margin-left: -5vw;
}
#promise .container, .back-grade .container  {
    position: relative; 
    z-index: 5;
}
#promise .message-wrap {
    position: relative;
    text-align: center;
    
}
#promise .middle-heading {
    color: #fff;    
    border-bottom: 0px solid #b1b1b1;
    font-size: 22px;
    line-height: 1.6em;
}
#promise .flexbox {
    max-width: 1100px;
    margin: auto;
}
.message-box {    
    padding: 10px 30px 0px;
}
.message-box p {
    color: #fff;
    line-height: 2.3em;
    margin-bottom: 0; 
    font-size: 16px;
}
section.promise{
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto 0;
}
section.reason {
    background: #f8f8f8;
}
.reason .reason_wrap {
    position: relative;
    margin-top: 60px;
}
.reason .reason_wrap .container {
    position: relative;
    z-index: 1;
}
.reason .reason_wrap .item {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 25px;
}

.reason .reason_wrap .point-p {
    margin-bottom: 0; 
    padding: 10px 15px 0;
}
section.promise img, section.promise picture{
    display: block;
}
.reason .reason_wrap .item p {
    margin-bottom: 0;
    padding: 0 15px;
    line-height: 1.8;
}
.reason-img img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    margin: 0px auto 0px;
}
section.promise .content-area{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}
section.promise h3{
    text-align: center;
    margin: 0px auto 20px;
    font-size: 24px;
}
.promise-h, .point-h {
    position: relative;
    padding: 15px 15px 15px;
    text-align: center;
    line-height: 1.4em;
    font-weight: bold;    
}
.promise .promise-h {
    font-size: 17px;  
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 7px 10px;
    margin: -60px auto 0px;
}

.reason-top {
    background: linear-gradient(to right bottom, #2e8e5e, #6dc794);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-bottom: 10px;
    /* border-radius: 15px; */
    margin: 0px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reason_wrap .item .promise-h {
    color: #359866;
    font-size: 18px;   
}
.reason .point-h-sub{
    color: #0f61b0;
}
.reason_wrap .item .reason-top span{
    color: #fff;
    font-family: "Outfit", sans-serif;;
    font-weight: 200;
}
.reason_wrap .item .reason-top span.num{
    color: #fff;
    display: block;
}
.reason-top span {
    font-size: 12px;
    line-height: 1.0em;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.reason-top span.reason_s { 
    font-size: 12px;
    padding: 0;
}
.reason-top span.num {
     font-size: 2.2em;
    font-weight: bold;
    padding-left: 3px;
}

#promise .promise-h::after{
    background-color: #fff;
}
.promise-num {
    font-family: "Outfit", sans-serif;;
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.0em;
    text-align: center;
    color: #0f61b0	;
    margin-bottom: 6px;
}

.reason_wrap .item {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 40px;
    padding: 0px 0 15px;
    position: relative;
}
.reason_wrap .item .icon {
    display: block;
    text-align: center;
    font-size: 55px;
    margin: 15px 0 10px;
    color: #0f61b0;
}
@media screen and (max-width:1250px) {
    #promise .item.row7 {
        margin-left: 0px;
    }
    #promise .item.row7,
    #promise .item.row3 {
        width: 100%;
        max-width: 100%;
    }
    #promise .flexbox {
        display: block;
    }
}

@media screen and (max-width:767px) {
    #promise {
        height: auto;
        padding: 30px 0 50px;
         background-image: url(images/top-back_sp.jpg);
    }
    #promise .middle-heading{
        margin: 15px 0 15px;
    }
    #promise .message-wrap {
        width: 100%;
        margin: auto;
        background: none;
        padding: 0;
    }
    h2.color_heading span {
        font-size: 16px;
    }
    h2.color_heading {
        font-size: 16px;
    }
    #promise .message-wrap {
        text-align: left;
    }
    .message-box{
        padding: 10px 0px 0px;
    }
    .message-box p {
        line-height: 2.1em;
        font-size: 15px;
    }
    .reason .reason_wrap {
        margin-top: 40px;
    }
    .promise-num span {
        font-size: 22px;
    }
    .reason_wrap .item {
         padding: 0px 0px 0px;
    }
    .reason .reason_wrap .item p {
        padding: 0 15px 15px;
    }
    .reason .reason_wrap .item p.reason-top {
        padding: 0
    }
    .reason .reason_wrap .flexbox.row4.margin .item {
        display: flex;
        margin-bottom: 50px;
            align-items: center;
    } 
    .reason .flexbox.row3.margin .item {
        margin-bottom: 40px;
    }
    .reason-top {
        width: 55px;
        height: 55px;
        left: 0;
        right: 0;
        top: -25px;
    }
    .promise .reason-top {
        left: 0;
        right: auto;
        top: -35px;
    }
    .reason.promise .reason_wrap .reason-img {
        width: 40%;
    }
    .promise .reason_wrap .item .promise-h {
        width: 60%;
        text-align: left;
        font-size: 16px;
    }
    .reason-top span.reason_s {
        font-size: 10px;
    }
    .reason.promise .reason_wrap .reason-img img {
        height: auto;
        max-height: 200px;
    }
    .reason .reason_wrap .flexbox.row3.margin .item:last-child {
        margin-bottom: 0px;
    }
    .promise-h br {
        display: none;
    }
    .reason-img img {        
        height: calc(100vw/2);
    }
    .reason .reason_wrap .point-p {
        padding: 0 10px 10px;  
    }
    .promise .promise-h {  
        padding: 6px 8px;
    }
    
}
@media screen and (max-width:320px) {
    .reason-img img {
        height: calc(100vw/1.5);
    }
}
/*--------------------------------4つのポイント-----------------------------------*/
.promise .reason {
    margin-top: 80px;
    background-color: #f8f8f8;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(0, 78, 131, 0.4);
}
.promise .reason:last-child {
    margin-bottom: 0px;
}
.point-num {
    position: absolute;
    width: 200px;
    height: 46px;
    margin-bottom: 10px;
    border-radius: 35px;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right bottom, #2e8e5e, #6dc794);
}

.point-num span {
    font-size: 26px;
    font-weight: 200;
    font-family: "Outfit", sans-serif;;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
}
.point-num span.reason_s { 
    font-size: 16px;
    font-weight:500;
}
.point-h_wrap {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.point-h {
    padding: 0;
    font-size: 22px; 
    margin: 0;
    display: block;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    color: #359866;
}
.point-h-sub {
    font-size: 15px; 
    display: block;
    color: #0f61b0;
    margin-bottom: 4px;
}
.point-p {
    line-height: 1.8;
}
.reason .point-p {
    margin-top: 10px;
}
.point-p.long {
    line-height: 1.8;
    padding: 0 20px;
}

section.promise .point-img img {
    margin-bottom: 0;
}
@media screen and (max-width:767px) {
    .reason:nth-child(2) .flexbox {
        flex-direction: column-reverse;
    }
    .point-h {
        font-size: 18px;
        padding:0px 10px 10px 10px;
    }
    .point-num {
        z-index: 5;
    }
    .point-num span {
        font-size: 35px;
    }
    .promise .reason {
        margin-top: 65px;
        padding: 10px;
    }
    .reason .point-img {
        padding-right: 0px;
    }

    .reason .item.row6:nth-child(even) {
        padding-right: 0px;
    }
    .reason .item.row6::after {
        top: 0px;
        width: 100%;
        height: 100%;
    }
    .point-p {
        padding: 0 0px 10px;
    }
}
@media screen and (max-width:400px) {
    .point-num {
        width: 70px;
        height: 70px;        
    }
    .point-num span {
        font-size: 30px;
    }  
    .point-h {
        text-align: center;
    }
}
/*--------------------------------プロセス-----------------------------------*/
section.process　.container {
    max-width: 1500px;
}
.process .flexbox {
    padding: 15px 20px 20px;
}
.process_rows .rows::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: calc(42px / 2);
    width: 42px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background: #359866;
    margin: auto;
    bottom: -36px;
}
.process_rows .rows:last-child::after {
    display: none;
}
.process .flexbox .item{
    position: relative;
    z-index: 0;
}
.process .flexbox .item::before {
/*    position: absolute;
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    color: #888;
    font-size:2em;
    right: -15px;*/
}
.process .item.img {
    width: 23%;
    max-width: 23%;
}
.process .item.text {
    width: 75%;
    max-width: 75%;
}
.process .flexbox .item .link-wrap {
    margin: 20px 0 0px;
     text-align: left; 
}
.process .flexbox .item:last-child::before,
.process .flexbox .item:last-child::after {
    display: none;
}
.signs .img-wrap {
    position: relative;
}
.signs .process-h {
    padding: 8px 10px 7px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    height: 6vw;
    max-height: 52px;
    color: #fff;
    background: rgb(47, 184, 236, 0.6);    
}
.signs .process-h span{
    font-size: 17px;
    line-height: 1.4em;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.item.roofs .item {
    position: relative;
}
.osusume {
    position: absolute;
    background: #2fb8ec;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 0;
    top: -5px;
    left: -5px;
}
.osusume span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.process-h {    
    padding: 8px 7px 7px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 100%;
    font-weight: bold;
}
.process-h span{
    font-size: 16px;
    padding: 0;
    line-height: 1.3em;
    display: inline-block;
}
.process .process-h{
    font-size: 15px;
}
.process .flexbox .item p{
    position: relative;
    padding: 0;
    margin-top:0 ;
    margin-bottom: 15px;
}
.merit-h {    
    margin: 0px 0 10px;
    font-size: 16px;
    background-color: #0f61b0;
    color: #fff;
    padding: 6px 10px;
}
.merit .merit-h {    
    background-color: #0f61b0	;
}
.material .merit-h {    
    text-align: center;
}
.merit .item figure {
    margin-top: 5px;    
}

.process_rows .flexbox .item{
    position: relative;
    z-index: 0;
}
.process_rows .rows {
    position: relative;
    margin-bottom: 50px;
    padding-left: 0px;
    border: 1px solid rgba(0, 78, 131, 0.2);
}
.process_rows .rows:last-child {
    margin-bottom: 0px;
}
.process_rows .rows p {
    padding:  15px 20px 15px;
    line-height: 1.8em;
    margin-bottom: 0;
}
.process_rows .rows:last-child::after {
    display: none;
}
.process_rows .rows .process-h{    
    display: flex;
    align-items: center;
    padding: 8px 7px 15px;
}
.process_rows .rows .process-h h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #359866;
    padding-left: 15px;
}
.process_rows .process-h span.maru{
    padding-right: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    display: block;
    border-radius: 50%;  
    background: linear-gradient(to right bottom, #2e8e5e, #6dc794);
    position: relative;
}
.process_rows.method .process-h span.maru{
    position: absolute;
    top: -5px;
    left: -5px;
    width: 45px;
    height: 45px;
} 
.process_rows .process-h span.num{
    font-family: "Outfit", sans-serif;;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.0em;
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 100;
}
.process_rows.method .process-h span.num {
    font-size: 28px;
}
.process_rows.method h3 {
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
}
.process_rows.method .text p{
    margin-bottom: 0;
    padding: 0 5px;
    line-height: 1.8;
}

@media (min-width: 1200px){

}
@media screen and (max-width:767px) {    
    .flexbox.nowrap{
        flex-wrap: wrap;
    }
    .process .flexbox .item{
        margin: 10px 0 0px;
    } 
    .process .flexbox .item img {
        margin: auto;
        max-height: 240px;
        width: 100%;
        object-fit: cover;
    }
    section.sub-heading .content-area .item_wrap p {
        margin-bottom: 0;
    }
    .merit-h {    
        text-align: center;
    }
    .process .item.img, .process .item.text {
        width: 100%;
        max-width: 100%;
    }
    .process .item.img {
        text-align: center;
    }
    .process_rows .rows .row7 p {
        padding-left: 0px;
    }
    .process_rows .rows {
    }
    .process_rows .rows .process-h {
        font-size: 17px;
        text-align: center;
        padding: 5px;
    }
    .process_rows .rows p {
        padding: 5px 15px 15px;
    }
    .process_rows .process-h span {
        font-size: 30px; 
    }
    .signs .process-h{
        position: relative;
        height: 20vw;
    }
    .signs .process-h span{
        padding: 0 10px;
    }
}
#banners {
    padding: 0;
}
#banners .banner {
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    transition: 0.3s all ease;
}
#banners .banner:hover {
    background: rgba(0, 0, 0, 0.8);
}

.banner-img p {
    font-size: 17px;
    font-weight: bold;
    z-index: 5;
    position: relative;
    color: #fff;
}
.banner .sub-caption_en {
    font-size: 65px;
    display: block;
    font-family: "Outfit", sans-serif;;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 30px;
    position:absolute;
    top: 0;
    left: 0;
}
.banner iframe {
    height: 100%;
    width: 100%;
}
#company .datawrap {
    margin: 0px auto 30px;
}
#company .datawrap dl dt,
#company .datawrap dl dd{
    padding: 10px 15px;
}
.banner-img .sub-caption {
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.banner-img .sub-caption::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: auto;
}
#banners p.banner-text {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    font-weight: 500; 
    margin-bottom: 0;
}
.banner .banner-icon {
    font-size: 35px;
    display: block;
    color: rgba(255,255,255,0.4);
    position:absolute;
    bottom: 0;
    right: 10px;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    #banners {
        padding: 0 0 0;
    }
    #banners .flexbox.row2 .item.banner {
        margin: 0;
    }
    #banners .banner{
        padding: 40px 40px;
    }
    .banner-img {
        padding: 50px 0px 20px;
    }
    .banner-img p span {
        font-size: 55px;
        letter-spacing: 0.02em;
      }
}
/*--------------------------------資格-----------------------------------*/
.certification .flexbox.row4.margin .item{
    position: relative;
    background: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}
.certification .flexbox .item figure{
    width: 80%;
    margin: 15px auto 10px;
}
.certification .process-h{
    color: #359866;
    font-size: 16px;
    line-height: 1.6em;
}
.material .flexbox.row3.margin .item,
.merit .flexbox.row3.margin .item{
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    padding-bottom: 10px;
    width: 100%;
    z-index: 0;
    border: 1px solid #888;
}
.signs.flexbox.margin .item p{ 
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0px;
}
.material .flexbox .item figure{
    margin-bottom: 5px;
}
.material .flexbox .item::before {
    width:　95%;
}

.material_item, .material .flexbox.row4 .item {
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
}
.material .flexbox .item.material_txt p{
    padding: 15px 20px 15px;
}
.material .item.text {
    padding: 5px 10px 10px;
}
.material .item.img {
    text-align: center;
    margin-top: 10px;
}
.material .flexbox .item p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 15px 0;
}
.material .item p{
    margin-bottom: 0;
}
.material .item.text ul {
    padding: 0px 0 5px;
}
.material_txt p{
    padding: 5px 15px 20px 0px;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 1.8;
}
.item-p{
    margin-bottom: 0;
    padding: 2px 5px 5px;
    font-size: 14px;
    line-height: 1.7;
}
@media screen and (max-width:767px) {
    .material .flexbox .item p {
        padding: 10px 10px 0;
    }
}

#paints img {
    max-width: 100%;
}
#paints .block p {
    font-size: 15px;
    line-height: 1.8;
}
.paint_ex img {
    text-align: center;
    margin: 30px auto;
    display: block;
}
.paint-wrap{
    margin: 30px auto 0;
    justify-content: center;
}
.maker-wrap {
    width: 100%;
    margin: 20px auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.maker-wrap a {
    width: 32%;
    margin-bottom: 10px;
}
.chusyaku {
    font-size: 13px;
    margin-bottom: 0px;
}
.paint-inner {
    margin: 0 auto 40px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 0 15px;
    text-align: left;
    position: relative;
    width: 90%;
    border: 1px solid rgba(0, 78, 131, 0.4);    
}
.paint-inner ul {
    padding: 15px;
}
.paint-wrap .item.row8 p {
    margin-top: 15px;
}
.paint-inner .left{
    width: 35%;
    padding: 15px 10px 0;
    text-align: center;
}
.paint-inner .left p{
    margin: 7px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.paint-inner .flexbox{
    justify-content: center;
    align-items: center;
}
.paint-inner .left img{
    display: block;
    margin: 0 auto 0;
    max-width: 100%;
}
.paint-inner .right{
    width: 65%;
    padding: 15px 5px 0px;
}
.paint-inner h4 {
    width: 100%;
    color: #333;
    font-size: 19px;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    padding: 10px 10px 10px; 
    border-bottom: 1px solid #dcdcdc;
}
.paint-inner .right dl{
    padding: 0 20px;
}
.paint-inner .right dl dt{
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 5px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
}
.paint-inner .right dl dd{
    font-size: 14px;
    padding: 0 0 0px;
    line-height: 1.7;
}

@media screen and (max-width:767px) {
    #paints .block p {
        font-size: 14px;
        line-height: 1.9;
    }
    .paint-wrap {
        margin: 0px auto 0;
    }
    .paint-inner { 
        margin: 20px auto 30px;
        width: 100%;
    }
    .paint-wrap .item.row2 {
        margin-top: 30px;
    }
    .paint-wrap .item.row8 p {
        margin-top: 15px;
    }
    .item.row2, .item.row8{
        width: 100%;
        max-width: 100%;
    }
    .paint-inner .left {        
        margin: 0 auto 10px;
    }    
    .paint-inner .left img {
        max-width: 70%;
    }
    .paint-inner .right {
        padding: 0px 5px 10px;
    }
    .paint-inner h3 {
        margin: 0 auto 20px;
        font-size: 17px;
    }
    .paint-inner .right h3 span {
        font-size: 13px;
    }
    .paint-inner .right dl {
        padding: 0 10px;
    }
    .contact_list li {
        display: inline-block;
    }
    .contact_list li i{
        font-size: 36px;
    }
    .contact_list li.phone i {
        color: #ff8338;
    }
    .contact_list li.mail i {
        color: #00a753;
    }
    .contact_list li.line i {
        color: #07b901;
    }    
}

@media screen and (max-width:400px) {
    .contact_list {
        right: 45px;
    }
    .contact_list li {
        padding: 0 4px;
    }
    .contact_list li i {
        font-size: 32px;
    }
}
@media screen and (max-width:320px) {
    .paint-wrap .right p {
        font-size: 14px;
    }
    .paint-inner .right h3 {
        font-size: 16px;
    }
    .paint-inner .right h3 span {
        font-size: 12px;
    }
    .paint-inner .right dl dd {
        font-size: 13px;
    }
}
/*--------------------------------保証-----------------------------------*/
section.guarantee{
    position: relative;
    display: block;
}
.guarantee-txt {
    display: flex;
}
.guarantee-txt .img {
    max-width: 100%;
}
.guarantee-txt .text {
    padding:0 2%;
}
table.center {
    width: 95%;
    margin: 0px auto 20px;
    border-collapse: collapse;
}
table.center th, table.center td{
    text-align: center;
    padding: 5px;
    border: 1px solid #0f61b0;
}
table.center th {
    background-color: rgba(21, 144, 196,0.2);;
}
.guarantee .flexbox .item p {
    line-height: 1.7;
    margin-top: 10px;
}
.guarantee ul {
    list-style-type: none;
    line-height: 1.9;
    margin-bottom: 10px;
}
.guarantee ul.strong li {
    font-weight: bold;
}
.guarantee .process .container {
    width: 100%;
}
.guarantee .process .flexbox .item:nth-child(5)::after{
    display: none;
}
@media screen and (max-width:1024px) {
    .guarantee-wrap {
        padding: 0;
    }
    .guarantee-txt .text{
        font-size: 14px;
    }
    .guarantee-txt .img {

    }
}
@media screen and (max-width:767px) {
    .guarantee-txt {
        display: block;
    }
    .guarantee-txt .img {
        width: 50%;
        display: block;
        margin: 0 auto 20px;
    }
    table.center {
        width: 100%;
    }
    .guarantee-txt .text {
        width: 100%;
        padding: 0;
    }
    .guarantee .menu-inner {
        display: block;
        width: 48%;
        max-width: auto;
        max-width: initial;
        margin: 0 auto 20px;
    }
    .guarantee .menu-inner:nth-child(6) h3 {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
    .insurance-wrap h4 {
        margin: 30px auto 10px;
    }
    .case .flexbox .flexbox.row2.margin .item {
        flex-basis: 49%;
        max-width: 49%;
        margin: 0 0 0px;
    }
    .case .flexbox.flex-start {
        justify-content: space-between;
    }
}
@media screen and (max-width:400px) {
    .guarantee .menu-inner:nth-child(even) h3 {
        font-size: 15px;
        letter-spacing: 0.3px;
    }
    .guarantee .menu-inner:nth-child(6) h3 {
        font-size: 13px;
        letter-spacing: 0px;
        padding: 5px 0px 0px;
    }    
}
@media screen and (max-width:320px) {
    .guarantee-txt p {
        width: 100%;
        font-size: 14px;
    }
}

/*--------------------------------カラー-----------------------------------*/
section.color{
    position: relative;
    display: block;
}
section.color .content-area{
    background: none;
}
.color-wrap{
    padding: 0;
}
.color-txt {
    display: block;
}
.color-txt img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.color-txt p {
    margin: 0 auto 20px;
}
@media screen and (max-width:1024px) {
    .color-wrap {
        padding: 0;
        margin: 0 calc(100vw*0/16) 0;
    }
}
@media screen and (max-width:767px) {
    section.color {
        position: relative;
        display: block;
    }
    .color-wrap {
        padding: 0;
        margin: 0;
    }
    .color-txt p {
        padding: 0;
        margin: 0 auto 20px;
        text-align: left;
    }
}
@media screen and (max-width:320px) {
    .color-txt p {
        font-size: 14px;
    }
}
.cs-step-wrap{
    margin: 30px auto 0;
    width: 100%;
}
.cs-step-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 1% 40px;
    background-color: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(0, 78, 131, 0.4);;
}
.cs-step-inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
    box-sizing: border-box;
    width: 20px;
    height: 15px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(21, 144, 196, 0.6);
}
.cs-step-inner:nth-child(3):before {
    display: none;
}
.cs-step-inner .left{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 46px;
    background: #0f61b0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-step-inner .left::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    box-sizing: border-box;
    transform: rotate(90deg);
    width: 20px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 13px solid #333;
}
.cs-step-inner:nth-child(1) .left{
    background: #0f61b0	;
}
.cs-step-inner:nth-child(2) .left{
    background: #0f61b0;
}
.cs-step-inner:nth-child(3) .left{
    background: #333;
}
.cs-step-inner:nth-child(1) .left::after{
    border-left: 13px solid #0f61b0	;
}
.cs-step-inner:nth-child(2) .left::after{
    border-left: 13px solid #0f61b0;
}
.cs-step-inner:nth-child(3) .left::after{
    border-left: 13px solid #333;
}
.cs-step-inner .left p{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0 auto;    
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}
.cs-step-inner .left p span{
    display: inline-block;
    font-family: "Outfit", sans-serif;;   
}
.cs-step-inner .left p span.num {
    font-size: 2em;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.cs-step-inner .middle{
    width: 22%;
    margin-top: 40px;
}
.cs-step-inner .middle img{
    max-width: 100%;
    max-height: 240px;
    padding: 40px 40px 30px;
}
.cs-step-inner .right{
    width: 78%;
    padding: 20px 15px 15px;
    margin-top: 50px;
}
.cs-step-inner .right p{
    margin: 0;
}
.cs-step-inner .right a{
    color: #523016;
}
.cs-step-inner .right img{
    max-width: 100%;
    max-height: 85px;
    margin-top: 10px;
}
.cs-step-inner .right a:hover{
    transition: 0.3s;
    opacity: 0.7;
}
@media screen and (max-width: 1024px) {
    .cs-step-inner .right p{
      font-size: 13px;
    }
    .cs-step-inner .middle img {
      padding: 10px;
    }
    .cs-step-inner .right a {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 767px) {
    .cs-step-inner::before { 
        left: 0;
        right: 0;
        margin: auto;
        bottom: -30px;
        top: auto;
        width: 10px;
    }
    .cs-step-wrap {
        margin: 40px auto 0;
        width: 100%;
        display: block;
    }
    .cs-step-inner {    
        margin: 0 1% 30px;
    }
    .cs-step-inner .left {
        padding: 5px;
        height: auto;
     }
    .cs-step-inner .left p {
         text-align: center;
         font-size: 14px;
        line-height: 1.4em;
    }
    .cs-step-inner .left p span {
        line-height: 1em;
        display: block;
    }
    .cs-step-inner .middle {
        width: 55%;
        margin: 60px auto 0;
    }
    .cs-step-inner .right {
        width: 100%;
        padding: 0 15px 15px;
        margin-top: 0;
    }
    .cs-step-inner .right a {
      font-size: 14px;
      padding-top: 10px;
      display: block;
    }
  }
/*--------------------------------インスタ-----------------------------------*/
section.insta{
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto calc(100vw*1.2/16);
}
section.insta .content-area{
    background: none;
}

@media screen and (max-width:767px) {
    section.insta {
        width: calc(100vw*14/16);
        position: relative;
        display: block;
        margin: 0 auto calc(100vw*2/16);
    }
}
/*--------------------------------豆知識-----------------------------------*/
ul.know-list {
    margin: 40px auto;
    width: 85%;
}
ul.know-list a li {
    color: #333;
    font-size: 15px;
    padding: 15px;
    border-bottom: 1px dotted #ccc;
    list-style: none;
    display:flex; 
    align-items: center;
}
ul.know-list a li:first-child {
    border-top: 1px dotted #ccc;
}
ul.know-list a li .img {
    font-size: 0;
}
ul.know-list a li img {
    width: 100px;
    margin-right: 10px;
    height: 100%;
}
.posting-wrap {
    width:100%;
    display: flex;
    margin-top: 60px;
}
.posting-wrap .right{
    width: 70%;
}
.posting-wrap .left{
    width: 20%;
    margin-left: 10%;
}
.posting-wrap h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}
.kc-wrap h3 {
    font-size: 18px;
    margin: 30px auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f57d05;
}
.posting-wrap p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
}
.kc-wrap img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.posting-sidebar h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 23px;
    text-align: center;
    margin-top: 60px;
}
.posting-sidebar ul a li {
    list-style-type: none;
    color: #333;
    padding: 12px 5px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
}
@media screen and (max-width:767px) {
    .posting-wrap .right{
        width: 100%;
    }
    .posting-wrap .left{
        width: 100%;
        margin-left: 0%;
    }
    .posting-wrap {
        flex-wrap: wrap;
    }
    ul.know-list {
        width: 100%;
    }
}
/*--------------------------------メールフォーム-----------------------------------*/
section.sub-heading form {
    margin: 5% auto 0;
}
.contact .phone_num {
    text-align: center;
}
.phone_num .tel {
    font-size: 65px;
    color: #e83328;
    font-family: "Outfit", sans-serif;;
    font-weight: bold;
    line-height: 1.2em;
}
.phone_num i {
    font-size: 45px;
    display: inline-block;
    color: #e83328;
}
.form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
.mwform-checkbox-field label, .mwform-radio-field label{
    font-weight: 500 !important;
}
.form-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
.form-label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin: 30px 0 5px;
}
.form-label span, .hissu {
    font-size: 12px;
    line-height: 1.6em;
    padding: 3px 4px 2px;
    margin-left: 15px;
    font-weight: 300;
    color: #fff;
    background: #ff3b00;
    display: inline-block;
}
.form-group p.input-label {
    margin-bottom: 0px;
    padding-right: 1.5em;
}
.form-group .radio p.input-label {
    display: inline-block;
}
.item-wrap p.input-label{
    text-align: left!important;
    margin: 7px auto!important;
}
textarea.form-control {
    height: 150px;
}
.item-wrap select, .item-wrap textarea, .item-wrap input.wpcf7-text{
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 5px 12px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
.form-group p.input-label {
    margin-bottom: 0px;
    padding-right: 1.5em;
}
.form-control {
    display: inline-block;
    width: 68%;
    height: 35px;
    padding: 7px 12px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: 200px;
}
.item-wrap {
    width: 72%;
    margin-bottom: 0;
}
.item-wrap p.input-label{
    text-align: left!important;
    margin: 7px auto!important;
}
.item-wrap textarea {
    height: 150px;
}
input, textarea {
    font-family: 'Questrial',"メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, sans-serif;
}
input[type=submit], .confirm_btn {
    margin-top: 30px;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 20px 80px;
    border-radius: 0px;
    background: #0f61b0;
    color: #fff;
    border: 2px solid #0f61b0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    min-width: 280px;
}
.keyword {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.confirm_btn {
    background: #888;
    color: #fff;
    border: 2px solid #888; 
}
input[type=submit]:hover{
    opacity: 0.7;
}
.submit-wrap {
    text-align: center;
}

input[type=submit]:hover{
    opacity: 0.7;
}
input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
}
form #textid.active {
    background-color:#FFF8E1;
    color: #0f61b0;
    box-shadow:0px 0px 5px rgba(84,189,245,1);
    caret-color: auto;
}
form #textid {
    height: 28px;
    padding: 6px 12px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 70%;
    caret-color: transparent;
}
.border_box {
    padding: 20px 20px 20px;
    border: 2px solid #0f61b0;
    background: rgb(15, 97, 176, 0.07);
}
.border_box h2,
.border_box h3{
    font-size: 1.5em;
    margin-bottom: 14px;
}
.border_box.green {
    padding: 20px 20px 20px;
    border: 2px solid #359866;
    background: rgb(53, 152, 102, 0.03);
}
.border_box .middle-heading, .single-wrap h3 {
    margin: 30px 0 15px;
}
.color_box {
    padding: 30px 30px 20px;
}
table.border {
    table-layout: fixed;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 0;
    border-top: 1px solid #e2e2e2;
    border-collapse: collapse;
}
table.border tr {
    border-bottom: 1px solid #e2e2e2;
}
table.border th, table.border td{
    position: relative;
    vertical-align: top;
    padding: 10px;
}
table.border th {
    width: 25%;
    font-weight: bold;
    text-align: inherit;
    color: #333;
}
table.border td {
    width: 75%;
    font-size: 14px;
}
table.border tr {
    border-bottom: 1px solid #e2e2e2;
}

.places .item {
    text-align: center;
    margin: 0 5px;
}
.places .item p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1.4em;
    margin-bottom: 0;
}
.contact-tel-wrap{
    width: 41%;
    background: #fff;
    display: block;
    margin: 0 auto 30px;
    padding: 15px 20px;
    text-align: center;
    border: 3px solid #0f61b0;
}
.contact-tel-wrap a {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3em;
    color: #0f61b0;
    letter-spacing: 0px;
    padding: 0px 0;
    transition: 0.5s;
    display: block;
}
.contact-tel-wrap.line{
    border: 3px solid #00ca42;
}
.contact-tel-wrap.line a {
    color: #00ca42;
}
.contact-tel-wrap a span {
    font-size: 1.2rem;
    line-height: 1.4em;
    display: inline-block;
}
.contact-tel-wrap p {
    font-size: 0.9rem!important;
    margin: 0!important;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 5px;
    transition: 0.5s;
}
.contact-tel-wrap:hover {
    background: #0f61b0;
}
.contact-tel-wrap.line:hover {
    background: #00ca42;
}
.contact-tel-wrap:hover a,.contact-tel-wrap:hover p{
    color: #fff;
}
.contact-line-wrap{
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}
.contact-line-wrap img{
    max-width: 100%;
    transition: 0.5s;
}
.contact-line-wrap img:hover{
    opacity: 0.7;
}
ol.privacy {
    padding-left: 20px;
}
ol.privacy > li {
    margin-bottom: 10px;
}
@media screen and (max-width:1024px) {
    section.sub-heading form {
        margin: 10% auto 7%;
    }
    p.form-label {
        width: 30%;
        margin: 0!important;
        font-size: 14px!important;
    }
    .form-control {
        display: inline-block;
        width: 65%;
        height: 30px;
    }
    p.form-label span {
        margin-left: 7px;
    }
    .item-wrap {
        width: 69%;
    }
    .item-wrap p.input-label {
        margin: 5px auto!important;
    }
    .contact-tel-wrap {
        width: 60%;
    }
}
@media screen and (max-width:767px) {
    section.sub-heading form {
        margin: 50px auto 20px;
    }
    .border_box {
    padding: 20px 10px 20px;
}
    .border_box .middle-heading {
        margin: 10px 0 15px;
        padding: 6px 0px 7px;
    }
    .border_box h2 {
        font-size: 1.3em;
    }
    p.form-label, .questionnaire p.form-label {
        width: 100%;
        margin: 0 0 6px!important;
        font-size: 15px!important;
    }
    .questionnaire .item-wrap {
        width: 100%;
    }
    .form-control {
        display: inline-block;
        width: 100%;
        height: 30px;
        padding: 9px 10px 8px;
    }
    p.form-label span {
        margin-left: 10px;
    }
    .item-wrap {
        width: 100%;
    }
    form #textid {
        width: 100%;
    }
    .item-wrap p.input-label {
        margin: 7px auto!important;
        display: block;
    }
    input[type=submit] {
        margin: 10px auto;
        text-align: center;
        max-width: 100%;
        padding: 25px 75px;
    }
    p#form_submit {
        text-align: center!important;
    }
    .contact-tel-wrap {
        width: 90%;
        max-width: 100%;
        padding: 10px;
    }
    .contact-tel-wrap a {
        font-size: 1.2rem;
    }
    .contact-tel-wrap a span {
        font-size: 16px;
    }
    .contact-tel-wrap p {
        font-size: 0.8rem!important;
        margin: 0!important;
        text-align: center!important;
    }
    .contact-line-wrap {
        margin: 0 auto 25px;
    }
    .flexbox.nowrap.places {
        flex-wrap: wrap;
    }
    .places .item {
        margin: 0 2px 15px;
        width: 21%;
    }
    .places .item p {
        font-size: 12px;
    }
}
@media screen and (max-width:460px) {
    .places .item {
        width: 31.33%;
    }
}
/*--------------------------------会社概要-----------------------------------*/
.datawrap {
    display: block;
    position: relative;
    margin: 40px auto 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.datawrap dl{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
}
.datawrap dl.title {
    background: #fff6e4;
}
.datawrap dl.title dt,
.datawrap dl.title dd{
    text-align: center;
    font-weight: bold;
    padding: 8px 15px 6px;
}
.datawrap dl dt{
    width: 25%;
    padding: 14px 15px;
    font-weight: bold;
    color: #333;
}
.datawrap dl dd{
    width: 75%;
    padding: 14px 15px;
}
.datawrap dl dd p{
    margin: 5px 0 0px;
    font-weight: bold;
}
.datawrap dl dd ul li span{
    font-size: 0.8em;
    padding-left: 3px;
}
.datawrap.row3 dl dt{
    width: 20%;
    font-weight: bold;    
}
.datawrap.row3 dl dd:nth-child(2){
    width: 65%;
}
.datawrap.row3 dl dd:nth-child(3){
    width: 10%;
    font-weight: bold;
    position: relative;
}
.datawrap dl:last-child{
    border: none;
}
.datawrap.row4 dl dt{
    width: 20%;
    font-weight: bold;    
}
.datawrap.row4 dl dd:nth-child(2){
    width: 52%;
    font-size: 14px;
    line-height: 1.6em;
}
.datawrap.row4 dl dd:nth-child(3){
    width: 10%;
    font-weight: bold;
}
.datawrap.row4 dl dd:nth-child(4){
    width: 18%;
    font-weight: bold;
    text-align: right;
}
.datawrap.row4 dl dd.price{    
    color: #f02c3a;    
}
ul.sitemap > li {
    font-size: 16px;
    border-bottom: 1px solid #0f61b0;
}
ul.sitemap li > a{
    display: block;
    padding: 7px 5px;
}
ul.sitemap li ul {
    padding-left: 15px;
}
ul.sitemap li ul li a {
    padding: 5px 0;
}
@media screen and (max-width:1024px) {
    .datawrap dl {
        width: 100%;
    }
    .datawrap dl dt {
        width: 20%;
    }
    .datawrap dl dd {
        font-size: 14px;
    }
    .datawrap {
        display: block;
        position: relative;
        margin: 50px 0 70px;
    }
}
@media screen and (max-width:767px) {
    .datawrap {
        display: block;
        position: relative;
        margin: 40px 0 40px;
    }
    .datawrap dl dt, .datawrap.row3 dl dt {
        width: 100%;
        padding: 10px 10px 6px 10px;
        border-bottom: 1px dotted #ccc;
    }
    .datawrap dl.title {
        display: none;        
    }
    .datawrap dl dd,
    .datawrap.row3 dl dd:nth-child(2),
    .datawrap.row3 dl dd:nth-child(3),
    .datawrap.row4 dl dd:nth-child(2),
    .datawrap.row4 dl dt,
    .datawrap.row4 dl dd:nth-child(3),
    .datawrap.row4 dl dd:nth-child(4){
        width: 100%;
        padding: 6px 10px 10px 10px;
    }
    .datawrap.row4 dl dt {
        padding: 10px 10px 6px 10px;
    }
    .datawrap.row3 dl dd:nth-child(3){
        padding: 0px 10px 10px 90px;
    }
    .datawrap.row4 dl dd:nth-child(3){
        padding: 0px 10px 0px 90px;
    }
    .datawrap.row3 dl dd:nth-child(3):before,
    .datawrap.row4 dl dd:nth-child(3):before{
        content: "耐久年数：";
        position: absolute;
        left: 10px;
        display: block;
      }
    .datawrap.row4 dl dd.price {
        padding: 0px 10px 10px 10px;
    }
}
/*--------------------------------よくある質問-------------------------------------*/
.qa-wrap{
    display: block;
    position: relative;
    margin: 50px auto 0px;
}
.qa-wrap dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 15px 60px;
    position: relative;
    cursor: pointer;
    background: #fff;
    margin-bottom: 15px;
}
.single-wrap h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #888;   
    width: 100%;
    color: #666;
    margin: 20px 0 10px;
    font-size: 16px;
    padding: 5px 0 5px 5px;
    position: relative;
    color: #0f61b0;
}
.qa-wrap dl dt.active {
    margin-bottom: 0px; 
    border-bottom: 1px solid #dcdcdc;
}
.single-wrap table {
    border-collapse: collapse;
}

.single-wrap table th, .single-wrap table td {
    padding: 10px;
    border:1px solid #888;
}
.single-wrap table td {
    text-align: left;
    background-color: #fff;
}
.single-wrap table th {
    background-color: rgba(21, 144, 196,0.1);
    font-weight: bold;
}    
.qa-wrap dl dt span{
    position: absolute;
    left: 5px;
    top: 50%;
    color: #359866;
    font-family: "Outfit", sans-serif;;
    font-size: 24px;
    line-height: 1.4em;
    transform: translateY(-50%);
    padding: 0 5px;
  }
.qa-wrap dl#acMenu dd{
    padding: 0px;
    margin: 0px;
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    line-height: 1.9;
}
.qa-wrap dl#acMenu dd.active{
    padding: 15px 10px 15px 60px;
    margin: 0 0 15px;
    visibility: visible;
    height: auto;
    opacity: 1;  
    background: #fff;
}
.qa-wrap dl#acMenu dd.active span{
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 3px;
    top: 50%;
    color: #59aed3;
    font-size: 24px;
    font-family: "Outfit", sans-serif;;
    line-height: 1.4em;
    transform: translateY(-50%);
    padding: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.qa-wrap dl dt span.qa-toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
        width: 40px;
    height: 40px;
    left: auto;
    transform: translateY(-50%);
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.qa-toggle_title.selected .qa-toggle_btn:before {
	content: normal;
}
.qa-wrap dl dt span.qa-toggle_btn:before,
.qa-wrap dl dt span.qa-toggle_btn:after {
    display: block;
    content: '';
    background-color: #204a9e;
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}
.qa-wrap dl dt span.qa-toggle_btn:before {
	width: 2px;
	height: 15px;
}
.qa-wrap dl#acMenu dt.active span.qa-toggle_btn:before {
    display: none;
}
@media screen and (max-width:1024px) {
    .qa-wrap {
        width: 100%;
        margin: 30px auto 30px;
    }
}
@media screen and (max-width:767px) {
    .qa-wrap dl dt {
        font-size: 15px;
        line-height: 1.6;
        padding: 15px 45px 15px 40px;
    }
    .qa-wrap dl dd {
        padding: 10px 5px;
    }
    .qa-wrap dl dt span.qa-toggle_btn {
        right: 5px;
    }
    .qa-wrap dl dt span,
    .qa-wrap dl#acMenu dd.active span{
        font-size: 20px;
    }
    .qa-wrap dl#acMenu dd.active {
        padding: 15px 10px 15px 40px;
        line-height: 1.7em;
        font-size: 14px;
    }
}
/*--------------------------------プロフィール-----------------------------------*/

.profile .middle-heading.anim-box {
    margin: 35px 0 0px;
    padding: 6px 5px 10px;
    font-size: 19px;
    width: 100%;
    font-weight: bold;
    position: relative;
    color: #333;
    border-bottom: 0px solid #888;
}
.profile .qa-wrap {
    margin: 20px auto 30px;
}
.profile .qa-wrap dl dt{
    font-size: 20px;
    padding: 10px 5px 0px;
    position: relative;
    width: 100%;
    color: #359866;
    margin: 30px 0 20px;
    cursor: none;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
    background: transparent;    
}
.profile .anim-box{
    margin: 0 auto 0px;
}
.profile dl .anim-box:nth-child(2n) .flexbox{
    flex-direction: row-reverse;
}
.profile .qa-wrap dl dd {
    padding: 0;
    margin: 0 0 0px;
    line-height: 1.7em;
}
.privacy .qa-wrap .item {
    margin: 30px auto;
}
.privacy .qa-wrap .item ul li {
    margin: 0 auto 15px;
}
.certification .flexbox .item figure {
    width: 80%;
    margin: 15px auto 10px;
}

@media screen and (max-width:767px) {
    .profile .item.row3, .profile .item.row5,.profile .item.row2{
        margin-bottom: 10px;
    }
    .profile .qa-wrap dl dd {
        font-size: 14px;
    }
    .profile .item figure{
        display: block;
        text-align: center;
    }
    .profile .qa-wrap dl dt{
        font-size: 18px;
    }
    .profile .item .link-wrap{
        margin: 20px auto 30px;
    }
    .certification .flexbox .item figure {
        width: 100%;
        margin: 15px auto 0;
    }
    .contact-wrap {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .flexbox.row2 .item.mail-wrap {
        margin: 0 0 20px;
    } 
}
/*--------------------------------料金一覧-------------------------------------*/
section.price{

}
section.price h2 {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
}
section.price p {
    font-size: 14px;
    margin: 15px auto 50px;
    line-height: 1.7;
}
.price-wrap{
    /*padding: calc(100vw*0.5/16);*/
    position: relative;
    display: block;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}
.price-wrap dl{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    border-bottom: 1px solid #222;
}
.price-wrap dl dt{
    width: 22%;
    padding: 20px 5px 20px 15px;
    font-weight: bold;
    font-size: 16px;
}
.price-wrap dl dd{
    width: 50%;
    padding: 20px 5px;
    font-size: 14px;
    line-height: 1.7;
}
.price-wrap dl dd.prc{
    width: 20%;
    padding: 20px 5px 20px 5px;
    font-size: 15px;
    text-align: right;
}
.price-wrap dl:last-child {
    border: none;
}
.price-sample {
    margin: 30px auto;
}
.price-sample .item {
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
    padding: 0px 0 20px;
}
.price-sample .content-text {
    text-align: center;
}
.price-sample .content-text h2 {
    background-color: #333;
    color: #fff;
    padding: 6px 20px;
}
.price-sample .content-text .price {
    font-size: 22px;
    font-weight: bold;
    padding: 20px 15px 0;
    margin-bottom: 0;
    line-height: 1.3em;
}
.price-sample .content-text .caution {
    padding: 0px 20px 5px;
    margin-bottom: 0;
}

.price-head {
    background: #359866;
    padding: 12px 20px 15px;
}
.price-head h3{
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.price-box .left {
    width: 60%;
}
.price-box .right {
    width: 40%;
    display: flex;
}
.price-box .right img {
    height: 100%;
    object-fit: cover;
}
.price-box {
    border: 1px solid #0f61b0;
    margin-bottom: 40px;
}
.price_inner {
    padding:10px 10px 12px;
}
.price-box .ex {
  margin: 15px 0 10px 10px;
    line-height: 1.6em;
    font-size: 14px;
}
.price-box .price_box{
    flex-grow: 1;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 0;
    color: #0f61b0;
    text-align: center;
    line-height: 1.4em;
    position: relative;
    font-weight: bold;
    padding: 10px;
}
.price-box .price_box > span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 95%;
    margin: auto;
}
.price-box .price{
    font-size: 22px;
    font-weight: bold;
    color: #359866;
    margin: 0;
    text-align: right;
    line-height: 1.0;
    flex-grow: 2;
}
.price-box .price span.gaisan{
    font-size: 0.8em;
    padding-right: 10px;
 }
.price-box .price span.num_big{
    font-size: 1.6em;
    font-family: "Outfit", sans-serif;;
 }
.price-box .price span.num_small{
    font-size: 1.1em;
    font-family: "Outfit", sans-serif;;
 }
.price-box .price span.zeikomi{
    font-size: 14px;
    display: block;
 }
.price-box .use {
    margin: 15px 0 10px;
}
.price-box .use p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
}
.price-box .method {
    margin-top: 12px;
}
.price-box .method p {
    font-size: 12px;
    margin: 0 0 5px;
    display: inline-block;
    background: #545454;
    color: #fff;
    padding: 3px 8px 3px;
}
.price-box .method p.caution {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 5px 0;
    margin-top: 5px;
    color: #333;
    background-color: transparent;
}
.price-box .bottom p{
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 0 0;
    margin: 0;
}

.price-container h4 {
    font-size: 18px;
    padding: 10px;
    color: #0f61b0;
    border-top: 1px solid #0f61b0;
    border-bottom: 1px solid #0f61b0;
    margin-bottom: 20px;
}
.price-container dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ccc solid;
}
.price-container dl dt{
    width: 70%;
    padding: 10px;
    font-size: 17px;
}
.price-container dl dd.prc{
    width: 30%;
    text-align: right;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em;
}
.price-container dl dd.prc .num{
    font-size: 1.7em;    
}
.price-container dl dd.prc .zeikomi{
    display: block;
    font-size: 0.9em;
    font-weight: 500;
}
p.prc-caution{
    font-size: 13px;
    line-height: 1.6;
}
@media screen and (max-width:767px) {
    section.price {
        display: block;
        position: relative;
    } 
    .price-wrap dl {
        width: 100%;
    }
    .price-wrap dl dt {
        width: 100%;
        padding: 15px 5px 5px 0px;
        font-weight: bold;
        font-size: 16px;
    }
    .price-wrap dl dd {
        width: 100%;
        padding: 5px 5px 10px;
        font-size: 14px;
        line-height: 1.8;
        border-bottom: 1px #333333 dotted;
    }
    .price-wrap dl dd.prc {
        width: 100%;
        padding: 10px 5px 10px 5px;
        font-size: 15px;
        text-align: right;
    }
    section.price p {
        font-size: 13px;
        margin: 15px auto 50px;
        line-height: 1.7;
    }
    .price_inner {
        padding: 0 10px 15px;
    }
    .price-head .left {
        padding: 15px 10px 10px;
    }
    .price-head .left h3 {
        font-size: 1.2em;
    }
    .price-box .price {
        text-align: center;
    }
    .price-box .price_box {
        margin: 0 5px 10px;
        padding: 30px 10px;
    }
    .price-head .right .use p {
      margin: 0;
      line-height: 1.5;
    }
    .price-container dl dt {
        width: 60%;
        padding: 10px;
        font-size: 15px;
    }    
    .price-container dl dd.prc .num {
        font-size: 1.4em;
    }
    .price-container dl dd.prc {
        width: 40%; 
        padding: 10px;
        font-size: 14px;  
    }
    .price-container dl dd.prc .zeikomi {
        font-size: 0.8em;
    }
}
.subsidy-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.subsidy-txt{
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px auto 60px;
    max-width: 1500px;
}
.subsidy-txt .left{
    position: relative;
    width: 65%;
}
.subsidy-txt .left p{
    padding: 0 15px;
    line-height: 1.8;
    font-size: 15px;
}
.subsidy-txt .right{
    position: relative;
    width: 400px;
}
.subsidy-txt .right img{
    max-width: 100%;
    z-index: 1;
    position: relative;
    top: -3px;
    left: -3px;
}
.subsidy-txt .right:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -10px;
    background-color: #e8e8e8;
}
.subsidy-container dl{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
    background: rgba(255,255,255,0.8);
}
.subsidy-container dl dt{
    width: 25%;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 5px;
    color: #333;
}
.subsidy-container dl dd{
    width: 70%;
    font-size: 15px;
    padding: 6px 5px;
    line-height: 1.8;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
}
.subsidy-container dl dd a {
    word-break: break-all;
    font-weight: bold;
    color: #333;
}
.subsidy-p p{
    font-size: 15px;
    margin: 0 auto 20px;
    line-height: 1.8;
}
section.price-ex img{
    display: block;
    max-width: 100%;
    margin: 0 auto 25px;
}
p.ssdy-p{
    margin: 0 0 20px;
}

.price_category li p {
    margin-bottom: 10px;
}

.price-sample .item .content-text h2{
    background: #0f61b0;
    font-size: 17px;
}
.price-sample .item:nth-child(3) .content-text h2{
    background: #0f61b0;
}

.mitumori .item {
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 1px 1px 5px rgba(51 51 51 / 20%);
}
.mitumori .item .icons {
    width: 80%;
    margin: auto;
    display: block;
}
.mitumori .price_category {
    font-size: 17px;
    color: #666;
    padding: 15px 0 5px; 
    text-align: center;
    line-height: 1.6em;
    letter-spacing: -0.03em;
}
.mitumori .price_category span {
    font-size: 22px;
    color: rgba(208, 18, 28, 0.6);;
}

.mitumori .price_category {
    font-size: 17px;
    color: #666;
    padding: 20px 20px 5px; 
    text-align: center;
    line-height: 1.6em;
    letter-spacing: -0.03em;
}
.price_category li p {
    margin-bottom: 10px;
}
.mitumori i.icon {
    font-size: 136px;
    color: #228b22;
    display: block;
    text-align: center;
}
i.icon.icon-yen {
    color: #0f61b0	;
}
i.icon.icon-nosales{
    color: #00afcc;
}
i.icon.icon-mitumori {
    color: #0f61b0;
}
p.caution {
    font-size: 0.9em;
    line-height: 1.6;
    padding: 5px 0;
    margin-top: 5px;  
}

@media screen and (max-width:1024px) {
    .price-wrap dl {
        width: 95%;
    }
    .subsidy-container{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    } 
    .subsidy-txt .left p {
        line-height: 1.7;
        font-size: 14px;
    }
    .subsidy-container dl {
        width: 95%;
        margin: 0 auto 40px;
    }
    .subsidy-p p {
        font-size: 14px;
    }
    .subsidy-txt .right {
        position: relative;
        width: 300px;
    }
    .subsidy-container dl dt {
        font-size: 14px;
    }
    .subsidy-container dl dd {
        font-size: 14px;
    }
}
@media screen and (max-width:767px) {
    section.price {
 
    }
    .price-wrap dl {
        width: 100%;
    }
    .price-wrap dl dt {
        width: 100%;
        padding: 15px 5px 5px 0px;
        font-weight: bold;
        font-size: 16px;
    }
    .price-wrap dl dd {
        width: 100%;
        padding: 5px 5px 10px;
        font-size: 14px;
        line-height: 1.8;
        border-bottom: 1px #333333 dotted;
    }
    .price-wrap dl dd.prc {
        width: 100%;
        padding: 10px 5px 10px 5px;
        font-size: 15px;
        text-align: right;
    }
    section.price p {
        font-size: 13px;
        margin: 15px auto 50px;
        line-height: 1.7;
    }

    .subsidy-txt {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 10px auto 50px;
        flex-direction: column-reverse;
    }
    section.subsidy{
        
    }
    .subsidy-txt .left {
        position: relative;
        width: 100%;
    }
    .subsidy-txt .right {
        position: relative;
        width: 100%;
    }
    .subsidy-txt .left p {
        line-height: 1.8;
        font-size: 15px;
        padding: 25px 0 0;
    }
    .subsidy-p p {
        font-size: 14px;
    }
    .subsidy-p {
        padding: 0 5px;
    }
    .subsidy-container dl dt {
        font-size: 14px;
        width: 100%;
        border-bottom: 1px #333 solid;
    }
    .subsidy-container dl dd {
        font-size: 14px;
        width: 100%;
    }
    .mitumori .item .icons {
        width: 50%;
        margin: -10px auto 0;
    }
    .mitumori .price_category {
        padding: 10px 0 15px;
    }
    .mitumori .price_category br {
        display: none;
    }
}

@media screen and (max-width:320px) {
    .price-wrap dl dt {
        font-size: 15px;
    }
    .price-wrap dl dd {
        font-size: 13px;;
    }
    .subsidy-txt .left p {
        font-size: 14px;
    }
    .subsidy-p p {
        font-size: 14px;
    }
}
#price .pricing-list  {
    margin: 30px auto 0;
}
#price .pricing-list li.item {
    padding: 0px 0 0px;
    list-style-type: none;
    margin-bottom: 0px;
    position: relative;
    background-color: rgba(255,255,255,0.8);
}
#price .pricing-list li.item .item-title h4 {
    font-size: 17px;
    margin-bottom: 10px;
    background: #0f61b0;
    color: #fff;
    padding: 3px 5px;
    text-align: center;    
}
#price .pricing-list li.item p,
#price .pricing-list li.item ul{
    padding: 5px 10px 0;
    margin-bottom: 10px;
}

#price .pricing-list li.item ul li {
    margin-bottom: 0;
    padding: 8px 20px;
    border-top: 1px solid #cccccc;
    display: flex;
    position: relative;
}
#price .pricing-list li.item ul li::after {
content: '';
    position: absolute;
    display: block;
    width: 80%;
    border-bottom: dotted 2px #c4c4c4;
    margin-top: 0.5em;
    z-index: 0;
    top: 30%;
}
#price .pricing-list li.item ul li:last-child {
    border-bottom: 1px solid #cccccc;    
}
#price .pricing-list li.item ul li span {
    font-weight: bold; 
    padding-right: 5px;
    background-color: #fff;
    z-index: 1;
}
#price .pricing-list li.item ul li .price{
    text-align: right;
    margin-left: auto;
    font-weight: normal;
    padding-left: 3px;
}
#price .pricing-list li.item .item-title p {
    font-size: 14px;
    line-height: 1.6em;
}

/*--------------------------------ABOUT-------------------------------------*/
.about-wrap{
    display: block;
    margin: 0 auto 30px;
    text-align: center;
}
.about-wrap h3{
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-size: 20px;
    margin: 20px auto 30px;
}
.about-wrap h3:before {
    content: "";
    width: 3em;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background-color: #0f61b0;
}
.msg-img-wrap img{
    max-width: 100%;
}
.msg-wrap .item.img {
    position: relative;
}
p.chief {
    font-size: 1.2rem!important;
    margin: 10px 0 0;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
}
p.chief span{
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
}
section.photo{
    height: calc(100vw*8.5/16);
    margin: 0 calc(100vw*1.2/16) 0;
    position: relative;
}

@media screen and (max-width:1024px) {
    .msg-img-wrap {
        width: 180px;
        margin: 0 0 30px 15px;
    }
    .msg-wrap {
        padding: 0 calc(100vw*0.5/16);
        margin-top: 0px;
    }

    p.chief {
        font-size: 1.2rem!important;
    }
    p.chief span{
        font-size: 0.8rem!important;
    }
    section.direct p{
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .about-wrap h3 {
        font-size: 18px;
    }
    .msg-img-wrap {
        float: none;
        display: block;
        width: 80%;
        margin: 0 auto 30px;
    }
    .msg-wrap img {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }
    .msg-wrap {
        padding: 0;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    section.photo {
        height: calc(100vw*8.5/16);
        margin: 0 calc(100vw*1.0/16) calc(100vw*1.8/16);
        position: relative;
    }

    section.direct p{
        font-size: 15px;
        text-align: left;
    }
    .msg-wrap .item.img {
        text-align: center;
    }
    p.chief {
        font-size: 1.2rem!important;
        right: 0;
        left: 0;
        padding: 5px 10px;
      }
}
@media screen and (max-width:400px) {
    .msg-wrap img {
        max-width: 100%;
    }
}
@media screen and (max-width:320px) {
    section.direct p{
        font-size: 14px;
    }
}

/*--------------------------------メニュー-------------------------------------*/
section.menu {
    position: relative;
    display: block;
}

.menu-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu-wrap .text{
    padding: 40px;
    background-color: #fff;
}
.menu-wrap .img img{
    width: 100%;
    vertical-align: top;    
}
.menu-wrap h3 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    color: #359866;
}
.menu-wrap h3 span {
    font-size: 15px;
    font-family: "Outfit", sans-serif;;
    color: #333;
    letter-spacing: 0.03px;
    padding-left: 5px;
    font-weight: 500;
}
.menu-wrap .link-wrap {
    margin-top: 10px;
}
.menu-inner {    
    padding: 0 0 0;  
    margin-bottom: 30px;
    flex-basis: 32%;
    max-width: 32%;
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
}
.row3 .menu-inner {
    flex-basis: 32.33%;
    max-width: 32.33%;
    box-shadow: none;
    margin: 0 0.5% 20px;
    background-color: #fff;
    padding: 10px;
}
.row4 .menu-inner {
    flex-basis: 24%;
    max-width: 24%;
    box-shadow: none;
    margin: 0 0.5% 20px;
    background-color: #fff;
    padding: 10px;
}
.row2 .menu-inner {
    flex-basis: 49%;
    max-width: 49%;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    margin: 0 0.5% 20px;
}
.menu-inner .image-wrap {
    position: relative;
}
.menu-inner .image-wrap img{
    max-width: 100%;
    vertical-align: top;
    position: relative;
}
.menu-inner:hover a .image-wrap img{
    opacity: 0.6;
}
.menu-inner h3,
.menu-wrap-other h3 {
    font-size: 17px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 5px 10px;
    margin-bottom: 0px;
    margin-top: -1px;
    line-height: 1.4em;
    display: block;
    width: 100%;
    z-index: 1;   
    transition: all 0.3s ease;
    border-bottom: 1px solid #888;
    color: #359866;
}
.menu-inner > a:hover > h3 {
    background: #fff;
    color: #359866;
}
.menu-inner p, .merit_box p {
    padding: 10px 5px 15px;
    margin-bottom: 0;    
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.menu-wrap.flex-start {
    justify-content: flex-start;
}
.menu-wrap.top .box-wrap{
    margin-bottom: 40px;
    background: #fff;
    width: 25%;
}
.menu-wrap.top .flexbox{
    align-items: center;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px;    
}
.menu-wrap.top .flexbox.reverse{
    flex-flow: row-reverse;
}
.menu-wrap.top .text{
    padding: 0px 15px;
    background-color: #fff;
    position: relative;
}
.menu-wrap.top .text p{
    color: #333;
}
.menu-wrap.top .box-wrap h3 {
    margin: 15px 5px 10px;
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: 0.02em;
    color: #359866;
    font-size: 20px;
}
.parts-menu .menu-wrap.top .box-wrap h3 {
    font-size: 17px;
    margin: 12px 5px 10px;
}
.menu-wrap.top .box-wrap h4 {
    margin-bottom: 5px;
    font-size: 18px;
}
.menu-wrap.top .flexbox .en_text{
    font-size: 46px;
    display: block;
    font-family: "Outfit", sans-serif;;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-wrap.top .box-wrap:nth-child(2) .flexbox .en_text{
    right: auto;
    left: 0;
}

.menu-wrap.staggered{
    margin: 50px auto 60px;
}
.menu-wrap.staggered .text p{
    margin-bottom: 10px;    
}
.menu-wrap.staggered .text p.en_heading {
    font-family: "Sura", serif;
    font-size: 28px;
    color: rgba(64, 158, 204, 0.4);
    font-weight: bold;
    letter-spacing: 0.05em;
}
.menu-wrap.staggered .anim-box .text::after {
    content: "";
    position: absolute;
    top: 50%;    
    margin-top: -10px;
    border: 15px solid transparent;
    z-index: 10;
}
.menu-wrap.staggered .img{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-wrap.staggered .img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
p.saiteki {
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    font-weight: 500;
    background: #fff;
    padding: 0 10px;
}
p.saiteki::after,
p.saiteki::before{
    content: "";
    width: 34%;
    height: 1px;
    position: absolute;
    top: 50%;
    display: block;
    background: #707379;
}
p.saiteki::after{
    right: 0;
}
p.saiteki::before{
    left: 0;
}
ul.saitekiplace {
    display: flex;
}
ul.saitekiplace li {
    display: inline-block;
    background: rgb(53, 152, 102, 0.2);
    padding: 5px 5px;
    font-size: 12px;
    margin-right: 7px;
    line-height: 1.4em;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex: 1;
    text-align: center;
    justify-content: center;
}
.border_box ul.saitekiplace li {
    font-size: 15px;
    margin: 0 10px;
    font-weight: bold;
}
.box-wrap {
  position: relative;
  overflow: hidden;
}
.image-wrap {
  position: relative;
}

.image-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: rgba(47, 184, 236, 0.4);
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.4s ease-out;
  pointer-events: none;
  z-index: 2;
}

.box-wrap:hover .image-wrap::after {
  transform: scale(1);
}

.link-wrap.more {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 3;
    transition: opacity 0.4s ease-out;
    pointer-events: none; /* hover前はクリック不可 */
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #2fb8ec;
    border: 2px solid #2fb8ec;
}
.box-wrap:hover .link-wrap.more {
  opacity: 1;
  pointer-events: auto;
}
.link-wrap.more a {
  color: #2fb8ec;
  text-decoration: none;
}
.menu-box-wrap {
    margin-bottom: 60px;
}
.menu-box-wrap:nth-child(2n) .flexbox {
    flex-direction: row-reverse;    
}
.menu-box-wrap .item.text{
    width: 60%;
}
.menu-box-wrap .item.img{
    width: 40%;
}
.menu-box-wrap .img img {
    width: 100%;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
}

.menu-wrap-other .menu-inner{
    padding: 0 0 0;
    margin: 0 0.5% 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;    
}
.menu-wrap-other h3 {
    margin-bottom: 0;
    font-size: 17px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.menu-wrap-other .item .image-wrap::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;    
    transition: all 0.3s ease;
}
.menu-wrap-other .item.gaiheki .image-wrap::after{
    background-color: rgba(21, 144, 196,0.6);
}
.menu-wrap-other .item.yane .image-wrap::after{
    background-color: rgba(0, 78, 131,0.6);
}
.menu-wrap-other .item.gaiheki .image-wrap:hover::after{
    background-color: rgba(21, 144, 196,0.1);
}
.menu-wrap-other .item.yane .image-wrap:hover::after{
    background-color: rgba(0, 78, 131,0.1);
}
.merit .item p{
    padding: 10px 15px 0px;
}
.merit ul{
    margin: 10px 0;
}
.merit ul li{
    font-weight: 600;
    line-height: 1.8em;
}
.merit_box {
    margin-bottom: 30px;
}
.merit_box .item.row7{
    border-bottom: 1px solid #dcdcdc;
}
#sb_instagram .sbi_follow_btn a {
    background: #333 !important;
}
.menu-big-wrap {
    margin: 60px auto 60px;
    display: flex;
}
.menu-big-wrap .img {
    height: 100%;
    height: 450px;
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-big-wrap .text {
    width: 47%;   
}
.menu-big-inner {
    border: 1px solid #0f61b0;
    background: rgba(255,255,255,0.8);
    margin: 60px 10% 0 -20%;
    padding: 25px 0 30px;
}
.menu-big-inner.left {
    margin: 60px -20% 0 5%;
    position: relative;
}
.menu-big-wrap .menu-big-inner p {
    padding: 10px 20px 0px 30px;
    margin-bottom: 10px;
}   

.menu-big-wrap .text .menu-title, .menu-title {
    color: #0f61b0;
    text-align: center;
    width: 100%;
    padding: 10px 15px 10px;
    font-size: 22px;
    letter-spacing: 0.02em;
}
.menu-big-wrap .en_heading {
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-family: "Outfit", sans-serif;;
    color: #fff;
}
.menu-wrap > .menu-content {
    border: 1px solid #e5d0ac;
}
.menu-content .menu-title {
    background: #e5d0ac;
    padding: 5px 15px;
}
.menu-content p {
    margin: 10px 0 0;
    line-height: 1.6em;
    padding: 0 12px 10px;
}

@media screen and (max-width:1024px) {
    .menu-inner h3 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .menu-inner p, .merit_box p {
        font-size: 14px;
        padding: 10px 5px 10px;
    }
}
@media screen and (max-width:767px) {
     section.menu, section.sub-heading + section.top-works, section.top-works {
        padding: 40px 0 40px
    }
    .menu-inner, .row4 .menu-inner,
    .row3 .menu-inner{
        flex-basis: 100%;
        max-width: 100%;
        max-width: initial;
        margin: 0 auto 30px;
    }
    .menu-inner h3 {
        padding: 10px 5px 10px;
    }
    .menu-wrap .text{
        padding: 20px 20px 0;
    }
    .menu-wrap h3 {
        font-size: 18px;
    }
    .menu-wrap h3 span {
        display: block;
        padding-left: 0px;
    }
    .menu-inner .image-wrap {
        text-align: center;
    }
    .menu-inner .image-wrap img {
        width: 100%;
    }
    .menu-wrap .flexbox.row2 .item {
        margin-bottom: 0;
    }
    .menu-wrap.staggered .text{
        padding: 20px 20px;
    }
     .menu-wrap.top .box-wrap{
         width: 50%;
         margin-bottom: 20px;
    }
    .merit .item p{
        padding: 10px 5px 0px;
    }
    .menu-big-wrap {
       flex-direction: column;
        margin: 60px auto 20px;
    }
    .menu-big-wrap.reverse {
       flex-direction: column-reverse;
        margin: 20px auto 60px;
    }
    .menu-big-wrap .img {
        width: 100%;
        height: 250px;
    }
    .menu-big-wrap .text {
        width: 100%;   
    }
    .menu-big-wrap .text .menu-title, .menu-title {
        font-size: 20px;
    }
    .menu-box-wrap .item.text{
        width: 100%;
    }
    .menu-box-wrap .item.img{
        width: 100%;
    }
    .menu-big-inner,.menu-big-inner.left {
        margin: 60px 0 0 0%;
    }    
    .menu-big-wrap .text{
        margin : -180px auto 30px;
        width: 95%;
        position: relative;
        left: 0;
    } 
    .menu-big-wrap .menu-big-inner p {
        padding: 10px 10px 10px;
    }
    .menu-big-wrap .en_heading {
        position: relative;
        top: 0;
        right: 0;
        font-size: 14px;
    }
    .menu-wrap.staggered{
        margin: 50px auto 30px;
    }
    .menu-wrap.staggered .flexbox{
        margin-top: 30px;
    }

    .menu-wrap.top .flexbox.reverse{
        flex-flow: wrap;
    }
    .flexbox.reverce {
        flex-direction: column-reverse;
    }
    .menu-title {    
        font-size: 18px;
        letter-spacing: 0.03em;
    }
    .menu-wrap.top .img {
        width: 100%;
        height: auto;
    } 
    .menu-wrap.top .box-wrap h3 {
        margin: 10px 5px 10px;
        font-size: 17px;
    }
    .menu-wrap.top .img img {
        min-height: 300px;
        min-height: initial;
    }
    .border_box.green {
        padding: 10px 10px 10px;
    }
    ul.saitekiplace {
        flex-wrap: wrap;
    }
    ul.saitekiplace li {
        flex: auto;
        width: 47%;
        margin-bottom: 7px;
    }
    .border_box ul.saitekiplace li {
        margin: 0 5px 10px;
    }
}
@media screen and (max-width:460px) {
     .menu-wrap.top .box-wrap{
         width: 100%;
         margin-bottom: 20px;
    }
}
@media screen and (max-width:320px) {
    .menu-inner h3 {
        font-size: 17px;
    }
}
/*--------------------------------おすすめ屋根ー-------------------------------------*/
.point-h2 {
    position: relative;
    padding-left: 60px;
    line-height: 1.3em;
    font-size: 17px;
    margin: 40px 0 30px;
}
.point-h2::before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 45%;
    color: #0f61b0	;
    font-family: "Outfit", sans-serif;;
    font-size: 36px;
    font-weight: 200;
    border-bottom: 1px solid #888;
    line-height: 1.6em;
    transform: translateY(-50%);
}
@media screen and (max-width:767px) {
      .point-h2 {
        padding-left: 50px;
        font-size: 15px;      
    }
    .point-h2::before {
        font-size: 32px;
    }
}