@charset "UTF-8";


/***************************************************

	company

***************************************************/

.page_head{
	background-image: url('../images/company/company_head_bg.jpg');
}


#section01 .message_wrapp{
	width: 950px;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#section01 .message_wrapp .image_box{
	width: 500px;
	box-shadow: 3px 3px 11px -5px #777777;
}

#section01 .message_wrapp .text_box{
	width: calc(100% - 500px);
}

#section01 .message_wrapp .text_box .main_catch{
	font-size: 40px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-bottom: 65px;
}

#section01 .message_wrapp .text_box .name{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}

#section01 .message_wrapp .text_box .name strong{
	font-size: 1.3em;
	font-weight: 500;
}

#section01 .comment{
	width: 950px;
	margin: 0 auto;
}

#section01 .comment p{
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	margin-bottom: 1em;
}

#section01 .comment p:last-of-type{
	margin-bottom: 0;
}


.the_goal{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}

.motto{
	width: 760px;
	margin: 0 auto;
	counter-reset: num01 0; 
}

.motto li{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-left: 40px;
	margin-bottom: 28px;
	position: relative;
}

.motto li:last-child{
	margin-bottom: 0;
}

.motto li:before {
  counter-increment: num01 1;
  content: counter(num01, cjk-ideographic) '.';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.outline{
	
}

.outline > li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px dotted var(--color1);
}

.outline > li .item{
	width: 160px;
	font-size: 20px;
	color: var(--color1);
	font-weight: 500;
	letter-spacing: 0.04em;
}

.outline > li .data{
	width: calc(100% - 160px);
	padding-left: 40px;
	box-sizing: border-box;
	border-left: 1px solid #d1d1d1;
	font-size: 18px;
}

.outline > li .data .add_ul{

}

.outline > li .data .add_ul li{
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.outline > li .data .add_ul li:last-child{
	margin-bottom: 0;
}


.outline > li .data .add_ul li .name{
	width: 140px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.outline > li .data .add_ul li .add_wrapp{
	width: calc(100% - 140px);
	font-size: 16px;
}

.outline > li .data .add_ul li .add_wrapp .add{
	margin-bottom: 12px;
}

.outline > li .data .add_ul li .add_wrapp .phone{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    line-height: 1;
}

.outline > li .data .add_ul li .add_wrapp .phone p{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-right: 1.5em;
}

.outline > li .data .add_ul li .add_wrapp .map{
	width: 100%;
}

.outline > li .data .add_ul li .add_wrapp .map iframe{
	width: 100%;
	height: 260px;
}

.outline > li .data .dl01{

}

.outline > li .data .dl01 dt{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-left: 24px;
	line-height: 1.2;
	margin-bottom: 8px;
	position: relative;
}

.outline > li .data .dl01 dt::after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/circle_h.png');
    position: absolute;
    top: 0;
    left: 0;
}

.outline > li .data .dl01 dd{
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 24px;
}

.outline > li .data .dl01 dd:last-of-type{
	margin-bottom: 0;
}

.outline > li .data .dl01 dd .link{
	margin-top: 12px;
}

.outline > li .data .dl01 dd .link a{
	display: inline-block;
	line-height: 1.2;
	padding: 12px 46px 12px 14px;
	background: var(--color1);
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	border-radius: 6px;
	position: relative;
}

.outline > li .data .dl01 dd .link a:hover{
	opacity: 0.8;
}

.outline > li .data .dl01 dd .link a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
}


.symbol_image{
	width: 250px;
	margin: 0 auto 30px;
}

.symbol_text{
	text-align: center;
}

.symbol_text .catch{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.symbol_text .symbol_ul{
	display: inline-block;
	margin-bottom: 24px;
	counter-reset: num02 0;
}

.symbol_text .symbol_ul li{
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
	padding-left: 40px;
	position: relative;
}

.symbol_text .symbol_ul li:last-child{
	margin-bottom: 0;
}

.symbol_text .symbol_ul li:before {
    counter-increment: num02 1;
    content: counter(num02, cjk-ideographic) '.';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.symbol_text .caption{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 0.04em;
}


.history_ul{
	width: 780px;
	margin: 0 auto;
}

.history_ul li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}

.history_ul li:last-child{
    border-bottom: none;
}
.history_ul li .date{
	width: 140px;
}

.history_ul li .cont{
	width: calc(100% - 140px);
}


#section03 h3{
	font-size: 40px;
}

.c_mission_caption{
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}







/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1300px){


#section01 .message_wrapp{
	width: 73.076923vw;
	margin: 0 auto 3.076923vw;
}

#section01 .message_wrapp .image_box{
	width: 38.461538vw;
	box-shadow: 0.230769vw 0.230769vw 0.846154vw -0.384615vw #777777;
}

#section01 .message_wrapp .text_box{
	width: calc(100% - 38.461538vw);
}

#section01 .message_wrapp .text_box .main_catch{
	font-size: 3.076923vw;
	margin-bottom: 5vw;
}

#section01 .message_wrapp .text_box .name{
	font-size: 1.384615vw;
}

#section01 .comment{
	width: 73.076923vw;
}

#section01 .comment p{
	font-size: 1.230769vw;
}

.the_goal{
	font-size: 2.153846vw;
}

.motto{
	width: 58.461538vw;
}

.motto li{
	font-size: 1.538462vw;
	padding-left: 3.076923vw;
	margin-bottom: 2.153846vw;
}

.outline > li{
    padding: 3.076923vw 0;
}

.outline > li .item{
	width: 12.307692vw;
	font-size: 1.538462vw;
}

.outline > li .data{
	width: calc(100% - 12.307692vw);
	padding-left: 3.076923vw;
	font-size: 1.384615vw;
}

.outline > li .data .add_ul li{
	margin-bottom: 2.307692vw;
}

.outline > li .data .add_ul li .name{
	width: 10.769231vw;
	font-size: 1.692308vw;
}

.outline > li .data .add_ul li .add_wrapp{
	width: calc(100% - 10.769231vw);
	font-size: 1.230769vw;
}

.outline > li .data .add_ul li .add_wrapp .add{
	margin-bottom: 0.923077vw;
}

.outline > li .data .add_ul li .add_wrapp .phone{
    margin-bottom: 1.230769vw;
}

.outline > li .data .add_ul li .add_wrapp .phone p{
	font-size: 1.384615vw;
}

.outline > li .data .add_ul li .add_wrapp .map iframe{
	width: 100%;
	height: 20vw;
}

.outline > li .data .dl01 dt{
	font-size: 1.384615vw;
	padding-left: 1.846154vw;
	margin-bottom: 0.615385vw;
}

.outline > li .data .dl01 dt::after{
	width: 1.538462vw;
	height: 1.538462vw;
}

.outline > li .data .dl01 dd{
	font-size: 1.230769vw;
	margin-bottom: 1.846154vw;
}

.outline > li .data .dl01 dd .link{
	margin-top: 0.923077vw;
}

.outline > li .data .dl01 dd .link a{
	padding: 0.923077vw 3.538462vw 0.923077vw 1.076923vw;
	border-radius: 0.461538vw;
}

.outline > li .data .dl01 dd .link a:before {
	width: 0.461538vw;
	height: 0.461538vw;
	border-top: solid 0.153846vw #fff;
	border-right: solid 0.153846vw #fff;
	right: 1.384615vw;
}


.symbol_image{
	width: 19.230769vw;
	margin: 0 auto 2.307692vw;
}

.symbol_text .catch{
	font-size: 1.692308vw;
	margin-bottom: 2.307692vw;
}

.symbol_text .symbol_ul{
	margin-bottom: 1.846154vw;
}

.symbol_text .symbol_ul li{
	font-size: 1.692308vw;
	margin-bottom: 1.230769vw;
	padding-left: 3.076923vw;
}

.symbol_text .caption{
	width: 60vw;
}


.history_ul{
	width: 60vw;
}

.history_ul li{
    padding: 0.615385vw 0;
}

.history_ul li .date{
	width: 10.769231vw;
}

.history_ul li .cont{
	width: calc(100% - 10.769231vw);
}


#section03 h3{
	font-size: 3.076923vw;
}

.c_mission_caption{
	font-size: 1.384615vw;
}








}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){


#section01 .message_wrapp{
	width: auto;
	margin: 0 5.333333vw 10.666667vw;
	display: block;
}

#section01 .message_wrapp .image_box{
	width: 80%;
	margin: 0 auto 5.333333vw;
	box-shadow: 0.8vw 0.8vw 2.933333vw -1.333333vw #777777;
}

#section01 .message_wrapp .text_box{
	width: auto;
}

#section01 .message_wrapp .text_box .main_catch{
	font-size: 6.933333vw;
	text-align: center;
	margin-bottom: 4vw;
}

#section01 .message_wrapp .text_box .name{
	font-size: 4.266667vw;
	text-align: center;
}

#section01 .message_wrapp .text_box .name strong{
	font-size: 1.2em;
}

#section01 .comment{
	width: auto;
	margin: 0 5.333333vw;
}

#section01 .comment p{
	font-size: 3.733333vw;
}

.the_goal{
	font-size: 5.866667vw;
	line-height: 1.8;
}

.motto{
	width: auto;
	margin: 0 5.333333vw;
}

.motto li{
	font-size: 4.266667vw;
	padding-left: 9.6vw;
	margin-bottom: 5.333333vw;
}


.outline{
	margin: 0 5.333333vw;
}

.outline > li{
	display: block;
    padding: 3.2vw 0;
}

.outline > li .item{
	width: auto;
	font-size: 4.266667vw;
	margin-bottom: 2.133333vw;
}

.outline > li .data{
	width: auto;
	padding-left: 0;
	font-size: 3.733333vw;
	border-left: none;
}

.outline > li .data .add_ul li{
	margin-bottom: 4.8vw;
	display: block;
}

.outline > li .data .add_ul li .name{
	width: auto;
	font-size: 4.266667vw;
	margin-bottom: 1.6vw;
}

.outline > li .data .add_ul li .add_wrapp{
	width: auto;
	font-size: 3.733333vw;
}

.outline > li .data .add_ul li .add_wrapp .add{
	margin-bottom: 2.666667vw;
}

.outline > li .data .add_ul li .add_wrapp .phone{
	display: block;
    margin-bottom: 3.733333vw;
}

.outline > li .data .add_ul li .add_wrapp .phone p{
	font-size: 4.266667vw;
	margin: 0 0 3.733333vw;
}

.outline > li .data .add_ul li .add_wrapp .phone p:last-of-type{
	margin-bottom: 0;
}

.outline > li .data .add_ul li .add_wrapp .map{
	width: 100%;
}

.outline > li .data .add_ul li .add_wrapp .map iframe{
	width: 100%;
	height: 48vw;
}

.outline > li .data .dl01 dt{
	font-size: 4.266667vw;
	padding-left: 5.333333vw;
	margin-bottom: 2.133333vw;
}

.outline > li .data .dl01 dt::after{
	width: 4.266667vw;
	height: 4.266667vw;
}

.outline > li .data .dl01 dd{
	font-size: 3.733333vw;
	margin-bottom: 5.333333vw;
}


.outline > li .data .dl01 dd .link{
	margin-top: 3.2vw;
}

.outline > li .data .dl01 dd .link a{
	padding: 2.666667vw 9.333333vw 2.666667vw 3.2vw;
	border-radius: 1.6vw;
	font-size: 3.2vw;
}

.outline > li .data .dl01 dd .link a:hover{
	opacity: 1;
}

.outline > li .data .dl01 dd .link a:before {
	width: 1.6vw;
	height: 1.6vw;
	right: 3.733333vw;
}


.symbol_image{
	width: 48vw;
	margin: 0 auto 5.333333vw;
}

.symbol_text{
	text-align: center;
}

.symbol_text .catch{
	font-size: 4.8vw;
	margin-bottom: 9.066667vw;
}

.symbol_text .symbol_ul{
	margin-bottom: 6.4vw;
}

.symbol_text .symbol_ul li{
	font-size: 4.8vw;
	margin-bottom: 3.733333vw;
	padding-left: 10.666667vw;
}

.symbol_text .caption{
	width: auto;
	margin: 0 5.333333vw;
}


.history_ul{
	width: auto;
	margin: 0 5.333333vw;
}

.history_ul li{
	display: block;
    padding: 2.666667vw 0;
}

.history_ul li .date{
	width: auto;
	margin-bottom: 2.133333vw;
}

.history_ul li .cont{
	width: auto;
}


#section03 h3{
	font-size: 8vw;
}

.c_mission_caption{
	font-size: 16px;
	line-height: 2.0;
}







}


