@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
メニュー用
----------------------------------------------------*/
/*----------------------------------------------------
トップの検索フィール用
----------------------------------------------------*/


.kv_bread {
  background: #00353C;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .kv_bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}


.about_jade {
  background-image: url(/wp-content/uploads/2023/09/77d0d6a051d6497df8380beb1c9e20b3.png);
  background-size: cover;
  height: 301px;
  background-position: center;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .about_jade {
    background-image: url(/wp-content/uploads/2023/09/77d0d6a051d6497df8380beb1c9e20b3.png);
    height: 120px;
  }
}


.about_messsage {
    background: #fff;
    padding: 40px 20px 40px 20px;
    border-radius: 30px;
    margin: 40px 0 0 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .about_messsage {
    padding: 40px 30px 20px;
  }
}
.about_messsage h2 {
  text-align: center;
  margin: 0 auto;
}

.messsage_box{
	background: #00242A;
	padding: 0 5% 0 5%;
}

.about_text {
  max-width: 1080px;
  text-align: left;
  color: #000;
  margin: 0 auto 100px;
  font-size: 18px;
  line-height: 2.3;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;	
}
.about_text p {
    margin: 10px 0;
    letter-spacing: 0.1em;
    font-weight: 400;
	font-size:18px;
	letter-spacing: 0.03em;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
}


.bread ul li {
  color: #fff;
}
.bread ul li a {
  color: #fff;
}
.bread ul li a::after {
  background: #fff;
}

.messsage_box h1{
	color: #fff;
	font-size: 43px;
}

@media all and (min-width: 750px) {
  .messsage_box h2{
	color: #000;
	font-size: 48px;
    font-weight: bold;
	line-height: 1.5em;
	margin: 50px 0;
}

.messsage_box h3{
    color: #054040;
    font-size: 26px;
    font-weight: 900;
	line-height: 1.5em;
}

.border{
	margin: 80px 40px;
	border-bottom: 0.5px solid #707070;
}	
	
}
@media all and (max-width: 750px) {
  .messsage_box h2{
	color: #000;
	font-size: 26px;
    font-weight: bold;
	line-height: 1.5em;
	margin: 50px 0;
}
	.title1{
		margin: 10px 0 50px 0!important;
	}

.messsage_box h3{
    color: #054040;
    font-size: 14px;
    font-weight: 900;
	line-height: 1.5em;
}

 .about_text p {
    margin: 0 0 0px 0;
    line-height: 1.88;
	font-size:12px;  
    letter-spacing: 0.03em;
	font-family: "Noto Sans JP", sans-serif; 
  }	
	
 .about_text {
    font-size: 16px;
    margin: 0 auto;
  }
	
.border{
	margin: 40px 0px;
	border-bottom: 0.5px solid #707070;
}
	
  }

.title1:before {
	content: "";
    background-image: url(/wp-content/uploads/2023/09/343b1ee88971fba6ece0e9460dfd45ff.png);
    display: inline-block;
    background-size: cover;
    width: 43px;
    height: 43px;
    margin: 0px 10px 0 0;
	
}

.title2:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/09/969400bb04d8259e6862f635f4c50db6.png);
    display: inline-block;
    background-size: cover;
    width: 43px;
    height: 43px;
    margin: 0px 10px 0 0;
}
	  
.title3:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/09/bde9a52b48866c662e4e62e41f3f018b.png);
    display: inline-block;
    background-size: cover;
    width: 43px;
    height: 43px;
    margin: 0px 10px 0 0;
}
	  
.title4:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/09/77cbe36f7b65bbda5ce40d2adfc38db6.png);
    display: inline-block;
    background-size: cover;
    width: 43px;
    height: 43px;
    margin: 0px 10px 0 0;	
}


.about_messsage img{
	width:1080px;
	margin: 50px 0 50px 0;
}

@media all and (min-width: 1280px) {
.about_messsage img{
	width:1080px;
	margin: 50px 0 50px 0;
}
}
@media all and (max-width: 1280px) {
.about_messsage img{
	width:100%;
	margin: 20px 0 20px 0;
}
}

/*会社情報、ボタン*/
table , td, th {
	border: 0px;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 20%;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.company_pc{
	max-width:1080px;
	margin: 0 auto;
}

.address{
	width: 40%;
	text-align:left;
    font-weight: bold;		
}

.address h3{
	color:#000;
	font-size: 24px;
    font-weight: bold;	
}

/*ボタン*/
.company_link {
    bottom: 30px;
    left: 0;
    right: 0;
}

.company_link a {
    background: #013A40;
    border: 1px solid #00525D;
    color: #fff;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 14px 25px;
    border-radius: 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 200px;
    margin: 20px 0 20px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.company_link a:hover{
	background: #638483;
}

/*PC、モバイル切り替え*/
@media all and (min-width: 1080px) {
.company_mobile{
	display:none;
}
}
@media all and (max-width: 1080px) {
.company_pc{
	display:none;
}
.company_link a {
   margin: 0 auto;
}
	
	.company_mobile{
		margin-bottom:30px;
	}	

.company_mobile	h3{
	color: #000;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5em;
	}
	
.company_mobile_address{
	text-align:center;
	}
	
.company_mobile_address .text_left {
	text-align: left;
	display: inline-block;
	font-weight:bold;
	margin-bottom:30px;
}	

/*# sourceMappingURL=jade.css.map */