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

/*=======================
#intro
=======================*/
#intro {
    margin:0;
    padding:0;
}
#intro .intro-inner {
    margin:0 auto;
}
#intro h1{
    color:white;
    font-size:1px;
}
#intro .title_block{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
#intro h2{
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    margin: auto;
}
#intro h2 + p{
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
    margin: auto;
}
#intro .txt_block{
    position: absolute;
    left: 0;
    right: 0;
    top: 172px;
    margin: auto;
}
#intro p{
    color:#404040;
}
.gloval-nav img{
    vertical-align:middle;
}
#intro .header .container {
    position:relative;
    margin:0 auto;
    text-align:center;
    background:white;
    height:700px;
}

/*=======================
.txt_box
=======================*/	
.txt_box { 
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    margin:0;
    text-align:center;
    padding-top:60px;
}
/* ウィンドウ幅が1201px以上の場合の記述 */
@media screen and (min-width:1201px) {
.txt_box {
    background-size:cover;
}
}
.txt_box1{
    background:white;
}
.txt_box2{
    background-color:#404040;
}
.txt_box h2{
    padding-top:20px;
    padding-bottom:20px;
}
.txt_block{
    padding-top:30px;
    font-size:16px;
}
.txt_block span{
    color: #fff;
}
.txt_block a{
    color: #fff;
}

.txt_block{
    line-height:3;
    padding-bottom:100px;
}

/*=======================
#service
=======================*/	
#service_img {
    background-image:url(../img/bg_service.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    height:600px;
    background-color: #fff;
}

/* ウィンドウ幅が1201px以上の場合の記述 */
@media screen and (min-width:1201px) {
#service_img {
    background-size:cover;
}
.txt{
    margin: auto;
    width: 200px;
    text-align: left;
}
}

#service_img p{
    text-align:center;
    padding-top:240px;
    position: relative;
    z-index: 10;
}
#service_txt table{
    width:800px;
    text-align:left;
    margin:0 auto 0 auto;
    border:0;
    cellspacing:0;
    cellpadding:0;
}
#service_txt table tr{
    width: 266px;
    text-align:center;
    font-size:12px;
}
#service_txt table tr td{
    padding:5px 5px;
}
#service_tbl{
    height:200px;
}

#service_txt .service_list{/*
    padding-bottom: 154px*/
}/*
#service_txt .service_list ul{
    max-width: 600px;
    width: 100%;
    margin: auto;
    display: table;
    font-size: 12px;
    position: relative;
    height: 186px;
    background: yellow;
}
#service_txt .service_list ul li{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    max-width: 300px;
    width: 33%;
    text-align: left;
}*/


#service_txt .service_list ul{
    max-width: 900px;
    width: 100%;
    height: 250px;
    margin: auto;
    display: table;
    font-size: 12px;
    position: relative;
}
#service_txt .service_list ul li{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    width: 33%;
}

@media screen and (min-width: 751px){
#service_txt .service_list ul li:nth-child(1){
    left: 0;
}
#service_txt .service_list ul li:nth-child(2){
    left: 33%;
}
#service_txt .service_list ul li:nth-child(3){
    right: 33%;
}
#service_txt .service_list ul li:nth-child(4){
    right: 0;
}
}
#service_txt .service_list ul li figure{
    margin: auto;
}
#service_txt .service_list ul li figure,
#service_txt .service_list ul li p{
    padding:5px 5px;
}

#service_txt{
    height: 980px;
    position: relative;
}
#service_txt .title_block{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
#service_txt h2{
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    margin: auto;
}
#service_txt h2 + p{
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
    margin: auto;
}
#service_txt .txt_block{
    position: absolute;
    left: 0;
    right: 0;
    top: 172px;
    margin: auto;
}
#service_txt .service_list{
    position: absolute;
    left: 0;
    right: 0;
    top: 450px;
    margin: auto;
}


/*=======================
#about
=======================*/	
#about_img {
    background-image:url(../img/bg_about.jpg);
    background-position:center center;
    background-repeat:no-repeat;
    height:600px;
    background-color: #fff;
}

/* ウィンドウ幅が1201px以上の場合の記述 */
@media screen and (min-width:1201px) {
#about_img {
    background-size:cover;
}
}

#about_img p{
    text-align:center;
    padding-top:240px;
    position: relative;
    z-index: 10;
}
#about_txt table{
    width:900px;
    text-align:left;
    margin:0 auto 0 auto;
    border:0;
    cellspacing:0;
    cellpadding:0;
}
#about_txt table tr{
    width:225px;
    text-align:center;
    font-size:12px;
}
#about_txt table tr td{
    padding:5px 5px;
}
#about_tbl{
    height:200px;
}

#about_txt .about_list{
    padding-bottom: 154px;
}
#about_txt .about_list ul{
    max-width: 900px;
    width: 100%;
    margin: auto;
    display: table;
    font-size: 12px;
    position: relative;
    height: 186px;
}
#about_txt .about_list ul li{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    max-width: 225px;
    width: 25%;
}
@media screen and (min-width: 751px){
#about_txt .about_list ul li:nth-child(1){
    left: 0;
}
#about_txt .about_list ul li:nth-child(2){
    left: 25%;
}
#about_txt .about_list ul li:nth-child(3){
    right: 25%;
}
#about_txt .about_list ul li:nth-child(4){
    right: 0;
}
}
#about_txt .about_list ul li figure{
    margin: auto;
}
#about_txt .about_list ul li figure,
#about_txt .about_list ul li p{
    padding:5px 5px;
}

#about_txt{
    height: 550px;
    position: relative;
    background: #f9f9f9;
}
#about_txt .title_block{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
}
#about_txt h2{
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    margin: auto;
}
#about_txt h2 + p{
    position: absolute;
    left: 0;
    right: 0;
    top: 210px;
    margin: auto;
}
#about_txt .txt_block{
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    margin: auto;
}
#about_txt .about_list{
    position: absolute;
    left: 0;
    right: 0;
    top: 590px;
    margin: auto;
}
#txt_about{
    width: 630px;
    text-align: left;
    top: 200px;
}
#txt_about em{
    color: #37c786;
    font-style: normal;
}


/*=======================
#contact
=======================*/
#contact h2{
    margin-bottom: 50px;
}
#contact_txt1{
    color: #3aae36;
    font-size:16px;
    line-height: 1.5;
}
#contact_txt2{
    font-size:24px;
    line-height: 1.8;
}
#contact_txt3{
    font-size:16px;
    padding-bottom: 100px;
}


/* SP */
@media screen and (max-width: 750px){
/*=======================
.txt_box
=======================*/
.txt_box {
    padding-top:30px;
}
.txt_box h2{
    font-size: 20px;
    line-height: 1.5;
    padding-top: 12.5px;
    padding-bottom: 15px;
}
.txt_box h2 + p{
    line-height: 0;
}
.txt_box h2 + p img{ 
    width: 13.3333333%;
    height: auto;
}
.txt_block{
    font-size: 10.5px;
    line-height: 2.3809;
    padding-top: calc(21px - (((1em * 2.3809) - 1em) / 2));
    padding-bottom: calc(61px - (((1em * 2.3809) - 1em) / 2));
}
.txt_block2{
    font-size: 10.5px;
    line-height: 2.3809;
    padding-top: calc(21px - (((1em * 2.3809) - 1em) / 2));
    padding-bottom: calc(61px - (((1em * 2.3809) - 1em) / 2));
}
.txt_block span{
    font-size: 18px;
    color: white;
}
.txt_block span span.border{
    text-decoration: underline;
}
.title_block{
    line-height: 0;
}


/*=======================
#intro
=======================*/
#intro .title_block{
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    margin: auto;
    text-align:center;
}
#intro .title_block img{
    width:7.6%;
    height:auto
}
#intro h2{
    position: absolute;
    top: calc(51px - (((1em * 1.5) - 1em) / 2));
    left: 0;
    right: 0;
    margin: auto;
    padding:0;
}
#intro h2 + p{
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    margin: auto;
    text-align:center;
}
#intro h2 + p img{
    width:13.3333333%;
    height:auto
}
#intro .txt_block{
    position: absolute;
    left: 0;
    right: 0;
    //top: calc(138px - (((1em * 2.3809) - 1em) / 2));
    top:131px;
    margin: auto;
    padding:0;
}
#intro .header .container {
    height: 400px;
    padding:0;
}

#intro_content4 img{
	width: 60%;
}

/*=======================
#service
=======================*/	
#service_img {
    height:280px;
    background-size: 150% auto;
}
#service_img p{
    padding: 0;
    display: block;
    max-width: 120px;
    width: 16%;
    margin: auto;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#service_img p img{
    width: 100%;
    height: auto;
}

#service_txt .service_list{
    padding-bottom: 0;
}
#service_txt .service_list ul{
    width: 100%;
    margin: auto;
    font-size: 12px;
}
#service_txt .service_list ul li{
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
    padding-bottom: 50px;
}
#service_txt .service_list ul li figure{
    margin: auto;
}
#service_txt .service_list ul li figure img{
    width: 90%;
    height: auto;
}
#service_txt .service_list ul li figure,
#service_txt .service_list ul li p{
    padding:5px 5px;
    font-size:9px;
    line-height:1.444;
}
#service_txt .service_list ul li p.img img{
    height: auto;
}
#service_txt .service_list ul li:nth-child(1) p.img img{/*
    max-width: 155px;
    width: 82.6666%;*/
}
#service_txt .service_list ul li:nth-child(2) p.img img{/*
    max-width: 118px;
    width: 62.9334%;*/
}
#service_txt .service_list ul li:nth-child(3) p.img img{/*
    max-width: 141px;
    width: 75.2%;*/
}
#service_txt .service_list ul li:nth-child(4) p.img img{/*
    max-width: 128px;
    width: 68.2666%;*/
}
#service_txt .service_list ul li:nth-child(5) p.img img{/*
    max-width: 128px;
    width: 68.2666%;*/
}
#service_txt .service_list ul li:nth-child(6) p.img img{/*
    max-width: 128px;
    width: 68.2666%;*/
}
.txt{
    width: 80%;
    margin: 0 auto;
}

#service_txt{
    height: 1000px;
    padding:0;
}
#service_txt .title_block{
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    margin: auto;
    text-align:center;
}
#service_txt .title_block img{
    width:10.53333333333333%;
    height:auto;
}
#service_txt h2{
    position: absolute;
    top: calc(51px - (((1em * 1.5) - 1em) / 2));
    left: 0;
    right: 0;
    margin: auto;
    padding:0;
}
#service_txt h2 + p{
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    margin: auto;
}
#service_txt h2 + p img{
    width: 13.3333333%;
    height: auto;
}
#service_txt .txt_block{
    position: absolute;
    left: 0;
    right: 0;
    // top: calc(138px - (((1em * 2.3809) - 1em) / 2));
    top:131px;
    margin: auto;
    padding:0;
}
#service_txt .service_list{
    position: absolute;
    left: 0;
    right: 0;
    top: 299px;
    margin: auto;
    height: 390px;
}
#service_txt .service_list ul{
    max-width: 450px;
    margin: auto;
    height: 100%;
}
#service_txt .service_list ul li{
    position: absolute;
}
#service_txt .service_list ul li:nth-child(1){
    top: 0;
    left: 0;
}
#service_txt .service_list ul li:nth-child(2){
    top: 0;
    right: 0;
}
#service_txt .service_list ul li:nth-child(3){
    top: 50%;
    left: 0;
}
#service_txt .service_list ul li:nth-child(4){
    top: 50%;
    right: 0;
}
#service_txt .service_list ul li:nth-child(5){
    top: 100%;
    left: 0;
}
#service_txt .service_list ul li:nth-child(6){
    top: 100%;
    right: 0;
}

/*=======================
#about
=======================*/	
#about_img {
    height:280px;
    background-size: 150% auto;
}
#about_img p{
    padding: 0;
    display: block;
    max-width: 120px;
    width: 16%;
    margin: auto;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#about_img p img{
    width: 100%;
    height: auto;
}

#about_txt .about_list{
    padding-bottom: 0;
}
#about_txt .about_list ul{
    width: 100%;
    margin: auto;
    font-size: 12px;
}
#about_txt .about_list ul li{
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
#about_txt .about_list ul li figure{
    margin: auto;
}
#about_txt .about_list ul li figure img{
    height: auto;
}
#about_txt .about_list ul li figure,
#about_txt .about_list ul li p{
    padding:5px 5px;
    font-size:9px;
    line-height:1.444;
}
#about_txt .about_list ul li p.img img{
    height: auto;
}
#about_txt .about_list ul li:nth-child(1) p.img img{/*
    max-width: 155px;
    width: 82.6666%;*/
}
#about_txt .about_list ul li:nth-child(2) p.img img{/*
    max-width: 118px;
    width: 62.9334%;*/
}
#about_txt .about_list ul li:nth-child(3) p.img img{/*
    max-width: 141px;
    width: 75.2%;*/
}
#about_txt .about_list ul li:nth-child(4) p.img img{
    max-width: 128px;
    width: 68.2666%;
}
#about_txt{
    height: 450px;
    padding:0;
}
#about_txt .title_block{
    position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    margin: auto;
    text-align:center;
}
#about_txt .title_block img{
    width:10.53333333333333%;
    height:auto;
}
#about_txt h2{
    position: absolute;
    top: calc(51px - (((1em * 1.5) - 1em) / 2));
    left: 0;
    right: 0;
    margin: auto;
    padding:0;
}
#about_txt h2 + p{
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    margin: auto;
}
#about_txt h2 + p img{/*
    width: 13.3333333%;*/
    width:10.53333333333333%;
    height: auto;
}
#about_txt .txt_block{
    position: absolute;
    left: 0;
    right: 0;
    // top: calc(138px - (((1em * 2.3809) - 1em) / 2));
    top:131px;
    margin: auto;
    padding:0;
}
#about_txt .about_list{
    position: absolute;
    left: 0;
    right: 0;
    top: 299px;
    margin: auto;
    height: 350px;
}
#about_txt .about_list ul{
    max-width: 450px;
    margin: auto;
    height: 100%;
}
#about_txt .about_list ul li{
    position: absolute;
}
#about_txt .about_list ul li:nth-child(1){
    top: 0;
    left: 0;
}
#about_txt .about_list ul li:nth-child(2){
    top: 0;
    right: 0;
    }
#about_txt .about_list ul li:nth-child(3){
    top: 50%;
    left: 0;
}
#about_txt .about_list ul li:nth-child(4){
    top: 50%;
    right: 0;
}
#txt_about{
    width: 90%;
    margin: auto;
}
#about_txt2 p img{
    width:10.53333333333333%;
    height: auto;
}

/*=======================
#access
=======================*/	
#access_txt1 .title_block {
    text-align: center;
}
#access_txt1 h2{
    font-size:18px;
    line-height:1;
    padding-top:14px 0 18px;
}
#access_txt1 .title_block img{
    height:auto;
    width:10%;
}

/*=======================
#contact
=======================*/	
#contact .title_block{
    text-align:center;
}
#contact .title_block img{
    width:13.2%;
    height:auto
}

#contact h2{
    margin-bottom: 50px;
}
#contact_txt1{
    color: #3aae36;
    font-size:10.5px;
    line-height: 1.5;
}
#contact_txt2{
    font-size:20px;
    line-height: 1.6;
}
#contact_txt3{
    font-size:10.5px;
}

}