﻿a.ir_txtLink:hover {
    color: #fac83c;
}
.ir_localNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 20px;
}
.ir_localNav_item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.ir_localNav_link {
    position: relative;
    font-weight: bold;
}
.ir_localNav_link.currant,
.ir_localNav_link:hover {
    color: #fac83c;
}
.ir_localNav_link.currant::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fac83c;
}
.ir_localNav_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}
.ir_localNav_2_item {
    width: 100%;
}
.ir_localNav_2_item + .ir_localNav_2_item {
    margin: 20px 0 0;
}
.ir_localNav_2_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    border: 1px solid #5A5A5A;
    border-radius: 30px;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.8rem;
}
.ir_localNav_2_link:hover {
    background-color: #c8c8c8;
}
.ir_localNav_2_link.currant {
    background-color: #fac83c;
    border-color: #fac83c;
}
.ir_localNav_2_link.currant:hover {
    background-color: #ff9b00;
}

@media screen and (min-width: 1036px) {
    .ir_localNav {
        max-width: 960px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .ir_localNav_item {
        padding: 0 30px;
    }
    .ir_localNav_2_item {
        width: calc((100% - 60px) / 4);
    }
    .ir_localNav_2_item + .ir_localNav_2_item {
        margin: 0 0 0 20px;
    }
}

/* -----------------------------------------------------------
	IR情報
------------------------------------------------------------ */
.ir_top section{
    position: relative;
}
.ir_top section:first-child{
    margin-top: -20px;
}
.ir_top .btn{
    position: relative;
    width: 200px;
}
.ir_top .btn > i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.ir_topMv{
    display: flex;
    align-items: center;
    padding: 0;
}
.ir_topMv_ttl{
    position: absolute;
    width: 100%;
    text-align: left;
}
.ir_topMv_img{
    margin-left: auto;
    max-width: 100%;
    margin-right: -150px;
}
.ir_topMv_img img{
    vertical-align: middle;
    width: 100%;
}
.ir_topTtl_h1{
    font-size: 2.6rem;
    font-weight: bold;
}
.ir_topTtl_h1 span{
    display: block;
    font-size: 1rem;
}
.ir_topTxt {
    padding: 20px 0 40px;
}
.ir_topImg {
    width: 100%;
}
.ir_topDot {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.ir_topLibrary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}
.ir_topLibrary_col {
    width: 100%;
}
.ir_topLibrary_col + .ir_topLibrary_col {
    margin-top: 20px;
}
.ir_topLibrary_btn {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 35px 20px 35px 80px;
}
.ir_topLibrary_btnIcon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.ir_topLibrary_btnIcon img {
    width: 56%;
    height: auto;
}
.ir_topLibrary_btn span {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
}
.ir_topLibrary_btn span > span {
    font-size: 1rem;
    margin-top: 5px;
}
.ir_topStock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ir_topStock_col {
    width: 100%;
}
.ir_topStock_col + .ir_topStock_col {
    margin-top: 80px;
}
.ir_topStock .btn {
    width: 100%;
    padding: 40px 10px;
    margin: 0;
}
.ir_topStock a.btn.btn__l.inline.round {
    padding: 0 30px;
    margin: 0;
}
.ir_topLinkArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ir_topLinkArea_col2,
.ir_topLinkArea_col3 {
    width: 100%;
}
.ir_topLinkArea_col2 {
    margin-top: 20px;
}
.ir_topLinkArea_col3 {
    margin-top: 20px;
}
.ir_topLinkArea_btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
}
.ir_topLinkArea_col2 .ir_topLinkArea_btn {
    padding: 40px 20px;
}
.ir_topLinkArea_btn span {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
}
.ir_topLinkArea_btn span > span {
    display: inline-block;
    font-size: 1rem;
    margin: 5px 0 0 20px;
    color: #fac83c;
}

@media screen and (min-width: 1036px) {
    .ir_top section:first-child {
        margin-top: -4px;
    }
    .ir_topMessageTxt {
        padding: 20px 0 40px;
		width: 30vw;
		text-align: left;
    }
    .ir_topImg {
        width: auto;
        max-width: 100%;
    }
    .ir_topMv_img{
        max-width: 60%;
        margin-right: 0;
    }
    .ir_topLibrary_col {
        width: calc((100% - 40px) / 2);
    }
    .ir_topLibrary_col:nth-child(2) {
        margin-top: 0;
    }
    .ir_topLibrary_col:nth-child(n+3) {
        margin-top: 40px;
    }
    .ir_topLibrary_btn {
        padding: 50px 30px 50px 185px;
    }
    .ir_topLibrary_btnIcon {
        left: 50px;
    }
    .ir_topLibrary_btnIcon img {
        width: 100%;
    }
    .ir_topStock_col {
        width: 545px;
        max-width: 46%;
    }
    .ir_topStock_col + .ir_topStock_col {
        margin-top: 0;
    }
    .ir_topLinkArea_col2 {
        width: calc((100% - 40px) / 2);
        margin-top: 0;
    }
    .ir_topLinkArea_col3 {
        width: calc((100% - 80px) / 3);
        margin-top: 40px;
    }
    .ir_topLinkArea_btn {
        padding: 30px 40px;
    }
    .ir_topLinkArea_col2 .ir_topLinkArea_btn {
        padding: 60px 40px;
    }
}


.ir_img_pc {
    display: block;
}
.ir_img_sp {
    display: none;
}

.ir_topMessage {
    padding: 0;
    position: relative;
    margin-bottom: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ir_topMessage_content {
    position: absolute;
    padding: 0 60px;
}
.ir_topMessage_title {
    margin-bottom: 0;
	font-size: 48px;
	font-weight: bold;
}
.ir_topMessage_title::before {
    display: none;
}
.ir_topMessage_title::after {
    display: none;
}
.ir_topMessage_btn {
    text-align: center;
    display: inline-block;
}
.ir_topMessageTxt {
	padding: 20px 0;
}

.ir_topBotttom {
    padding: 0;
    position: relative;
    margin-bottom: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ir_topBotttom_content {
    position: absolute;
    padding: 0 60px;
}
.ir_topBotttom_title {
    margin-bottom: 50px;
	font-size: 48px;
	font-weight: bold;
}
.ir_topBotttom_title::before {
    display: none;
}
.ir_topBotttom_title::after {
    display: none;
}
.ir_topBotttom_btn {
    text-align: center;
    display: inline-block;
}

@media screen and (max-width: 1035px) {
    .ir_img_pc {
        display: none;
    }
    .ir_img_sp {
        display: block;
    }

    .ir_topMessage {
        justify-content: center;
        align-items: flex-start;
        background: #fff;
        height: 700px;
        overflow: hidden;
    }
    .ir_topMessage_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 80px 28px 0;
		position: relative;
    }
    .ir_topMessage_title {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
		font-size: 32px;
    }
	.ir_topMessage_img_sp {
		position: absolute;
		bottom: 0;
	}
	.ir_topMessageTxt {
		text-align: center;
	}
	
    .ir_topBotttom {
        justify-content: center;
        align-items: flex-start;
    }
    .ir_topBotttom_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 80px;
    }
    .ir_topBotttom_title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
		font-size: 32px;
    }
}



/* -----------------------------------------------------------
	Who we are
------------------------------------------------------------ */
.ir_about_title {
    
}
.ir_about_title::before {
    display: none;
}
.ir_about_title::after {
    display: none;
}

.ir_about_content {
    display: flex;
    justify-content: space-between;
}

.ir_about_content_img {
    width: 48%;
}
.ir_about_content_txt {
    width: 48%;
}
.ir_about_content_btn a {
	display: flex;
	align-items: center;
}
.ir_about_content_btn a::after {
	content: url(/en/ir/img/blank.svg);
	width: 24px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1035px) {
    .ir_about_content {
        flex-wrap: wrap;
    }
    .ir_about_content_img {
        width: 100%;
    }
    .ir_about_content_txt {
        width: 100%;
    }
}



/* -----------------------------------------------------------
	Who we are
------------------------------------------------------------ */
.ir_members_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 0;
}
.ir_members_box_item {
	width: 30%;
	border: 1px solid;
	padding: 30px;
}
.ir_members_box_position {
	
}
.ir_members_box_name {
	
}
.ir_members_box_txt {
	
}
@media screen and (max-width: 1035px) {
    .ir_members_box {
        gap: 30px 0;
    }
    .ir_members_box_item {
        width: 100%;
    }
}


/* -----------------------------------------------------------
	Company Profile
------------------------------------------------------------ */
.ir_profile_table {
	max-width: 50rem;
	margin: 0 auto;
}
.ir_profile_table dl {
	border-top: 1px solid #C8C8C8;
    display: table;
    width: 100%;
}
.ir_profile_table dl:last-child {
	border-bottom: 1px solid #C8C8C8;
}
.ir_profile_table dt {
	width: 14em;
    background-color: #F0F0F0;
	display: table-cell;
    vertical-align: top;
    padding: 15px;
	font-size: 1rem;
	font-weight: bold;
}
.ir_profile_table dd {
    background-color: #FFF;
	display: table-cell;
    vertical-align: top;
    padding: 15px;
	font-size: 1rem;
}
@media screen and (max-width: 1035px) {
	.ir_profile_table dt {
		width: 30%;
	}
	.ir_profile_table dd {
		
	}
}



/* -----------------------------------------------------------
	IR Library
------------------------------------------------------------ */
.ir_library_title {

}
.ir_library_title::before {
    display: none;
}
.ir_library_title::after {
    display: none;
}


/* -----------------------------------------------------------
	IRカレンダー
------------------------------------------------------------ */
.ir_calendar picture {
    display: block;
}
.ir_calendar picture:nth-child(2) {
    margin: 10px 0 0;
}

@media screen and (min-width: 1036px) {
    .ir_calendar_img {
        display:flex;
        justify-content: center;
        padding:0;
        width: 100%;
        margin: 0 auto;
    }
    .ir_calendar picture:nth-child(2) {
        margin: 0 0 0 2px;
    }
    .ir_calendar picture {
        max-width: 50%;
    }
}


/* -----------------------------------------------------------
	Inquiry
------------------------------------------------------------ */
.ir_contact {

}
.ir_contact a.ir_contact_link {
    color: #fac83c;
    text-decoration: underline;
}


/* -----------------------------------------------------------
	よくある質問
------------------------------------------------------------ */
.ir_faqList {
    margin-bottom: 60px;
}
.ir_faqList_q {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 20px;
}
.ir_faqList_q:before {
    content: "Q.";
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 1.5rem;
}
.ir_faqList_a {
    position: relative;
    padding-left: 35px;
}
.ir_faqList_a:before {
    content: "A.";
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

/* -----------------------------------------------------------
	IRお問い合わせ
------------------------------------------------------------ */
.ir_contactList + .ir_contactList {
    margin-top: 1rem;
}
.ir_contactList dt {
    width: 8rem;
    font-weight: 600;
}
.ir_contactList dd {
    margin-top: 10px;
}

@media screen and (min-width: 1036px) {
    .ir_contactList {
        display: flex;
    }
    .ir_contactList dd {
        width: calc(100% - 8rem);
        margin: 0;
    }
}






/* -----------------------------------------------------------
	Privacy policy
------------------------------------------------------------ */
.en_privacy {

}
.en_privacy_title {

}
.en_privacy_title::before {
    display: none;
}
.en_privacy_title::after {
    display: none;
}
.en_privacy_list {

}
.en_privacy_list li {
    padding-left: 1em;
    text-indent: -1em;
}




/*# sourceMappingURL=style.css.map */