@charset "utf-8";

.br_sp {
  display: none;
}

/* =============================================================================
    
   ========================================================================== */
.about section {
  padding-bottom: 60px;
}
#message .keyimages {
    position: relative;
	background: url(../images/message/bg-top-keyimages.jpg) no-repeat top / cover;
	height: 100vh;
}
.head-logo{
	position: absolute;
	top: 40px;
    left: 40px;
}
	.key-ttl-wrap {
    position: absolute;
    z-index: 1000;
    bottom: 5em;
    left: 26%;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	font-size: 17px;
	color: #fff;
  }
.key-ttl-wrap h4{
	padding-left: 1em;
	font-size: 25px;
	font-weight: 500;
}
.key-ttl-wrap p{
	line-height: 30px;
}
.about section .inner {
  margin: 0 auto;
  width: 100%;
  border-radius: 17px;
}
ul.flex_l {
	display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
}
ul.flex_l li.img_a {
    margin-top: 40px;
}
ul.flex_l li.img_u{
	margin-top: 5px;
}

ul.flex_m {
		display: flex;
	 justify-content: space-around;
}
#company {
    background: url(../images/message/bg-white.jpg) no-repeat center/cover;
	padding-top: 7em;
	padding-bottom: 14em;
}
#company .table section .inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-radius: 17px;
}
#company h2 {
  margin-bottom: 70px;
	color: #003d63;
	font-size: 28px;
	font-weight: 500;
	display: flex;
    justify-content: center;
    flex-direction: column;
	 letter-spacing: 0.1em;
}
#company h2 span{
  color: #a47575;
	font-size: 20px;
	padding-top: 10px;
	letter-spacing: 1px;
}
.about section .table {
	padding-top: 3em;
    max-width: 1000px;
    margin: 0 auto;
}
#company .flex{
	justify-content: space-evenly;
}
#company .wrap .table ul li dl{
    display: flex;
}
#company .wrap .table ul li dl dt {
    font-weight: 600;
    width: 160px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;  
}
#company .wrap .table ul li dl dd {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
	font-weight: 600;
    letter-spacing: 0.1em;
	line-height: 35px;
}
#company .wrap .table ul li dl dd span{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #000;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 16px;
}
#company .map{
	text-align: center;
	margin-top: 7em;
}
#company .map iframe{
	border-radius: 50px;
}
ul.flex_s {
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;	
	text-align: center;
	margin-left: 60px;
}
ul.flex_s li:last-child{
	margin-top: 50px;
	margin-left: -45px;
}
ul.flex_s li:last-child img{
	width: 85%;
}
.stand {
	text-combine-upright: all;
}

@media screen and (min-width: 768px) {

ul.flex .txt {
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
}

	#company .wrap .table ul {
    display: flex;
    flex-direction: column;
}
#company .wrap .table ul li {
    flex-basis: calc(50% - 20px);
    width: calc(100% - 0px);
    padding: 23px;
    box-sizing: border-box;
    font-size: 18px;
    border-bottom: #003d63 1px solid;
	color: #003d63;
	
}
	
#company .wrap .table ul li:nth-child(2n + 1) {
    margin-left: 0;
}
	#company .wrap .table ul li dl dt {
    font-weight: 600;
    width: 160px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		line-height: 35px;
}
ul.flex .txt {
	width: 53%;
}

}
@media screen and (max-width: 1440px) {

	.head-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}
.key-ttl-wrap {
    position: absolute;
    z-index: 1000;
    bottom: 5em;
     left: 23%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 15px;
    color: #fff;
}
#company .map iframe {
    width: 100%;
    /* height: 240px; */
}

	#conseptSec ul.con1 {
    padding-top: 0;
}
}
@media screen and (max-width:1366px) {
	#message .keyimages {
    position: relative;
    background: url(../images/message/bg-top-keyimagesPad.jpg) no-repeat center/cover;
    height: 93vh;
}
	.key-ttl-wrap h4 {
    padding-left: 1em;
    font-size: 22px;
    font-weight: 500;
}
	 .key-ttl-wrap {
        position: absolute;
        z-index: 1000;
        bottom: 8em;
        right: 7%;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 11.5px;
        color: #fff;
        /* column-count: 2; */
        /* column-count: 2; */
        /* column-rule: solid 1px #ddd; */
        /* column-gap: 40px; */
    }
}
@media screen and (max-width: 900px) {
    .key-ttl-wrap {
        position: absolute;
        z-index: 1000;
        bottom: 12em;
        left: 13%;
        -ms-writing-mode: tb-rl;
        /* writing-mode: vertical-rl; */
        font-size: 10.5px;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
	#message .keyimages {
    position: relative;
	background: url(../images/message/bg-top-keyimages01SP.jpg) no-repeat center / cover;
	height: 35vh;
}
	#message .bg-bb {
    position: relative;
	background: url(../images/message/bg-top-keyimages02SP.jpg) no-repeat center / cover;
	height: 55vh;
}
	    .key-ttl-wrap {
        position: absolute;
        z-index: 1000;
        top: 30px;
        left: 37%;
        -ms-writing-mode: tb-rl;
        /* writing-mode: vertical-rl; */
        font-size: 10.5px;
        color: #fff;
			height: 100%;
    }
.key-ttl-wrap h4 {
    padding-left: 7px;
    font-size: 21px;
    font-weight: 500;
}
.key-ttl-wrap p {
    line-height: 20px;
}

	section h2 {
    font-size: 30px;
    line-height: 1.2em;
}
	#under .keyimages h2 {
    position: relative;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    display: inline-block;
    font-weight: bold;
}
	.about .keyimages h2:before {
    position: absolute;
    content: "";
    background: url(../images/about/img-icon.png) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 60px;
    top: -10px;
    left: -40px;
}

	p.txt {
    margin: 0 auto;
    line-height: 30px;
    font-size: 15px;
}
  .br_sp {
    display: block;
  }
  #under.about section {
    padding: 40px 0;
	      padding-top: 6em;
  }
  #under.about .keyimages .key-icon img {
    width: 13%;
  }

  .about section .inner {
    padding: 20px;
  }

.about section .table {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
#company {
    padding-bottom: 7em;
}
	#company .wrap .table ul {
    display: flex;
    flex-wrap: wrap;
}
	#company .wrap .table ul li:nth-child(2n + 1) {
    margin-left: 0;
}
	#company .wrap .table ul li {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: #c7c7c7 1px solid;
    width: 100%;
}
	    #company .wrap .table ul li dl dt {
        width: 100px;
    }
	#company .wrap .table ul li dl dd span {
		font-size: 15px;
	}
	ul.flex_s {
	display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;	
	text-align: center;
	margin-left: 0;
}
	ul.flex_s li:first-child img{
	width: 75%;
}
	ul.flex_s li:last-child{
	margin-top: 50px;
	margin-left: 0;
		margin-bottom: 30px;
}
	ul.flex_s li:last-child img{
	width: 75%;
}
	ul.flex_m {
    display: flex;
    flex-direction: column;
}

}
@media screen and (max-width: 400px) {
	    #message .bg-bb {
        position: relative;
        background: url(../images/message/bg-top-keyimages02SP.jpg) no-repeat center / cover;
        height: 55vh;
    }
}
@media screen and (max-width: 375px) {
		    #message .bg-bb {
        position: relative;
        background: url(../images/message/bg-top-keyimages02SP.jpg) no-repeat center / cover;
        height: 65vh;
    }
}

/*@media screen and (max-width: 500px) {
	.keyimages .key-ttl-wrap {
        position: absolute;
        z-index: 1000;
        bottom: 8em;
        left: 37%;
        -ms-writing-mode: tb-rl;
         writing-mode: vertical-rl; 
        font-size: 10.5px;
        color: #fff;
    }
}*/
/*
@media screen and (max-width: 400px) {
	    #message .keyimages {
        position: relative;
        background: url(../images/message/bg-top-keyimagesSP.jpg) no-repeat top / cover;
        height: 93vh;
    }
	.key-ttl-wrap h4 {
        padding-left: 7px;
        font-size: 19px;
        font-weight: 500;
    }
	.keyimages .key-ttl-wrap {
        position: absolute;
        z-index: 1000;
        bottom: 60px;
        left: 5%;
        -ms-writing-mode: tb-rl;
        /* writing-mode: vertical-rl; 
        font-size: 10px;
        color: #fff;
    }
}*/
/*@media screen and (max-width: 375px) {
		    #message .keyimages {
        position: relative;
        background: url(../images/message/bg-top-keyimagesSP.jpg) no-repeat top / cover;
        height: 110vh;
    }
		.keyimages .key-ttl-wrap {
        position: absolute;
        z-index: 1000;
        bottom: 7em;
        left: 5%;
        -ms-writing-mode: tb-rl;
         writing-mode: vertical-rl; 
        font-size: 10px;
        color: #fff;
    }
}*/


/* スライダー */

.slider {
  position: relative;
}
.slider {
  margin-bottom: 80px;
}
.slider li {
  padding: 0 5px;
  width: 390px;
}
.slider li .img {
  margin-bottom: 30px;
  overflow: hidden;
  height: 295px;
}
.slider li .img {

}
.slider li .img img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider li .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
  .pickup__nav {
    display: none;
  }
  .slider {
    padding-right: 0;
  }
  .slider li .img {
    margin-bottom: 10px;
  }

}
/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
