@charset "utf-8";
/* message css */

.content {
margin: 100px 0 0px;
}
.bg_imgbox {
background-image: url("../img/company/title_bg.jpg");
background-size: cover;
}
.sec_prologue {
display: flex;
padding-bottom: 80px;
}

@media all and (max-width : 1260px ){
.sec_prologue {
padding: 0 20px 80px;
}
}

.sec_en_title {
font-family: "balboa", sans-serif;
font-weight: 300;
font-size: 3.6rem;
letter-spacing: 0.05em;
line-height: 100%;
position: relative;
padding-left: 55px;
margin-bottom: 10px;
}
.sec_en_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 42px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}
.sec_jp_title {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.1em;
margin-left: 55px;
}
.prologue_title {
font-size: 2.2rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 30px;
}
.prologue_txt {
font-size: 1.5rem;
font-weight: 400;
line-height: 240%;
margin-bottom: 10px;
}
.codicil_txt {
font-size: 1.2rem;
font-weight: 400;
line-height: 180%;
}
.sec_title_wrap {
width: 25%;
}

@media all and (max-width : 980px ){
.sec_title_wrap {
width: 35%;
}
}

@media all and (max-width : 820px ){
.sec_title_wrap {
width: 40%;
}
.prologue_title {
font-size: 2.0rem;
letter-spacing: 0.2em;
margin-bottom: 25px;
}
}

.prologue_box_right {
width: 62.5%;
}

/*-------------------------------------------------
アンカーボタン
-------------------------------------------------*/

.anchor_btn_wrap {
max-width: 1060px;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 100px;
}

@media all and (max-width : 1060px ){
.anchor_btn_wrap {
padding: 0 20px;
}
}

.anchor_btn_wrap .anchor_btn {
width: calc(33.33333% - 60px / 3);
margin-right: 30px;
}
.anchor_btn_wrap .anchor_btn:nth-child(3) {
margin-right: 0px;
}

@media all and (max-width : 768px ){
.anchor_btn_wrap .anchor_btn {
width: calc(33.33333% - 40px / 3);
margin-right: 20px;
}
}

@media all and (max-width : 767px ){
.anchor_btn_wrap .anchor_btn {
width: calc(33.33333% - 20px / 3);
margin-right: 10px;
}
}

.anchor_btn_wrap .anchor_btn a {
width: 100%;
position: relative;
display: block;
border: 1px solid #000;
text-align: center;
padding: 1rem 0 2rem 0;
transition: all 0.5s;
}
.anchor_btn_wrap .anchor_btn a:hover {
background: #003D79;
color: #fff;
border: 1px solid #003D79;
transition: all 0.5s;
}
.anchor_btn_wrap .anchor_btn a .anchor_txt {
font-family: 'Barlow', sans-serif;
display: block;
font-size: 1.4rem;
font-weight: 600;
}
.anchor_btn_wrap .anchor_btn a:after {
content: '›';
position: absolute;
bottom: 4px;
left: 50%;
color: #000;
font-family: Georgia, "Times New Roman", Times, "serif";
font-weight: 400;
font-style: normal;
font-size: 2.2rem;
line-height: 0.6;
transform: translate(-50%, 0) rotate(90deg);
}
.anchor_btn_wrap .anchor_btn a:hover::after {
color: #fff;
}


/*-------------------------------------------------
事業案内
-------------------------------------------------*/

.business_sec {
padding-bottom: 100px;
}

@media all and (max-width : 820px ){
.business_sec {
padding-bottom: 60px;
}
}

.section_inner {
max-width: 1060px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-content: flex-start;
}

@media all and (max-width : 1060px ){
.section_inner {
padding: 0 20px;
}
}

.category_jp_title {
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 0.3em;
line-height: 100%;
margin-bottom: 10px;
padding-left: 20px;
background-image: url("../img/company/nakaguro_icon.svg");
background-repeat: no-repeat;
background-position: left center;
}
.category_en_title {
font-family: 'Rajdhani', sans-serif;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.1em;
line-height: 100%;
margin-left: 25px;
color: #999999;
}
.category_title_wrap {
width: 23%;
}

@media all and (max-width : 820px ){
.category_jp_title {
font-size: 2.4rem;
letter-spacing: 0.2em;
}
.category_en_title {
font-size: 1.2rem;
}
}

.section_box_right {
width: 77%;
margin-top: 15px;
}
.business_list {
padding: 50px 50px 50px 30px;
border-bottom: solid 1px #ddd;
}
.business_list:first-of-type {
border-top: solid 1px #ddd;
}
.business_list dt {
font-size: 2.2rem;
font-weight: 700;
line-height: 100%;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.business_list dd {
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 0.1em;
line-height: 200%;
}
.profile_sec {
width: 100%;
padding: 120px 0;
background-color: #F8F8F8;
margin-bottom: 100px;
}

@media all and (max-width : 820px ){
.profile_sec {
width: 100%;
padding: 60px 0 140px;
margin-bottom: 50px;
}
}

.profile_box {
display: flex;
align-items: center;
padding: 50px 50px 50px 30px;
border-bottom: solid 1px #ddd;
}
.profile_box:first-of-type {
border-top: solid 1px #ddd;
}
.profile_box dt {
width: 27.5%;
font-size: 1.5rem;
font-weight: 700;
}
.profile_box dd {
font-size: 1.5rem;
font-weight: 400;
}
.profile_box dd a {
text-decoration: underline;
color: #003D7C;
}
.profile_box dd a:hover {
text-decoration: none;
}
.profile_list li {
padding-left: 12px;
background-image: url("../img/company/bullet.svg");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 8px;
}
.sales_sec {
margin-top: 110px;
padding-bottom: 350px;
}

@media all and (max-width : 820px ){
.sales_sec {
margin-top: 100px;
padding-bottom: 300px;
}
}
.sales_box {
padding-top: 65px;
border-top: solid 1px #ddd;
position: relative;
}
.sales_copy {
font-family: 'Rajdhani', "source-han-sans-japanese",sans-serif;
font-size: 2.0rem;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 180%;
margin-bottom: 20px;
}
.sales_txt {
font-size: 1.4rem;
font-weight: 400;
line-height: 200%;
}
.sales_graph {
max-width: 655px;
height: auto;
position: absolute;
top: 65px;
right: 0;
z-index: 0;
}
.sales_graph img {
width: 100%;
}
.sales_copy_wrap {
margin-top: 50px;
}
.access_sec {
padding-bottom: 100px;
}

@media all and (max-width : 820px ){
.sales_graph {
max-width: 500px;
top: 165px;
}
.sales_copy_wrap {
margin-top: 20px;
}
.access_sec {
padding-bottom: 30px;
}
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 41.43%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.gmap_wrap {
padding: 2px;
border: solid 1px #ddd;
margin-bottom: 25px;
}
.access_method_title {
font-size: 1.5rem;
font-weight: 700;
line-height: 100%;
margin-bottom: 15px;
display: block;
}
.address_txt {
font-size: 1.4rem;
font-weight: 400;
margin-bottom: 30px;
}
.access_method_txt {
font-size: 1.4rem;
line-height: 160%;
margin-bottom: 10px;
display: block;
}
.access_method_txt span {
font-weight: 700;
margin-right: 5px;
}


/*スマートフォン*/
@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/company/title_bg_sp.png") ;
}
.content {
margin: 40px 0 0;
}
.sec_prologue {
display: flex;
flex-direction: column;
padding: 0 20px 50px;
}
.prologue_box_right {
width: 100%;
}
.sec_en_title {
font-size: 2.4rem;
padding-left: 28px;
margin-bottom: 5px;
}
.sec_en_title::before {
content: "";
display: inline-block;
background-color: #000;
width: 21px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
}
.sec_jp_title {
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.1em;
margin-left: 30px;
}
.prologue_title {
font-size: 1.4rem;
margin-bottom: 15px;
}
.prologue_txt {
font-size: 1.2rem;
line-height: 180%;
}
.codicil_txt {
font-size: 1.0rem;
}
.sec_title_wrap {
width: 100%;
margin-bottom: 20px;
}

/*-------------------------------------------------
アンカー
-------------------------------------------------*/

.anchor_btn_wrap .anchor_btn a {
padding: 0.5rem 0 1rem 0;
}
.anchor_btn_wrap .anchor_btn a .anchor_txt {
font-size: 1.2rem;
}
.anchor_btn_wrap .anchor_btn a:after {
bottom: 3px;
font-size: 1.4rem;
}
.anchor_btn_wrap {
margin-bottom: 40px;
}


/*-------------------------------------------------
事業案内
-------------------------------------------------*/

.business_sec {
padding-bottom: 50px;
}
.section_inner {
flex-direction: column;
}
.category_jp_title {
font-size: 2.0rem;
letter-spacing: 0.2em;
padding-left: 15px;
}
.category_en_title {
font-size: 1.2rem;
letter-spacing: 0.1em;
margin-left: 20px;
}
.category_title_wrap {
width: 100%;
}
.section_box_right {
width: 100%;
margin-top: 15px;
}
.business_list {
padding: 25px 10px 25px 10px;
}
.business_list dt {
font-size: 1.6rem;
margin-bottom: 15px;
}
.business_list dd {
font-size: 1.2rem;
line-height: 180%;
}
.profile_sec {
padding: 50px 0;
margin-bottom: 50px;
}
.profile_box {
display: flex;
align-items: flex-start;
flex-direction: column;

padding: 20px 10px 20px 15px;
border-bottom: solid 1px #ddd;
}
.profile_box:first-of-type {
border-top: solid 1px #ddd;
}
.profile_box dt {
width: 100%;
font-size: 1.3rem;
margin-bottom: 8px;
}
.profile_box dd {
font-size: 1.2rem;
}
.profile_list li {
padding-left: 10px;
margin-bottom: 5px;
}
.sales_sec {
margin-top: 50px;
padding-bottom: 265px;
}
.sales_box {
padding-top: 10px;
}
.sales_copy {
font-size: 1.4rem;
letter-spacing: 0.2em;
margin-bottom: 20px;
}
.sales_txt {
font-size: 1.2rem;
line-height: 180%;
}
.sales_graph {
max-width: 300px;
top: 160px;
right: 0;
}
.sales_copy_wrap {
margin-top: 20px;
}
.access_sec {
padding-bottom: 20px;
}
.gmap_wrap {
margin-bottom: 20px;
}
.access_method_title {
font-size: 1.3rem;
margin-bottom: 10px;
}
.address_txt {
font-size: 1.2rem;
margin-bottom: 20px;
}
.access_method_txt {
font-size: 1.2rem;
margin-bottom: 10px;
}
}