/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.main-font{font-family: 'Noto Sans JP', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}
.noto-font{font-family: 'Noto Sans JP', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    width: 10px;	
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #002C50;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background:#E4F0FE;
    transition: .5s ease;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
	padding: 0 20px;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

img.brd{
	border: 4px solid #000;
}

/*ホバーエフェクト*/
.c-btn img {
  transition: all 0.4s ease 0s;
}
.c-btn:hover img {
	cursor: pointer;
  transform: scale(1.1, 1.1);
}
/* ===================================
    General
====================================== */

body {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden;}
.warapper{overflow: hidden; width: 100%;}
.h1, h1 {
    font-size: 2.5rem;
}
h2,h3,h4,h5{
	font-family: 'Noto Sans JP', sans-serif;
}
h4{
	font-size: 18px;
    font-weight: bold;
    color: #002C50;
	margin: 0 0 20px 0;

}
h5{
	color: #002C50;
}

ol li{
	list-style-type: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 15px 0;
}

p{ font-size: 15px; line-height: 2.2em; }

a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;/*overflow: hidden;*/}
a ,a:visited{text-decoration: none; color: #002C50;}
a:hover{color: #FFA201;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #FFA201;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 2rem 0; /*z-index: 3;*/}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
::selection {background-color: #E4F0FE; color: #000000;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 12px 54px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}

/* Btn-Beige*/
.btn.btn-blue {background: #002C50; color: #ffffff; width: 40%;}
.btn.btn-blue02 {background: #002C50; color: #ffffff; width: 100%;}
.btn.btn-clear {background: none; color: #ffffff; }
.btn-hvr-blue:after {background-color: #FFA201;}
.btn-hvr-blue:hover{border-color: #FFA201!important;color: #ffffff;}
.blue-long-btn {
    border: solid 1px #002C50;
    color: #FFFFFF !important;
    background-color: #F88D00;
    font-size: 14px;
    border-radius: 0.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
	font-family: 'Shippori Mincho', sans-serif;
}

/* Btn-Green */
.btn.btn-green {background: #35db97; border-color: #35db97; color: #ffffff; margin: 0 28px;}
.btn-hvr-green:after{background-color: #35db97;}
.btn-hvr-green:hover {border-color: #35db97!important;color: #ffffff;}
.green-long-btn {
    border: solid 1px #35db97;
    color: #FFFFFF !important;
    background-color: #35db97;
    font-size: 14px;
    border-radius: 0.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn-hvr-up:hover:after, .btn-hvr-up:active:after {height: 100%;}
.btn-hvr-up:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #FFA201;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}

.btn-hvr-up:hover::after {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}

/* 角丸ボタン */
.pic-container {
    display: grid;
    /*place-items: center;*/
    box-sizing: border-box;
    z-index: 0;
}

.pic-container02 {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    z-index: 0;
	margin: 25px auto;
}

.btn-gradient {
    position: relative;
    cursor: pointer;
    width: 16rem;
    height: 3rem;
    line-height: 3rem;
    background-image: linear-gradient(179deg,#4e95e6 10%,#1C2D6D 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
	font-weight: bold;
}

.btn-gradient i {
    position: absolute;
    line-height: 3rem;
    right: 1rem;
    transition: .5s
}

.btn-gradient:hover,
.btn-gradient:link,
.btn-gradient:visited {
    color: #fff
}

.btn-gradient:hover i {
    right: .8rem;
    color: #fff
}

.btn-clear {
    position: relative;
    cursor: pointer;
	margin: 0 5px;
    width: 18rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 2rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
	border: 2px solid #fff;
	font-weight: 600;
}

.btn-clear i {
    position: absolute;
    line-height: 3rem;
    right: 1rem;
    transition: 0.5s;
}

.btn-clear:hover,
.btn-clear:visited{
	color: #fff;
}

.btn-clear:hover i {
    right: 0.8rem;
	color: #fff;
}

/* Background color */
.sec-color {background-color: #35db97;}
.primary-color {background-color: #DAC199;}
.bg_white{background: #FFF;}
.bg-black{background: #000000;}
.bg-gray{background: #F1F1F1;}
.bg-navy{background: #000;}
.bg-lightblue{background: #EFF5FC;}
.bg-beige{background: #FFFCEF;}
.blog-bg{background: #f8f8f8;}

/* round */
.box_round{border-radius: 20px;}

/* Text color */
.text-white {color: #ffffff;}
.text-beige {color: #DAC199;}
.text-darkblue {color: #0092E5;}
.text-green {color: #35db97;}
.text-orange {color: #F88D00;}
.text-black{color: #202020;}
.text-grey{color: #7e8186;}
.light-grey{color: #9b9b9b;}

/* Font */
.font-10 {font-size: 10px !important;}
.font-15 {font-size: 15px !important;}
.font-14 {font-size: 14px !important;}
.font-16 {font-size: 16px !important;}
.font-18 {font-size: 18px !important;}
.font-20{font-size: 20px !important;}
.font-22 {font-size: 22px !important;}
.font-24 {font-size: 24px !important;}
.font-40 {font-size: 40px !important;}
.font-45 {font-size: 45px !important;}

.margin-top {margin-top: 30px;}
.margin-bottom {margin-bottom: 30px;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* Table */
table.tbl-01{
  border-collapse: collapse;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 95%;
  table-layout: fixed;
}

table tr {
  padding: .35em;
}
table.tbl-01 th,
table.tbl-01 td {
  padding: 1em 10px 1em 1em;
  border-right: 5px solid #FFFFFF;
}
table.tbl-01 th {
  font-size: .85em;
}
table.tbl-01 thead tr{
  background-color: #046FB8;
  color:#fff;	
}
table.tbl-01 tbody th {
    background: #DEE2D0;
    color: #313131;
    text-align: center;
}

table.tbl-02 {
  border-collapse: collapse;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 95%;
  table-layout: fixed;
}

table tr {
  padding: .35em;
  border-bottom: 5px solid #FFF;
}
table.tbl-02 th,
table.tbl-02 td {
  padding: 1em 10px 1em 1em;
  border-right: 5px solid #FFFFFF;
}
table.tbl-02 th {
  font-size: .85em;
}
table.tbl-02 thead tr{
  background-color: #EFF5FC;
  color:#6B4213;
}
table.tbl-02 tbody th {
    background: #EFF5FC;
    color: #002C50;
	text-align: center;
}
table.tbl-03{
    border-collapse: collapse;
    margin: 0 auto 40px auto;
    padding: 0;
    width: 95%;
    table-layout: fixed;
}
  table.tbl-03 th {
    padding: 1em 10px 1em 1em;
	  border-bottom: 1px solid #FFFFFF;
  }

  table.tbl-03 td {
    padding: 1em 10px 1em 1em;
	  border-bottom: 1px solid #FFF;
  }
  table.tbl-03 th {
    font-size: .85em;
  }
  table.tbl-03 thead tr{
    background-color: #046FB8;
    color:#fff;
  }
  table.tbl-03 tbody th {
	background: #EFF5FC;
    color: #002C50;
	text-align: center;
  }

.news_desc table{
  border-collapse: collapse;
  width: 100%;
	font-size: 15px;
}
.news_desc table tr{
	border-bottom: 1px solid #002C50;
}
.news_desc table th,
.news_desc table td{
  padding: 10px;
  border: solid 1px #002C50;
  text-align:center;
  box-sizing:border-box;
}
.news_desc table th {
  background: #EFF5FC;
  color: #002C50;
	font-weight: bold;
}
.non{
  background:#fff
}
@media screen and (max-width: 600px) {
	 table.tbl-01 {
		  border: 0;
		  width:100%;
	 }
	 table.tbl-01 th{
		  background-color: #046FB8;
		  display: block;
		  border-right: none;
	 }
	 table.tbl-01 thead {
		  border: none;
		  clip: rect(0 0 0 0);
		  height: 1px;
		  margin: -1px;
		  overflow: hidden;
		  padding: 0;
		  position: absolute;
		  width: 1px;
	 }
	 table.tbl-01 tr {
		  display: block;
		  margin-bottom: .625em;
	 }
	 table.tbl-01 td {
		  border-bottom: 1px solid #bbb;
		  display: block;
		  font-size: .8em;
		  text-align: right;
		  position: relative;
		  padding: .625em .625em .625em 4em;
		  border-right: none;
	 }

	 table.tbl-01 td::before {
		  content: attr(data-label);
		  font-weight: bold;
		  position: absolute;
		  left: 10px;
		  color: #046FB8;
	 }
	 table.tbl-01 td:last-child {
		  border-bottom: 0;
	 }
	  table.tbl-01 tbody th {
		  color: #046FB8;
		  border: none;
	}
	table.tbl-02 {
		  border: 0;
		  width:100%;
	 }
	 table.tbl-02 th{
		  background-color: #046FB8;
		  display: block;
		  border-right: none;
	 }
	 table.tbl-02 thead {
		  border: none;
		  clip: rect(0 0 0 0);
		  height: 1px;
		  margin: -1px;
		  overflow: hidden;
		  padding: 0;
		  position: absolute;
		  width: 1px;
	 }
	 table.tbl-02 tr {
		  display: block;
		  margin-bottom: .625em;
	 }
	 table.tbl-02 td {
		  border-bottom: 1px solid #bbb;
		  display: block;
		  font-size: .8em;
		  text-align: center;
		  position: relative;
		  border-right: none;
	 }

	 table.tbl-02 td::before {
		  content: attr(data-label);
		  font-weight: bold;
		  position: absolute;
		  left: 10px;
	 }
	 table.tbl-02 td:last-child {
		  border-bottom: 0;
	 }
	  table.tbl-02 tbody th {
		  border: none;
	}
    table.tbl-01 {
		  border: 0;
		  width:100%;
	 }
	 table.tbl-01 th{
		  background-color: #046FB8;
		  display: block;
		  border-right: none;
	 }
	 table.tbl-01 thead {
		  border: none;
		  clip: rect(0 0 0 0);
		  height: 1px;
		  margin: -1px;
		  overflow: hidden;
		  padding: 0;
		  position: absolute;
		  width: 1px;
	 }
	 table.tbl-01 tr {
		  display: block;
		  margin-bottom: .625em;
	 }
	 table.tbl-01 td {
		  border-bottom: 1px solid #bbb;
		  display: block;
		  font-size: .8em;
		  text-align: right;
		  position: relative;
		  padding: .625em .625em .625em 4em;
		  border-right: none;
	 }

	 table.tbl-01 td::before {
		  content: attr(data-label);
		  font-weight: bold;
		  position: absolute;
		  left: 10px;
		  color: #046FB8;
	 }
	 table.tbl-01 td:last-child {
		  border-bottom: 0;
	 }
	  table.tbl-01 tbody th {
		  color: #313131;
		  border: none;
	}

    table.tbl-03 {
        border: 0;
        width:100%;
   }
   table.tbl-03 th{
        background-color: #046FB8;
        display: block;
        border-right: none;
   }
   table.tbl-03 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
   }
   table.tbl-03 tr {
        display: block;
        margin-bottom: .625em;
   }
   table.tbl-03 td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: center;
        position: relative;
        padding: 20px 0;
        border-right: none;
   }

   table.tbl-03 td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #6B4213;
   }
   table.tbl-01 td:last-child {
        border-bottom: 0;
   }
    table.tbl-03 tbody th {
        color: #002C50;
        border: none;
  	}
	.news_desc table {
    width: 100%;
  	}
	.news_desc table th,
	.news_desc table td {
    display: block;
    width: 100%;
    border-bottom:none;
  	}
	.news_desc table tr:last-child{
    border-bottom: solid 1px #ccc;
  	}
}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* Tilte・caption */
.warapper h2.sec_title{
	font-size: 30px;
	color: #002C50;
	text-align: center;
	margin: 20px 0;
	font-weight: 600;
	line-height: 1.5em;
}

.warapper h2.sec_title span{
	font-size: 17px;
	font-weight: 500;
    color: #F88D00;
    display: block;
}

.warapper h2.reason_t::before{
	position: absolute;
    content: 'REAZON';
    top: 65px;
    left: 35%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.service::before{
	position: absolute;
    content: 'SERVICE';
    top: 28px;
    left: 34%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.service02::before{
	position: absolute;
    content: 'SERVICE';
    top: 70px;
    left: 33%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.cs::before{
	position: absolute;
    content: 'COLOR';
    top: 76px;
    left: 37%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.paint::before{
	position: absolute;
    content: 'PAINT';
    top: 95px;
    left: 40%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.menu::before{
	position: absolute;
    content: 'MENU';
    top: 45px;
    left: 40%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.flow::before{
	position: absolute;
    content: 'FLOW';
    top: 25px;
    left: 37%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.works::before{
	position: absolute;
    content: 'WORKS';
    top: 25px;
    left: 33%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.works02::before{
	position: absolute;
    content: 'WORKS';
    top: 35px;
    left: 38%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.voice::before{
	position: absolute;
    content: 'VOICE';
    top: 70px;
    left: 38%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.column::before{
	position: absolute;
    content: 'COLUMN';
    top: 0;
    left: 30%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.column02::before{
	position: absolute;
    content: 'COLUMN';
    top: 35px;
    left: 35%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.price::before{
	position: absolute;
    content: 'PRICE';
    top: 52px;
    left: 40%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.faq::before{
	position: absolute;
    content: 'FAQ';
    top: 15px;
    left: 41%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.warapper h2.contact::before{
	position: absolute;
    content: 'CONTACT';
    top: 75px;
    left: 33%;
    font-size: 100px;
    color: #e6f0f7;
    z-index: -1;
}

.blend{
	mix-blend-mode:darken;
}

.warapper h3{
	font-size: 23px;
	font-weight: 600;
	line-height: 1.6em;
	color: #002C50;
	border-bottom: 2px solid #002C50;
	margin: 20px 0;
	padding: 0 0 10px 0;
}

.warapper h3 span a,
.warapper h3 span a:visited{
	color: #8D8D8D;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
}

.warapper h3 span a:hover,
.warapper h3 span .fas:hover{
	color: #FFA201;
}

.warapper h3 span .fas{
	color: #046FB8;
}

.warapper p{
	line-height: 2em;
}
.bg_sectitle_r h2 {
	font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    font-size: 180px;
    letter-spacing: 0.2rem;
    line-height: 1;
    /* line-height: 0.7; */
    color: #d6f2ff70;
    top: -25px;
    right: 0;
    z-index: -1;
}

.bg_sectitle_l h2 {
	font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    font-size: 180px;
    letter-spacing: 0.2rem;
    line-height: 1;
    /* line-height: 0.7; */
    color: #d6f2ff70;
    top: 0px;
    left: 0;
    z-index: -1;
}

.bg_sectitle_c h2 {
	font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    position: absolute;
    font-size: 180px;
    letter-spacing: 0.2rem;
    line-height: 1;
    /* line-height: 0.7; */
    color: #d6f2ff70;
    top: 40px;
    left: 40%;
    z-index: -1;
}
/* marigni・padding */
.mga{
	margin: 0 auto;
}

/* Clear */
.brdb_none{border-bottom: none !important;}

/* 強調 */
.attention{ color: #F88D00;}
/* ===================================
        Header
   ====================================== */
.row{
	position: relative;
}

/* nav top default */
header p a.logo {
	display: block;
	margin-top: 25px;
}

header p a.logo img {
    max-width: 85%;
	width: 85%;
    vertical-align: sub;
}

header h1{
	display: block;
    position: absolute;
    top: 20px;
    line-height: 1.2rem;
    left: 0;
    font-size: 13px;
    color: #959595;
}

header h1 span{
	color: #A49F9F;
	font-size: 15px;
	font-weight: 700;
}


header h1 a,
header h1 a:visited,
header h1 a:hover{
	color: #A49F9F;
}

.header-appear h1{
}
.header-appear p a.logo{
}

.round-nav {
    padding: 14px 0;
	position: relative;
}

.navbar-top-default{
    z-index: 99;
    overflow: hidden;
    height: 120px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	border-bottom: 5px solid #002C50;
}

.other-page .navbar-top-default{
    background-color: #DAC199;
}

.header-appear .navbar-top-default {
    height: 125px;
    position: fixed;
    z-index: 999;
    top: 0;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default{
    background: #FFFFFF;
	border-bottom: 5px solid #002C50;
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #000000;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #megaone{
    margin-right: -30px;
}

.navbar-nav ul{
	display: flex;
	margin: 0;
}

.navbar-nav ul li{
	margin: 0 20px 0 0;
}
/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #202020;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #DAC199;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #DAC199;
}

/*nav line*/

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #35db97;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.rps_menu{
    display: none;
}
/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FFFFFF;
    z-index: 1032;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, 200%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu img {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 200px;
}

.side-menu .side-nav .navbar-nav{
    text-align: center;
    margin-right: 0px;
    padding-top: 50px;
}

.side-menu .side-nav .navbar-nav li a{
    font-size: 15px;
	margin: 7px 0;
	color: #002C50;
}

.side-menu .side-nav .navbar-nav li a:hover{
	color:#FFA201 ;
}

.side-menu .side-nav .hamburger ul{
	display: initial;
	color: #FFF;
	font-size: 25px;
}


.side-footer {
    text-align: center;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    position: absolute;
    right: 46px;
    top: 44px;
    color: #002C50;
    font-size: 30px;
    cursor: pointer;
    z-index: 1111;
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 28px;
    top: 43px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #002C50;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span {
    background: #002C50;
}

.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.side-menu .inner-wrapper {
    padding: 2rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 20px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #F88D00;
    display: inline-block;
    width: 0;
    height: 4px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #FFF;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .side-footer p{
    color: #FFF;
}

.push-slider-up{
    margin-top: 100vh;
}

.navigation-toggle span{
    width: 30px;
    background-color: #002C50;
    height: 3px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.header-appear  .navigation-toggle span {
    background-color: #002C50;
}

.header-appear  .navigation-toggle:hover span {
    background-color: #002C50;
}

/*Side Menu Animation*/

.side-menu .mega-title {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(-50%,-50%);
    color: lightgrey;
    opacity: 0.5;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: scale .6s alternate infinite linear both;
}

.side-menu .mega-title h2 {
    font-size: 120px;
}

.nav-item:hover .mega-title h2 {
    opacity: .03;
}

.animation-effect{
    -webkit-animation: .6s fadeIn;
    animation: .6s fadeIn;
}

.cursor-change{
    cursor: none;
}

@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}

/* ===================================
   Get Started Model Popup
====================================== */

.quote-content{
    text-align: center;
    max-width: 900px;
    padding: 50px 150px;
    overflow: visible;
}

.quote-content .contact-form .form-control{
    border-radius: 0;
    padding: 0;
}

.quote-content #quote_submit_btn{
    margin-bottom: -120px;
}

/*CheckBox*/

.quote-content .form-check{
    padding: 50px 0 8px 0;
    text-align: center;
    margin-bottom: -15px;
}

.checkbox-lable {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px dotted #d4d4d4;
}

.checkbox-lable:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: #DAC199;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #35db97;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.quote-content .fancybox-close-small:hover,.quote-content .fancybox-close-small:focus{
    background: #DAC199;
}

.quote-content .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after{
    outline: none;
}

.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after{
    background-color: transparent;
}

/* ===================================
        Main Visual
   ====================================== */
.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

/* ===================================
        TOP PAGE
====================================== */
.lum-lightbox.lum-open{
	z-index: 999;
}

.lum-lightbox-inner img{
	max-width: 65%;
	max-height: 65%;
}
.comments_box{
	overflow: scroll;
	height: 500px;
}
.commet_detail{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	border-bottom: 1px solid #000;
}

.commet_detail div.comment_img {
	width: 23%;
	padding: 0 30px 0 0;
}

.comments_box div.user_data {
  width: 70%;
}

.comments_box  div.user_data h4{
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
.comments_box  div.user_data h4 span{
	font-size: 17px;
	padding-right: 10px;
}

.service{
}
.menu_box{
	margin-bottom: 30px;
}

.menu_box h3{
	font-size: 20px;
}

.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 0.5em 15px 1.5em 0;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
	box-shadow: 10px 10px 15px -10px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffffff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}
/* ===================================
    Warapper / Content
====================================== */
div.warapper{
    overflow:hidden;
}

.woodbg{
	background: url("../images/common/woodBg.jpg") repeat-y;
}

.sec_inner{
    padding: 0 30px;
}

.sec_inner h3{
	border-bottom: 2px solid #002C50;
	margin: 0 0 15px 0;
	padding:0 0 5px 0;
	font-size: 23px;
	color: #002C50;
	font-weight: 600;
}

ul.cont_link{
	display: flex;
	margin: 0 auto;
}

ul.cont_link li{
	margin: 0 30px 0 0;
}

span.cap_title{
	font-size: 15px;
	color: #F88D00;
	font-weight: 700;
	display: block;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* ===================================
    About Us
====================================== */
h2.about_title{
	 font-size: 25px;
    font-weight: 600;
    line-height: 1.4em;
    color: #002C50;
    margin: 20px 0 40px 0;
    padding: 20px 0 20px 135px;
	background: url(../images/top/top_title_img.webp) no-repeat left;
}

h2.about_title span{
	color: #FFA201;
	display: block;
}

/* ===================================
   REAZON
====================================== */
.reason{
	background-image: url("../images/top/reason_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 195.891px;
}

.reason h3{
	color: #000;
	border-bottom: none;
	font-size: 20px;
}

.reason_wrap{
	margin: 0 auto;
	padding: 30px 0;
}

.reason_hikaku{
	background: #ffffff;
	padding: 30px;
}

.reason_hikaku img{
	width: 100%;
	margin: 0 auto;
}

.reason h2{
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #002C50;
	line-height: 1.3em;
}

.reason h2 span{
	color: #F88D00;
	font-size: 15px;
	display: block;
}
/* ===================================
   Service
====================================== */

.service_intro{
	background: #ffffff;
}

.reason_sec{
	margin: 50px 0;
}

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}

.custom-progress {
    margin-bottom: 2rem;
}

.bg-change .progress {
    background: #7d7d7d;
}

.progress-bar {
    border-radius: 50px;
}

.numscroller {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.half-section{
    width: 100%;
    position: relative;
    overflow: hidden;
}


.service_box{
	background: #ffffff;
	margin: 0 0 20px 0;
	padding: 15px;
}

.service_box h3{
	color: #002C50;
	font-size: 20px;
	margin:  0 0 20px 0 ;
}

.service_box i{
	padding-right: 10px;
}

dl.flow,
dl.flow_last{
	border-bottom: 1px solid #002C50;
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
}

.brd_t{
	border-top: 1px solid #002C50; 
}

dl.flow dd::after{
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #002C50;
	position: absolute;
	left: 50%;
	bottom: -21px;
}

dl.flow dt,
dl.flow_last dt{
	width: 20%;
	margin: 20px 50px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #002C50;
	text-align: center;
}

dl.flow dt span,
dl.flow_last dt span{
	padding: 90px 0 0 0;
}

dl.flow dt::before,
dl.flow_last dt::before{
    font-weight: 700;
    font-size: 80px;
    color: #cdd7ef;
    position: absolute;
    top: 50px;
    left: 89px;
}

dl.flow dt.step01::before{
		content: "01";
}

dl.flow dt.step02::before{
		content: "02";
}

dl.flow dt.step03::before{
		content: "03";
}

dl.flow dt.step04::before{
		content: "04";
}

dl.flow dt.step05::before{
		content: "05";
}

dl.flow dt.step06::before{
		content: "06";
}

dl.flow dt.step07::before{
		content: "07";
}

dl.flow_last dt.step08::before{
		content: "08";
}

dl.flow_last dt.step06::before{
		content: "06";
}

dl.flow_last dt.step07::before{
		content: "07";
}

dl.flow_last dt.step05::before{
		content: "05";
}

dl.flow dd,
dl.flow_last dd{
	width: 80%;
	margin: 20px 50px;
	padding: 20px 0 0 0;
}

dl.flow ul{
	margin: 0;
	padding: 0;
	display: flex;
}

dl.flow ul li{
	margin: 0 15px 0 0;
}

ul.other_menu{
	display: flex;
	flex-wrap: wrap;
}

ul.other_menu li{
	width: 25%;
}

ul.other_menu li a{
	background-size: cover;
	display: block;
	height: 182px;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	margin: 0 20px 20px 0;
	padding: 130px 0 0 0;
}

ul.other_menu li a:hover{
	color: #FFA201;
}
ul.other_menu li.menu01 a{
	background: url("../images/service/menu01.webp") no-repeat ;
}

ul.other_menu li.menu02 a{
	background: url("../images/service/menu02.webp") no-repeat ;
}

ul.other_menu li.menu03 a{
	background: url("../images/service/menu03.webp") no-repeat ;
}

ul.other_menu li.menu04 a{
	background: url("../images/service/menu04.webp") no-repeat ;
}

ul.other_menu li.menu05 a{
	background: url("../images/service/menu05.webp") no-repeat ;
}

/* ===================================
   Sitemap
====================================== */
.sitemap ul li ul{
}

.sitemap ul li{
	font-weight: bold;
	border-top: 1px solid #000;
	padding: 15px 10px;
}

.sitemap ul li:last-child{
	border-bottom: 1px solid #000;
}

.sitemap ul li ul{
	margin: 0;
}

.sitemap ul li ul li,
.sitemap ul li ul li:last-child{
	border: none;
	background: none;
	margin: 0;
}

.sitemap ul li ul{
	border-top: 1px dotted #000;
	margin-top: 18px;
	padding: 0;
}

/* ===================================
   Info
====================================== */

.parallax-img {
    background-image:url("../images/common/info_img.webp");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4rem 0;
}

.testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}

.icon-quotes{
    color: #DAC199;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
    margin: 0 auto;
}

.paragraph {
    font-weight: 200;
    line-height: 1.944;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.top_info{
	color: #FFF;
}

.top_info ul{
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
}

.info_area{
	text-align: center;
	position: relative;
}

.info_area img{
	width: 100%;
}

.info_area ul{
	display: flex;
	justify-content: space-around;
	position: absolute;
	right: 3%;
	bottom: 0;
}

.info_area ul li a{
	margin-left: 15px;
}

.info_area ul li a img{
	width: 85%;
}

/* ===================================
   MATERIAL
====================================== */
.material_box{
	padding: 30px;
}

.material_box h4{
	font-size: 22px;
}
.material_box h4 span{
	font-size: 14px;
    color: #959595;
    font-weight: normal;
    padding-left: 15px;
}

.material_inner {
    padding: 15px;
    margin: 10px;
    max-width: 47%;
}

.service_box02 {
    padding: 15px;
    margin: 10px;
    max-width: 30%;
}
.service_box02 h4 span{
	padding:15px 0 0 0;
	display: block;
}

/* ===================================
   PRICE
====================================== */
dl.price_detail{
	display: flex;
	flex-wrap: wrap;
	border: 5px solid #002C50;
	border-radius: 15px;
	padding: 15px;
}

dl.price_detail h3{
	margin: 0;
	border: none;
	padding: 0;
}

dl.price_detail p{
	color: #A49F9F;
	margin: 0;
}

dl.price_detail p.price{
	font-size: 55px;
	color: #F88D00;
	font-weight: 900;
	line-height: 1.2em;
}

dl.price_detail p.price span{
	font-size: 25px;
}
/* ===================================
   Works
====================================== */
article.article_list{
	background: #ffffff;
	max-width: 24%;
	margin: 0 10px 10px 0;
	border: 1px solid #F1F1F1;
}
article.article_list h3,
article.article_list h3:visited{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
    padding: 0 0 7px 0;
	color: #000;
}

article.article_list h3 a:hover{
	color: #FFA201;
}

article.article_list ul,
ul.catelist{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 0;
}

article.article_list ul li,
ul.catelist li{
	font-size: 11px;
	color: #ffffff;
	margin: 0 5px 0 0;
	padding: 0 2px;
}

article.article_list ul li:last-child,
ul.catelist li:last-child{
	margin: 0;
}

article.article_list p{
	font-size: 13px;
	margin: 0;
}


article.article_list p.date{
	color: #858585;
	font-size: 11px;
	text-align: right;
	margin: 0;
}

article.article_list .more{
	text-align: right;
	margin: 10px 0;
}

article.article_list .more i{
	padding: 0 0 0 5px;
	font-size: 12px;
}

article ul.tag li a,
article ul.catelist li a{
	/*display: block;*/
	background: #002C50;
	color: #FFF;
	padding: 0 3px;
}

article ul.tag li a:hover,
article ul.catelist li a:hover{
	background: #FFA201;
	color: #002C50;
}

article .before_after_area{
	display: flex;
}
article div.before_after{
	position: relative;
	margin: 0 0 20px 0;
}

article .img_before,
article .img_after{
	position: relative;
}


article div.img_before::after{
	font-size: 15px;
    line-height: 0.7em;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: 'BEFORE';
    color: #ffffff;
	background: #959595;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;	
	padding: 7px;
}

article div.img_after::after{
	font-size: 15px;
    line-height: 0.7em;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: 'AFTER';
    color: #ffffff;
	background: #002C50;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;	
	padding: 7px;
}

dl.newpost{
    display: flex;
    border-bottom: 1px solid #002C50;
    margin: 0;
    padding: 15px 0;
	align-items: center;
}

dl.newpost dt img{
	width: 110px;
	height: 86px;
	object-fit: cover;
}

dl.newpost dd{
    margin: 0 0 0 15px;
    line-height: 1.2em;
    font-size: 14px;
	width: 100%;
}

dl.newpost dd span{
    font-size: 13px;
	padding: 10px 0 0 0;
}

.article_wrap {
    display: flex;
    flex-wrap: wrap
}

.article_wrap article.article_list {
    width: 31%;
    max-width: 31%
}

/* Blog Card */
.blog-card {
  position: relative;
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	margin-bottom: 20px;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a:hover {
  color: #FFA201;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em;
  border-left: #e5e5e5 solid 2px;
}

.blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-excerpt {
  display: none;/*消します*/
}

.blog-card .clear {
  clear: both;
}

/*ブログカードでラベルを付ける*/
.blog-card-label{
    display: inline-block;
    position: absolute;
    background-color: #002C50;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 25px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

/*外部サイト参考記事*/
.sanko {
	position: relative;
	display: inline-block;
	min-width: 100%;
	padding: 20px  15px 20px 150px;
	text-decoration: none;
	color: #002C50;
	text-align: left;
	line-height: 1.3em;
	background: #ffffff;
	border: 2px dotted #002C50;
}
.sanko::before {
	content: '\f0eb　参考記事';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	border-right: #002C50 1px solid;
}

.news_desc .nayami {
    padding: 25px 20px 5px;
    border: 2px solid #002C50;
    margin: 10px auto 30px;
    position: relative;
}

.news_desc .nayami h3 {
    margin: 0;
    padding: 5px 7px 5px;
    position: absolute;
    top: -15px;
    background: #fff;
    left: 15px;
    text-align: center;
    color: #002C50;
    border-radius: 0;
    letter-spacing: 0;
    border: none;
    line-height: 1.4em;
    font-size: 17px;
}

article .item .img_before img,
article .item .img_after img {
    margin-right: 10px;
    width: 100%;
    height: 162px;
    border: 1px solid #ddd;
    object-fit: cover;
}

article .before_after  img{
    width: 100%;
    height: 412px;
    object-fit: cover;
}

.news_desc img {
    padding: 15px 0 0 15px !important;
}

/* Pager */
.pagination {
    text-align: center;
}

.nav-links{
	display: flex;
	margin-top: 20px;
}
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #002C50;
    border-radius: 50%;
    margin-right: 25px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #002C50;
}


.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #002C50;
    border-color: #002C50;
    border-radius: 50%;
}


.nav-links .current {
    background: #002C50;
    color: #FFFFFF;
    padding: 0;
}

.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #002C50;
    color: #002C50;
    position: relative;
}
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nav-links .next::before {
    left: -15px;
}

.nav-links .prev::after {
    right: -15px;
}

.nav-links .dots {
    background: transparent;
    border: none;
}

.eyecatch{
    margin: 15px 0 0 0;
	display: flex;
}

/* Arrows */
.prev-link {
  background: url(../images/common/arrow-prev.svg) no-repeat 10px center;
}
.next-link {
  background: url(../images/common/arrow-next.svg) no-repeat right 10px center;
}
.prev-link,
.next-link {
  background-size: 16px 28px;
}

/* Images */
.thumb-wrap {
  display: flex;
}
.thumb-wrap p {
  margin: 0 0 0 16px;
}
.thumb-wrap img {
  width: 80px;
  height: 100%;
}

/* SMS SHARE */
.fa-hatena:before {
    font-family: Verdana;
    font-weight: bold;
    content: 'B!';
}

.share {
    
}

.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share ul:after {
    display: block;
    clear: both;
    content: '';
}

.share li {
    float: left;
    width: 25%;
    margin: 0;
    margin-top: 15px;
}

.share li a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.share li a:hover {
    opacity: .8;
}

.share li a:visited {
    color: #fff;
}

.tweet a {
    background-color: #55acee;
}

.facebooklink a {
    background-color: #315096;
}

.line a {
    background-color: #00b900;
}

.hatena a {
    background-color: #008fde;
}

@media screen and (max-width:768px){
	article_wrap article.article_list{
		width: 100%;
	}
    .share li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3px;
    }
    
    .share li i {
        font-size: 1.3em;
        padding-top: 3px;
    }
    
    .facebooklink i, .tweet i, .hatena i {
        display: none;
    }
}

/* Larger devices */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}

/* ===================================
   COLUMN
====================================== */
.article_column{
	background: #ffffff;
	border-radius: 10px;
	max-width: 48%;
	margin: 0 0 15px 15px;
	padding: 15px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.article_column_list{
	background: #ffffff;
	border-radius: 10px;
	max-width: 100%;
	margin: 0 0 20px 15px;
	padding: 15px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.column_item{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 10px 0 0;
	align-items: center;
}

.column_item dt{
	width: 25%;
	margin: 0 15px 0 0;
}

.column_item dd{
	width: 70%;
	margin: 0;
	padding: 0;
	flex: 1;
}

.column_item dd a,
.column_item dd a:visited{
	font-size: 15px;
	font-weight: bold;
	color: #002C50;
	margin: 10px 0 0 0;
    padding: 0 0 7px 0;
	border: none;
}

.column_item dd span{
	display: block;
	color: #A4A3A3;
	padding: 0 0 5px 0;
}
.column_item dd a:hover{
	color: #FFA201;
}

.column_item dd span.cat_name{
	display: block;
	background: #002C50;
}

.column_item dt img{
	width: 100%;
	height: 130px;
	object-fit: cover;
}

/* ===================================
       FAQ
====================================== */
.warapper h2.faq_title{
	line-height: 0.6em;
}

h3#sec01,
h3#sec02,
h3#sec03{
    padding-top: 100px;
    margin-top:-100px;
}

.qa_list dl{
	border-top: 1px solid #002C50; 
	padding: 15px 0;
}
.qa_list dl dt {
    position: relative;
    margin: 20px 50px;
    padding: 15px 0 0 60px;
    font-weight: bold;
    font-size: 15px;
	color: #002C50;
}
.qa_list dl dt::before {
    font-size: 28px;
    line-height: 0.7em;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    content: 'Q';
    color: #ffffff;
	background: #002C50;
	font-weight: 700;
	text-align: center;	
	width: 45px;
	height: 45px;
	padding: 12px 0;
	border-radius: 50%;
}
.qa_list dl dd::before {
    font-size: 28px;
    line-height: 0.7em;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A';
    font-weight: 700;
    color: #002C50;
	background: #ffffff;
	text-align: center;
	width: 45px;
	height: 45px;
	padding: 12px 0;
	border: 1px solid #002C50;
	border-radius: 50%;
}
.qa_list dl dd {
    position: relative;
    height: auto;
    margin: 0 50px;
    padding: 15px 0 0 60px;
}

.qa_list dl ol{
	margin: 10px 20px;
}
	
.qa_list dl ol li{
	list-style-type: decimal;
	padding: 5px 0;
}

/* ===================================
       火災保険
====================================== */
.brd_beige{
	border: 1px solid #000;
    padding: 15px;
    margin: 10px;
    max-width: 30%;
	background: #fff;
}

/* ===================================
       Area / MAP
====================================== */
.area_list{
	background:url("../images/common/area_bg.webp");
	background-size: cover;
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.area_list .area_inner{
	width: 90%;
	margin: 25px auto;
	color: #ffffff;
}

.area_list .area_inner h2{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 15px 0
}

.area_list .area_inner p{
	font-size: 14px;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
}

.area_list .area_inner dl{
	display: flex;
  	flex-wrap: wrap;
	margin: 0;
}

.area_list .area_inner dt{
	width: 20%;
	padding: 10px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.area_list .area_inner dd{
	width: 80%;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.5em;
}

.area_list .area_inner ul{
	margin: 0 20px;
}

.area_list .area_inner ul li{
	display:inline-block;
}

.map_area{
	margin: 0;
	padding: 0;
	overflow: hidden;
/*	padding-bottom: 35%;*/
	position: relative;
}

.map_area iframe{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/* ===================================
       Contact Us
====================================== */
.form_box{
	background: #ffffff;
	padding: 30px 20px;
}
.box_con02 {
  max-width: 900px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
}
.box_con02 form {
  width: 100%;
}
.box_con02 form table {
  width: 100%;
}
.box_con02 form table tr {
  position: relative;
}
.box_con02 form table tr:first-child td:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: none;
}

/* チェックボックス01
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;    
	border: 1px solid #046FB8;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #046FB8;
    border-bottom: 3px solid #046FB8;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
} */

@media only screen and (max-width: 768px) {
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
}
.box_con02 form table tr th {
  width: 30%;
  font-weight: 600;
  padding: 1em;
  background: #EFF5FC;
  color:#002C50;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: .8em .2em;
  }
}
.box_con02 form table tr th span {
  background: #FF5700;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 12px;
}
.box_con02 form table tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: none;
}
.box_con02 form table tr td {
  position: relative;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con02 form table tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: none;
}
.box_con02 form table tr .box_br {
  display: block;
}
.box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con02 form table tr textarea {
  height: 20em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
}


.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #eee;
  padding: .5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* ===================================
   Footer
====================================== */


.footer {
    padding: 0;
	background: #ffffff;
	color: #002C50;
}

.footer .foot_info{
	padding: 10px 0;
    background: #002C50;
}

.footer .foot_info ul{
	display: flex;
	padding: 0;
	margin: 0;
}

.footer .foot_info ul li{
	margin: 0 20px 0 0;
}

.footer .foot_info ul li:last-child{
	margin: 0;
}

.footer h2{
	width: 70%;
    color: #3D4060;
}

.footer p.foot_cap{
	font-size: 12px;
	
}

.footer h3{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.footer ul li,
.footer ul li a,
.footer ul li a:visited{
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}

.footer ul li ul li,
.footer ul li ul li a,
.footer ul li ul li a:visited{
	font-weight: normal;
	font-size: 16px;
	line-height: 2em;
	margin: 0;
}

.footer ul li a:hover,
.footer ul li ul li a:hover{
	color: #FFA201;
}

.footer ul.foot_menu li,
.footer ul.foot_menu li a,
.footer ul.foot_menu li a:visited{
	color: #002C50;
	
}
.footer ul.foot_menu li a:hover{
	color: #FFA201;
}
.footer ul.social{
	display: flex;
}

.footer  ul.social li{
	font-weight: normal;
	margin: 0 15px 0 0;
	text-align: center;
}

.footer ul.social li:last-child{
	margin: 0;
}

.footer ul.social li .fab{
	font-size: 60px;
}

.footer ul.social li a,
.footer ul.social li a .fab,
.footer ul.social li a:visited{
	color: #ffffff;
	font-weight: normal;
}

.footer ul.social li a:hover .fab{
	color: #FFA201;
}

.company-about{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

footer .copyright{
	background: #002C50;
	text-align: center;
	padding: 5px 0;
	color: #ffffff;
	border-top: 1px solid #ffffff;
}
/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
	background: #002C50;
	border: 1px solid #fff;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #EFF5FC;  
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #002C50;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

@media screen and (max-width: 560px) {
	.go-top{
		bottom: 100px;
	}
}
/* ----------------------------------------------------------------
	LINE Banner
-----------------------------------------------------------------*/
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 80px;
    right: 0;
}
.banner {
}
.floating-banner a {
    text-decoration: none;/* 繝ｪ繝ｳ繧ｯ縺ｫ荳狗ｷ壹′蜈･繧峨↑縺�ｈ縺�↓ */
}
.copy {
    font-size: 28px;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 25px;
    margin: 0
}
@media screen and (max-width: 990px) {
    .floating-banner {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .floating-banner {
        display: inline-block;
		bottom: 0;
    }
    .banner {
        width: 100vw;
        padding: 0px;
    }
	.banner img {
		width: 100%;
	}
    .copy {
        font-size: 18px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
}

/* ===================================
     Stand Alone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 56px;
    color: #2b2b2b;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
}

.page-title_reason{
    position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/reason/reason_title.webp");
    background-size: cover;
    background-position: top center;
}

.page-title_service{
    position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/service/service_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}

.page-title_price_flow{
    position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/price_flow/price_flow_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}

.page-title_material{
    position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/material/suggest_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}

.page-title_works{
	position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/works/works_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}

.page-title_company{
	position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/company/company_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}
.page-title_blog{
    position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/blog/blog_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}

.page-title_other{
    position:relative;
    text-align:center;
    padding: 70px 0;
    background:url("../images/other/other_title.webp");
    background-size: cover;
    background-position: top center;
	z-index: 4;
}

.page-title_reason .auto-container,
.page-title_service .auto-container,
.page-title_price_flow .auto-container,
.page-title_material .auto-container,
.page-title_works .auto-container,
.page-title_company .auto-container,
.page-title_blog .auto-container,
.page-title_other .auto-container{
    position:relative;
}

.page-title_reason h2,
.page-title_service h2,
.page-title_price_flow h2,
.page-title_material h2,
.page-title_works h2,
.page-title_company h2,
.page-title_blog h2,
.page-title_other h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:1.8rem;
    text-transform:capitalize;
}

.page-title_reason h2 span,
.page-title_service h2 span,
.page-title_price_flow h2 span,
.page-title_material h2 span,
.page-title_works h2 span,
.page-title_company h2 span,
.page-title_other h2 span{
	color: #F88D00;
	font-size: 15px;
	font-weight: 600;
	display: block;
}

.page-title_works h2 span{
	font-size: 1rem;
	font-weight: normal;
}
.page-breadcrumb{
    position:relative;
	margin: 20px 0;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#B8B8B8;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#B8B8B8;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a,
.page-breadcrumb li a:visited{
    color:#B8B8B8;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color: #FFA201 !important;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#B8B8B8;
}

.page-breadcrumb li a:hover{
    color:#FFA201;
}

/* ===================================
    Blog Page
====================================== */
.blog-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/page-tittle.jpg");
    background-size: cover;
    background-position: top center;
}
.heading-space {
    margin-bottom: 2.125rem;
}
.margin-bottom-3 {
    margin-bottom: 3rem !important;
}
.news_item {
    background: #ffffff;
    position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}
.news_item .image{
	position: relative;
}
.news_item .image img{
	object-fit: cover;
	width: 100%;
}
.news_item.blog-one:hover img, .news_item.blog-two:hover img {
    transform: scale(1.2);
}
.news_item.shadow{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.news_item .news_desc{
    padding: 0 30px 20px 30px;
}
.meta-tags li, .meta-tags li a {
    display:inline-block;
    margin-top: 10px;
}
.meta-tags > li + li{
    margin-left: 10px;
}
.meta-tags li a {
    color: #F88D00;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.meta-tags li a > i {
    font-size: 17px;
    margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before {
    vertical-align: middle;
}
.meta-tags li a:hover,
.meta-tags li a:focus{
    color: #FFA201;
}
.news_item:hover h3 a,
.news_item:hover h3 a:visited{
    color: #000;
}

.news_item:hover h3 a:hover{
	color: #FFA201;
}
/* widgets */
.widget {
    background: #ffffff;
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.widget button {
    border: none;
}
.blog-box {
    
}

/* form search */
.search-box .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-box .form-control,
.search-box .search-addon {
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}
.search-box .form-control:focus, .search-box textarea:focus {
    border-color: #FFE601;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.search-box .search-addon {
    background-color: #002C50;
    color: #ffffff;
    position: relative;
    top: 0;
    left: -1px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* recent post */
.single-post {
    overflow: hidden;
    display: table;
}
.single-post .post, .single-post .text {
    display: table-cell;
}	
.single-post .post {
    height: 60px;
    width: 60px;
}
.single-post .post > img {
    width: 100%;
    /*-webkit-border-radius: 50%;
    border-radius: 50%;*/
}
.single-post .text {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
}
.single-post span{
    font-size: 13px;
    display: block;
}
.single-post:hover a, .single-post:focus a {
    color: #313131;
}

/* categories */
.categories-name li a{
    display: block;
    padding: 18px 0 5px;
    border-bottom: 1px solid #002C50;
}
.categories-name li a:hover {
    color: #FFA201;
}
.categories-name > a{
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.categories-name > a > span {
    float: right;
}

/* tags */
.tags li {
    display: inline-block;
    padding: 2px 12px 2px;
    border: 1px solid #002C50;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    margin: 0 1px 6px 0;
}
.tags li p {
    color: #002C50;
}
.tags li:hover, .tags li:focus {
    background: #FFA201;
	border: 1px solid #FFA201;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    color: #FFF;
}
.tags li:hover p, .tags li:focus p, .tags li a:hover, .tags li a:focus {
    color: #FFF;
}
ul.rounded li {
    display: flex;
    margin-top: 20px;
}
ul.rounded li::before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #D8D8D8;
    margin-top: 6px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

/* post comments + tabs */
.agency-author {
    padding: 50px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    margin-top: 2rem;
}
.post-navigation ~ .agency-author{
    margin-top: 0;
}
.author-avatar {
    width: 100px;
    height: 100px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.author-avatar img {
    border-radius: 50%;
}
.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none;
}
.author-content span {
    color: #939393;
    font-size: 14px;
}
.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}
.author-content h6 a:not(:hover):not(:focus) {
    color: #232323; }

/* pagination */
.pagination li > a {
    height: 38px;
    width: 38px;
    padding: 0;
    line-height: 38px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}
.pagination li > a i {
    font-size: 14px;
}
.pagination li > a,
.pagination li:first-child  a,
.pagination li:last-child  a {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.pagination li > a:hover, .pagination li > a:focus {
    background: #FFA201;
}
.pagination li > a:hover, .pagination li > a:focus,
.pagination li.active > a{
    color: #ffffff;
}
.pagination li.active > a {
    background: #FFE601 !important;
}
.page-numbers:focus {
    box-shadow: none;
}
.blockquote {
    font-size: 17px;
}

/* Pager */
.page-numbers {
    text-align: center;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers a,
.page-numbers a:visited {
    display: inline-block;
    padding: .5rem;
    margin: 0 .2rem .2rem 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ffffff;
}
.page-numbers a:hover{
    background:#FFA201 ;
    color: #ffffff;
}
.page-numbers span {
    display: inline-block;
    padding: 0.5rem;
    margin: 0.2rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #002C50 !important;
    color: #ffffff;
}
/* Latest News */

/*News box*/
.news_wrap .news-box {
    background: #fff;
    margin: -50px 10px 0 10px;
    padding: 20px 15px 0 15px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news_wrap .image {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news-box a {
    color: #18191d;
}
.news-box a:hover,
.news-box a:focus{
    color: #FFA201;
}
.news-box:hover h4 a {
    color: #24c1dd;
}

/* News Tags & Date */
.news-tags li {
    display: inline-block;
}
.news-tags li {
    margin-left: 10px;
}
.news-tags li:first-child {
    margin-left: 0;
}
.news-tags li:last-child {
    margin-right: 0;
}
.news-tags li a {
    display: block;
    color: #000;
    font-size: 14px;
}
.news-tags li a:hover {
    color: #FFF;
}
.news-tags li a i {
    font-size: 13px;
    margin-right: 4px;
    color: #DAC199;
}
.news_wrap .news-box .news-tags {
    margin: 15px 0;
}
.news-slider .owl-dots {
    text-align: center;
}
.news-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    border: 1px solid #24c1dd;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
}

/* ===================================
   Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader:before , .loader:after {
    content: '';
    border: 1em solid #e9b871;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: load 5s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .1s;
}
@keyframes load {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {
    .side-nav .navbar-nav .nav-item {
        margin: 30px 0;
    }
    .team-img {
        height: 820px;
    }
    .side-menu .btn-close {
        right: 50px;
    }
}

@media (max-width: 1280px) and (min-width: 992px) {
    .navbar-simple .navbar-nav .nav-link {
        padding: 0.5rem 1.4rem;
    }
    .sidemenu_btn {
        right: -4px;
    }
    .about-box h5 {
        font-size: 20px;
    }
    .navbar .container {
        max-width: 955px;
    }
	header p a.logo img {
		max-width: 100%;
		width: 100%;
	}
	.navbar-nav ul li{
		margin: 0 10px 0 0;
	}
	.navbar-nav img{
		max-width: 90%;
		width: 90%;
	}
	header h1{
		font-size: 12px;
	}
}

@media (max-width: 1280px) and (min-width: 992px) {
    .skill-box {
        padding: 0 70px;
    }
    .team-img {
        height: 800px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    body{
        text-align: center;
    }
    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        background: #ffffff;
        top: 0;
    }
    .navigation-toggle span {
        background-color: #2b2b2b;
    }
    .side-menu .btn-close {
        right: 48px;
        top: 32px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 22px;
    }
    .get-started-btn {
        margin: 20px;
    }

    /* Slider */
    .tp-caption > .font-18 {
        font-size: 15px;
    }

    /* About */
    .m-ipad {
        margin-top: 40px;
    }

    /* Client */
    .stats-bg , .parallax-img{
        background-size: cover;
    }
    .skill-box {
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }
    .about-img {
        height: auto;
        width: 100%;
    }

    /* Portfolio */
    .da-thumbs li {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(25%);
        width: 40%;
    }
    .nav-pills .nav-link  {
        padding: .8rem 1.5rem;
    }

    /* Pricing */
    .pricing-item {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    /* Font adjustment for small screens */
    .font-10 {font-size: 10px;}
    .font-15 {font-size: 12px;}
    .font-14 {font-size: 14px;}
    .font-16 {font-size: 16px;}
    .font-18 {font-size: 16px;}
    .font-20{font-size: 16px;}
    .font-22 {font-size: 22px;}
    .font-24 {font-size: 24px;}
    .font-40 {font-size: 28px;}
    .font-45 {font-size: 45px;}
    .tp-caption > .font-18 {font-size: 12px;}
    body {
        text-align: center;
    }
    section {
        padding: 0;
    }
    .padding-top {
        padding-top: 4.5rem;
    }
    .h1, h1 {
        font-size: 1.6rem;
    }
	h2,
	.warapper h2.sec_title{
		font-size: 1.5rem;
	}
    .warapper h2.sec_title{
        padding: 20px 15px 0 15px !important;
        margin-bottom: 15px !important;
    }
	.warapper h2.sec_title span{
		line-height: 1.4em;
	}
	.warapper h2.paint_bg01,
	.warapper h2.paint_bg02{
		background-size: contain;
		margin: 30px 0;
	}
    .warapper h3{
        margin: 15px 0;
        padding: 0;
		font-size: 1.4rem;
    }
	.warapper p{
        margin: 15px 0;
        padding: 0;
		font-size: 1.0rem;
		text-align: left;
    }
    .btn.btn-blue{
        margin: 15px auto 25px auto !important;
		width: 100%;
    }
    .mt-4{
        margin-top: 1rem !important;
        padding-bottom: 20px;
    }
    .row{
        display: flex;
    }
    .row .col-9,
    .row .col-8,
    .row .col-7,
    .row .col-6,
    .row .col-5,
    .row .col-4,
    .row .col-3,
    .row .col-2{
        max-width: 100%;
        flex-direction: inherit;
        flex: inherit;
    }
	.page-breadcrumb{
		margin: 10px 0 0 0;
	}
	.page-breadcrumb li{
		font-size:11px;
	}
	/* Oder */
	.order-1 {
	  order: 1;
	}

	.order-2 {
	  order: 2;
	}

	.order-3 {
	  order: 3;
	}

	.order-4 {
	  order: 4;
	}
    /* Nav */
    header h1{
        top: 0;
		left: 0px;
		font-size: 10px;
		font-weight: normal;
		line-height: 1.1em;
		text-align: left;
    }
	header h1 span{
		display: initial;
		font-size: 10px;
	}
	.header-appear h1{
		top: -5px;
	}
	.header-appear p a.logo img{
		margin-top: 20px;
	}
    header p a.logo {
		width: 200px;
		margin-top: 23px;
    }
    .side-menu{
        width: 100%;
    }
    .round-nav {
        border-radius: 0;
		padding: 0;
    }
	header p a.logo img{
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 70%;
	}
    .navbar-top-default {
        top: 0;
        height: 90px;
    }
	.side-menu img{
		max-width: 200px;
	}
    .header-appear .navbar-top-default {
        height: 90px;
    }
    .header-appear p a.logo{
        margin-top: 0;
    }
    .navigation-toggle span {
    }
    .side-menu .mega-title {
        display: none;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 18px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 18px;
    }
    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }
    .side-menu .btn-close {
        right: 26px;
        top: 28px;
    }
    .tp-caption > .font-40 {
        font-size: 35px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .side-menu .side-nav .navbar-nav .get-started-btn a {
        font-size: 12px;
    }
    .quote-content {
        padding: 30px 20px;
        margin: 0;
    }
    .quote-content #quote_submit_btn {
        margin-bottom: 0;
    }
    .quote-content .form-check {
        padding: 10px 0 40px 0;
    }
    .get-started-btn {
        margin-top: 20px;
    }
    .rps_menu{
        display:flex;
        justify-content: space-around;
        position:absolute;
        top: 21px;
        right: 11%;
    }
	.header-appear .rps_menu{
	}
    .rps_menu li{
        margin-left: -24px;
    }
    .rps_menu li img{
        max-width: 60%;
    }
    /* Main Visual */
    .main_visual{
        width: 100vw;
  		/*height: 100vh;*/
    }
	/* TOP */
	.commet_detail{
		display: block;
	}
	.commet_detail div.comment_img,
	.comments_box div.user_data{
		width: 100%;
	}
	.commet_detail div.comment_img{
		padding: 10px;
	}
	h2.about_title {
		font-size: 27px;
		margin: 20px 0 40px 0;
		padding: 126px 0 0 0;
		background: url(../images/top/top_title_img.webp) no-repeat top center;
	}
	.balloon1-right {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0;
	  padding: 7px 10px;
	  min-width: 120px;
	  max-width: 100%;
	  color: #555;
	  font-size: 16px;
	  background: #ffffff;
	}

	.balloon1-right:before {
	  content: "";
	  position: absolute;
	  top: -17px;
	  left: 50%;
	  margin-left: -15px;
	  border: 15px solid transparent;
	  border-bottom: 15px solid #ffffff;
	}
    /* About Us */
	.about_title h2{
		font-size: 1.4rem;
		margin-bottom: 0;
		padding: 15px;
	}
	.about_title h2 span{
		line-height: 1em;
		padding-bottom: 15px;
	}
	.about_title .intro{
		width: 100%;
		position: relative;
		left: auto;
		top: 0;
	}
	.tate_text{
		writing-mode:horizontal-tb;
	}
	.reason_img{
		margin: 0 0 15px 0;
	}
	
	/* PRICE */
	dl.price_detail{
		display: block;
	}
	dl.price_detail h3,
	dl.price_detail p{
		text-align: center;
	}
	dl.price_detail dd {
		-webkit-margin-start:inherit;
		margin-inline-start: inherit;
		margin-bottom: 0;
	}
	
	/* MATERIAL */
	.material_inner{
		max-width: 95%;
	}
	.material_box h4{
		margin: 20px 0;
	}
	.material_box h4 span {
		display: block;
	}
    /* FAQ */
	ul.cont_link{
		display: block;
		margin-bottom: 20px;
	}
	ul.cont_link li{
		margin: 0;
	}
	ul.cont_link li a.btn.btn-blue{
		margin-bottom: 0 !important;
	}
    .qa_list dl dt,
    .qa_list dl dd{
        margin: 10px;
        text-align: left;
    }
    /* Parallax */
    .pc { display: none !important; }
    .sp { display: block !important; }
    
    .parallax-img{
        background-size: cover;
        padding: 1rem 0;
    }
    .top_info ul{
        display: block;
        position:inherit;
        margin: 15px auto 0 auto;
    }
    .top_info ul li{
        margin-bottom: 10px;
    }
    .paragraph {
        font-size: 14px;
    }
     /* Reason */
     h3.no1::before,
     h3.no2::before,
     h3.no3::before,
     h3.no4::before{
        top: 30px;
     }
    /* Service */
    .sec_inner{
        width: 100%;
    }
	.service_intro{
		position: relative;
		left: inherit;
		top: inherit;
		width: 100%;
		padding: 10px;
	}
    .sec_inner h3{
        margin-top: 15px;
    }
    .sec_inner .btn-blue{
        float: inherit;
        margin-bottom: 15px;
        margin-top: 0 !important;
    }
    .nav-pills .nav-link  {
        padding: .6rem 1.4rem;
    }
    dl.flow, dl.flow_last{
        display: block;
    }
    dl.flow dt, dl.flow_last dt{
        margin: 0;
        width: 100%;
    }
    dl.flow dt::before, dl.flow_last dt::before{
        top: 50px;
         left: 38%;
    }
    dl.flow dt span, dl.flow_last dt span{
        padding: 120px 0 0 0;
    }
    dl.flow dd, dl.flow_last dd{
        margin: 20px;
        padding: 0;
        width: auto;
    }
    dl.flow ul{
        display: inherit;
    }
	dl.flow ul li{
		margin: 0 0 15px 0;
	}
    ul.other_menu{
        display: block;
        flex-wrap:nowrap;
    }
	ul.other_menu li{
		width: 100%;
	}
	.service_box02{
		max-width: 90%;
		margin: 20px;
	}
    /* Other */
    ul.rounded li{
        display: block;
    }
    .sitemap ul li ul{
        display: block;
    }
    .sitemap ul li ul li{
        text-align: center;
    }
    /* Footer */
	.footer h2{
		margin: 50px auto 15px auto;
	}
	.area_list .area_inner {
		width: 90%;
		color: #FFF;
		position:inherit;
		top:inherit;
		right:inherit;
	}
    .area_list,
    .map_area{
        max-width: 100%;
        flex: inherit;
    }
    .map_area{
        height: 300px;
    }
    .area_list .area_inner h2{
        padding-top: 20px;
    }
	.area_list .area_inner dl{
		flex: initial;
	}
	.area_list .area_inner dt{
		width: 90%;
		display: inherit;
		margin: 0;
	}
	.area_list .area_inner dd{
		width: 90%;
		margin: 0;
	}
	.area_list .area_inner p{
		margin: 0;
		padding: 0;
	}
    .footer .foot_info ul{
        display: block;
    }
    .footer .foot_info ul li{
        margin: 0 0 15px 0;
    }
    .footer ul li, .footer ul li a, .footer ul li a:visited{
        margin-bottom: 0;
    }
    .footer .row{
        display: block;
        flex-wrap:inherit;
    }
    .footer ul.social{
		width: 16%;
		margin: 0 auto 15px auto;
		display: block;
    }
    .footer ul.social li{
        margin: 10px 0;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }

    /* Blog */
	.article_column{
		max-width: 100% ;
		width: 100%;
		margin: 10px;
	}
	.column_item div.blog_cont{
		text-align: left;
	}
	article.article_list ul, ul.catelist{
	}
    article.article_list{
        max-width: 100%;
    }
    article.article_list h3,
    article.article_list p{
        text-align: left;
    }
	article .before_after_area{
		display: block;
	}
    .news_desc {
        text-align: center;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
    }
    .author-content {
        padding: 0;
    }
    .widget-blog h5 {
        text-align: center;
    }
	.article_wrap{
		display: block;
		flex-wrap:nowrap;
	}

	.article_wrap article.article_list{
		width: 100%;
		max-width: 100%;
	}
	/* insurance */
	.brd_beige{
		max-width: 95%;
	}
}

@media (max-width: 575.98px) {
    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 12px 0;
    }
    .side-menu .mega-title h2 {
        font-size: 48px;
    }
    .side-footer p {
        font-size: 10px;
        line-height: 1rem;
    }

    /* Portfolio */
    .da-thumbs li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    /*Footer*/
    .social-icons-simple li a {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 320px) {
    .side-menu .side-nav .navbar-nav .get-started-btn a {
        font-size: 8px;
    }
    .quote-content .fancybox-close-small {
        right: 6px;
    }
    .get-started-btn {
        margin: 0;
    }
}