@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 768px) {
#company #hed .hed_bg {
background: url("../images/company/index/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#company .cont01 {
width: 1200px;
margin: 200px auto;
}
#company .content_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
z-index: 5;
}
#company .content_list li {
width: 100%;
margin-top: 0;
}
#company .content_list li h2 {
font-size: 2.8rem;
line-height: 1.4;
font-weight: 600;
}
#company .content_list li:nth-child(-n+2) {
padding-top: 80px;
}
#company .content_list li .flex_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: solid 1px #ddd;
padding-bottom: 80px;
}
#company .content_list li .flex_wrap .img_box {
border-radius: 20px;
overflow: hidden;
width: 60%;
}
#company .content_list li .flex_wrap .text_box {
width: 35%;
}
#company .content_list li .text_box h2 span {
display: block;
font-size: 1rem;
}
#company .content_list li .text_box {
margin-top: 10px;
}
#company .content_list li .text_box .text {
margin-top: 20px;
font-size: 1.1rem;
}
#company .content_list li .text_box .btn_04 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 120px;
margin: 40px 0 0 0;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #27acd9;
background: #27acd9;
color: #fff;
border-radius: 100vh;
transition: 0.5s;
}
#company .content_list li .img_box {
border-radius: 20px;
overflow: hidden;
}
#company .content_list li .text_box .btn_04:hover {
color: #27acd9;
background: #fff;
}
/*　画像の拡大　*/
#company .zoomIn img {
transform: scale(1);
transition: .3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}
#company .content_list li a:hover img { /*hoverした時の変化*/
transform: scale(1.2); /*拡大の値を変更したい場合はこの数値を変更*/
}
/*　画像のマスク　*/
#company .mask {
display: block;
line-height: 0; /*行の高さを0にする*/ overflow: hidden; /*拡大してはみ出る要素を隠す*/
}
/*-----企業概要-------*/
#summary #hed .hed_bg {
background: url("../images/company/summary/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#summary .cont01 {
width: 1000px;
margin: 150px auto;
position: relative;
z-index: 5;
}
#summary .com_table {
width: 100%;
margin: 0 auto 30px;
}
#summary .com_table th {
width: 30%;
padding: 20px;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
border-bottom: 1px solid rgb(255, 255, 255);
font-size: 1.1rem;
background: #121212;
color: #fff;
}
#summary .com_table td {
padding: 20px;
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, .2);
vertical-align: middle;
font-size: 1rem;
}
#summary .com_table td img {
width: 70px;
}
#summary .map_box {
margin-top: 70px;
}
#summary .map_box h3 {
font-size: 1.5rem;
position: relative;
padding-bottom: 10px;
}
#summary .map_box h3::before {
content: "";
position: absolute;
background: #121212;
height: 1px;
width: 40px;
bottom: 0;
left: 0;
}
#summary .map_box h4 {
font-size: 1.1rem;
}
#summary .map_box .map_text {
font-size: 1rem;
}
#summary .map_box .box_item {
margin-top: 20px;
background: #121212;
padding: 20px;
box-sizing: border-box;
color: #FFF;
}
#summary .map_box .box_item .map {
margin-top: 15px;
}
#summary .btn_box {
margin: 100px auto;
}
/*-----代表者メッセージ-------*/
#message #hed .hed_bg {
background: url("../images/company/message/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#message {
min-width: 1400px;
overflow: hidden;
}
#message .mt30 {
margin-top: 30px;
}
#message .cont01 {
width: 80%;
margin: 150px auto;
}
#message .top_message {
font-size: 1.7rem;
letter-spacing: 1px;
margin-top: 50px;
}
#message .top_img_box {
margin-top: 20px;
}
#message .text_box {
width: 80%;
margin: 80px auto 0;
position: relative;
z-index: 5;
}
#message h3 {
font-size: 1.5rem;
margin-top: 20px;
}
#message h3 .name {
display: block;
font-size: .9rem;
}
#message h3 img {
width: 120px;
}
#message h3 .en {
margin-left: 10px;
font-size: 1rem;
}
#message .text_box .text {
font-size: 1.1rem;
margin-top: 40px;
}
#message .btn_box {
margin: 100px auto;
}
/*-----沿革-------*/
#history {
min-width: 1400px;
}
#history #hed .hed_bg {
background: url("../images/company/history/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#history .cont01 {
background: #121212;
color: #fff;
width: 100%;
margin: -150px 0 0 auto;
position: relative;
z-index: 3;
padding: 100px 5%;
box-sizing: border-box;
}
#history .cont01 h1 {
font-size: 4rem;
line-height: 1;
position: relative;
padding-top: 20px;
}
#history .cont01 h1::before {
content: "";
background: #fff;
height: 1px;
width: 40px;
position: absolute;
top: 0;
left: 0;
}
#history .cont01 .tit {
font-size: 2.1rem;
line-height: 1.3;
margin-top: 20px;
letter-spacing: 2px;
font-weight: 700;
}
#history .cont01 .content_box .top_text {
font-size: 1.1rem;
margin-top: 30px;
}
#history .cont01 .content_box .img_box {
margin-top: 20px;
}
#history .history_wrap .flex_wrap {
display: flex;
justify-content: space-between;
}
#history .history_wrap .flex_wrap:first-child h2::before {
height: 35px;
}
#history .history_wrap .flex_wrap:first-child h2::before, #history .history_wrap .flex_wrap:last-child h2::before {
content: "";
display: block;
width: 5px;
position: absolute;
right: -4px;
}
#history .history_wrap {
margin-top: 70px;
}
#history .history_wrap table {
width: calc(100% - 200px);
}
#history .history_wrap th {
color: #121212;
text-align: center;
width: 110px;
padding-top: 2px;
position: relative;
z-index: 1;
vertical-align: top;
padding: 0;
border: none;
}
#history .history_wrap th::after {
content: "";
background-color: #fff;
display: block;
width: 11px;
height: 11px;
border-radius: 6px;
position: absolute;
top: 9px;
}
#history .history_wrap th::before {
content: "";
background-color: #fff;
display: block;
width: 100%;
height: 25px;
border-radius: 50px;
position: absolute;
top: 1px;
z-index: -1;
}
#history .history_wrap th::after {
left: -44px;
}
#history .history_wrap h2 {
color: #fff;
border-right: solid 3px #fff;
position: relative;
width: 160px;
font-size: 2.6rem;
line-height: 1;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
}
#history .history_wrap td {
padding: 0 0 40px 30px;
font-size: 1rem;
}
#history .history_wrap td img {
width: 70px;
padding: 0 3px 3px;
}
#history .history_wrap td figure {
font-size: 1rem;
margin-top: 20px;
}
#history .history_wrap td figure img {
width: 700px;
}
#history .history_wrap td figcaption {
margin-top: 10px;
font-size: .9rem;
}
#history .btn_box {
margin: 100px auto;
}
}
/*sp*/
@media only screen and (max-width: 767px) {
#company #hed .hed_bg {
background: url("../images/company/index/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#company .cont01 {
margin: 60px auto;
padding: 0 3%;
position: relative;
z-index: 5;
}
#company .content_list li {
padding-top: 30px;
}
#company .content_list li h2 {
font-size: 1.4rem;
line-height: 1.4;
font-weight: 600;
margin-top: 10px;
display: inline-block;
}
#company .content_list li .text_box h2 span {
display: block;
font-size: .8rem;
}
#company .content_list li .text_box {
margin-top: 10px;
}
#company .content_list li .text_box .text {
margin-top: 20px;
font-size: 1.1rem;
}
#company .content_list li .text_box .btn_04 {
display: block;
text-align: center;
vertical-align: middle;
text-decoration: none;
width: 120px;
margin: 30px 0 0 0;
padding: 1rem 4rem;
font-weight: bold;
border: 2px solid #27acd9;
background: #27acd9;
color: #fff;
border-radius: 100vh;
transition: 0.5s;
}
#company .content_list li .img_box {
border-radius: 20px;
overflow: hidden;
}
#company .content_list li .text_box .btn_04:hover {
color: #27acd9;
background: #fff;
}
/*　画像の拡大　*/
#company .zoomIn img {
transform: scale(1);
transition: .3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}
/*　画像のマスク　*/
#company .mask {
display: block;
line-height: 0; /*行の高さを0にする*/ overflow: hidden; /*拡大してはみ出る要素を隠す*/
}
/*-----企業概要-------*/
#summary #hed .hed_bg {
background: url("../images/company/summary/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#summary .cont01 {
margin: 80px auto;
}
#summary .com_table {
margin: 0 auto 30px;
width: 100%;
}
#summary .com_table th {
padding: 20px;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
border-bottom: 1px solid rgb(255, 255, 255);
font-size: 1rem;
background: #121212;
color: #fff;
display: block;
}
#summary .com_table td {
padding: 15px;
position: relative;
vertical-align: middle;
font-size: .9rem;
display: block;
}
#summary .com_table td img {
width: 60px;
}
#summary .map_box {
margin-top: 70px;
}
#summary .map_box h3 {
font-size: 1.3rem;
position: relative;
padding-bottom: 10px;
margin-left: 3%;
}
#summary .map_box h3::before {
content: "";
position: absolute;
background: #121212;
height: 1px;
width: 40px;
bottom: 0;
left: 0;
}
#summary .map_box h4 {
font-size: 1.1rem;
}
#summary .map_box .map_text {
font-size: .9rem;
}
#summary .map_box .box_item {
margin-top: 20px;
background: #121212;
padding: 20px 10px;
box-sizing: border-box;
color: #FFF;
}
#summary .map_box .box_item .map {
margin-top: 15px;
}
#summary .btn_box {
margin: 100px auto;
}
/* Google Mapを囲う要素 */
#summary .map {
position: relative;
width: 100%;
height: 0;
padding-top: 75%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
#summary .map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*-----代表者メッセージ-------*/
#message #hed .hed_bg {
background: url("../images/company/message/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#message {
overflow: hidden;
}
#message .mt30 {
margin-top: 30px;
}
#message .cont01 {
margin: 80px auto;
padding: 0 3%
}
#message .top_message {
font-size: 1.3rem;
letter-spacing: 1px;
margin-top: 20px;
}
#message .text_box {
position: relative;
margin: 40px auto 0;
}
#message h3 {
font-size: 1.2rem;
margin-top: 20px;
}
#message h3 .name {
display: block;
font-size: .9rem;
}
#message h3 img {
width: 100px;
}
#message h3 .en {
margin-left: 10px;
font-size: 1rem;
}
#message .text_box .text {
font-size: 1rem;
margin-top: 30px;
}
#message .btn_box {
margin: 100px auto;
}
/*-----沿革-------*/
#history #hed .hed_bg {
background: url("../images/company/history/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}
#history .cont01 {
background: #121212;
color: #fff;
width: 100%;
margin: -150px 0 0 auto;
position: relative;
z-index: 3;
padding: 50px 3%;
box-sizing: border-box;
}
#history .cont01 h1 {
font-size: 2.3rem;
line-height: 1;
position: relative;
padding-top: 20px;
}
#history .cont01 h1::before {
content: "";
background: #fff;
height: 1px;
width: 40px;
position: absolute;
top: 0;
left: 0;
}
#history .cont01 .tit {
font-size: 1.5rem;
line-height: 1.3;
margin-top: 20px;
letter-spacing: 2px;
font-weight: 700;
}
#history .cont01 .content_box .top_text {
font-size: .9rem;
margin-top: 10px;
}
#history .cont01 .content_box .img_box {
margin-top: 20px;
}
#history .history_wrap .flex_wrap {
display: flex;
justify-content: space-between;
}
#history .history_wrap .flex_wrap:first-child h2::before {
height: 35px;
}
#history .history_wrap .flex_wrap:first-child h2::before, #history .history_wrap .flex_wrap:last-child h2::before {
content: "";
display: block;
width: 5px;
position: absolute;
right: -4px;
}
#history .history_wrap {
margin-top: 50px;
}
#history .history_wrap table {
width: calc(100% - 100px);
}
#history .history_wrap th {
color: #121212;
text-align: center;
width: 110px;
padding-top: 2px;
position: relative;
z-index: 1;
vertical-align: top;
padding: 0;
border: none;
display: block;
}
#history .history_wrap th::after {
content: "";
background-color: #fff;
display: block;
width: 11px;
height: 11px;
border-radius: 6px;
position: absolute;
top: 9px;
}
#history .history_wrap th::before {
content: "";
background-color: #fff;
display: block;
width: 100%;
height: 25px;
border-radius: 50px;
position: absolute;
top: 1px;
z-index: -1;
}
#history .history_wrap th::after {
left: -24px;
}
#history .history_wrap h2 {
color: #fff;
border-right: solid 3px #fff;
position: relative;
font-size: 1.4rem;
line-height: 1;
font-family: "Bebas Neue", sans-serif;
font-style: normal;
padding-right: 10px;
width: 70px;
}
#history .history_wrap td {
padding: 10px 0 30px 15px;
font-size: .9rem;
display: block;
}
#history .history_wrap td img {
width: 65px;
padding: 0 3px 3px;
}
#history .history_wrap td figure {
font-size: 1rem;
margin-top: 20px;
}
#history .history_wrap td figcaption {
margin-top: 10px;
font-size: .9rem;
}
#history .btn_box {
margin: 100px auto;
}
}