@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/* 
 * Improve Safari 100vh
 * @see https://coliss.com/articles/build-websites/operation/css/css-fix-for-100vh-in-ios.html
 */
@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}

/*
 * Universal selector
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #1E1E1E;
  overflow-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
}
.global-logo img{
  max-width: 170%;
}
.br_sp {
    display: none;
}

.sp{
      display: none;
}

.addition_content{
    background-image: url("../image/addition_content/addition_background.jpg");
    padding: 50px 0 30px;
    background-size: cover;
background-position: top center;
    
    
}

.addition_content_img{
    max-width: 1047px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 25px;
}

.addition_content_sp{
       display: none;
        
    }
    
    .addition_content_sp_img{
        display: none;
    }

@media screen and (max-width: 750px) {
.br_sp {
    display: block;
}
}
/*
*
* @see
* https://www.bugbugnow.net/2020/02/font-family-definitive-edition.html
*/
body,
button,
input,
select,
textarea {
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/*CTA*/
.cta_icon {
    display: flex;
    /* width: 100%; */
    text-align: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.cta_icon img {
    width: 10%;
    margin-right: 10px;
}
.cta_t {
    font-size: 30px;
}
.cta_s {
    font-size: 20px;
}
@media screen and (max-width: 750px) {
    .cta_t {
    font-size: 20px;
    }
    .cta_s {
    font-size: 15px;
}
}

/*----------共通タイトル----------*/
.ttl {
    width: 25%;
    margin: 0 auto 38px;
    text-align: center;
    padding-top: 30px;
}
.ttl2 {
    width: 30%;
    margin: 0 auto 38px;
    text-align: center;
    padding-top: 30px;
}
.ttl3 {
    width: 15%;
    margin: 0 auto 38px;
    text-align: center;
    padding-top: 30px;
}
.ttl4 {
    width: 40%;
    margin: 0 auto 38px;
    text-align: center;
    padding-top: 30px;
}
.ttl5 {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}
.ttl_sp {
    display: none;
}
@media screen and (max-width: 750px) {
    .ttl {
        width: 60%;
        padding-top: 30px;
    }
    .ttl2 {
    width: 80%;
    }
    .ttl3 {
    width: 50%;
    }
    .ttl_pc {
    display: none;
}
    .ttl_sp {
    display: block;
     width: 70%;
}
.ttl_sp2 {
    width: 90%;
}
}
/* ----------時刻表示---------- */
.time {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 30%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 30px;
    color: #ffe400;
    font-weight: bold;
    background: -webkit-linear-gradient(#ffe400, #ffa200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time2 {
    margin: 10px auto;
    text-align: center;
    font-size: 30px;
    color: #101d66;
    font-weight: bold;
    /*background: -webkit-linear-gradient(#ffe400, #ffa200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}


/* 点滅 */
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@media screen and (max-width: 750px) {
    .time {
    font-size: 20px;
    font-weight: normal;
    top: 28%;
    }
    .time2 {
    font-size: 18px;
    }
}

/*----------google口コミ----------*/
.googlevoice-wrapper {
	background: #6ec7e8;
	padding: 0 0 60px;
	position: relative;
	width: 100%;
}
li.slide_contents02 {
    border-radius: 10px;
    width: 600px!important;
    padding: 0 40px;
    margin: 0;
    text-align: left;
}
.container02{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.googlevoice {
	text-align: center;
	padding: 24px 0 0;
}
.googlevoice p{
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}


/*矢印の設定*/
.googlevoice-wrapper .slick-prev {/*戻る矢印の位置と形状*/
    left: 14.6% !important;
    z-index: 10 !important;
}

.googlevoice-wrapper .slick-next {/*次へ矢印の位置と形状*/
    right: 19.2% !important;
}

@media screen and (max-width:767px){ 
    li.slide_contents02 {
        width: 95vw!important;
        padding: 10px;
    }
	.ttl5 {
		width: 80%;
		margin: 0 auto 30px;
		text-align: center;
		padding-top: 30px;
	}
	.googlevoice-wrapper {
		padding: 0;
	}
	.container02{
		max-width: 785px;
		margin: 0 auto;
		padding: 0 0px;
		width: 100%;
	}
	.googlevoice {
		padding: 0;
	}
	.googlevoice p {
		font-size: 16px;
	}
}

/*----------施工事例一覧----------*/
.jirei-wrapper {
    background: #6ec7e8;
    margin-bottom: 100px;
    padding: 60px 0;
    position: relative;
}
.ji_sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .ji_pc {
    display: none;
    }
    .ji_sp {
    display: block;
    }
}

.voice_p {
	display: flex;
	margin: 10px 0 5px;
}

.kutikomi_bg {
    background-color: #ffeee3;
    padding: 85px 0 40px;
    /*border-top: solid 5px #cf651f;*/
}
.kutikomi_ttl {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 20px;
}
.scroll_p {
    display: none;
}

.tbl_flex{
	display:flex;
	width: 100%;
	flex-wrap: wrap;
}
.tbl_item{
	width: 50%;
}
.tbl_ttl{
	background-color: #c6dff9;
    border: #fff solid 2px;
    text-align: center;
    padding: 5px;
}
.tbl_txt{
	padding: 5px;
	text-align: center;
}
.tbl_ttl p{
	color: #0f216c;
	font-weight: bold;
	margin: 0;
}
.tbl_txt p{
	margin: 0;
	color: #0f216c;
}
.tbl-sub {
    width: 90%;
    color: #0f216c;
    margin: 0 auto;
}
.tbl-sub p {
    margin: 0;
}
.tbl-ttl{
    font-weight: bold;
}

@media screen and (max-width:767px){
    .tbl {
    width: 100%;
}
    .tbl img {
    width: 100%;
}
	.tbl_ttl{
    padding: 1% 0 0;
}
	.tbl_txt p{
	line-height: 1.5 !important;
}
}

@media screen and (max-width:767px){ 
.scroll_p {
    display: block;
    color: #101d66;
    text-align: center;
    margin: 20px auto;
}
}
.voice_ttl {
    background-color: #cf651f;
    padding: 5px;
    width: 17%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}
.voice_name {
  text-align: right;
}
.voice_fsS {
    font-size: 12.5px;
}
.voice-contents{
    padding: 8px 0 4% 0;
    background-color: #6ec7e8;
}
.slide_contents p{
    font-size: 16px;
    line-height: 1.9;
}
.kutikomi_mein {
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
}
li.slide_contents{
   /*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);*/
    background-color: #fff;
    border-radius: 10px;
    width: 600px!important;
    padding: 40px;
    margin: 0;
    text-align: left;
    /*border: #d25c0e solid 3px;*/
}
li.slide_contents .slide_tit{
    font-weight: bold;
    font-size: 20px;
    padding: 1% 0 0;
}
li.slide_contents .slide_txt{
    text-align: left;
    font-weight: bold;
    padding: 1% 0 0;
}
li.slide_contents .slide_txt2{
    text-align: right;
    font-weight: bold;
    padding: 1% 0 0;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #0f216c !important;
}
@media screen and (max-width:767px){ 
    .voice_ttl {
        width: 35%;
    }
    .kutikomi_ttl {
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .kutikomi_name {
        background-color: #e68420;
        padding: 5px;
        width: 156px;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        border-radius: 5px;
        text-align: center;
        margin: 10px auto 0;
    }
    li.slide_contents{
        width: 73vw!important;
        padding: 15px;
    }
    .voice-contents{
        padding: 4% 0;
        margin-top: -25px;
    }
    .kutikomi_bg {
        /*background-color: #fbcdae;*/
        padding: 20px 0 40px;
        /*border-top: solid 3px #3f2a16;*/
    }
    .kutikomi_icon {
        max-width: 100px;
        margin: 0 auto;
    }
    .slide_contents p{
        font-size: 15px;
        line-height: 1.9;
    }
}


/*===========スライダー============*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin:25px auto 0;
}
.slick-slide img {
    display: none;
}
.slick-slide img {
    /*display: inline-block;*/
    padding: 0;
    margin: 0 auto;
	margin-bottom: 2%;
}

.slider .slick-slide {
    /*transform: scale(0.8);左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.1;/*0.2だと透過50%*/
}

.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
    margin: 0 20px;
}
@media screen and (max-width:767px){
    .slider .slick-slide.slick-center{
    margin: 0 3px;
}
    .slick-dots li{
    margin:0 2px!important;
}
}
.slick-list {
    overflow: inherit;
}

/*矢印の設定*/
.slick-prev {/*戻る矢印の位置と形状*/
    left: 23.6% !important;
    z-index: 10 !important;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 26.2% !important;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-next:before {
    content: '▶' !important;
}
.slick-prev:before {
    content: '◀' !important;
}
.slick-prev:before, .slick-next:before{
    color: #0f216c !important;
    font-size: 60px !important;
}
ul {
    padding-inline-start: 0px;
}
.slick-dots {
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
@media (max-width: 1388px) {
    .slick-prev {/*戻る矢印の位置と形状*/
        left: 11.2% !important;
        z-index: 999 !important;
    }
    .slick-next {/*次へ矢印の位置と形状*/
        right: 14.2% !important;
    }
}
@media (max-width: 1200px) {
    .slick-prev {/*戻る矢印の位置と形状*/
        left: 13% !important;
        z-index: 10 !important;
    }
    .slick-next {/*次へ矢印の位置と形状*/
        right: 16.2% !important;
    }
}
@media (max-width: 1000px) {
    .slick-prev {/*戻る矢印の位置と形状*/
        left: 2% !important;
        z-index: 10 !important;
    }
    .slick-next {/*次へ矢印の位置と形状*/
        right: 7.2% !important;
    }
}
@media (max-width: 767px) {
    .voice{
        padding: 0% 2%;
    }

    .voice-contents p.tex_sm{
        margin: 20px 0 10px;
    }

    .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
        margin: 0 auto;
    }

    /*矢印の設定*/
    .slick-prev {/*戻る矢印の位置と形状*/
        left:6px !important;
        z-index: 10;
    }

    .slick-next {/*次へ矢印の位置と形状*/
        right: 3% !important;
        z-index: 10;
    }
    .slick-prev:before, .slick-next:before{
        font-size: 0 !important;
    }
    .slick-dots {
        bottom: -25px !important;
    }
}


/*
 * Layout
 */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.container2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/*
 * Layout
 */
@media screen and (max-width: 750px) {
  .container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
.pc{
      display: none !important;
  }
  .sp{
      display: block !important;
  }
.addition_content_sp{
    background-image: url("../image/addition_content/addition_background_sp.jpg");
    padding: 24px 0 23px;
    background-size: cover;
    background-position: center;
    
}

.addition_content_sp_img{
    max-width: 93%;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 3px;
}

.addition_content{
   display:none;
    
    
}
.addition_content_sp{
  display:block;
}

.addition_content_img{
    display:none;
}
.global-contact img {
    width: 19%;
    display: block;
    margin: auto;
    margin-right: 0;
}
.global-contact_sp{
    width: 72%;
    display: block;
    margin: auto;
    margin-right: 0;
}
.zencho_pc{
  display: none !important;
}
.zencho_note_pc{
  display: none !important;
}
.zencho_sp{
  display: block !important;
}
}
  .pc{
      display: block ;
  }
  .sp{
      display: none ;
  }
  .zencho_pc{
    display: block ;
  }
  .zencho_note_pc{
    display: none;
  }
  .zencho_sp{
      display: none ;
  }

@media screen and (min-width: 750px) and (max-width: 1400px){
  .zencho_note_pc{
    display:block;
  }
  .zencho_pc{
    display:none;
  }
  .zencho_sp{
    display:none;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #101d66;
}
.global-contact a {
    display: flex;
    align-items: center;
}
.global-contact p {
    color: #ffe400;
    font-weight: bold;
    font-size: 20px;
    width: 78%;
    text-align: center;
    line-height: 0.9;
    margin-bottom: 0;
}
span.tel_font {
    color: #fff;
    font-size: 13px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.header__left .global-logo {
  margin: 0 30px;
}

.header__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff url(../image/header/radius.png) bottom left no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 40px;
  /* Define .global-nav style in _global-nav.scss. */
}
.global-tel img {
    max-width: 14vw;
}
.global-contact img {
    max-width: 14vw;
}
.header__right .global-tel {
  margin-left: 34px;
}

.header__right .global-contact {
  margin: 0 30px 0 12px;
}

@media screen and (max-width: 750px) {
  .header__left .global-logo {
    margin: 0 0 0 20px;
  }
  .header__right {
    padding: 15px 20px 15px;
    background: none;
  }
  .header__right .global-tel {
    display: none;
  }
  .header__right .global-contact {
    margin: 0;
  }
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.global-nav li {
  height: 100%;
  list-style-type: none;
  padding: 0 15px;
}

@media screen and (min-width: 751px) and (max-width: 1380px) {
  .global-nav li {
    padding: 0 6px;
  }
}

.global-nav a {
  color: #1f1f1f;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  padding-top: 10px;
  text-decoration: none;
}

@media screen and (min-width: 751px) and (max-width: 1380px) {
    .addition_content_img {
    max-width: 764px;
    left:0;
}
    
  .global-nav a {
    font-size: 14px;
    line-height: 1.25;
  }
}

.global-nav a:hover {
  background: url("../image/header/global-nav/hover-arrow.png") top center no-repeat;
  color: #0085D7;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.global-nav li {
  height: 100%;
  list-style-type: none;
  padding: 0 15px;
}

@media screen and (min-width: 751px) and (max-width: 1380px) {
  .global-nav li {
    padding: 0 6px;
  }
}

.global-nav a {
  color: #1f1f1f;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  padding-top: 10px;
  text-decoration: none;
}

@media screen and (min-width: 751px) and (max-width: 1380px) {
  .global-nav a {
    font-size: 14px;
    line-height: 1.25;
  }
}

.global-nav a:hover {
  background: url("../image/header/global-nav/hover-arrow.png") top center no-repeat;
  color: #0085D7;
}

@media screen and (max-width: 750px) {
  .global-nav {
    display: none;
  }
}

/*
 * Heading
 */
.section-heading, .section-heading--reverse {
  /*background: url(../image/heading/heading-border.png) bottom center no-repeat;*/
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 38px;
  padding-bottom: 30px;
  text-align: center;
}

.section-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-heading-free {
  background: #0085D7;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin: 0 8px 0 0;
  padding: 3px 4px 2px;
}

.section-heading--reverse {
  color: #fff;
}

/*
 * Heading
 */
@media screen and (max-width: 750px) {
  .section-heading {
    font-size: 28px;
  }
  .section-heading--reverse {
    font-size: 28px;
  }
}

.hero-wrapper {
  background: #101d66;
  width: 100%;
}

.hero {
  margin: 0 auto;
  max-width: 1919px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .hero-wrapper {
  }
}

/*
 * お問合せバナー
 */
 
 @keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.1,1.3); opacity:0}
}
.contact-banner02_btn {
    display: table;
    position: relative;
    width: 40%;
    transition: .3s;
    margin: 0 20px;
}
.contact-banner02 {
    position: relative;
}

.contact-banner02_btn :before, .contact-banner02_btn :after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #ffffff;
  transform: translate3d(0,0,0);
}
.contact-banner02_btn :before {
  animation: anime 3s ease-out infinite;
}
.contact-banner02_btn :after {
 animation: anime 3s ease-out 2s infinite;
}

.contact-banner02_btn a {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
    height: 120px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.btn01 a{
    background: #ffe400;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #101d66;
}
.btn02 a{
    background: #d62f00;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
}
.mt40{
    margin-top: 40px;
}
.contact-banner02_btn span {
  display: block;
  position: relative;
  font-family: sans-serif;
}
.contact-banner02_btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;  
  margin: -4px 0 0 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateX(5px) rotate(45deg);
}
.contact-banner02_btnbox {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 53%;
    z-index: 1;
}
.contact-banner03 {
    border: 4px solid #101d66;
    border-radius: 20px;
    margin: 70px auto;
    /* max-width: 100%; */
    padding: 45px;
}
.contact-banner03_btnbox {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 750px) {
    .contact-banner02_btnbox {
    display: block;
    justify-content: space-around;
     width: 90%;
    top: 50%;
    left: 0%;
}
    .contact-banner02_btn a {
    height: 66px;
}
.contact-banner02_btn {
    width: 94%;
    margin: 10px;
}
.btn02 a {
    font-size: 12px;
}
.btn01 a {
    font-size: 20px;
}
.contact-banner03 {
    padding: 25px;
    margin: 10px;
}
.contact-banner03_btnbox {
    display: block;
    width: 100%;
}
}

.contact-banner {
  background: #fff;
  border: 3px solid #1962B0;
  border-radius: 20px;
  margin: 70px 0;
  max-width: 960px;
  padding: 25px;
  position: relative;
  width: 100%;
}

.contact-banner__heading {
  left: 50%;
  position: absolute;
  top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-banner__copy {
  margin-bottom: 16px;
  text-align: center;
}

.contact-banner__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-banner__contact .contact-banner-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-banner__contact .contact-banner-tel-caption {
  font-weight: bold;
  margin: 0 0 0 12px;
  padding: 0;
}

.contact-banner__contact .contact-banner-mail {
  margin-left: 25px;
}

/*
 * お問合せバナー（モバイル）
 */
@media screen and (max-width: 750px) {
  .contact-banner {
    border-radius: 10px;
    margin: 45px 0;
    padding: 35px;
  }
  .contact-banner__heading {
    top: -12px;
    width: 90%;
  }
  .contact-banner__copy {
    width: 100%;
    max-width: 100%;
  }
  .contact-banner__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-banner__contact .contact-banner-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-banner__contact .tel-caption-br {
    display: none;
  }
  .contact-banner__contact .contact-banner-mail {
    margin-left: 0;
    text-align: center;
  }
}

/*
 * お見積り依頼フォーム
 */
.contact-form {
  margin: 0 auto 150px;
  max-width: 960px;
  width: 100%;
}

.form-group {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

.form__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.form__items .item__label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
  text-align: right;
}

.form__items .item__label label, .form__items .item__label span {
  display: inline-block;
}

.form__items .item__label span {
  display: inline-block;
  padding: 2px 3px;
  font-size: 14px;
}

.form__items .item__label .required-input {
  background: #D62F00;
  color: #fff;
}

.form__items .item__label .arbitrary-input {
  background: #8f8f8f;
  color: #fff;
}

.form__items .item__input {
  width: 100%;
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1 3 auto;
          flex: 1 3 auto;
}

.form__items .item__input .form-control {
  background: #E0E8EA;
}

.form__submit {
  margin: 50px auto;
  max-width: 300px;
  width: 100%;
}

.submit-button {
  background: #D62F00;
  border-radius: 30px;
  color: #fff;
  height: 55px;
  width: 280px;
  margin: 0 auto;
  text-align: center;
  font-size: 21px;
  line-height: 36px;
}

.submit-button:hover {
  background: #fff;
  border: 2px solid #D62F00;
  color: #D62F00;
}

/*
 * お見積り依頼フォーム（モバイル）
 */
@media screen and (max-width: 750px) {
  .contact .section-heading{
    font-size: 27px;
  }
  .contact-form {
    margin: 0 auto;
  }
  .form-group {
    padding: 20px 0;
  }
  .form__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .form__items .item__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 10px 0;
  }
}

/*
 * サービスの説明
 */
.service-wrapper {
  background: #101d66;
  padding: 0 0 60px;
  position: relative;
  width: 100%;
}

/*
.service-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 107px;
  background: url(../image/service/service-wrapper-bg.png) top center/cover no-repeat;
}

 */
.service-wrapper .section-heading--reverse {
  padding-top: 60px;
  font-size: 2.5em;
}

.service .service__items, .service--leak .service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.service .service__item, .service--leak .service__item {
  margin-left: 30px;
}

.service .service__item:first-child, .service--leak .service__item:first-child {
  margin-left: 0;
}

.service {
  width: 100%;
  margin-bottom: 45px;
  max-width: 960px;
}

.service .service__heading {
  margin-bottom: 18px;
  text-align: center;
}

.service .item__caption {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}

.service--leak {
  border: 2px solid #FFEF33;
  border-radius: 20px;
  margin-top: 100px;
  padding: 60px 25px 0;
  position: relative;
}

.service--leak .service__heading {
  position: absolute;
  width: 56%;
    margin: 0 auto;
    top: -28px;
    left: 188px;
}

.service--leak .service__item .item__image {
  margin-bottom: 10px;
}

.service--leak .service__item .item__desc {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.service_item_flex{
  display: flex;
}

/*
 * サービスの説明（モバイル）
 */
@media screen and (max-width: 750px) {
  .service-wrapper {
    padding: 20px 0;
    width: 100%;
    background: #101d66;
  }
  .service-wrapper .section-heading--reverse {
    padding-top: 30px;
    font-size: 2em;
    padding-bottom: 0;
  }
  .service .service__items, .service--leak .service__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service .service__item, .service--leak .service__item {
    margin: 0;
  }
  .service {
    width: 100%;
    max-width: 750px;
  }
  .service .service__item {
    width: 100%;
	  margin-bottom: 20px;
  }
  .service_item_flex .service__item:first-child{
    margin-right: 10px;
  }
	.service .service__item:last-child {
		margin-bottom: 0px;
	}
  .service .item-renovation {
    width: 48%;
    margin-bottom: 20px;
  }
  .service--leak {
    border: 2px solid #FFEF33;
    border-radius: 20px;
    padding: 56px 25px 21px;
    margin-top: 45px;
    position: relative;
  }
  .service--leak .service__heading {
    position: absolute;
    width: 85%;
    margin: 0 auto;
    top: -16px;
    left: 27px;
  }
  .service--leak .service__item .item__image {
    margin-bottom: 10px;
  }
  .service--leak .service__item .item__desc {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .service--leak .item-leak {
    width: 30%;
  }
  .yane_type img{
    display: block;
    width: 100%;
  }

  /*ループ画像 css制御 */
  .loop_wrap {
    display: flex !important;
    width: 75vw;
    height: 120px;
    overflow: hidden;
  }
  .loop_wrap li {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .loop_wrap img {
    max-width: 165vw;
    height: 100%;
  }
  .loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
  }
  
  .loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
  }
  
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }


}


/*
 * 雨漏りレスキュー
 */
.leak-wrapper {
  padding: 60px 0 20px;
}

.leak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.mt60{
  margin-top: 60px;
}

.leak__image {
  margin-right: 40px;
  max-width: 210px;
}

.leak__desc {
  max-width: 500px;
}

.leak .desc__lead {
  color: #D62F00;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.leak .desc__image {
  margin-bottom: 30px;
}

.leak .desc__text {
  font-size: 16px;
  line-height: 1.825;
  /* 29px */
}

/* ins(insurance) */
.leak-ins {
  border: 3px solid #AED1D7;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 60px;
}

.leak-ins__heading {
  margin-bottom: 30px;
  text-align: center;
}

.leak-ins__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.leak-ins__image {
  max-width: 218px;
}

.leak-ins__desc {
  max-width: 500px;
}

.leak-ins .desc__lead {
  color: #D62F00;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.leak-ins .desc__text {
  font-size: 16px;
  line-height: 1.825;
  /* 29px */
}

.fsS{
	font-size: 12px;
}

/*
 * 雨漏りレスキュー（モバイル）
 */
@media screen and (max-width: 750px) {
  .leak {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 37px;
  }
  .leak-wrapper .section-heading{
    padding-bottom: 0px;
  }
  .leak__image {
    margin: 0 auto 35px;
    max-width: 32%;
  }
  /* ins(insurance) */
  .leak-ins{
    margin-bottom: -16px;
  }
  .leak-ins__heading {
    width: 70%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .leak-ins__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .leak-ins__image {
    margin: 0 auto 25px;
  }
  .leak-ins .desc__lead{
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
  .mt60{
    margin-top: 20px;
  }
}

/*
 * サービスの流れ
 */
.leak-flow-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#cae2eb), to(#fff));
  background: #101d66;
  margin-top: 100px;
  padding: 0 0 3%;
  position: relative;
  width: 100%;
}

.leak-flow-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 107px;
  background: url(../image/leak/flow/leak-flow-wrapper-bg.png) top center/cover no-repeat;
}

.leak-flow-wrapper .section-heading {
  padding-top: 30px;
}

.leak-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
}

/*.leak-flow::after {
  background: url(../image/leak/flow/border-bottom.png);
  bottom: 1px;
  content: '';
  height: 23px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 64px;
}*/

.leak-flow__image {
	width: 350px;
}

.leak-flow__content {
	max-width: 450px;
    background: #fff;
    padding: 20px;
	display: table;
	position: relative;
}
.leak-flow__content03 {
	max-width: 450px;
    background: #fff;
    padding: 20px;
	display: table;
}
.leak-flow__content02 {
	max-width: 450px;
    background: #efefef;
    padding: 20px;
	display: table;
	position: relative;
}
.leak-flow__inner{
	vertical-align: middle;
	display: table-cell;
}
.leak-flow__content::before{
	background: url(../image/leak/flow/flow_triangle.png);
    position: absolute;
    content: '';
    top: 95%;
    left: 43%;
    width: 60px;
    height: 43px;
    z-index: 10;
}
.leak-flow__content02::before{
	background: url(../image/leak/flow/flow_triangle.png);
    position: absolute;
    content: '';
    top: 95%;
    left: 43%;
    width: 60px;
    height: 43px;
    z-index: 10;
}

.leak-flow .leak-flow__title {
  color: #101d66;
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 15px;
	border-bottom: 3px solid;
}

.leak-flow .leak-flow__desc {
  font-size: 16px;
  line-height: 1.6;
  /* 29px */
}

.leak-flow--complete::after {
  width: 0;
  height: 0;
  background: none;
}

/*
 * サービスの流れ（モバイル）
 */
@media screen and (max-width: 750px) {
  .leak-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .leak-flow__image {
    margin: 0 auto;
    width: 100%;
  }
	.leak-flow__content {
		max-width: 100%;
		margin: 0 auto;
		padding: 6%;
}
	.leak-flow__content02 {
		max-width: 100%;
		margin: 0 auto;
		padding: 6%;
}
	.leak-flow__content03 {
		max-width: 100%;
		margin: 0 auto;
		padding: 6%;
}
	.leak-flow-wrapper {
    padding: 0 0 10%;
}
}
@media screen and (min-width:751px) and ( max-width:820px) {
	.leak-flow .leak-flow__desc {
		font-size: 2vw;
		line-height: 1.3;
	}
	.leak-flow .leak-flow__title {
		font-size: 2.5vw;
		line-height: 30px;
		margin-bottom: 11px;
	}
	.fsS {
		font-size: 1.5vw;
	}
	
}

/*
 * 雨漏りレスキューが選ばれる理由
 */
.leak-reason-wrapper {
  margin-bottom: 70px;
  width: 100%;
}

.leak-reason__lead {
  color: #1962B0;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.3215;
  margin: 50px 0;
  text-align: center;
}

.leak-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leak-reason__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E0E8EA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
  padding: 40px 0;
  position: relative;
  width: 100%;
  max-width: 300px;
}

.leak-reason__item:first-child {
  margin-left: 0;
}

.leak-reason__item p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}

.leak-reason__item::before {
  background: url(../image/leak/reason/icon.png) no-repeat;
  content: '';
  height: 37px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  top: 0;
  width: 30px;
}

/*
 * 雨漏りレスキューが選ばれる理由（モバイル）
 */
@media screen and (max-width: 750px) {
  .leak-reason__lead {
    margin: 50px auto;
    width: 80%;
  }
  .leak-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leak-reason__item {
    margin: 0 0 35px;
    padding: 50px 20px;
    max-width: 100%;
  }
	.leak-reason-wrapper {
	  width: 100%;
		padding: 6% 3%;
	}
}

/*
 * 喜びの声
 */
.voice-wrapper {
  background: #101d66;
  margin-bottom: 100px;
  padding: 60px 0;
  position: relative;
}

.voice-wrapper::after {
  background: url(../image/voice/voice-wrapper-bg.png) bottom left repeat-x;
  bottom: -38px;
  content: '';
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}

.voice {
  background: #FFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  margin-bottom: 30px;
}

.voice__image {
  max-width: 95px;
  width: 95px;
}

.voice__content {
  margin-left: 25px;
  max-width: 780px;
  width: 100%;
}

.voice__title {
  border-bottom: 2px solid #1962B0;
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.voice__desc {
  font-size: 16px;
  line-height: 29px;
}

.voice__meta {
  font-size: 14px;
  line-height: 24px;
}

.voice__meta span {
  background: #DCDCDC;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  margin-left: 14px;
  padding: 0 3px;
}

/*
 * 喜びの声(モバイル）
 */
@media screen and (max-width: 750px) {
  .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice__image {
    margin: 0 auto 20px;
  }
  .voice__content {
    margin: 0;
    max-width: 710px;
  }
  .voice__meta {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: center;
  }
  .voice__meta span {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
  }
  .voice-wrapper .section-heading--reverse{
    padding-bottom: 0;
  }
  .voice__title {
      text-align: center;
  }
.voice__desc {
    text-align: justify;
}
}
/*
 * FAQ
 */
.faq-wrapper {
  background: #FFF;
  padding: 60px 0;
}

.faq__item {
  margin-bottom: 42px;
}

.faq__item .faq__question {
  color: #1962B0;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
  padding-left: 48px;
  text-indent: -52px;
}

.faq__item .faq__question::before {
  background: url(../image/faq/question.png) center center/cover no-repeat;
  content: '';
  display: inline-block;
  height: 41px;
  margin-bottom: -10px;
  width: 48px;
}

.faq__item .faq__answer {
  font-size: 16px;
  line-height: 29px;
}

/*
 * 会社概要
 */
.company-wrapper {
  background: #E0E8EA;
    padding: 40px 0;
    margin-top: 110px;
  position: relative;
}

.company-wrapper::before {
  background: url(../image/company/company-wrapper-bg.png) top left repeat-x;
  content: '';
  height: 61px;
  left: 0;
  position: absolute;
  top: -61px;
  width: 100%;
}

.company-table {
  border-collapse: collapse;
  max-width: 960px;
  width: 100%;
}

.company-table th, .company-table td {
  border: 1px solid #B7C7C9;
  font-size: 16px;
  line-height: 29px;
  padding: 20px;
}

.company-table th {
  background: #C9D9DB;
  font-weight: bold;
}

.company-table td {
  background: #FFF;
}

/*
 * 会社概要（モバイル）
 */
@media screen and (max-width: 750px) {
  .company-table {
    max-width: 710px;
  }
  .company-table th, .company-table td {
    display: block;
    padding: 10px;
    width: 100%;
  }
}

/*
 * フッター
 */
.footer-wrapper {
  background: #1962B0;
}

.footer-wrapper .footer {
  color: #fff;
  font-size: 12px;
  height: 43px;
  line-height: 43px;
  text-align: center;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 750px) {
.footer-wrapper {
  padding-bottom: 30%;
}
  .page-top {
    display: none;
  }
}

.mobile-fixed-banner {
  display: none;
}

@media screen and (max-width: 750px) {
  .mobile-fixed-banner {
    z-index: 99;
    display: block;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 750px;
    padding: 0;
    position: fixed;
    width: 100%;
  }
}

/*
 * thanks
 */
.thanks-wrapper {
  margin: 0 0 138px;
  padding: 138px 0 0;
  background: url(../image/thanks/thanks-wrapper-bg.png) top left repeat-x;
}

.thanks-wrapper h2 {
  margin-bottom: 40px;
}

.thanks-wrapper p {
  font-size: 18px;
  line-height: 32px;
}
.creditcard{
  background: #101d66;
  margin: auto;
  text-align: center;
}
.creditcard img{
    margin:auto;
  width: 90%;
  max-width: 800px;
}
.creditcard2{
  background: #fff;
  margin: auto;
  text-align: center;
}
.creditcard2 img{
    margin:auto;
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 1300px) and (min-width: 750px) {
    .creditcard img{
      margin-top: 6%;
}
}

.free-estimate{
  background: #101d66;
  margin: auto;
  text-align: center;
	padding: 0 0 30px;
}
.free-estimate img{
  max-width: 960px;
  margin:2% auto 1%;
}
.free-estimate .item__caption {
  color: #fff;
  font-size: 1em;
  text-align: right;
  max-width: 960px;
  margin :0 auto;
}
@media screen and (max-width: 750px) {
    .free-estimate img{
        width:90%;
        margin: 5% auto 1%;
    }
    .free-estimate .item__caption {
        margin: 0 5%;
        font-size: 0.7em;
   }
}

/*
 * サービス対象エリア
 */
.area_ttl {
    width: 38%;
    margin: 0 auto 38px;
    text-align: center;
    padding-top: 30px;
}
.area{
	padding: 2% 0 4%;
	background: #6ec7e8;
}
.area_content{
	background: #fff;
	border-radius: 20px;
	width: 90%;
    margin: 0 auto;
	padding: 2% 2%;
}
.area_flex{
	display: flex;
	align-items: center;
    justify-content: center;
}
.area_item {
	text-align: center;
	padding: 0 6%;
}
.area_item p{
	font-size: 18px;
	padding-top: 5%;
	color: #101d66;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .area_content {
		width: 100%;
		padding: 3% 2%;
	}
	.area_item {
    	padding: 4% 6%;
	}
	.area_ttl {
		width: 72%;
	}
	.area {
		padding: 2% 0 10%;
	}
	.area_item img{
    	margin: 0 auto;
	}
	.area_item p {
		font-size: 4vw;
}
}

