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

/*===============================================================================
===============================================================================

frame.css（ヘッダー、タイトルまわり、フッター、ページトップ、プリント設定）

===============================================================================
==============================================================================*/


/* Header
-------------------------------------------------------------------------------------------------------- */

/* Bootstrap - デザインにあわせて上書き
 --------------------------------------------------*/

/* ナビ全体枠設定 */
.navbar {
	margin-bottom: 0px;
	/* margin-bottom: 20px;
	min-height: 50px;
	border-radius: 4px;*/
}

/* グレー枠＆背景 */
.navbar-default {
	/*background-color: #f8f8f8;*/
	border: none;
	background: none;
}

/* ロゴ */
.navbar-brand {
	/*float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;*/
}

/* 個別ナビ全体 */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

/* 個別ナビ */
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #448239;
}

@media screen and (min-width:769px) {
    .navbar-nav {
        float: right;
    }
}
@media screen and (max-width:768px) {
    .navbar-nav {
		padding-bottom: 20px;
    }
}

/* ボタン */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
    border: none;
	margin-right: 0px;
	margin-top: 0px;
	padding: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
}


/* SP */
@media screen and (max-width:768px) {
    .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

/* animation */
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0deg);
    top: 0;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 100%;
    margin-left: 0;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0deg);
    bottom: 0;
}
.navbar .navbar-toggle .icon-bar {
    position: relative;
    transition: all 200ms ease-in-out;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    top: 10px;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 6px;
}


/* Header
-------------------------------------------------------------------------------------------------------- */
header {
  background-color: rgba(255,255,255,0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  padding-top: 8px;
  padding-bottom: 8px;
}



/* SP */
@media screen and (max-width:768px) {
    header {
        padding-top: 12px;
    }
}






/* Frame
-------------------------------------------------------------------------------------------------------- */
.cont {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* SP */
@media screen and (max-width:768px) {
    .cont {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}





/* Title
-------------------------------------------------------------------------------------------------------- */
h1.logo {
    max-width: 380px;
    margin: 0 auto 30px;
}
h1.logo img {
    max-width: 100%;
}


h2 {
    text-align: center;
	margin-bottom: 55px;
	display: block;
}
h2 span.mttl {
    font-size: 34px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
    line-height: 1;
	color: #000;
}
h2 span.mttl .initial {
    color: #448239;
}
h2 span.sttl {
    font-size: 16px;
	display: block;
    line-height: 1;
	font-weight: bold;
	color: #444;
}


/* 見出し */
p.heading {
    font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}


/* 画像見出し */
.img-heading {
    font-size: 22px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}


/* SP */
@media screen and (max-width:768px) {
    h2 {
	    margin-bottom: 30px;
	}
	h2 span.mttl {
	    font-size: 30px;
		margin-bottom: 10px;
	}
	p.heading {
		font-size: 24px;
	}
	.img-heading {
		font-size: 18px;
		margin-bottom: 30px;
		text-align: center;
		font-weight: bold;
	}
}





/* KV
-------------------------------------------------------------------------------------------------------- */
#main .inner {
   margin-bottom: 80px;
}

.cont-kv {
   padding-top: 180px;
}
.logo {
   margin-bottom: 30px;
   text-align: center;
}
.kv-copy {
   font-weight: bold;
   font-size: 24px;
   text-align: center;
   margin-bottom: 15px;
}
.kv-txt {
   text-align: center;
}
.scroll {
   width: 100px;
   height: 70px;
   margin: 0 auto -10px;
   text-align: center;
   background: url(../../img/index/border-scroll.png) center bottom no-repeat;
}


/* SP */
@media screen and (max-width:768px) {
    .logo img {
   	   max-width: 90%;
    }
	.cont-kv {
   	   padding-top: 120px;
    }
	.kv-copy {
   	   font-weight: bold;
   	   font-size: 20px;
   	   text-align: center;
   	   margin-bottom: 20px;
	}
}





/* News
-------------------------------------------------------------------------------------------------------- */
#news {
    background: #f1f1f1;
}
#news .cont {
    padding-top: 60px;
    padding-bottom: 60px;
}

#news .inner {
	max-width: 800px;
	margin: 0 auto;
}

#news .inner dl {
	display: block;
	margin-bottom: 10px;
}
#news .inner dt {
	width: 80px;
	float: left;
	color: #444;
}
#news .inner dd {
	margin-left: 100px;
}


/* TB */
@media screen and (max-width:1070px) {
	#news_area {
		padding: 80px 20px;
	}
}

/* SP */
@media screen and (max-width:640px) {
	#news_area {
		padding: 60px 20px;
	}
	.news_inner dl {
		margin-bottom: 30px;
	}
	.news_inner dt {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.news_inner dd {
		margin-left: 0;
	}
}



/* Service
-------------------------------------------------------------------------------------------------------- */
#service .inner {
    max-width: 940px;
	margin: 0 auto;
    text-align: center;
}
#service .service-heading {
    display: flex;
    align-items: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.6em;
    text-align: center;
}
#service .service-heading:before,
#service .service-heading:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
#service .service-heading:before {
    margin-right: 1.8em;
}
#service .service-heading:after {
    margin-left: 1.8em;
}

/* SP */
@media screen and (max-width:768px) {
    #service .service-heading {
      font-size: 1.2em;
    }
    #service .service-heading:before {
      margin-right: 1em;
    }
    #service .service-heading:after {
      margin-left: 1em;
    }
}



/* Works
-------------------------------------------------------------------------------------------------------- */
#works {
    background: #f1f1f1;

}
#works .inner {
    max-width: 1140px;
	margin: 0 auto;
}
#works .area-works {
    display: flex;
    flex-wrap: wrap;
}
#works .area-works .box {
    width: 48%;
    margin-right: 4%;
    background: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 0px 12px 12px rgba(0,0,0,0.03);
}
#works .area-works .box:nth-child(2n) {
    margin-right: 0px;
}
#works .area-works .box:last-child,
#works .area-works .box:nth-last-child(2) {
    margin-bottom: 0px;
}

/* サムネイル */
#works .area-works .thumb {
    background: #ccc;
}
#works .area-works .thumb img {
    max-width: 100%;
}

/* テキストエリア */
#works .area-works .box-inner {
    padding: 30px 25px;
    text-align: center;
}
#works .area-works .box-inner .tag {
    color: #448239;
    border: 2px solid #448239;
    display: inline-block;
    padding: 8px 15px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 0.5em;
}
#works .area-works .box-inner .ttl {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3em;
}
#works .area-works .box-inner .txt {
    margin-bottom: 1em;
    font-size: 1.1em;
    text-align: center;
}

/* ボタン */
#works .area-works .box-inner .btn-detail {
    width: 100%;
    display: block;
    text-align: center;
}
#works .area-works .box-inner .btn-detail a {
    background: #448239;
    display: block;
    font-size: 1.2em;
    color: #fff;
    padding: 0.6em;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}
#works .area-works .box-inner .btn-detail a:hover {
    opacity: 0.7;
    text-decoration: none;
}

#works .area-works .box-inner .btn-detail a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    font-weight: bold;
    right: 5%;
}

/* SP */
@media screen and (max-width:768px) {
    #works .area-works .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    #works .area-works .box:last-child {
        margin-bottom: 0;
    }
}



/* Message
-------------------------------------------------------------------------------------------------------- */
#message .inner {
    max-width: 1000px;
	margin: 0 auto;
}

.profile {
    display: flex;
    margin-bottom: 60px;
}

/* Image */
.profile .img-message {
    width: 32%;
    margin-right: 4%;
    text-align: center;
}
.profile .img-message img {
    max-width: 100%;
}

/* Name */
.profile .name-area {
    width: 64%;
}
.name-area .position { line-height: 1; font-weight: bold; font-size: 18px; margin-bottom: 12px;}
.name-area .name { line-height: 1; font-weight: bold; font-size: 32px; margin-bottom: 25px;}
.name-area .name .en { line-height: 1; font-weight: normal; font-size: 16px; color: #777; padding-left: 1em;}
.message {letter-spacing: -1px;}


/* SNS */
.sns {
    width:220px;
    margin-bottom: 2em;
}
.sns ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
}
.sns ul li,
.sns ul li a {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    transition: 0.3s;
}
.sns ul li a:hover {
    opacity: 0.7;
}

 
/* Message */
.cap-grn {
    color: #448239;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
.message {
    position: relative;
    padding: 2.2em 1.5em;
    top: 0;
    text-align: center;
}
.message:before, .message:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 30px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.message:before{
    border-left: 1px solid #111;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    left: 0;
}
.message:after{
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    right: 0;
}

/* SP */
@media screen and (max-width:768px) {
    .profile {
       display: block;
    }
    /* Image */
    .profile .img-message {
       width: 100%;
	   margin-bottom: 30px;
    }
    .profile .img-message img {
       max-width: 80%;
    }
    
    /* Name */
    .profile .name-area {
       width: 100%;
       text-align: center;
    }
    .name-area .position {
        margin-bottom: 18px;
    }
	.name-area .name {
	   margin-bottom: 25px;
	}
    .name-area .name .en {
        padding-left: 0;
        padding-top: 0.8em;
        display: block;
    }
    
    /* SNS */
    .sns {
        width: 100%;
    }
    .sns ul {
        justify-content: center;
    }
    .sns ul li {
        margin-right: 8px;
        margin-left: 8px;
    }
}



/* Company
-------------------------------------------------------------------------------------------------------- */
#company {
    background: #f1f1f1;
}

#company .inner {
    max-width: 800px;
	margin: 0 auto;
}

.company-detail div.cat ,
.company-detail div.detail {
    border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.company-detail div.first.cat,
.company-detail div.first.detail {
    border-top: 1px solid #ccc;
}
.company-detail .cat {
    font-weight: bold;
}

@media screen and (max-width:990px) {
    .company-detail div.cat {
	    border-bottom: none;
		padding-bottom: 0;
	}
	.company-detail div.detail {
	    padding-top: 10px;
	}
	.company-detail div.first.detail {
	    border-top: none;
	}
}



/* Support
-------------------------------------------------------------------------------------------------------- */
#support .inner {
    max-width: 870px;
	margin: 0 auto;
}

#support .inner .ttl {
    background: #448239;
	color: #fff;
	padding: 15px;
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
}
#support .inner .box-support {
    border: 1px solid #448239;
	padding: 15px;
}

#support .inner .box-support .head {
    color: #333;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
#support .inner .box-support .child {
    color: #555;
	font-weight: bold;
}


ol.list-supprt {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.list-supprt li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.list-supprt li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.ttl-contact {
   text-align: center;
   padding: 5px;
   border: 2px solid #111;
   width: 250px;
   margin: 0 auto 20px;
   font-weight: bold;
}


/* SP */
@media screen and (max-width:768px) {
    .ttl-contact {
      width: 100%;
   }
}



/* Contact
-------------------------------------------------------------------------------------------------------- */
#contact {
    background: #fff;
}

#contact .cont {
    padding-top: 80px;
    padding-bottom: 80px;
}



/* PAGETOP
-------------------------------------------------------------------------------------------------------- */
#pagetop {
    display: none;
}
#pagetop a {
    bottom: 50px;
    display: none;
    right: 30px;
    position: fixed;
    background: url(../../img/common/btn_pagetop.png) no-repeat;
	background-size: 60px 60px;
	display: block;
	width: 60px;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:    hidden;
	opacity: 0.9;
}

#pagetop a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	#pagetop a {
		display: block;
		width: 100%;
		padding: 12px;
		background: #448239;
		position: static;
		color: #eee;
		height: auto;
		text-indent: initial;
		text-align: center;
		text-decoration: none;
		opacity: 1.0;
		font-weight: bold;
		font-size: 18px;
	}
}



/* Footer
-------------------------------------------------------------------------------------------------------- */
#footer {
	border-top: 1px solid #ccc;
}

#footer .inner {
	padding: 30px 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footer {
		border: none;
	}
}
