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

TABLET Wide

-------------------------------- */
#sp{display: none;}
#sp-top-logo{display: none;}
/*ヘッド*/
#side-menu{
	width: 80px;
	height: 100vh;
	background-color: #FFF;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	position: fixed;
	top:0;
	left: 0;
	z-index: 2;
}

#side-menu .nav-area{
	width: 80px;
	height: 120px;
	background-color: #2b2b2b;
	position: relative;
}

#side-menu .menu-title{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	transform: rotate( -90deg );
	position: absolute;
	bottom:30px;
	right: 0px;
}

#side-menu .follow-text{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	transform: rotate( -90deg );
	margin-top: 80px;
}


#side-menu ul.sns-list{
	width: 90%;
	font-size: 36px;
	text-align: center;
	margin:40px auto 40px;
}

#side-menu ul.sns-list li{
	color: #ccc;
	margin-bottom: 15px;
}

#side-menu ul.sns-list li a{
	color:#2b2b2b;
	transition: all .5s ease; 
}

#side-menu ul.sns-list li a:hover{
	color: #c30d23;
}

#nav-drawer button{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  z-index: 999999;
}

.menu {
  position: fixed;
  top: 0;
  left: -90vw;
  width: 90vw;
  height: 100%;
  background-color: #2b2b2b;
  transition: all .3s ease;
}

.menu--isOpen {
  position: fixed;
  left: 0;
  top:0;
  width: 30vw;
  z-index: 999998;
}

.menu__button {
  position: fixed;
  left: 15px;
  top: 8px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
}

.menu span {
  display: block;
  width: 80%;
  margin: auto;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - 4px)/2);
  border-radius: 3px;
  transition: .2s;
}

.menu__lineTop {
  transform: translateY(-10px);
}

.menu__lineMiddle {}

.menu__lineBottom {
  transform: translateY(10px);
}

.menu--isOpen .menu__lineTop {
  transform: rotate(45deg); 
  background-color: #FFF; 
}

.menu--isOpen .menu__lineMiddle {
  opacity: 0;
}

.menu--isOpen .menu__lineBottom {
  transform: rotate(-45deg);
  background-color: #FFF;  
}

.sp-menu{
  width: 100%;
  position: relative;
  top:36px;
}

ul.sp-menu-list {
  width: 100%;
  color: #FFF;
}

ul.sp-menu-list li{
  width: 100%;
  color: #FFF;
  border-top: 1px solid #3d3d3d;
}

ul.sp-menu-list li:last-child{
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}

ul.sp-menu-list li a{
  display: block;
  padding: 15px 20px;
  color: #FFF;
}

ul.sp-menu-list li a:hover{
  background-color: #c30d23;
}

.sp-menu-title{
  font-size: 18px;
  color: #FFF;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
  margin-bottom: 10px;
}

.pagetop{
  font-size: 36px;
  position: fixed;
  bottom:10px;
  left: 24px;
  z-index: 3;
  transition: all .5s ease;
}

.pagetop:hover{
  position: fixed;
  bottom:20px;
}

.pagetop a{
  color: #2d2d2d;
  transition: all .5s ease;
}

.pagetop i{
  color: #2d2d2d;
}

/*コンテンツ*/
.content{
	padding-left: 80px;
}

#top-main{
	width: 100%;
	height: 90vh;
	background-image: url(../img/main_image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	position: relative;
}

#top-main h2{
	font-size: 52px;
	line-height: 1.3;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	position: absolute;
	top:40%;
	left: 60px;
}

#top-main ul.top-nav{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

#top-main ul.top-nav li{
	border-left: 1px solid #727b81;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(1){
	width: 35%;
	text-align: center;
	border-left:none;
}

#top-main ul.top-nav li:nth-of-type(2){
	width: 10%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(3){
	width: 17%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(4){
	width: 18%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(5){
	width: 10%;
	text-align: center;
}

#top-main ul.top-nav li:nth-of-type(6){
	width: 10%;
	text-align: center;
	border-left: none;
}

#top-main ul.top-nav li a{
	display: block;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding: 46px 0px;
}

#top-main .top-logo{
	width: 220px;
	font-size: 14px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	margin:0 auto 0;
}

#top-main .top-logo img{
	width: 100%;
	height: auto;
}

#top-main .link-btn{
	display: block;
}

#top-main .link-btn:hover{
	display: block;
	background-color: rgba(255,255,255,0.3);
}

#top-main .contact-btn{
	display: block;
	background-color: #c30d23;
}

#top-main .contact-btn:hover{
	background-color: #f20000;
}

#news{
	width: 100%;
	margin-bottom: 200px;
	position: relative;
}

ul.news-list{
	width: 85%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top:-50px;
}

ul.news-list li:nth-of-type(1){
	width: 20%;
	background-color: #2d2d2d;
	position: relative;
}

ul.news-list li:nth-of-type(2){
	width: 40%;
	position: relative;
}

ul.news-list li:nth-of-type(3){
	width: 40%;
	border-left:1px solid #ccc;
	position: relative;
}

.news-title{
	display: block;
	color: #FFF;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-title h2{
	font-family: arial;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

.news-title a{
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
}

.news-area{
	width: 100%;
	padding: 10px 10px 0px 10px;
	background-color: #FFF;
}

.news-photo{
	width: 40%;
	float: left;
}

.news-photo img{
	width: 100%;
	height: auto;
}

.post-area{
	width: 58%;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px;
	float:right;
}

.post-title{
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.post-title a{
	text-decoration: underline;
}

#strongpoint{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

#strongpoint ul.content-list{
	display: flex;
}

#strongpoint ul.content-list li{
	width: 50%;
}

#strongpoint .content-txt{
	width: 100%;
	background-color: #2d2d2d;
	color: #FFF;
	line-height: 1.5;
	padding: 80px 0px;
	position: relative;
}

#strongpoint .wrap{
	width: 80%;
	margin:0 auto 0;
}

#strongpoint .main-title{
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

#strongpoint .sub-title{
	width: 80%;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	color: #c30d23;
	margin:0 auto 0;
	padding: 40px 0px;
}

#strongpoint .detail-btn{
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#strongpoint .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #c30d23;
	padding: 10px 0px;
}

#strongpoint .detail-btn a:hover{
	background-color: #f20000;
}

#strongpoint .en-title{
	font-family: arial;
	font-size: 80px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	opacity: 0.7;
	position: absolute;
	right: 40px;
	top:-70px;
}

#service{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

#service ul.content-list{
	display: flex;
}

#service ul.content-list li{
	width: 50%;
}

#service .content-txt{
	width: 100%;
	background-color: #2d2d2d;
	color: #FFF;
	line-height: 1.5;
	padding: 80px 0px;
	position: relative;
}

#service .wrap{
	width: 80%;
	margin:0 auto 0;
}

#service .main-title{
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

#service .sub-title{
	width: 80%;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	color: #c30d23;
	margin:0 auto 0;
	padding: 40px 0px;
}

#service .detail-btn{
	width: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#service .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #c30d23;
	padding: 10px 0px;
}

#service .detail-btn a:hover{
	background-color: #f20000;
}

#service .en-title{
	font-family: arial;
	font-size: 80px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	opacity: 0.7;
	position: absolute;
	right: 40px;
	top:-70px;
}


#about{
	width: 100%;
	background-image: url(../img/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 30px;
}

#about .wrap{
	width: 70%;
	margin:0 auto 0;
	padding: 100px 0px;
	color: #FFF;
}

#about h2{
	font-size: 38px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}

#about .en-title{
	font-family: arial;
	font-size: 80px;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top:-50px;
	opacity: 0.7;
}

#about .about-txt{
	font-size: 20px;
	line-height: 1.7;
}

#about .detail-btn{
	width: 300px;
	float: right;
}

#about .detail-btn a{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #c30d23;
	padding: 20px 0px;
}

#about .detail-btn a:hover{
	background-color: #f20000;
}


/*フッター*/
#footer{
	width: 100%;
	background-color: #2b2b2b;
}

#footer ul.conatct-list{
	width: 90%;
	margin:0 auto 0;
	display: flex;
}

#footer ul.conatct-list li:nth-of-type(1){
	width: 15%;
}

#footer ul.conatct-list li:nth-of-type(2){
	width: 40%;
	font-size: 1rem;
	line-height: 1.5;
	color: #FFF;
	padding-top: 20px;
	padding-left: 60px;
}

#footer ul.conatct-list li:nth-of-type(3){
	width: 45%;
	font-size: 1rem;
	line-height: 1.5;
	color: #FFF;
	padding-top: 16px;
}

#footer .contact-title{
	display: block;
	font-size: 14px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	background-color: #c30d23;
	padding: 50px 0px;
}

#footer .contact-title h2{
	font-size: 20px;
	font-weight: bold;
}

#footer .tel-no{
	font-family: arial;
	font-size: 42px;
	line-height: 1.5;
	color: #c30d23;
	font-weight: bold;
}

#footer .contact-time{
	font-size: 14px;
	line-height: 1.5;
}

#footer .mail-btn{
	width: 400px;
}

#footer .mail-btn a{
	display: block;
	color: #FFF;
	text-align: center;
	background-color: #c30d23;
	padding: 10px 0px;
}

#footer .mail-btn a:hover{
	background-color: #f20000;
}

#footer ul.foot-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

#footer ul.foot-nav li{
	font-size: 14px;
	color: #989898;
}

#footer ul.foot-nav li::after{
	content: '|';
	margin:0px 20px;
}

#footer ul.foot-nav li:last-child::after{
	content: '';
	margin:0px 0px;
}

#footer ul.foot-nav li a{
	color: #989898;
}

#footer ul.foot-nav li a:hover{
	color: #FFF;
}

.copy{
	font-size: 12px;
	color: #989898;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 30px;
}

/*セカンドページ*/
ul.sec-nav{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	background-color: #FFF;
	padding-left: 80px;
	border-bottom: 1px solid #2d2d2d;
}

ul.sec-nav li{
	border-left: 1px solid #727b81;
}

ul.sec-nav li:nth-of-type(1){
	width: 30%;
	border-left:none;
}

ul.sec-nav li:nth-of-type(2){
	width: 10%;
	text-align: center;
}

ul.sec-nav li:nth-of-type(3){
	width: 19%;
	text-align: center;
}

ul.sec-nav li:nth-of-type(4){
	width: 20%;
	text-align: center;
}

ul.sec-nav li:nth-of-type(5){
	width: 10%;
	text-align: center;
}

ul.sec-nav li:nth-of-type(6){
	width: 11%;
	text-align: center;
	border-left: none;
}

ul.sec-nav li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 30px 0px;
}

.sec-logo{
	width: 200px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-left: 30px;
}

.sec-logo img{
	width: 100%;
	height: auto;
}

.sec-link-btn{
	display: block;
}

.sec-link-btn:hover{
	display: block;
	color: #FFF;
	background-color: #2d2d2d;
}

.sec-contact-btn{
	display: block;
	color: #FFF;
	background-color: #c30d23;
}

.sec-contact-btn:hover{
	background-color: #f20000;
}

.breadcomb{
	width: 100%;
	font-size: 14px;
	color: #FFF;
	background-color: #2d2d2d;
	padding: 14px 30px;

}

ul.pankuzu-list{
	display: flex;
}

ul.pankuzu-list li{
	font-size: 14px;
	color: #fff;
}

ul.pankuzu-list li::after{
	content: '/';
	margin:0px 20px;
}

ul.pankuzu-list li:last-child::after{
	content: '';
	margin:0px 0px;
}

ul.pankuzu-list li a{
	color: #fff;
}

ul.pankuzu-list li a:hover{
	color: #FFF;
}

.sec-main-title{
	font-size: 32px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	color: #c30d23;
	padding: 40px 0px;
}

.sec-main-en{
	font-family: arial;
	font-size: 120px;
	font-weight: bold;
	white-space: nowrap;
	color: #FFF;
	position: absolute;
	left: -20px;
	bottom: -40px;
}

ul.sec-title-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.sec-title-list li:nth-of-type(1){
	width: 35%;
	background-color: #fff;
}

ul.sec-title-list li:nth-of-type(2){
	width: 65%;
	background-color: #2d2d2d;
	position: relative;
	overflow: hidden;
}


.content-wrap{
	width: 80%;
	margin:0 auto 0;
}

ul.kigyo-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

ul.kigyo-list li:nth-of-type(1){
	width: 22%;
}

ul.kigyo-list li:nth-of-type(2){
	width: 78%;
	background-color: #FFF;
	padding: 60px;
}

.kigyo-title{
	font-size: 24px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
}

.text-line{
	width: 100px;
	border-top:1px solid #c30d23;
	margin:20px auto 20px;
}

.kigyo-text{
	font-size: 18px;
	line-height: 1.7;
}

dl.kigyo-block{
	width: 100%;
	font-size: 18px;
	line-height: 1.7;
}

dl.kigyo-block dt{
	float: left;
	color: #c30d23;
	font-weight: bold;
}

dl.kigyo-block dd{
	margin-left: 1.5em;
}

table.kigyo-table{
	width: 100%;
}

table.kigyo-table th{
	width: 15%;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px 0px;
	border-bottom:1px solid #c30d23;
}

table.kigyo-table td{
	width: 85%;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px 0px;
	border-bottom:1px solid #2d2d2d;
}

/* お知らせ一覧　*/
ul.sec-news-list{
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

ul.sec-news-list li{
	width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
    display: block;
    transition: all .5s ease;
}

ul.sec-news-list li:nth-of-type(4n){
  margin-right: 0;
}

ul.sec-news-list li:hover{
	transform: scale(1.03);
}

.news-block{
	width: 100%;
	background-color: #FFF;
}

.news-list-photo{
	width: 100%;
}

.news-list-photo img{
	width: 100%;
	height: auto;
}

.news-list-text{
	width: 100%;
	padding: 10px;
}

.news-list-title{
	width: 100%;
	height: 3em;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list-date{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}

/*　投稿ページ　*/
.blog-area{
	width: 90%;
	background-color: #FFF;
	float: right;
}

.post{
	width: 80%;
	font-size: 1rem;
	line-height: 1.7;
	margin:0 auto 0;
	padding: 40px 0px;
}

.blog-title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 2px solid #2d2d2d;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


ul.blog-link{
	display: flex;
	justify-content: flex-end;
}

ul.blog-link li{
	width: 180px;
	border-top:1px solid #ededed;
	border-right: 1px solid #ededed;
}

ul.blog-link li:last-child{
	border-right: none;
}

ul.blog-link li a{
	display: block;
	color: #2d2d2d;
	background-color: #FFF;
	text-align: center;
	padding: 20px 0px;
}

ul.blog-link li a:hover{
	color: #c30d23;
}

ul.postLinks{
	display: flex;
	justify-content: flex-end;
}

ul.postLinks li{
	width: 180px;
	border-top:1px solid #ededed;
	border-right: 1px solid #ededed;
}

ul.postLinks li:last-child{
	border-right: none;
}

ul.postLinks li a{
	display: block;
	color: #2d2d2d;
	background-color: #FFF;
	text-align: center;
	padding: 20px 0px;
}

ul.postLinks li a:hover{
	color: #c30d23;
}

/* お問い合わせ */
.contact-area{
	width: 90%;
	background-color: #FFF;
	float: right;
}

.contact-wrap{
	width: 80%;
	font-size: 1rem;
	line-height: 1.7;
	margin:0 auto 0;
	padding: 40px 0px;
}

table.contact-table{
	width: 100%;
}

table.contact-table th{
	width: 35%;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
	vertical-align: middle;
}

table.contact-table td{
	width: 75%;
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}

/*フォーム*/
input[type="text"] {
	width: 100%;
	display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

input[type="email"] {
	width: 100%;
	display: block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

select {
    font-size: 16px;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #ffffff;
    background-size: 20px, 100%;
    margin-right: 10px;
}

textarea {
    width: 100%;
    display: block;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

input[type="submit"],button {
  width:  200px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 0;
  background-color: #fff;
  border:1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
}

input[type="submit"],button:hover {
  color: #FFF;
  border:1px solid #c30d23;
  background-color: #c30d23;
}

button[type="submit"] {
  width:  200px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 0;
  background-color: #fff;
  border:1px solid #2d2d2d;
  padding: 10px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .5s ease;
}

button[type="submit"]:hover {
  color: #FFF;
  border:1px solid #c30d23;
  background-color: #c30d23;
}

.contact-btn-area{
	width: 200px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.thanks-title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 2px solid #2d2d2d;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.back-link{
	width: 220px;
	margin-top:20px;
}

.back-link a{
	width: 100%;
	display: block;
	text-align: center;
	border:1px solid #2d2d2d;
	padding: 10px;
}

.back-link a:hover{
	color: #FFF;
	background-color: #2d2d2d;
}

/* プライバシーポリシー */
.privacy-area{
	width: 90%;
	background-color: #FFF;
	float: right;
}

.privacy-wrap{
	width: 80%;
	font-size: 1rem;
	line-height: 1.7;
	margin:0 auto 0;
	padding: 40px 0px;
}

.privacy-title{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #c30d23;
	margin-bottom: 10px;
}

.privacy-text{
	padding-left: 2.5em;
}