@charset "utf-8";
/* #:id .:class */
/* 上右下左 */
body {
	margin: 0px auto;
	padding: 0px;
        width: 100%;
        max-width: 1100px;
	font-size: 18px;
	font-family: meiryo, sans-serif, "Helvetica Neue", "Hiragino Kaku Gothic ProN";
	text-align: left;
	text-size-adjust: 100%;
	border: 0px solid;
}
a {
	text-decoration: none;
}
.all {
	width: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#header {
	position: relative;
	height: 140px;
	background-color: #ffffff;
}
.header {
	width: 100%;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
        max-width: 1100px;
	height: 80px;
	background: rgba(255, 255, 255, 0.5);
	transition: 0.25s;
	-webkit-transition: 0.25s;
}
.main {
	width: 100%;
}
.footer {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	color: #202020;
	padding: 0px;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pagetop { /* ページのトップへ */
	color: #ffffff;
	background-color: rgba(51,51,51,51.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	text-align: center;
	cursor: pointer;
}
.pagetop:hover {
	color: #fff !important;
	background-color: #444444;
	text-decoration: none;
}
.flexBox { /* 横並び */
	display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
}
.flexBox2 { /* 縦並び */
	display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.img1 {
    max-width: 100%;
}
.img2 {
    max-width: 100%;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .5);
}
.brit1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.brit1:before {
    content: "";
    background-color: rgba(64, 128, 255, 0.4);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -160%;
    transform: skewX(-45deg) translateX(0);
    animation: bright 3s ease-in-out 2s infinite;
}
@keyframes bright {
    0% {
       transform: skewX(-45deg) translateX(0);
    }
    15% {
        transform: skewX(-45deg) translateX(320%);
    }
    100% {
        transform: skewX(-45deg) translateX(320%);
    }
}
.waku1 {
	margin: 0.3em;
	padding: 0.5em;
	background-color: #b0e0e6; /* ボックス背景色 */
	color: #4169e1; /* 文章色 */
	font-weight: 600;
	box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
	border-radius: 10px; /* 角の丸み */
}
.waku2 {
        background-image: linear-gradient(
        to bottom,
        #63ade2 0%,
        #b4d1f2 40%,
        #b4d1f2 52%,
        #63ade2);
        border-radius: 5px;
}
.waku3 {
        background-image: linear-gradient(
        to bottom,
        #fbd776 0%,
        #ffecb8 40%,
        #ffecb8 52%,
        #fbd776);
        border-radius: 8px;
}
.waku3:hover {
        background-image: linear-gradient(
        to bottom,
        #83c3f8 0%,
        #b8def9 40%,
        #b8def9 52%,
        #83c3f8);
        font-weight: 600;
}
.waku4 {
        width: 100%;
        display: inline-block;
        text-align: left;
        background-image: linear-gradient(
        to bottom,
        #66a6f4,
        #ffffff);
        border-bottom: 3px solid #2687ff;
}
.waku5 {
        padding: 0.8em 0.5em;
        background-image: linear-gradient(
        to right,
        #ffa500 0%,
        #f4a460 40%,
        #87cefa 52%,
        #1e90ff);
        border-radius: 5px;
}
.waku6 {
        position: relative;
        display: inline-block;
        width: 85%;
        height: 1.5em;
        margin-left: 1em;
        padding: 0.25em 0.5em;
        color: #000;
        background-image: linear-gradient(
        to right,
        #00bfff,
        #87cefa);
}
.waku6:before { /* 三角 */
        position: absolute;
        top: 0;
        left: -1em;
        content: '';
        border-width: 1em 1em 1em 0;
        border-style: solid;
        border-color: transparent #00bfff transparent transparent;
}
.waku6:after { /* 丸 */
        position: absolute;
        top: calc(50% - 7px);
        left: -0.5em;
        width: 0.75em;
        height: 0.75em;
        content: '';
        border-radius: 50%;
        background: #fff;
}

.rsnkk1 {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #c356d7;
        border-color: linear-gradient(
        to right,
        #c356d7,
        #b0c3ff);
}
.rsnkk2 {
        margin       : auto;
                              /* はみ出し部分は非表示にする */
        overflow     : hidden;
        position     : relative;
        width        : 13px;
        height       : 17px;
}
.rsnkk2::after {
        content      : "";
        position     : absolute;
        width        : 12px;
        height       : 12px;
                              /* 図形のCSS */
        background   : linear-gradient(45deg, #0059b3, #0059b3, #99ccff);
        top          : 2px;
        left         : -6px;
        transform    : scaleX(1.5)
                       rotate(45deg);
}
.rsnkk3 {
        margin       : auto;
                              /* はみ出し部分は非表示にする */
        overflow     : hidden;
        position     : relative;
        width        : 13px;
        height       : 17px;
}
.rsnkk3::after {
        content      : "";
        position     : absolute;
        width        : 12px;
        height       : 12px;
                              /* 図形のCSS */
        background   : linear-gradient(45deg, #ff6020, #ff6020, #ffa040);
        top          : 2px;
        left         : -6px;
        transform    : scaleX(1.5)
                       rotate(45deg);
}
.menu1 {
        display: inline-block;
        width: 100%;
        height: 50px;
        text-align: center;
        text-decoration: none;
        outline: none;
        position: relative;
        z-index: 1;
        background-color: #a5caf6;
        border: 2px solid #6fa7eb;
        border-radius: 5px;
        color: #fff;
        line-height: 50px;
}
.menu1:hover {
        background-color: #fff;
        border-color: #6fa7eb;
        border-radius: 5px;
        color: #6fa7eb;
}
.menu1::before,
.menu1::after {
        top: 0;
        width: 50%;
        height: 100%;
        background-image: linear-gradient(
        to bottom,
        #6fa7eb 0%,
        #3e83d9 40%,
        #3e83d9 52%,
        #6fa7eb);

        position: absolute;
        z-index: -1;
        display: block;
        content: '';
}
.menu1,
.menu1::before,
.menu1::after {
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         -webkit-transition: all .3s;
         transition: all .3s;
}
.menu1::before {
        right: 0;
}
.menu1::after {
        left: 0;
}
.menu1:hover::before,
.menu1:hover::after {
        width: 0;
        background-image: linear-gradient(
        to bottom,
        #6fa7eb 0%,
        #3e83d9 40%,
        #3e83d9 52%,
        #6fa7eb);
}


.menu1g {
        display: inline-block;
        width: 100%;
        height: 50px;
        text-align: center;
        text-decoration: none;
        outline: none;
        position: relative;
        z-index: 1;
        background-color: #a5f6ca;
        border: 2px solid #6feba7;
        border-radius: 5px;
        color: #fff;
        line-height: 50px;
}
.menu1g:hover {
        background-color: #fff;
        border-color: #6feba7;
        border-radius: 5px;
        color: #6feba7;
}
.menu1g::before,
.menu1g::after {
        top: 0;
        width: 50%;
        height: 100%;
        background-image: linear-gradient(
        to bottom,
        #6feba7 0%,
        #3ed983 40%,
        #3ed983 52%,
        #6feba7);

        position: absolute;
        z-index: -1;
        display: block;
        content: '';
}
.menu1g,
.menu1g::before,
.menu1g::after {
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         -webkit-transition: all .3s;
         transition: all .3s;
}
.menu1g::before {
        right: 0;
}
.menu1g::after {
        left: 0;
}
.menu1g:hover::before,
.menu1g:hover::after {
        width: 0;
        background-image: linear-gradient(
        to bottom,
        #6feba7 0%,
        #3ed983 40%,
        #3ee983 52%,
        #6feba7);
}

.menu2 { /* 三メニュー */
    position: fixed;
    top: 33px;
    right: 5px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 30;
    background-color: #909090;
}
.menu2 span,
.menu2 span:before,
.menu2 span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu2 span:before {
    bottom: 8px;
}
.menu2 span:after {
    top: 8px;
}
#mbcheck:checked ~ .menu2 span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#mbcheck:checked ~ .menu2 span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#mbcheck:checked ~ .menu2 span::after {
    top: 0;
    transform: rotate(-45deg);
}
#mbcheck {
    display: none;
}
.mcont {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 20;
    background-color: #c0c0c0;
    transition: all 0.5s;/*アニメーション設定*/
}
.mcont ul {
    padding: 70px 10px 0;
}
.mcont ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.mcont ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.mcont ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#mbcheck:checked ~ .mcont {
    left: 0;/*メニューを画面内へ*/
}
a.txb1:hover { /* hover 太文字 */
    font-weight: 600;
}
.txs1 { /* 文字縁白 */
	text-shadow: 1px 1px 0px #ffffff, -1px -1px 0 #ffffff,
		-1px 1px 0px #ffffff, 1px -1px 0px #ffffff,
		0px 1px 0px #ffffff,  0px -1px 0px #ffffff,
		-1px 0px 0px #ffffff, 1px 0px 0px #ffffff;
}
.maker1 { /* 下線黄色細 */
        display: inline-block;
        background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.5) 60%, rgba(255, 255, 0, 0.5) 100%);
}
.maker1:hover {
        background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 60%, rgba(0, 0, 255, 0.5) 60%, rgba(0, 0, 255, 0.5) 100%);
}
.ftxt1 {
        position: relative;
}
.fkds1 { /* 吹き出し */
        display: none;
        width: 200px;
        position: absolute;
/*        top: -160px; */
        left: 100px;
        padding: 16px;
        border-radius: 5px;
        background: #33cc99;
        color: #fff;
        font-weight: bold;
        z-index: 2;
}
.fkds1:after {
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: -19px;
        margin-left: 10px;
        border: solid transparent;
        border-color: rgba(51, 204, 153, 0);
        border-top-color: #33cc99;
        border-width: 10px;
        pointer-events: none;
        content: " ";
}
.ftxt1:hover + .fkds1 {
        display: block;
}
.hdn { /* 表示非表示 */
	margin: 0;
	padding: 0;
}
.hdn label {
	display: block;
	cursor: pointer;
	cursor: hand;
}
.hdn input {
	display: none;
}
.hdn .hdn_of1 {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 1;
}
.hdn input:checked#of1 ~ .hdn_of1 {
	height: auto;
	opacity: 0;
	transition: 0.8s;
}
.hdn .hdn_of2 {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.hdn input:checked#of2 ~ div.hdn_of2 {
	height: auto;
	opacity: 1;
}
.hdn .hdn_of3 {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.hdn input:checked#of3 ~ div.hdn_of3 {
	height: auto;
	opacity: 1;
}


#disp1 { display: none; }
#disp2 { display: none; }
#disp3 { display: none; }

/* スクロール */
.scr1 {
        overflow: hidden;
}
.scr1 p {
        margin: 0;
        animation: scrolling 10s linear infinite;
        transform:translateX(100%);
}
@keyframes scrolling {
        100% {
          transform:translateX(-100%);
        }
}

/* ipad用（幅769以下） */
@media screen and (max-width:769px) {
  body {
        font-size: 15px;

  }
}

	
.slider li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .slider li {
  display: block !important; /*JSが読み込まれたら表示*/
}

.header-estimate a,.footer-estimate a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: opacity 0.6s;
}
.header-estimate a:hover,.footer-estimate a:hover{
    opacity: 0.5;
}
.header-estimate{
    float: right;
}
.header-estimate p{
    margin: 0px 0px 0px 20px;
    background: #FF9005;
    padding: 10px 10px 10px 70px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #D46B09;
    box-sizing: border-box;
    position: relative;
}
.header-estimate p:before,.footer-estimate p:before{
    font-family: "Font Awesome 5 Free";
    content: "\f573";
    position: absolute;
    padding: 0em;
    color: white;
    font-size: 36px;
    font-weight: 900;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-estimate p{
    margin-left: 0px;
    background: #0494FF;
    padding: 10px 10px 10px 70px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #082AD4;
    box-sizing: border-box;
    position: relative;
}
