@charset "utf-8";
/*================
　共通　
================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.5;
    color: #1f1f1f;
    width: 750px;
}
img{
    display: block;
    width: 100%;
}
.demobox-sitename{
    font-weight: 700;
    font-size: 18px;
}
a {
    text-decoration: none;
}
ul {
    padding-inline-start: 0px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.tl {
    display: none;
}

@media (max-width: 767px) {
    body{
        margin: 0 auto;
        width: 100%;
        font-size: 0.95rem;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*================
header
================*/
header{
    display: flex;
    justify-content: space-between;
    padding: 1%;
}
.head_logo{
    margin-right: 10px;
}
.head_btn{
    display: flex;
}
.head_btn a{
    margin-right: 2%;
}

/*================
cta
================*/
.cta_area{
    background-color: #ffefdc;
    padding: 15% 5% 0%;
    margin-top: -10%;
    text-align: center;
	overflow: hidden;
}
.date_time{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}
.btn{
	position: relative;
	z-index: 2;
	padding: 2% 9%;
}
.maicro{
    font-weight: bold;
    font-size: 1.3em;
	position: relative;
	display: inline-block;
}
.note2{
    padding-top: 10px;
    font-size: 17px;
}
/* ボタンアニメーション */
@keyframes anime{
  0%{transform:scale(.95); opacity:1}
  90%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
  }
.btn_ani:before {
    animation: anime 2s ease-out infinite;
}
.btn_ani:before, .btn_ani:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 85%;
    top: 7%;
    left: 5%;
    border-radius: 40px;
    background: rgba(255, 56, 2, 0.3);
    border: 1px solid rgba(255, 56, 2, 0.2);
    transform: translate3d(0,0,0);
}
.btn_ani:after {
    animation: anime 2s ease-out 1s infinite;
}
@media screen and (max-width:570px){
    .tl{
        display:block;
    }
}

@media screen and (max-width:740px){
	.btn_ani:before, .btn_ani:after {
		border-radius: 16px;
	}
	.maicro{
    font-size: 1.1em;
}
    .note2{
        font-size: 12px;
        text-align: left;
    }
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
.note {
    list-style-type: none;
    margin-left: 1.5em;
    padding-top: 20px;
    font-size: 17px;
}
.note li {
    text-indent: -1.5em;
}
.note li:before {
    content: "※";
    margin-right: 0.5em;
}
.scroll {
	background: #ffefdc;
}
.scroll_item{
    width: 10%;
    margin: 0 auto;
    padding: 2% 0 5%;
}
.updown {
    animation-name: UpDown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    margin: 0;
}
@keyframes UpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30%);
    }
}

@media screen and (max-width:760px){
    .note{
        font-size: 12px;
        text-align: left;
    }
    .date_time{
        padding-bottom: 10px;
        font-size: 18px;
    }
	.btn_ani:before, .btn_ani:after {
		border-radius: 20px;
	}
	.btn{
		width: 100%;
		margin: 2% auto;
		position: relative;
		padding: 0;
	}
	.btn_ani:before, .btn_ani:after {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}

/*================
trouble
================*/
.trouble{
    position: relative;
    z-index: 2;
}

/*================
service
================*/
.service{
    background-image: url(../img/service_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 70px;
    margin-top: -5%;
}
.service_in{
    padding: 0 30px;
}
.service h2{
    margin-bottom: 50px;
}
.service_title{
    position: relative;
}
.service_men{
    position: absolute;
    width: 29%;
    top: -7%;
    right: 7%;
    z-index: 5;
}
.service_flex{
    display: flex;
    justify-content: space-between;
}
.service_item{
    position: relative;
    margin-bottom: 30px;
}
.service_item a{
    background-color: #00a0d4;
    padding: 6px 15px 6px 6px;
    position: absolute;
    bottom: 5.5%;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    box-shadow: 0px 5px 0px #0080ab;
}
.service_item a::before{
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
}
/* モーダルCSS */
.modalArea {
    display: none;
    position: fixed;
    z-index: 999; /*サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 95%;
    max-width: 690px;
}
.modalContents{
    padding: 30px 0;
    background-color: #cdf5ff;
    border-radius: 18px;
    font-size: 20px;
    font-weight: bold;
    overflow: scroll;
    height: 35vw;
}
.modalContents h3{
    font-size: 35px;
    font-weight: bold;
    background-color: #3bc4e8;
    padding: 30px 40px;
    color: #fff;
    text-align: center;
    margin-bottom:40px;
}
.modalContents h4{
    font-size: 30px;
    font-weight: bold;
    color: #3bc4e8;
    text-align: center;
}
.modal_list{
    margin: 30px;
}
.modal_list li{
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    text-indent: -30px;
    padding-left: 30px;
}
.modal_list li::before{
    display:inline-block;
    vertical-align: middle;
    /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #0386BA;
    border-radius: 50%;
    margin-right: 8px;
}
.feature{
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    position: relative;
    margin: 30px;
}
.feature h4{
    padding-bottom:20px;
}
.feature_l{
    background-color: #fff;
    border-radius: 20px;
    padding: 100px 30px 30px;
    position: relative;
    margin: 75px 30px 8px;
}
.feature_l h5{
    width: 50%;
    position: absolute;
    top: -10%;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.modal_check li{
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.modal_check img{
    width: 36px;
    margin-right: 20px;
}
.closeModal {
    position: absolute;
    top: -11%;
    right: 0;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
}
@media screen and (max-width:760px){
    .service{
        padding: 0 0 35px;
    }
    .service_in{
        padding: 0 15px;
    }
    .service h2{
        margin-bottom: 25px;
    }
    .service_item{
        width: 48%;
        margin-bottom: 15px;
    }
    .service_item a{
        padding: 3px 7px 3px 3px;
        font-size: 14px;
        border-radius: 10px;
    }
    .service_item a::before{
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #fff;
    }
    /* モーダルCSS */
    .modalContents{
        border-radius: 10px;
        font-size: 14px;
        overflow: scroll;
        height: 500px;
    }
    .modalContents h3{
        font-size: 24px;
        padding: 15px 20px;
    }
    .modalContents h4{
        font-size: 20px;
    }
    .modal_list{
        margin: 20px 15px;
    }
    .modal_list li{
        margin-bottom: 12px;
        text-indent: -20px;
        padding-left: 22px;
    }
    .feature{
        padding: 30px 20px;
        margin:15px;
    }
    .feature_l{
        padding: 26% 20px 15px;
        margin: 20% 15px 4px;
    }
    .feature_l h5{
        width: 90%;
        top: -10%;
    }
    .modal_check li{
        margin-bottom: 15px;
    }
    .modal_check img{
        width: 10%;
        margin-right: 10px;
    }
}

/*================
error
================*/
.error_inner{
    background-image: url(../img/error_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 30px 145px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.error_inner h2{
    margin-bottom: 65px;
}
.error_img{
    margin-bottom: 40px;
}
.error_img:nth-of-type(3){
    margin-bottom: 50px;
}
.error_inner p{
    font-size: 28px;
    font-weight: bold;
}
.kaiketu{
    margin-top: -14%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:760px){
    .error_inner{
        padding: 35px 15px 76px;
    }
    .error_inner h2{
        margin-bottom: 30px;
    }
    .error_img{
        margin-bottom: 20px;
    }
    .error_img:nth-of-type(3){
        margin-bottom: 25px;
    }
    .error_inner p{
        font-size: 14px;
    }
}

/*================
menu
================*/
.menu{
    background-image: url(../img/menu_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 30px 60px;
    position: relative;
    z-index: 3;
    margin-top: -14%;
    text-align: center;
}
.menu_ttl{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
}
.menu_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.menu_flex img{
    width: 100%;
}
@media screen and (max-width:760px){
    .menu{
        padding: 70px 15px 25px;
    }
    .menu_ttl{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .menu_flex{
        margin-bottom: 10px;
    }
    .menu_flex a{
        margin-right: 10px;
    }
    .menu_flex a:nth-child(3){
        margin-right: 0;
    }
}

/*================
reason
================*/
.reason_inner{
    padding: 70px 0;
    background-color: #ffefdc;
}
.reason_inner h2{
    margin: 0 30px 60px;
}
.reason_item{
    margin-bottom: 60px;
    width: 95%;
}
.reason_item:nth-of-type(2){
    margin-left: 37px;
}
.reason_item:nth-of-type(3){
    margin-bottom: 0;
}
@media screen and (max-width:760px){
    .reason_inner{
        padding: 35px 0;
    }
    .reason_inner h2{
        margin: 0 15px 30px;
    }
    .reason_item{
        margin-bottom: 30px;
    }
    .reason_item:nth-of-type(2){
        margin-left: 5%;
    }
}

.lifespan{
    margin-top: -4%;
    position: relative;
    z-index: 2;
}

/*================
insurance
================*/
.insurance{
    background-color: #dcf4ff;
    border-radius: 16px;
    margin: 3% auto 0;
}
.insurance_inner{
    margin-top: -3%;
    position: relative;
    z-index: 1;
    padding: 120px 30px 40px;
    text-align: center;
}
.insurance_inner h2{
    margin-bottom: 60px;
}
.insurance_inner p{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 40px;
}
.insurance_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.insurance_flex img{
    width: 48%;
}
.txt_red{
    color: #c40701;
}
@media screen and (max-width:760px){
    .insurance_inner{
        padding: 60px 15px 20px;
    }
    .insurance_inner h2{
        margin-bottom: 30px;
    }
    .insurance_inner p{
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .insurance_flex{
        margin-bottom: 20px;
    }
}

/*================
attention
================*/
.attention_inner{
    padding: 100px 30px 40px;
    margin-top: -20px;
    background-color: #ffefdc;
}
.attention_inner h2{
    margin-bottom: 60px;
}
.case_item{
    margin-bottom: 40px;
}
@media screen and (max-width:760px){
    .attention_inner{
        padding: 40px 15px 20px;
        background-color: #ffefdc;
    }
    .attention_inner h2{
        margin-bottom: 30px;
    }
    .case_item{
        margin-bottom: 20px;
    }
}

/*================
voice
================*/
.voice{
    background-image: url(../img/voice_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 30px 60px;
    font-size: 28px;
    margin-top: -70px;
}
.voice h2{
    width: 546px;
    margin: 0 auto 60px;
}
.voice_item{
    margin-bottom: 20px;
    padding: 0 13px;
}
.voice_item:nth-of-type(5){
    margin-bottom: 0;
}
.voice_head{
    background-color: #ff7903;
    display: flex;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    color: #fff;
    align-items: center;
}
.voice_head img{
    width: 26%;
    margin-right: 20px;
}
.voice_head .txt_large{
    font-size: 33px;
    font-weight: bold;
}
.txt_yellow{
    color: #fffc80;
}
.voice_text{
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 0 0 20px 20px;
    font-weight: bold;
    height: 290px;
}
@media screen and (max-width:760px){
    .voice{
        padding: 50px 15px 30px;
        font-size: 14px;
        margin-top: -35px;
    }
    .voice h2{
        width: 273px;
        margin: 0 auto 30px;
    }
    .voice_item{
        margin-bottom: 25px;
    }
    .voice_head{
        border-radius: 10px 10px 0 0;
        padding: 10px;
    }
    .voice_head img{
        margin-right: 10px;
    }
    .voice_head .txt_large{
        font-size: 18px;
    }
    .voice_text{
        padding: 20px 25px;
        border-radius: 0 0 10px 10px;
        height: 154px;
    }
}

/*================
qa
================*/
.qa{
    background-color: #3bc4e8;
    padding: 70px 30px;
}
.qa h2{
    width: 329px;
    margin: 0 auto 60px;
}
.acc{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 0 0 #0386BA;
    margin-bottom: 40px;
}
.q_icon,.a_icon{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3bc4e8;
}
.q_icon{
    font-size: 70px;
    margin: -20px 40px 0 0;
}
.a_icon{
    font-size: 48px;
    margin: -10px 40px 0 0;
}
.title {
    position: relative;
    cursor: pointer;
    padding: 6% 10% 6% 6%;
    transition: all .5s ease;
    display: flex;
    align-items: flex-start;
}
.title h3{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
}
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 52px;
  height: 4px;
  background-color: #3bc4e8;
}
.title::before{
  top:48%;
  right: 34px;
  transform: rotate(0deg);
  transition: all .5s;

}
.title::after{
  top:48%;
  right: 34px;
  transform: rotate(90deg);
  transition: all .5s;
}
.box {
    display: none;
    padding: 0 6% 6%;
    align-items: flex-start;
}
.box > div {
    display: flex;
    justify-content: space-between;
}
.box > div p {
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width:760px){
    .qa{
        padding: 35px 15px;
    }
    .qa h2{
        width: 164px;
        margin: 0 auto 30px;
    }
    .acc{
        border-radius: 10px;
        box-shadow: 0 5px 0 0 #0386BA;
        margin-bottom: 20px;
    }
    .q_icon{
        font-size: 35px;
        margin: -10px 20px 0 0;
    }
    .a_icon{
        font-size: 24px;
        margin: -5px 20px 0 0;
    }
    .title {
        padding: 6% 10% 6% 6%;
    }
    .title h3{
        font-size: 18px;
    }
    .title::before,
    .title::after{
      width: 26px;
      height: 4px;
    }
    .title::before{
      top:48%;
      right: 17px;
    }
    .title::after{
      top:48%;
      right: 17px;
    }
    .box {
        padding: 0 6% 6%;
    }
    .box > div p {
        font-size: 13px;
    }
}

/*================
qa
================*/
.form{
    background-image: url(../img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 30px;
}
.form h2{
    width: 473px;
    margin: 0 auto 60px;
}
.form_content{
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 30px 30px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}
.form_lead{
    font-size: 30px;
    margin-bottom: 60px;
    text-align: center;
}
.policy {
    height: 300px;
    width: 100%;
    overflow-y: scroll;
    overflow-wrap: break-word;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.form_tbl th,.pp_ttl{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 2%;
    text-align: left;
}
.form_tbl td{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
label span.must{
    background-color: #ED2128;
    color: #fff;
    padding: 0.5% 3%;
    font-size: 24px;
    border-radius: 10px;
    margin-left: 20px;
}
label span.any{
    background-color: #ABABAB;
    color: #fff;
    padding: 0.5% 3%;
    font-size: 24px;
    border-radius: 10px;
    margin-left: 20px;
}
.form_tbl input, select, textarea {
    background-color: #EBEBEB;
    border-radius: 20px;
    text-indent: 1em;
    padding: 20px 0;
    width: 100%;
    border: none;
    font-size: 24px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.fsS{
    font-size: 24px;
}
input[type=image]{
    background-color: #fff;
}
@media screen and (max-width:760px){
    .form{
        padding: 35px 15px;
    }
    .form h2{
        width: 80%;
        margin: 0 auto 30px;
    }
    .form_content{
        border-radius: 10px;
        padding: 30px 15px 15px;
    }
    .form_lead{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .policy {
        height: 300px;
        margin-bottom: 20px;
    }
    .form_tbl th,.pp_ttl{
        font-size: 15px;
    }
    .form_tbl td{
        margin-bottom: 15px;
    }
    label span.must, label span.any{
        font-size: 14px;
        border-radius: 5px;
        margin-left: 10px;
    }
    .form_tbl input, select, textarea {
        border-radius: 10px;
        padding: 10px;
        font-size: 16px;
    }
    .fsS{
        font-size: 12px;
    }
}
/*================
footer
================*/
footer{
    background-color: #1e1e1e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 50px 0;
}
footer p{
    margin-bottom: 20px;
}
footer a{
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width:760px){
    footer{
        font-size: 10px;
        padding: 25px 0;
    }
    footer p{
        margin-bottom: 10px;
    }
}
/*================
floating
================*/
.float-button__wrap {
    display: none;
    width: 100%;
    max-width: 750px;
    height: 108px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    background-color: #fff;
}
.float_flex{
    display: flex;
    justify-content: space-between;
}
.float_btn{
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin: 0 auto;
}
.float_btn a{
    margin-right: 10px;
}
.menu-btn {
    display: flex;
    height: 108px;
    width: 108px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    background-color: #1e1e1e;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 16px;
}
.menu-btn span:after {
    top: 16px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    max-width: 750px;
    position: fixed;
    left: 0%;
    right: 0;
    bottom: -100%;
    z-index: 80;
    margin: 0 auto;
    background-color: #1e1e1e;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 60px 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 24px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content 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;
}
#menu-btn-check:checked ~ .menu-content {
    bottom: 11.5%;/*メニューを画面内へ*/
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
@media screen and (max-width:760px){
    .float-button__wrap {
        height: auto;
    }
    .float_btn{
        padding: 5px 5px 5px 10px;
    }
    .float_btn a{
        margin-right: 5px;
    }
    .menu-btn {
        height: 100%;
        width: 20vw;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        height: 3px;
        width: 33px;
    }
    .menu-btn span:before {
        bottom: 12px;
    }
    .menu-btn span:after {
        top: 12px;
    }
    .menu-content ul {
        padding: 30px 15px;
    }
    .menu-content ul li a {
        font-size: 16px;
    }
    #menu-btn-check:checked ~ .menu-content {
        bottom: 20vw;
    }
}


/* 施工事例 */
.construction_case h2 img {
    width: 60%;
    margin: 0 auto 1%;
}
.construction_case{
    background: #fffcdb;
    padding-bottom: 20%;
    padding-top: 10%;
    margin-top: 10%;
}
.construction_case .inner{
    max-width: 700px;
    padding-top: 20px;
    margin: auto;
}
.construction_case h2 span{
    position: relative;
    display: inline-block;
}
.construction_case .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 300px;
    position: relative;
    width: 100%;
  }
  .accordion-item{
    border: 2px solid;
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  /* figure{
    float: left;
    margin: 0 15px 0px 0;
    width: 50%;
  } */

  .accordion-title {
    color: #000;
    cursor: pointer;
    font-size: 1.3rem;
    padding: 0.5% 0 0 1.5%;
    border-left: 10px solid #FC7600;
    position: relative;
  }
  .accordion-title span{
    position: absolute;
    font-size: 1rem;
    font-weight: normal;
  }
  .accordion-content {
    display: none;
    min-height: 255px;
  }
  .accordion-content figure {
    margin-top: 3%;
  }
  .accordion-content p {
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
  }
  .accordion-content .tags{
    display: flex;
    text-align: center;
    margin: 1rem 0;
    justify-content: space-around;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .accordion-content .tags p{
    background-color: #9f9f9f;
    color: #fff;
    font-weight: bold;
    /* font-size: 1.2rem; */
    padding: 1% 2%;
    border-radius: 999px;
    font-size: 13px!important;
    margin-right: 1%;
  }
  .accordion-content .prof {
    border-bottom: 2px solid;
    padding-bottom: 2%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
  }
  .accordion-content .name {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 2%;
  }
  .accordion-content .price {
    font-weight: bold;
    font-size: 1rem;
    background-color: #fffcdb;
    display: inline;
    padding: 1%;
    border-radius: 10px;
    color: #ff7901;
  }
  .accordion-content p:nth-of-type(1) .pri{
    background-color: #fffcdb;
    padding: 2%;
    color: #FC7600;
    display: inline-block;
    font-weight: bold;
    font-size: 1.7rem;
  }

  /* 矢印 */
  .accordion-title {
    position: relative;
  }
  .accordion-title::after {
    content: "▼";
    display: block;
    font-size: 1.8rem;
    height: 8px;
    position: absolute;
    right: 25px;
    top: -8%;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
  }
  .accordion-title.open::after {
    content: "▲";
  }
  .grad-item{
    font-size: 13px!important;
}
.grad-item p{
    /* font-size: 13px!important; */
}
.grad-wrap{
    position: relative;
}
.grad-btn {
    z-index: 6;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 280px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 30px;
    background: #FC7600;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-size: 17px!important;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 500px; /*隠した状態の高さ*/
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fffcdb 100%, #fffcdbd9 0%, #fffcdb 100%);
    content: "";
    z-index:5 ;
}
.grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

  .grad-btn {
    z-index: 6;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 280px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 30px;
    background: #FC7600;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    font-size: 17px!important;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.accordion-content p.anno {
    font-size: 13px;
    color: #b0b0b0;
    margin-top: 1%;
    text-align: right;
}

.check {
    background-color: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 3% 0;
}
.check p {
    width: 94%;
    margin: 3% auto;
}
.check p.anno {
    font-size: 13px;
}

  @media screen and (max-width:768px){
    .construction_case h2 img {
        width: 74%;
    }
    .construction_case .inner{
        padding: 3%;
    }
    .accordion-title {
        font-size: 1.1rem;
        padding-right: 14%;
    }
    .accordion-title::after {
        font-size: 1.5rem;
    }
    .accordion-content p:nth-of-type(1) .pri {
        line-height: 0.5rem;
    }
    .accordion-title {
        border-left: 7px solid #FC7600;
    }
    .accordion-content .tags p {
        margin-bottom: 2%;
    }
    .accordion-content .tags {
        margin: 1rem 0 0.3rem;
    }
    .accordion-content p.anno {
        font-size: 11px;
    }
    }
    
/*================
short_form
================*/
.short_form_bg{
    background:#ffefdc;
    padding: 70px 30px;
}
.short_form{
    filter: drop-shadow( 0 0 10px rgb(0 0 0 / 30%));
}
.short_form h2{
    background:#0058BC;
    font-size: 54px;
    text-align:center;
    border-radius: 20px 20px 0 0;
    color:#fff;
    font-weight:bold;
    padding:0px 30px 20px;
}
.short_form h2 span{
    font-size: 26px;
}
.short_form .form_content{
    border-radius: 0 0 20px 20px;
    padding: 30px;
}
.short_form .q_all{
    display:flex;
    font-size: 24px;
}
.short_form .form_tbl th{
    width:36%;
    font-size:24px;
}
.short_form .form_tbl td{
    width:70%;
}
.q_time div{
    margin-bottom: 10px;
    width: 48%;
    display: inline-block;
}
input[type=submit]{
    background:#FF3802;
    color:#fff;
    padding:20px;
    text-align:center;
    font-weight:bold;
    opacity: 0.2;
}
.time_box {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.time_box::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    top: 44%;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.time_box select {
    appearance: none;
    padding: 20px 0;
    border-radius: 20px;
    background-color: #EBEBEB;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
@media screen and (max-width:768px){
    .short_form_bg{
        padding: 20px 15px 10px;
    }
    .short_form h2{
        font-size: 6vw;
        padding-bottom:15px;
        border-radius: 10px 10px 0 0;
    }
    .short_form h2 span {
        font-size: 3vw;
    }
    .short_form .form_tbl th {
        font-size: 3.5vw;
        width:34%;
    }
    .short_form .q_all {
        font-size: 3.5vw;
    }
    .short_form .form_content{
        padding: 15px;
        border-radius: 0 0 10px 10px;
    }
    .time_box select{
        padding:10px;
        border-radius: 10px;
    }
    input[type=submit]{
        padding: 10px;
        font-size:20px;
        -webkit-appearance: none;
    }
 }
 
/*================
company_Information
================*/
section.company_Information {
    margin: 30px 0;
}
.company_Information table {
 text-align: center;
 border-collapse: collapse;
    width: 100%;
}
.company_Information th {
 padding: 10px;
    width: 30%;
 background-color: #c6efff;
 border: solid 1px #748ca5;
}
.company_Information td {
 padding: 10px;
 border: solid 1px #748ca5;
    text-align: left;
}