body{
    position: relative;
    margin: 0;
    font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
    max-width: 100%;
}
a {
    text-decoration: none;
}
header{
    display: flex;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-sizing: border-box;
    max-height: 86px;
}
header a{
    color: black;
    font-weight: bold;
    font-size: 1rem;
}
header a:hover{
    color: #219A38;
}
.header_left{
	display:flex;
}
.header_left img{
    padding-top: 10px;
}
.header_list{
	display:flex;
}
.header_list div {
    padding: 15px 50px;
}
.header_right{
    margin-left: auto;
    display: flex;
    padding: 0 40px;
}

.header_right a{
    display: flex;
    width: 200px;
    height: 50px;
    margin: 1em 0;
    line-height: 50px;
    background: #219A38;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
}
.header_right img {
    padding: 8px;
}
.slider_body {
    position: relative;
    padding: 3%;
}
.slider{
    text-align: center;
    padding: 10px;
}
.bx-viewport{
    max-height: auto !important;
}
img.slider_img {
    text-align: center;
    background: #219A38;
    width: 95%;
    height: 700px;
}
.left {
    position: absolute;
    top: 50%;
    left: 4%;
    z-index: 100;
}
.right {
    position: absolute;
    top: 50%;
    right: 4%;
    z-index: 100;
}
.arrow-right {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 13px 10px;
    border-top: 4px solid rgb(255, 255, 255);
    border-right: 4px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}
.arrow-left {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 13px 10px;
    border-bottom: 4px solid rgb(255, 255, 255);
    border-left: 4px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}

#main {
    margin: 0 auto;
    max-width: 70%;
    flex: 1;
}
#main .text{
    font-size: larger;
}
.slider{
    padding-bottom: 100px;
    width: 100%;
}

.main_text {
    padding-top: 50px;
}
/*当社の強み*/
#main .tittle{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: green;
    padding: 10px;
    border-bottom: 2px solid #219A38;
}

#main .introduction_body {
    padding-top: 50px;
    flex-flow: column;
    justify-content: space-around;
}

#main .introduction_text{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;    
}
#main .text_left {
    width: 45%;
    position: relative;
}

.introduction_tittle {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    background: linear-gradient(45deg, #219A38, #80C938);
    color: white;
    text-align: center;
    margin: auto 0;
    width: 30%;
    padding: 5px;
}
div.introduction_img{
    display: flex;
    position: relative;
    z-index: -1;

}
img.introduction_img {
    background-color: #cdcdcd;
    width: 80%;
    height: auto;
}
/*点線グラデーション*/
.bordered-bottom { 
    position:absolute; 
    background:#fff;
    width: 100%;
    z-index: -1;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bordered-bottom:before, .bordered-bottom:after {
    position:absolute; 
    left:0; 
    right:0; 
    bottom:0; 
    display:block; 
    content:' '; 
    height:10px;
}
.bordered-bottom:before { 
    border-bottom:10px dotted #219A38; 
}
.bordered-bottom:after { 
    background:-webkit-linear-gradient( right, white,5%, rgba(255, 255, 255, 0)); 
    background:linear-gradient(to left, white,5%, rgba(255, 255, 255, 0));
}
/*点線グラデーション　ここまで*/

#main .text_right {
    position: relative;
    width: 54%;
    font-weight: bold;
}
.introduction {
    padding: 10px 5px;
    font-size: 1.2rem;
    padding: 10px 5px;
    font-size: 1.2rem;
    position: relative;
    border-left: 10px solid #219A38;
    font-weight: bold;
}


.detail {
    color: #04357E;
    background: #E9F8FF;
    position: relative;
    border-left: 10px solid #219A38;
    border-image: linear-gradient(to bottom, #219A38 0%, #79C73A 100%);
    border-image-slice: 1;
    font-weight: bold;
    padding: 15px;
}
.detail_tittle {
}
.detail_body {
    padding: 5px;
}
.detail_text {
    display: flex;
}
.detail_left {
    width: 20%;
}
.detail_right {
    width: 80%;
}
/*メニュー　ここから*/
.menu_list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.menu {

    margin: 1px;
    padding: 10px;
    color: #FFF;
  }
.menu div{
    position: absolute;
    padding: 20px;
}
.menu img{
    width: 100%;
    height: auto;
    background: #cdcdcd;
}
.menu a{
    color: white;
}
.menu1{
    color: white;
    display: flex;
}
.menu2{
    color: white;
    display: flex;

}
.image_index {
    position: relative;
    text-align: center;
    padding: 300px 0;
}

.band{
    width: 100%;
    height: 300px;
    background: green;
    z-index: -100;

}
/*メニュー　ここまで*/

footer{
    margin-top: 50px;
    background: #EEEEEE;
}

footer a{
    color: black;
    font-weight: bold;
    font-size: 1rem;
}

.footer_menu{
	display:flex;
}
.footer_left{
	display:flex;

}
.footer_list{
	display:flex;
}
.footer_list div {
    padding: 15px;
}
.footer_right{
    margin-left: auto;
    display: flex;
    padding: 25px;
}
.footer_right a{
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #219A38;
}
.arrow-top{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 13px 10px;
    border-top: 4px solid white;
    border-left: 4px solid white;
    transform: rotate(45deg);
}
.copyright{
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    font-weight: bold;
}

/*強み*/
.image_tsuyomi {
    position: relative;
    text-align: center;
    margin: 40px 0;
}

.image_tsuyomi div{
    position: absolute;
}
/*サービス*/
#service{
    width: 100%;
}
.head {
    position: relative;
    text-align: center;
    margin-top: 100px;
    width: 100%;
}
.head div{
    position: absolute;
    width: 100%;
    color: white;
    padding: 160px 0;
    font-size: x-large;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.head img{
    width: 100%;
    z-index: -1;
}

#service .text_body{ 

}
#service .text_left{ 
    width: 30%;
    margin: auto;
}
#service .text_left img{
    width: 100%;
}
#service .text_right {
    width: 65%;
    margin: auto;
    padding: 0 10px;
    font-weight: bold;
}
#service .text{ 
    width: 60%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 0;
}
#service .text_grey{ 
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #e5e5e5;
}


.band2{
    width: 100%;
    height: 300px;
    background: green;
    z-index: -100;
    bottom: 13.5%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 100px;
}

/*お問い合わせ*/
#contact .main{
    margin: auto;
    width: 65%;
    font-weight: bold;
}
#contact .tittle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #097C25;
    padding: 10px;
    border-bottom: double;
}
#contact .text {
    padding: 20px 0;
}

#contact .middle {
    background: #097C25;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    padding: 7px;
}


.contact_area {
    border: 3px solid #cfcfcf;
    margin: 50px 0;
    padding: 40px 120px;
}
.data {
    padding: 10px 0;
}
.data input{
    width: 100%;
    height: 50px;
    font-size: inherit;
    border: 2px solid #cfcfcf;
}
.data textarea{
    width: 100%;
    height: 200px;
    font-size: x-large;
    border: 2px solid #cfcfcf;
}
.data select{
    height: 50px;
    width: 100%;
    font-size: inherit;
    border: 2px solid #cfcfcf;
}
.data select:first-child{
    color: #cfcfcf;
}
.data_tittle {
    border-left: 7px solid #097C25;
}
.data_tittle p{
    padding-left: 10px;
}
.contact_area button{
    display: block;
    margin: auto;
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #6EAD30;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    width: 200px;
    margin-top: 50px;
}

/*Q&A*/
#Q\&A {
    margin: auto;
    width: 65%;
    font-weight: bold;
}

.q\&a_area {
    margin: 50px 0;
    border: #b7b7b7 3px solid;
    padding: 30px;
}

.q_area {
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    border-bottom: 2px solid #ff9cfc;
    border-image: linear-gradient(to right, #fd3ee6 0%, #ffffff 100%);
    border-image-slice: 1;

}
.q_area img{
    padding-left: 10px;
}

.question {
    margin: auto 0;
    padding-left: 20px;
}

.a_area {
    display: flex;
    background-color: F2EEF7;
    padding: 20px 10px;
    border-radius: 8px;
}

.answer {
    margin: auto 0;
    padding-left: 20px;
}
.hidden_button {
    width: 5%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: -25px;
}
.triangle {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 13px 10px;
    border-top: 4px solid #b7b7b7;
    border-left: 4px solid #b7b7b7;
    transform: rotate(45deg);
}
/*会社概要*/
.overview_body {
    width: 50%;
    margin: 50px auto;
    padding: 40px 40px 10px 40px;
    border: 3px solid #219A38;
    border-image: linear-gradient(to bottom left, #219A38 0%, #79C73A 100%);
    border-image-slice: 1;
}
.overview_line {
    display: flex;
    margin-bottom: 30px;
}

.overview_left {
    border-bottom: 3px solid #037A06;
    width: 25%;
    color: #037A06;
    padding: 3px 2px;
    font-weight: bold;
}
.overview_right {
    border-bottom: 2px dotted #2cb92a;
    padding: 0px 11px;
    width: 100%;
    font-weight: bold;
}