@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/company/mv_img.jpg") no-repeat center;
}
#company {
position: relative;
margin: 0 auto 150px
}
#company .section_wrap {
width: 80%;
margin: 0 auto;
}
/*index
--------------------------------------------*/
#company .index_list {
margin: 0;
padding: 0;
}
#company .index_list li {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 70px 0;
position: relative;
box-sizing: border-box;
}
#company .index_list li::before {
position: absolute;
top: 0;
right: 0;
height: 0;
left: 0;
content: "";
border-top: #cecac5 1px solid;
z-index: -1;
}
#company .index_list li a {
display: block;
position: relative;
color: #000;
}
#company .index_list li a .inner {
position: relative;
}
#company .index_list li a .inner::after {
content: "";
display: block;
overflow: hidden;
}
#company .index_list li a .inner .t_no {
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 25px;
border: #f4901b 1px solid;
color: #f4901b;
font-size: 13px;
font-family: "Libertinus Serif Display", system-ui;
font-weight: 300;
line-height: 1;
text-align: center;
letter-spacing: 0;
z-index: 0;
border-radius: 100%;
-webkit-border-radius: 100%;
padding-top: 5px;
box-sizing: border-box;
}
#company .index_list li a .inner .img_area {
float: left;
width: 33.5%;
margin: 0 0 0 55px;
position: relative;
z-index: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#company .index_list li a .inner .txt_area {
position: absolute;
top: 47.5%;
right: 0;
width: 52.5%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
#company .index_list li a .inner .txt_area .t_ttl_en {
font-size: 1.2rem;
font-family: "Libertinus Serif Display", system-ui;
font-weight: 600;
line-height: 0.925;
font-feature-settings: "palt"1;
letter-spacing: -0.025em;
color: #f4901b;
}
#company .index_list li a .inner .txt_area .t_ttl_jp {
margin: 20px 0 0 0;
font-size: 3rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0.075em;
}
#company .idx_btn_list {
width: 80%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto 80px;
}
#company .idx_btn_list li {
width: 46%;
position: relative;
}
#company .idx_btn_list li a {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #FFF;
border: 1px solid #f4901b;
border-radius: 50rem;
font-size: 1.8rem;
font-weight: 600;
line-height: 1;
padding: 10px 0;
transform: ease all .5s;
}
#company .idx_btn_list li a:hover {
background: #f4901b;
border: 1px solid #f4901b;
color: #FFF;
}
/*message
--------------------------------------------*/
#company .message_img {
width: 100%;
margin: 0 auto 60px;
}
#company .message_img:last-child {
margin-bottom: 0;
}
#company .message_wrap {
width: 100%;
margin: 0 auto 80px;
}
#company .message_wrap .red_ttl {
font-size: 3.6rem;
line-height: 1.6;
margin-bottom: 40px;
}
#company .message_wrap .red_txt {
width: 86%;
margin: 0 auto 100px;
}
#company .message_wrap .name {
text-align: right;
font-size: 1.4rem;
margin: 0 0 40px
}
#company .message_wrap .name span {
font-size: 1.8em;
}
#company .philosophy_wrap {
width: 90%;
margin: 0 auto 0;
}
#company .philosophy_wrap .philosophy_list {
width: 80%;
margin: 0 auto;
}
#company .philosophy_wrap .philosophy_list li {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
margin: 0 0 40px;
}
#company .philosophy_wrap .philosophy_list li:last-child {
margin-bottom: 0;
}
#company .philosophy_wrap .philosophy_list li span {
color: #f4901b;
text-decoration: underline;
}
#company .common_btn_box {
margin: 80px 0 0;
text-align: center;
}
/*overview
--------------------------------------------*/
#company .overview_wrap {
margin: 0 auto 160px;
}
#company .overview_wrap h3 {
font-size: 3rem;
font-weight: 800;
margin: 0 0 30px;
}
#company .overview_wrap h3 span {
font-size: 1.2rem;
display: block;
color: #f4901b;
}
#company .overview_wrap h4 {
font-size: 2rem;
font-weight: 800;
margin: 0 0 20px;
}
#company .overview_wrap .policy_txt {
font-size: 2rem;
margin: 0 0 60px;
}
#company .overview_wrap .co_table {
width: 100%;
margin: 0 auto 120px;
}
#company .overview_wrap .co_table tr {
border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#company .overview_wrap .co_table th {
width: 20%;
text-align: left;
padding: 10px;
box-sizing: border-box;
}
#company .overview_wrap .co_table td {
padding: 10px;
box-sizing: border-box;
}
#company .overview_wrap .co_table td a {
color: #f4901b;
}
#company .overview_wrap .co_table td a .icon2 {
width: 26px !important;
display: inline-block;
}
/*history
--------------------------------------------*/
#company .history_wrap .flex_wrap {
display: flex;
justify-content: space-between;
}
#company .history_wrap .flex_wrap:first-child h2::before {
height: 35px;
}
#company .history_wrap .flex_wrap:first-child h2::before, #company .history_wrap .flex_wrap:last-child h2::before {
content: "";
display: block;
width: 5px;
position: absolute;
right: 0;
}
#company .history_wrap {
margin: 0 auto 160px;
}
#company .history_wrap .no {
width: 200px;
font-size: 2.6rem;
font-weight: 700;
line-height: 1;
white-space: nowrap;
position: relative;
height: 100%;
}
#company .history_wrap table {
width: calc(100% - 200px);
position: relative;
}
#company .history_wrap table::before {
content: "";
position: absolute;
top: 0;
left: -39px;
width: 2px;
height: 100%;
background: #f4901b;
}
#company .history_wrap th {
color: #FFF;
text-align: center;
width: 110px;
position: relative;
z-index: 1;
vertical-align: top;
padding: 0;
border: none;
line-height: 1;
padding: 3px 0;
font-family: "Libertinus Serif Display", system-ui;
}
#company .history_wrap th::after {
content: "";
background-color: #f4901b;
display: block;
width: 11px;
height: 11px;
border-radius: 6px;
position: absolute;
top: 9px;
}
#company .history_wrap th::before {
content: "";
background-color: #f4901b;
display: block;
width: 100%;
height: 20px;
border-radius: 50rem;
position: absolute;
top: 1px;
z-index: -1;
}
#company .history_wrap th::after {
left: -44px;
}
#company .history_wrap td {
padding: 0 0 40px 30px;
font-size: 1rem;
}
#company .history_wrap td figure {
font-size: 1rem;
margin-top: 20px;
}
#company .history_wrap td figure img {
width: 500px;
}
#company .history_wrap td figcaption {
margin-top: 10px;
font-size: .9rem;
}
}
/*sp*/
@media only screen and (max-width: 767px) {
/* hed
---------------------------------------------*/
#hed {
background: url("../images/company/mv_img.jpg") no-repeat center;
}
#company {
position: relative;
margin: 0 auto 60px
}
#company .section_wrap {
width: 90%;
margin: 0 auto;
}
/*index
--------------------------------------------*/
#company .index_list {
margin: 0;
padding: 0;
}
#company .index_list li {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 0;
position: relative;
box-sizing: border-box;
}
#company .index_list li::before {
position: absolute;
top: 0;
right: 0;
height: 0;
left: 0;
content: "";
border-top: #cecac5 1px solid;
z-index: -1;
}
#company .index_list li a {
display: block;
position: relative;
color: #000;
}
#company .index_list li a .inner {
position: relative;
}
#company .index_list li a .inner::after {
content: "";
display: block;
overflow: hidden;
}
#company .index_list li a .inner .t_no {
position: absolute;
top: 0;
left: 0;
width: 25px;
height: 25px;
border: #f4901b 1px solid;
color: #f4901b;
font-size: 13px;
font-family: "Libertinus Serif Display", system-ui;
font-weight: 300;
line-height: 1;
text-align: center;
letter-spacing: 0;
z-index: 0;
border-radius: 100%;
-webkit-border-radius: 100%;
padding-top: 5px;
box-sizing: border-box;
}
#company .index_list li a .inner .img_area {
float: left;
width: 33.5%;
margin: 0 0 0 45px;
position: relative;
z-index: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#company .index_list li a .inner .txt_area {
position: absolute;
top: 47.5%;
right: 0;
width:48%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
#company .index_list li a .inner .txt_area .t_ttl_en {
font-size: 1rem;
font-family: "Libertinus Serif Display", system-ui;
font-weight: 600;
line-height: 0.925;
font-feature-settings: "palt"1;
letter-spacing: -0.025em;
color: #f4901b;
}
#company .index_list li a .inner .txt_area .t_ttl_jp {
margin: 20px 0 0 0;
font-size: 1.8rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0.075em;
}
#company .idx_btn_list {
width: 100%;
margin: 0 auto 40px;
}

#company .idx_btn_list li{
margin-bottom: 20px;
}

#company .idx_btn_list li:last-child{
margin-bottom: 0;
}

#company .idx_btn_list li a {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #FFF;
border: 1px solid #f4901b;
border-radius: 50rem;
font-size: 1.4rem;
font-weight: 600;
line-height: 1;
padding: 10px 0;
transform: ease all .5s;
}
#company .idx_btn_list li a:hover {
background: #f4901b;
border: 1px solid #f4901b;
color: #FFF;
}
/*message
--------------------------------------------*/
#company .message_img {
width: 100%;
margin: 0 auto 30px;
}
#company .message_img:last-child {
margin-bottom: 0;
}
#company .message_wrap {
width: 100%;
margin: 0 auto 80px;
}
#company .message_wrap .red_ttl {
font-size: 2.2rem;
line-height: 1.6;
margin-bottom: 40px;
}
#company .message_wrap .red_txt {
width: 100%;
margin: 0 auto 60px;
}
#company .message_wrap .name {
text-align: right;
font-size: 1.4rem;
margin: 0 0 40px
}
#company .message_wrap .name span {
font-size: 1.4em;
}
#company .philosophy_wrap {
width: 90%;
margin: 0 auto 0;
}
#company .philosophy_wrap .philosophy_list {
width: 80%;
margin: 0 auto;
}
#company .philosophy_wrap .philosophy_list li {
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
margin: 0 0 40px;
}
#company .philosophy_wrap .philosophy_list li:last-child {
margin-bottom: 0;
}
#company .philosophy_wrap .philosophy_list li span {
color: #f4901b;
text-decoration: underline;
}
#company .common_btn_box {
margin: 80px 0 0;
text-align: center;
}
/*overview
--------------------------------------------*/
#company .overview_wrap {
margin: 0 auto 60px;
}
#company .overview_wrap h3 {
font-size: 2.2rem;
font-weight: 800;
margin: 0 0 30px;
}
#company .overview_wrap h3 span {
font-size: 1.2rem;
display: block;
color: #f4901b;
}
#company .overview_wrap h4 {
font-size: 2rem;
font-weight: 800;
margin: 0 0 20px;
}
#company .overview_wrap .policy_txt {
font-size: 1.6rem;
margin: 0 0 60px;
}
#company .overview_wrap .co_table {
width: 100%;
margin: 0 auto 60px;
font-size: 1.2rem;
}
#company .overview_wrap .co_table tr {
border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#company .overview_wrap .co_table th {
width: 100%;
text-align: left;
padding: 10px 10px 0;
box-sizing: border-box;
display: block;
}
#company .overview_wrap .co_table td {
padding: 10px;
box-sizing: border-box;
display: block;
}
#company .overview_wrap .co_table td a {
color: #f4901b;
}
#company .overview_wrap .co_table td a .icon2 {
width: 26px !important;
display: inline-block;
}
/*history
--------------------------------------------*/
#company .history_wrap .flex_wrap {
display: flex;
justify-content: space-between;
}
#company .history_wrap .flex_wrap:first-child h2::before {
height: 35px;
}
#company .history_wrap .flex_wrap:first-child h2::before, #company .history_wrap .flex_wrap:last-child h2::before {
content: "";
display: block;
width: 5px;
position: absolute;
right: 0;
}
#company .history_wrap {
margin: 0 auto 160px;
}
#company .history_wrap .no {
width: 200px;
font-size: 2.6rem;
font-weight: 700;
line-height: 1;
white-space: nowrap;
position: relative;
height: 100%;
}
#company .history_wrap table {
width: calc(100% - 200px);
position: relative;
}
#company .history_wrap table::before {
content: "";
position: absolute;
top: 0;
left: -39px;
width: 2px;
height: 100%;
background: #f4901b;
}
#company .history_wrap th {
color: #FFF;
text-align: center;
width: 110px;
position: relative;
z-index: 1;
vertical-align: top;
padding: 0;
border: none;
line-height: 1;
padding: 3px 0;
font-family: "Libertinus Serif Display", system-ui;
}
#company .history_wrap th::after {
content: "";
background-color: #f4901b;
display: block;
width: 11px;
height: 11px;
border-radius: 6px;
position: absolute;
top: 9px;
}
#company .history_wrap th::before {
content: "";
background-color: #f4901b;
display: block;
width: 100%;
height: 20px;
border-radius: 50rem;
position: absolute;
top: 1px;
z-index: -1;
}
#company .history_wrap th::after {
left: -44px;
}
#company .history_wrap td {
padding: 0 0 40px 30px;
font-size: 1rem;
}
#company .history_wrap td figure {
font-size: 1rem;
margin-top: 20px;
}
#company .history_wrap td figure img {
width: 500px;
}
#company .history_wrap td figcaption {
margin-top: 10px;
font-size: .9rem;
}
}