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

.company-title{
    color:#001D59;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    padding: 60px 0;
    font-family:'Noto Serif JP','ヒラギノ角ゴ Pro','Noto Sans JP', sans-serif;
}

.company-under{
    background-image: url("../img/comapany-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 81px 0px;
}
/* ==========================
企業理念
============================= */
.company-01{
    background-color: #E77238;
    height: 560px;
    max-width: 1000px;
    margin: auto;
}
.company-02{
    background: url("../img/comapany-02-bg.png") no-repeat;
    background-size: cover;
    max-width: 1008px;
    margin: auto;
    position: relative;
    top: -540px;
    left: -30px;
}
.company-inner-title{
    font-size: 40px;
    color: #001D59;
    max-width: 800px;
    margin: auto ;
    padding: 60px 0 60px;
    font-weight: bold;
    font-family: "Noto Serif JP","Hiragino Mincho Pro", "ＭＳ Ｐ明朝",'Noto Serif JP',sans-serif!important;
    letter-spacing: 8px;
}
.company-inner-flex{
    display: flex;
    max-width: 800px;
    margin: auto;
    justify-content: space-between;
}
.company-inner-text{
    width: 530px;
    line-height: 2;
}
.company-inner-img{
    position: relative;
    top: -80px;
}
/* ==========================
代表挨拶
============================= */
.company{
    margin-top: -500px;
}
.greeting{
    background: url("../img/greeting-bg.png") no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.greeting-inner{
    background: #fff;
    max-width: 1024px;
    margin: auto;
}

.greeting-inner-img{
    text-align: center;
    padding-top: 95px;
}

.greeting-inner-text{
    padding: 20px 170px 95px;
    line-height: 1.5;
}
.name{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
}
/* ==========================
事業所紹介
============================= */
.office{
    background-color: #eeeeee;
    max-width: 1150px;
    padding: 70px ;
    margin: auto;
}
.office-contents{
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #eeeeee;
    padding: 50px 45px 20px;
}

.office-inner-box{
    max-width: 900px;
    margin: auto;
}

.main-office{
    display: flex;
    padding: 60px 30px;
    justify-content: space-between;
}

.office-inner{
    background-color: #fff;
    margin: auto;
}

.office-img{
    padding-top: 40px;
}

.list-color{
    color: #E77238;
}

/* ==========================
テーブル・会社概要
============================= */
.container{
    padding-top: 20px;
    margin-bottom: 80px;
}
table {
    border-top: 2px solid #D9EDF8;
    margin-bottom: 20px;
}
table tr {
    border-bottom: 2px solid #D9EDF8;
}
table th {
    text-align: center;
    background: #D9EDF8;
    vertical-align: top;
    border-bottom: 2px solid #fff;
}
table td {
    padding: 20px 0px 20px 100px;
}

.table-2{
    max-width: 70%;
    margin: auto;
}
.non-bold {
    font-weight: normal;
}

.title-en {
    color: #0085CE;
    font-size: 10px;
}

/*.company-bnr{
    display: flex;
    max-width: 1024px;
    margin: auto;
    justify-content: space-between;
}*/

/*.company-bnr-inner{
    position: relative;
    top: -95px;
}*/
.company-bnr{
	background: url("../img/company-bnr01.png") no-repeat;
	width: 502px;
}
.company-bnr-02{
	background: url("../img/company-bnr02.png") no-repeat;
	width: 502px;
}
.tell{
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0px;
}
.flexco{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 24px 0;
}
.tell_number{
    background-color: #fff;
    color: #E77238;
    width: 300px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0;
    margin: auto;
}
.tell_number a{
    color: #E77238;
}
.ore_list{
    position: relative;
	line-height: 1.8em;
}

.indent{
   padding-left: 1em;
    text-indent: -1em;
}
.pc_block{
    display: block;
}
.sp_block{
    display: none;
}
.bnr_flex{
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1024px;
	justify-content: space-around;
}
@media screen and (max-width: 767px) {
.company-under{
    margin-top: 75px;
}
/* ==========================
企業理念
============================= */
.company-01{
    max-width: 550px;
    position: relative;
    left: 7px;
}
.company-02{
    max-width: 550px;
    top: -552px;
    left: -5px;
}
.company-inner-title{
    letter-spacing: 0px;
    padding: 20px 15px;
}
.company-inner-flex{
    flex-wrap: wrap;
    justify-content: center;
}
.company-inner-text{
    width: 530px;
    line-height: 2;
    padding: 0 30px;
}
.company-inner-img{
    position: relative;
    top: 0px;
}
	.bnr_flex{
		flex-wrap: wrap;
		justify-content: center;
	}
/* ==========================
代表挨拶
============================= */
.greeting-inner-text{
    padding: 20px 30px 95px;
    line-height: 1.5;
}
.indent-1{
   padding-left: 1em;
    text-indent: -1em;
}
.president-img{
    max-width: 90%;
}
/* ==========================
事業所紹介
============================= */
.office{
    padding: 10px ;
}
.office-contents {
    max-width: 78%;
    margin: auto;
}
.office-img{
    padding: 40px 0;
}
.main-office{
    flex-wrap: wrap;
    justify-content: center;
}
.map-width{
    width: 380px;
    height: 280px
}
.company-bnr {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin-bottom: 20px;
}

.tell_number {
    background-color: #fff;
    color: #E77238;
    width: 240px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    margin: auto;
}

.company-bnr-02 {
    background: url(../img/company-bnr02.png) no-repeat;
    width: 502px;
    max-width: 90%;
}

.main-office-left{
    padding-bottom: 30px;
}

.main-office {
    padding: 30px 30px;
}
/* ==========================
table
============================= */
table {
    max-width: 90%;
    margin: auto;
}
.table-2 {
    max-width: 90%;
    margin: auto;
}
table th,table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5%;
	}
table th{
	padding-bottom: 0px;
	text-align: left;
	}
table tr:last-child{
    border-bottom: none;
}
table th, table td {
    padding: 20px 5%;
}
.container {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 580px) {
.pc_block{
    display: none;
}
.sp_block{
    display: block;
	margin: -15px;
}
.office-contents {
    max-width: 70%;
    margin: auto;
}
/*.company-bnr-inner{
    position: relative;
    top: -80px;
}*/
.tell{
    font-size: 16px;
}

.tell_number{
    font-size: 16px;
}
/* ==========================
企業理念
============================= */
.company-01{
    max-width: 350px;
    position: relative;
    left: 7px;
}
.company-02{
    max-width: 350px;
    top: -552px;
    left: -5px;
}
.company-inner-title{
    letter-spacing: 0px;
    padding: 20px 38px;
    font-size: 30px;
}
.company-inner-flex{
    flex-wrap: wrap;
    justify-content: center;
}
.company-inner-text{
    width: 530px;
    line-height: 2;
    padding: 0 30px;
}
.company-inner-img{
    position: relative;
    top: -30px;
}
.greeting-inner {
    margin: auto;
    width: 90%;
}
}
@media screen and (max-width: 553px) {
.map-width{
    width: 280px;
    height: 180px
}
}
@media screen and (max-width: 340px) {
.company-01 {
    max-width: 320px;
    position: relative;
    left: 0px;
}
.tell_number {
    background-color: #fff;
    color: #E77238;
    width: 193px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0;
    margin: auto;
}
.company-02 {
    max-width: 319px;
    top: -552px;
    left: -8px;
}
.office-contents {
    max-width: 60%;
    margin: auto;
}
}