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

SP Wide

-------------------------------- */
#pc{display: none;}
/*ヘッド*/
#side-menu{
  width: 60px;
  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: 60px;
  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;
  white-space:nowrap;
  transform: rotate( -90deg );
  margin-top: 80px;
}


#side-menu ul.sns-list{
  width: 90%;
  font-size: 30px;
  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: 70vw;
  z-index: 999998;
}

.menu__button {
  position: fixed;
  left: 5px;
  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: 14px;
  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: 60px;
}

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

#top-main h2{
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  position: absolute;
  top:150px;
  right: 20px;
}

#top-main ul.top-nav{
  width: 100%;
  display: none;
}

#top-main .top-logo{
  width: 180px;
  font-size: 12px;
  text-align: left;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top:10px;
  right:20px;
}

#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: 50px;
}

ul.news-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

ul.news-list li:nth-of-type(1){
  width: 100%;
  display: block;
  background-color: #2d2d2d;
}

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

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

.news-title{
  display: block;
  color: #FFF;
  text-align: center;
  padding: 10px 0px;
}

.news-title h2{
  font-family: arial;
  font-size: 24px;
  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%;
  display: block;
  float: left;
}

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

.post-area{
  width: 60%;
  display: block;
  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: 50px;
}

#strongpoint ul.content-list{
  width: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#strongpoint ul.content-list li{
  width: 100%;
  display: block;
}

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

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

#strongpoint .main-title{
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

#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: 50px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  opacity: 0.7;
  position: absolute;
  right: 40px;
  top:-40px;
}

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

#service ul.content-list{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

#service ul.content-list li{
  width: 100%;
  display: block;
}

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

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

#service .main-title{
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

#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: 50px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top:-40px;
}


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

#about .wrap{
  width: 80%;
  margin:0 auto 0;
  color: #FFF;
}

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

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

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

#about .detail-btn{
  width: 100%;
  display: block;
}

#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: 100%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

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

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

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

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

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

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

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

#footer .mail-btn{
  width: 100%;
  display: block;
}

#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: block;
}

#footer ul.foot-nav li{
  font-size: 14px;
  color: #989898;
  border-top: 1px solid #989898;
  padding: 15px;
}

#footer ul.foot-nav li:last-child{
  border-bottom: 1px solid #989898;
}

#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: 30px 0px;
}

/*セカンドページ*/
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: 60px;
}

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

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

ul.sec-nav li:nth-of-type(2){
display: none;
}

ul.sec-nav li:nth-of-type(3){
display: none;
}

ul.sec-nav li:nth-of-type(4){
display: none;
}

ul.sec-nav li:nth-of-type(5){
display: none;
}

ul.sec-nav li:nth-of-type(6){
display: none;
}

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

.sec-logo{
  width: 150px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin:0 auto 0;
  padding: 10px 0px;
}

.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: 12px;
  color: #FFF;
  background-color: #2d2d2d;
  padding: 12px 10px;

}

ul.pankuzu-list{
  display: flex;
}

ul.pankuzu-list li{
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

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

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: 24px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  color: #c30d23;
  padding: 20px 0px;
}

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

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: 100%;
  display: block;
  background-color: #fff;
}

ul.sec-title-list li:nth-of-type(2){
  width: 100%;
  height: 20px;
  display: block;
  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: 100%;
  display: block;
}

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

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

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

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

dl.kigyo-block{
  width: 100%;
  font-size: 16px;
  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: 100%;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
  padding: 5px 10px;
  background-color: #2d2d2d;
}

table.kigyo-table td{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 10px;
}


/* お知らせ一覧　*/
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: 100%;
    margin-bottom: 30px;
    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: 100%;
  background-color: #FFF;
}

.post{
  width: 85%;
  font-size: 1rem;
  line-height: 1.7;
  margin:0 auto 0;
  padding: 30px 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: 50%;
  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: 50%;
  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: 100%;
  background-color: #FFF;
}

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

table.contact-table{
  width: 100%;
  margin-top: 20px;
}

table.contact-table th{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 5px 10px;
  background-color: #f2f2f2;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align: middle;
}

table.contact-table td{
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 30px;
}

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

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

select {
  width: 100%;
  display: block;
    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;
    border-radius: 0;
}

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;
    border-radius: 0;
}

input[type="submit"],button {
  width:  100%;
  display: block;
  font-size: 16px;
  color: #2d2d2d;
  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:  100%;
  display: block;
  font-size: 16px;
  color: #2d2d2d;
  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: 100%;
  margin:0 auto 0;
}

.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: 100%;
  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: 100%;
  background-color: #FFF;
}

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

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

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