@charset "utf-8";
/*====================================
	PC画面
====================================*/
/* 画像の回り込み */
.alignnone {
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.clear {
  clear: both;
}
html{
	font-size: 14px;
}
body{
    width: 100%;
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
    font-weight: 400;
	-webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
}
.Anti{
    font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en{
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.italic{
    font-style: italic;
}
.header{
  position: fixed;
  z-index: 999;
    height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  box-sizing: border-box;
  transition: padding .3s;
}
.top_header{
    opacity: 0;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slide 0.5s ease-in-out;

}
@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.h_inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
}
header .logo{
    width: 300px;
}
header .logo a{
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    color: #731937;
    font-size: 2.2rem;
    font-weight: 600;
}
header .logo a img{
    width: 50px;
    vertical-align: text-top;
    display: block;
    padding-right: 5px;
}
header .logo a:hover{
    opacity: .7;
    transition: .2s;
}
header .logo a h1{
    display: block;
    margin-top: 0px;
}
.globalMenuSp{
    display: inline-block;
    margin: 15px 0 0 auto;
}
.globalMenuSp ul{
    display: flex;
}
.globalMenuSp ul li{
    margin-right: 45px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #731937;
}
.globalMenuSp ul li a:hover{
    opacity: .7;
    transition: .2s;
}
.globalMenuSp ul li.info a::before{
    margin-right: 6px;
    font-family:"Font Awesome 6 Free";
    content: "\f0e0";
    font-weight: 400;
    font-size: 16px;
}
.globalMenuSp ul li.info a:hover{
    color: #1458ca;
    background: #fff;
    transition: .2s;
    border-radius: 30px;
}
.fv_area{
    margin: 50px 50px 20px;
}
.fv_inner{
    display: flex;
    width: 100%;
}
.fv_area h2{
    display: block;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.3;
    width: 500px;
}
.fv_area ul{
    width: 500px;
    display: block;
    margin: 100px 0 0 auto;
    text-align: right;
    height: 40px;
    overflow: hidden;
    
}
@media only screen and (max-width: 998px){
    .fv_area ul{
    width: 650px;
    display: block;
    margin: 100px 0 0 auto;
    text-align: right;
    height: 40px;
    overflow: hidden;
    
}
}
.fv_area ul span{
    margin-right: 20px;
}
.slide .item{
  margin: 0;
  padding: 0;
    position: relative;
    z-index: 1;
}
.slide .item img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
    position: relative;
    z-index: 1;
}
.slide .item img.sp{
   display: none;
}
.slide{
    width: 100%;
}
.btn{
}
.btn a{
    display: inline-block;
   color: #fff;
    background: #1458ca;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
    min-width: 160px;
    border: 2px solid #1458ca;
}
.btn a:hover{
    background: #fff;
  color: #1458ca;
    transition: .2s;
}
.bggray{
    background: #eee;
}
.pc{}
.sp{
    display: none;
}
/*====================================
	TOP
====================================*/
.inner{
    margin: 100px auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1240px;
}
.side_cont{
    display: flex;
}
.side_cont .left{
    width: 25%;
    margin-right: 5%;
}
.side_cont .right{
    width: 70%;
}
.side_cont .right p{
    font-size: 1.1rem;
    line-height: 1.9;
}
.sidettl{
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.sidettl span{
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}
.slide01,.slide02,.slide03,.slide04,
.slide05,.slide06,.slide07
{
    position: absolute;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.slide01{
    top:0;
}
.slide01 h2{
    background: url("../img/bg.gif");
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 100px 30px 10px 20px;
}
.slide01 h2 .en{
    font-size: 4.2rem;
    line-height: 1.1;
    font-style: italic;
}
.slide01 h2 .doboku{
    font-size: 1rem;
    position: absolute;
    right: 20px;
    bottom: 100px;
}
.slide01 p{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 10px;
}
.slide02{
    max-width: 760px;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-40%);
  -webkit- transform: translateY(-50%) translateX(-40%);
}
.slide02 h2{
    transform: rotate(-6deg);
    font-size: 3.6rem;
    font-weight: 700;
    position: relative;
    top: -100px;
}
.slide02 h2 span{
    display: inline-block;
    padding: 0 40px;
     background: linear-gradient(transparent 30%, #fff 30%);
}
.slide02 h2 span.fv_txt1{
    position: relative;
    left: -10%;
    padding: 0 100px 0 40px;
}
.slide02 p{
    max-width: 600px;
    color: #000;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 10%;
}
.slide03{
    bottom: 7vh;
}
.slide03 p, .slide04 p,.slide05 p,.slide06 p,.slide07 p{
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 600;
    color: #fff;
}
.slide04{
    bottom: 7vh;
    left: 60%;
}
.slide05{
    bottom: 7vh;
    left: 90%;
}
.slide06{
    top: 48%;
    left: 105%;
}
.slide06 p{
    color: #000;
    font-weight: 600;
}
@media only screen and (max-width: 1430px){
    .slide06{
    top: 48%;
    left: 115%;
}
}
@media only screen and (max-width: 850px){
    .slide06{
    top: 20%;
    left: 109%;
}
}
.slide07{
    top: 65%;
    left: 50%;
    text-align: center;
}
.slide07 p{
    font-size: 1.2rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.slick-dots {
    position: absolute;
    bottom: 3vh!important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.5!important;
    color: #fff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #731937!important;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #fff!important;
}
.top_nav{
    background: url("../img/bg.gif");
    padding: 20px 0;
}
.top_nav ul{
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    color: #fff;
}
.top_nav ul li{
    width: 100%;
    text-align: center;
}
.top_nav ul li a:hover{
    opacity: .7;
    transition: .2s;
}
.top_work_area{
    max-width: 1240px;
    margin: 50px auto;
    padding: 0 20px;
    display: flex;
}
.top_fb{
    width: 35%;
    margin-right: 5%;
    height: 100%;
}
.fb_inner{
    margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.fb-page,
.fb-page span,
.fb_inner iframe{
  width: 100% !important;
  height: 800px !important;
}
#work{
    width: 60%!important;
}
#work h2{
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: url("../img/bg.gif");
    padding: 20px 0;
}
#work h2 span{
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    opacity: .3;
    font-style: italic;
    line-height: 1;
    padding-bottom: 8px;
}
.exp_txt{
    text-align: center;
    padding-top: 9px;
}
#work .work_gallery{
    display: flex;
    flex-wrap: wrap;
}
#work .work_gallery li{
    width: calc( ( 100% - 45px ) / 4 );
    margin-right: 15px;
}
#work .work_gallery li a:hover{
    opacity: .7;
    transition: .2s;
}
#work .work_gallery li:nth-child(4n){
    margin-right: 0;
}
#work .work_gallery li .caption{
    display: block;
    font-size: .9rem;
    line-height: 1.2;
    padding-bottom: 10px;
}
.lb-data .title{
    font-size: 1.4rem;
    margin: 10px 0;
    line-height: 1.3;
}
.lb-data .text{
    font-size: 1.1rem;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.3;
}
.lb-data .lb-caption sapn{
    font-size: 1rem;
    padding: 10px 0;
}
#work .readmore{
  position: relative;
  margin: 30px auto 60px;
}
#work .readmore-hide{
  height: 0;
  overflow: hidden;
  transition: all .4s;
}
#work .readmore button{
    font-size: 1.2rem;
  position: absolute;
  display: table;
  left: 50%;
  bottom: -48px;
  margin: 0 auto;
  width: 200px;
  padding: 0px 0;
  color: #731937;
    font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  transition: all .4s;
    border-left: 3px solid #731937;
    border-right:3px solid #731937;
}
button.more:hover{
    background: #731937;
    color: #fff!important;
    font-weight: 700;
}
.top_bnr{
    display: flex;
    margin-top: 80px;
}
.top_bnr li{
    width: 49%;
    position: relative;
}
.top_bnr li a:hover{
    opacity: .7;
    transition: .2s;
}
.top_bnr li:first-child{
    margin-right: 2%;
}
.top_bnr li span{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#company{
    background: #e7f2f8;
}
#company .inner {
    margin: 100px auto;
    width: 100%;
    padding: 0 20px 90px;
    max-width: 1240px;
}
#company h2{
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    background: url("../img/bg.gif");
    padding: 40px 0;
}
#company h2 span{
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    opacity: .3;
    font-style: italic;
    line-height: 1;
    padding-bottom: 8px;
}
#company h3{
    font-size: 1.1rem;
    text-align: center;
    color: #000;
    padding: 60px 0 30px;
}
#company h3 span{
    color: #fff;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    padding-bottom: 8px;
}
#company h4{
    text-align: center;
    font-size: 2.6rem;
    color: #731937;
}
.message{
    display: flex;
    max-width: 800px;
    margin: 0 auto;
}
.message li:first-child{
    width: 30%;
    margin-right: 5%;
}
.message li:first-child p{
    text-align: center;
    font-size: 1.4rem;
}
.message li:first-child p span{
    text-align: center;
    font-size: 1rem;
    padding-right: 8px;
}
.message li:last-child{
    width: 65%;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2;
}
.bus_txt{
    max-width: 800px;
    margin: 30px auto 0;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2;
}
.bus{
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 30px;
}
.bus_item{
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 1rem;
}
.company_guide{
    margin: 80px 0;
}
.company_guide table{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.company_guide table td{
    border-collapse: collapse;
    border: 1px solid #b4ccd8;
    padding: 10px 10px 10px 20px;
    font-size: 1.2rem;
    font-weight: 500;
}
.company_guide table td:first-child{
    width: 30%;
    background: #e7f2f8;
    font-weight: 600;
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 25%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
	フッター
====================================*/

footer{
    background:url("../img/bg.gif");
    color: #fff;
}
.f_inner{
    margin: 0px auto 0;
    width: 100%;
    padding: 50px 20px;
    max-width: 1240px;  
}
.f_nav_area{
    display: flex;
}
.f_pro{
    width: 35%;
}
.f_pro .logo img{
    width: 80px;
}
.f_nav{
    width: 65%;
    margin: 30px 0 0 auto;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: right;
}
.f_nav ul{
    display: flex;
}
.f_nav ul li{
   width: 25%;
     display:block;
    margin-right: 20px;
}
.f_nav ul li a{
   display:inline-block;
    padding: 7px;
    font-size: 1rem;
}
.f_nav ul li a:hover{
    opacity: .7;
    transition: .2s;
}
.facebook_icon{
    display: inline-block;
    margin-top: 20px;
}
.facebook_icon img{
    width: 40px;
}
.facebook_icon:hover{
    opacity: .7;
    transition: .2s;
}
.copy{
    display: block;
    margin: 0px auto;
    text-align: center;
}

/*====================================
	スマホ画面
====================================*/
@media only screen and (max-width: 767px){
.pc{
    display: none;
    }
.sp{
    display: block;
    }
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2) {
  top: 20px;
    display: none;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
    border: 1px solid #000;
    }
.hamburger.active span:nth-child(1) {
  top : 18px;
  left: 5px;
  background :#000;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 18px;
    left: 5px;
  background :#000;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
    display: none;
  position: fixed;
  z-index : 2;
  top  : 70px;
  left : 0;
  color: #fff;
  background: url("../img/bg.gif");
  text-align: left;
    height: 100vh;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
    margin: 0;
}

nav.globalMenuSp ul {
  margin: 0;
  display:block;
  width: 100%;
    padding: 20px 30px 0;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
    font-size: 1.4rem;
    font-weight: 600;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
    display: block;

}
.top_header{
    opacity: 1;
}
.header {
    position: fixed;
    z-index: 999;
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: #fff;
    box-sizing: border-box;
    transition: padding .3s;
}
header .logo {
    width: auto;
}
header .logo a {
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
}
header .logo a img {
    vertical-align: text-top;
    display: block;
    padding-right: 4px;
    width: 40px;
    max-width: 150px;
}
header .logo a h1 {
    display: block;
    margin-top: 8px;
}
.fv_area {
    margin: 50px 20px 20px;
}
.fv_inner {
    display:block;
    width: 100%;
    position: fixed;
}
.fv_area h2 {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
    width: 100%;
}
.fv_area ul {
    width: 100%;
    display: block;
    margin: 50px 0 0 auto;
    text-align: left;
    height: 40px;
    overflow: hidden;
}
.slide{
    padding-top: 70px;
    }
.slide .item img {
    width: 100%;
    height: 58vh;
    object-fit: cover;
}
.side_cont {
    display: block;
}
.slide .item img.pc{
    display: none;
}
.inner {
    margin: 80px auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.5 !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide01, .slide02, .slide03, .slide04, .slide05, .slide06, .slide07 {
    position: absolute;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    left: 0;
    transform: translateY(0%) translateX(0%);
}
.slide01 {
    top: 0;
    left: 20px;
}
.slide01 h2 {
    background: url(../img/bg.gif);
    background-size: 12px;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 40px 27px 10px 20px;
}
.slide01 h2 .en {
    font-size: 2rem;
    line-height: 1.1;
    font-style: italic;
}
.slide01 h2 .doboku {
    font-size: .7rem;
    position: absolute;
    right: 10px;
    bottom: 50px;
}
.slide01 p {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 11vh;
    line-height: 1.6;
}
.slide02 {
    max-width: 760px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.slide02 h2 {
    transform: rotate(-6deg);
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    top: -5vh;
    left: 8%;
}
.slide02 h2 span {
    display: inline-block;
    padding: 0 20px;
    background: linear-gradient(transparent 30%, #fff 30%);
}
.slide02 h2 span.fv_txt1 {
    position: relative;
    left: 0;
    padding: 0 40px 0 20px;
}
.slide02 p {
    max-width: 600px;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 10%;
}
.slide03 p, .slide04 p, .slide05 p, .slide06 p, .slide07 p {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 600;
    color: #fff;
}
.slide03 {
    bottom: 7vh;
    left: 20px;
}
.slide04 {
    bottom: 7vh;
    left: 20px;
}
.slide05 {
    bottom: 7vh;
    left: 20px;
}
    .slide05 p{
       font-size: 1rem; 
    }
.slide06 {
    top: 28%;
    left: 60%;
}
    .slide06 p{
        color: #000;
       font-size: 1.1rem; 
    }
@media only screen and (max-width: 450px){
    .slide06 {
    top: 17%;
    left: 53%;
}
    }
.slide07 {
    top: 70%;
    left: 0;
    text-align: center;
}
.slide07 p{
    font-size: .8rem;
}
.top_work_area {
    max-width: 1240px;
    margin: 50px auto 0;
    padding: 0 20px;
    display: block;
}
.top_fb {
    width: 100%;
    margin-right: 0%;
    height: 100%;
}
.fb-page,
.fb-page span,
.fb_inner iframe{
  width: 100% !important;
  height: 500px !important;
}
    
#work {
    width: 100% !important;
    padding-top: 60px;
}
#work h2 {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: url(../img/bg.gif);
    padding: 20px 20px;
    margin: 0 -20px;
}
#work h2 span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: .3;
    font-style: italic;
    line-height: 1;
    padding-bottom: 8px;
}
#work .work_gallery li{
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
}
#work .work_gallery li:nth-child(2n) {
    margin-right: 0;
}
#work .readmore button {
    font-size: 1.1rem;
    position: absolute;
    display: table;
    left: 50%;
    bottom: -48px;
    margin: 0 auto;
    width: 200px;
    padding: 0px 0;
    color: #731937;
    font-weight: 900;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    transition: all .4s;
    border-left: 3px solid #731937;
    border-right: 3px solid #731937;
}
.top_bnr {
    display: block;
    margin-top: 80px;
}
.top_bnr li {
    width: 100%;
    position: relative;
}
.top_bnr li:first-child {
    margin-right: 0;
}
    .top_bnr li img{
        width: 100%;
    }
#company {
    background: #fff;
    padding-top: 60px;
}
#company .inner {
    margin: 0px auto 0;
    width: 100%;
    padding: 0 20px 70px;
    max-width: 1240px;
    background: #e7f2f8;
}
#company h2 {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: url(../img/bg.gif);
    padding: 20px 0;
}
#company h2 span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: .3;
    font-style: italic;
    line-height: 1;
    padding-bottom: 8px;
}
.message {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.message li:last-child {
    width: 100%;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2;
    order: 1;
    display: block;
}
.message li:first-child {
    width: 60%;
    margin-right: 0%;
    margin: 25px auto 0;
    order: 2;
}
#company h4 {
    text-align: center;
    font-size: 2rem;
    color: #731937;
    line-height: 1.3;
}
.bus_txt {
    max-width: 800px;
    margin: 20px auto 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2;
}
.bus_item {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: .95rem;
}
.company_guide {
    margin: 60px 20px 80px;
}
.company_guide table td {
    border-collapse: collapse;
    border: 1px solid #b4ccd8;
    padding: 10px 10px 10px 20px;
    font-size: 1.1rem;
    font-weight: 500;
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
    display: block;
}
.f_inner {
    margin: 0px auto 0;
    width: 100%;
    padding: 30px 20px;
    max-width: 1240px;
    position: relative;
}
.f_nav_area {
    display: flex;
    flex-wrap: wrap;
}
.f_pro {
    width: 100%;
    order: 2;
    margin-top: 30px;
}
    .f_pro .logo{
        width: 60px;
        margin: 0 0 0 10px;
    }
.f_nav {
    order: 1;
    width:100%;
    margin: 20px 0 0 10px;
    text-align: left;
}
.f_nav ul {
    display: block;
}
.f_nav ul li {
    width: 100%;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
}
.f_nav ul li a {
    display: inline-block;
    padding: 4px;
}
.facebook_icon {
    display: block;
    margin: 0 auto;
    width:40px;
    position: absolute;
    left: 110px;
    bottom: 90px;
}
.facebook_icon img {
    width: 40px;
}
.copy {
    margin: 20px 10px 20px;
    text-align: left;
}
}