@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
}
body{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    font-size: 18px;
    font-weight: 500;
    color: #002335;
}
a{
    text-decoration: none;
}
a:hover{
    transition: .3s;
}
ul {
    list-style: none;
}
img{
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
}
.border{
    border: 1px solid;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt100{
    margin-top: 100px;
}
.mb100{
    margin-bottom: 100px;
}
.mb150{
    margin-bottom: 150px;
}
.mr20{
    margin-right: 20px;
}
.text-c{
    text-align: center;
}

.spacing{
    letter-spacing: 3px;
    margin-right: -3px;
}
.fs-25{
   font-size: 25px;
   font-weight: 700;
}
.fs-30{
   font-size: 30px;
   font-weight: 700;
}
.white{
    color: #fff;
}
.main-color{
    color: #0091AC;
}
.sub-color{
    color: #669F31;
}
.main-bg{
    background: #0091AC;
}
.flex{
    display: flex;
}
.fl-center{
    justify-content: center;
    align-items: center;
}
.fl-between{
    flex-wrap: wrap;
    justify-content: space-between;
}
.fl-justify{
    justify-content: center;
}
.fl-align{
    align-items: center;
}
.fl-align{
    flex-wrap: wrap;
}

/**** header ****/
#header{
    position: absolute;
    top: 0;
    z-index: 99;
    background: none;
}
#header .global-nav li a{
    color: #fff;
}
#header.scroll{
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: .3s;
}
#header.scroll .global-nav li a{
    color: #002335;
}
header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-weight: 700;
}
.logo{
    margin-right: auto;
}
.global-nav{
    display: flex;
}
.global-nav li{
    margin-right: 20px;
}
.global-nav li a:hover{
    padding-bottom: 2px;
    border-bottom: 2px solid;
}
.contact-btn{
    width: 190px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #0091AC;
    color: #fff;
}
.contact-btn:hover{
    background: #002335;
}


/**** footer ****/

footer{
    width: 100%;
    height: 500px;
    background: #002335;
    color: #fff;
}
footer a{
    color: #fff;
}
.footer-nav{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.footer-nav li{
    margin-right: 30px;
    font-size: 16px;
}
.footer-nav li a:hover{
    padding-bottom: 2px;
    border-bottom: 2px solid;
}
.copy-right{
    margin-top: 380px;
    font-size: 13px;
}

/**** 共通 ****/

.contents{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.inner{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.inner-2{
    width: 630px;
    margin-right: auto;
    margin-left: auto;
}
.page-top{
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: -5px;
    font-family: 'Poppins', sans-serif;
    color: #95C8D2;
}

/**** 共通 ****/


.hero{
    width: 100%;
    height: 100vh;
    background: url(../images/hero.jpg) center;
    background-size: cover;
}
.catch{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 150px 0 300px;
    text-align: center;
    background: url(../images/catch-back.png) bottom;
    background-size: cover;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.copy{
    padding-bottom: 2px;
    border-bottom: 5px solid;
    font-size: 40px;
}
.main-copy{
    margin-top: 10px;
    font-size: 60px;
}


/**** 業務内容 ****/

.balloon {
    display: inline-block;
	position: relative;
    margin: 1.5em auto;
    padding: 7px 0;
    border-bottom: 3px solid #669F31;
}
.balloon:after, .balloon:before {
    position: absolute;
	pointer-events: none;
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	border: solid transparent;
}
.balloon:after {
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.balloon:before {
	border-top-color: #669F31;
	border-width: 19px;
	margin-left: -19px;
}
.service-area{
    width: 366px;
}
.service-item{
    width: 120px;
    padding: 5px 0;
    text-align: center;
    background: #669F31;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.flow{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    color: #fff;
}
.flow p:first-child{
    font-size: 60px;
    font-weight: 700;
}
.flow-01{
    background: #95C8D2;
}
.flow-02{
    background: #56AABA;
}


/**** 施工事例 ****/

.works{
    width: 400px;
}


/**** 会社案内 ****/

.company-table{
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 30px 0;
}
.company-table th,.company-table td{
    border-top: 1px solid;
    padding: 25px 0 30px 25px;
}
.company-table th{
    width: 250px;
    margin-right: 50px;
    text-align: left;
    vertical-align: top;
    color: #0091AC; 
}
.company-table td{
    width: 700px;
}
.tel{
    width: 45px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}


/**** お問い合わせ ****/

.contact-back{
    padding: 150px 0;
    background: #efefef;
}

/***************
   form
***************/
input, button, textarea, select, checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
input,textarea{
    margin: 1rem 0 0 0!important;
    padding: 20px 20px!important;
    background: #fff;
    border-radius: 0!important;
    border: none!important;
    font-size: 15px;
}
input:focus,
textarea:focus {
    outline: none;
    background: #FCF1E8;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #FCF1E8 inset;
}
input::placeholder,textarea::placeholder {
    color: #b3b3b3;
    font-family: 'Noto Sans JP', sans-serif;
}
button{
    text-shadow: none!important;
    cursor: pointer;
    transition: .3s;
}
button:hover{
    background: none;
}
.contact-head{
    display: flex;
    margin: 30px 0 5px 0;
    font-weight: 600;
}
.required{
    margin-left: 15px;
    padding: .2rem .5rem 0;
    background: #0091AC;
    color: #fff;
    font-size: 14px;
}
.form-s{
    width: 30%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-m{
    width: 50%;
}
.form-l,.form-xl{
    min-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-xl{
    height: 350px!important;
}
.btn{
    display: block;
    width: 300px;
    margin: 60px auto 0;
    padding: 15px;
    background: #0091AC;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.btn:hover{
    background: #002335;
}
.thanks-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
}
.thanks-nav a{
    color: #002335!important;
}