/*
Theme Name: Asmo1
Theme URI:
Author: Management-partners
Author URI: https://management-partners.co.jp/
Description: New Design 2025-01-20
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Test Domain: http://renewtest.asmo1.co.jp/
Product Domain: http://asmo1.co.jp/
Tags:
*/

@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); */

@font-face {
font-family: kozuka;
src: url(https://renewtest.asmo1.co.jp/wp-content/themes/renewasmo/fonts/kozuka.otf);

}
@font-face {
	font-family: 'yumindb';
	src: url('fonts/yumindb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--clr-primary: #01A369;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

*, body{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}

.p-relative{
	position: relative;
}
:focus-visible {
    outline: var(--clr-primary) auto 1px;
}

.wp-image-5745{
	width: 110px;
	margin-top: 10px;
}
.l_block{
	text-align:left;
	max-width:864px;
	margin: 0 auto 30px auto;
	display: inline-block;
	width: 71%;
}

.l_block-custom {
	width: 100% !important;
}

.l_block .list_style {
	max-width: 900px;
	border-bottom: none;
	text-align: left;
	background-color: #ffffff;
}

.dropmenu .nav-link,
.button_slide {
	background: unset;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
	animation: all 0.4s forwards;
}

.dropmenu .nav-link,
.slide_up{
    box-shadow: inset 0 0 0 0 var(--clr-primary);
}

.dropmenu .nav-link:hover,
.slide_up:hover {
    box-shadow: inset 0 -100px 0 0 var(--clr-primary);
	color: #fff;
}

.slide_right{
	box-shadow: inset 0 0 0 0 var(--clr-primary);
}

.slide_right:hover {
	box-shadow: inset 400px 0 0 0 var(--clr-primary);
	color: #fff;
}
  
@keyframes slide_right_hover {
    from { box-shadow: inset 0 0 0 0 var(--clr-primary);}
    to { box-shadow: inset 400px 0 0 0 var(--clr-primary);}
}

@keyframes slide_right_leave {
    from {box-shadow: inset -400px 0 0 0 var(--clr-primary);}
	to {box-shadow: inset 0 0 0 0 var(--clr-primary);}
}

.business_desc{
	width: 70%;
	font-family: 'Noto Sans JP', sans-serif;
}

.business_desc p{
	margin-top: 10px;
}

.business_bar{
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	width: 100%;
	gap: 30px;
	margin-top: 20px;
	align-content: center;
}

.business_bar a{
	text-decoration: none;
	color: var(--clr-primary);
	padding: 10px 16px;
	border: 1px solid var(--clr-primary);
	border-radius: 4px;
	width: 100%;
	font-size: 16px;
	font-family: Noto San JP;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 36px;
}

.business_bar span{
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
}

.business_bar .item-wrapper{
	display: flex;
}

.business_bar .image-wrapper{
	width: 36px;
	height: 36px;
	background: var(--clr-primary);
	border-radius: 50%;
	margin-right: 10px;
}
.business_bar a:hover{
	color: #fff;
}
.business_bar a:hover img{
	filter: invert(50%) sepia(50%) saturate(700%) hue-rotate(100deg);
}

.business_bar a:hover .image-wrapper{
	background: #fff;
}

.business_bar a:hover span{
	transform: rotate(90deg);
}

.culture-content{
	display: flex;
	align-items: center;
	padding: 40px 20%;
	gap: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.culture-content:first-child{
	padding: 100px 16%;
}

.culture-content .r_block{
	max-width: 440px;
}

.culture-content .r_block img{
	width: 440px;
	height: 280px;
}

.culture-content:nth-child(odd),
.business-content:nth-child(odd)
{
	flex-direction: row-reverse;
}

.business-content{
	display: flex;
	align-items: center;
	padding: 80px 320px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

.business-content a{
	text-decoration: none;
}
.business-group{
	display: grid;
	width: 100%;
	position: relative;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 100px;
}
.business-group li{
	width: 350px;
	position: relative;
}

.business-group a{
	text-decoration: none;
}
.business-group img{
	width: 350px;
	height: 300px;
	object-fit: cover;
}
.business-group span{
	display: flex;
    font-size: 16px;
    text-align: center;
    border-bottom: 4px solid var(--clr-primary);
    background: #FDFCFC;
    color: #000;
    height: 72px;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
}

.business-group p{
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 16px 12px;
	display: none;
}

.business-group li:hover p{
	display: block;
}

.asmo_group--slider{
	margin-top: 80px;
}

.asmo_group--slider a{
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.asmo_group--slider img{
	outline: 1px solid transparent;
	outline-offset: -180px;
	transition: all 0.2s ease-in-out;
	width: 340px;
	height: 450px;
	object-fit: cover;
	border-radius: 3px;
}

.asmo_group--slider li:hover img{
  	outline: 1px solid #fff;
  	outline-offset: -10px;
	font-size: 16px;
}

.asmo_group--slider span{
	display: inline-block;
	position: relative;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-family: 'Noto Sans JP';
	padding: 16px 0;
	border-bottom: 2px solid var(--clr-primary);
}


.asmo_group--slider li:hover a span{
	color: #fff;
}

.asmo_group--slider span:before{
	content: " ";
	display: inline-block;
	width: 100%;
	height: 0%;
	background: rgba(0,0,0,.75);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s ease-in-out;
	z-index: -1;
}

.asmo_group--slider li:hover span:before{
	height: 100%;
}

.article-avatar{
	display: inline-block;
	width: 100%;
	position: relative;
}
.article-avatar::after{
	content: "";
	display: block;
	border: 1px solid var(--clr-primary);
	border-radius: 4px;
	width: 100%;
	height: 97%;
	position: absolute;
	top: 25px;
}
.article-avatar.border-left::after{
	left: 0;
}
.article-avatar.border-right::after{
	right: -16px;
}
.article-avatar.border-left img{
	margin-left: 16px;
}
.article-avatar.border-right img{
	margin-right: 16px;
}
.article-avatar img{
	width: 100%;
	height: 320px;
	outline: 1px solid #fff;
	outline-offset: -10px;
	border-radius: .5rem;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	object-fit: cover;
}
/***** section *****/
.section_header .section_title{
	color: var(--clr-primary);
	font-family: 'Noto Serif JP';
	font-size: 30px;
	padding-bottom: 8px;
}

.section_subtite{
	font-size: 12px;
}

.custom-border {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    padding-right: 44px !important;
}

.custom-border::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--clr-primary);
	position: absolute;
	bottom: 0;
	left: 0;
}

.custom-border::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--clr-primary);
	border-radius: 50%;
	position: absolute;
	bottom: -3px; /* Adjust based on the circle size */
	right: -5px; /* Adjust based on alignment */
}

.btn-more{
	display: inline;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	padding: 4px 12px;
	border: 1px solid #666666;
	border-radius: 2px;
	margin-right: 32px;
}
.btn-more a{
	font-size: 16px;
	color: #666666 !important;
	text-decoration: none;
}
.btn-more p{
	margin: 0 10px;
	display: inline-block;
}
.btn-more span.btn-next{
	color: var(--clr-primary);
	font-weight: bold;
	display: inline-block;
	transition: all 0.22s ease-in-out;
}

.btn-more:after{
	content: " ";
	width: 0%;
	height: 100%;
	background: var(--clr-primary);
	position: absolute;
	transition: all 0.2s ease-in-out;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.btn-more .circle{
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	right: 0;
	top: 0;
}
.btn-more:hover {
	border: 1px solid var(--clr-primary);
}
.btn-more:hover p{
	color: #fff;
}

.btn-more:hover:after{
	right: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-more:hover .btn-next{
	transform: rotate(-45deg) translate(-3px,-3px);
	-webkit-transform: rotate(-45deg) translate(-3px,-3px);
	-moz-transform: rotate(-45deg) translate(-3px,-3px);
	-ms-transform: rotate(-45deg) translate(-3px,-3px);
	-o-transform: rotate(-45deg) translate(-3px,-3px);
}
.btn-more:hover .btn-next:after{
	background: #fff;
	width: 10px;
	height: 10px;}
/***** table01 *****/

#company-info, #history-info{
	padding: 100px;
}

#company-info .table01 th:first-child{
	padding: 30px 32px 30px 0;
}
#company-info .table01 > td{
	padding: 30px 0;
}
.company-info{
	padding: 100px;
}
.table01 {
	width: 100%;
	margin:0 auto 20px auto;
	position: relative;
}
.table01 th{
	width: 23%;
	padding: 12px 32px;
	text-align: left;
	vertical-align:top;
	/* border-bottom: 1px dashed var(--clr-primary); */
	position: relative;
}
.table01 td{
	padding: 12px 32px;
	/* border-bottom: 1px dashed var(--clr-primary); */
	position: relative;
}
.table01 td table td{
	padding:0;
	border:none;
}
.history-info{
	padding: 100px;
}
.history_table {
	width: 100%;
	margin:0 auto 20px auto;
	position: relative;
}
.history_table th{
	width: 12%;
	padding: 12px 32px 12px 0;
	text-align: left;
	vertical-align:top;
	position: relative;
	color: var(--clr-primary);
}
.history_table td{
	padding: 6px 32px 12px 32px;
	position: relative;
	vertical-align: baseline;
}
.history_table td table td{
	padding:0;
	border:none;
}


.history_table th:after{
	content: " ";
	display: inline-block;
	top: 16px;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: var(--clr-primary);
	outline: 1px solid var(--clr-primary);
	position: absolute;
}
.history_table th:before{
	content: " ";
    display: inline-block;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed var(--clr-primary);
    position: absolute;
}
.history_table td.no-bullet:after{
	display: none;
}
/***** section *****/
.sp-only {
	display: none !important;
}

.news-area {
	align-items: center;
	position: relative;
	height: 558px;
}
.news-area img{
	width: 50%;
	height: 100%;
	object-fit: cover;
}

.footer-container{
	display: flex;
	justify-content: space-between;
	gap: 10px;
}


.slide-item{
	position: relative;
}
.slide-item img{
	height: 700px;
	width: 100%;
	object-fit: cover;
    transition: all 1.25s ease-in-out;
}

.slide-item img:hover{
	transform: scale(1.2);
}
.slider-home{
	overflow: hidden;
}
.slide__desc{
	font-family: 'Noto Serif JP', sans-serif !important
	margin: 0;
	padding: 20px;
	position: absolute;
	left: 15%;
	right: 0;
	bottom: 38%;
	width: 36%;
	outline: 1px solid #FAF9F9;
	outline-offset: 10px;
	border-radius: 24px;
	background: #FAF9F995;
	z-index: 10;
}

.slide__desc .slide-sp__desc__title{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', sans-serif !important;
}

.slide__desc .slide-sp__desc__content{
	font-size: 22px;
	font-family: 'Noto Serif JP', sans-serif !important;
}


.slide__desc--2{
	
	left: unset;
	right: 15%;
	bottom: 15%;
}

.drawr {
	height: 100% !important;
	display: flex;
	align-items: center;
}
.drawr img{
	display: block;
	width: 60px;
	height: 60px;
}

.drawr .sns a {
	margin: 0 4px;
	display: inline-block;
}

.navin{
	max-width:1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
}

.navin .sns{
	display: flex;
	align-items: center;
}

.navin .sns img{
	width: 34px;
	height: 34px;
}

.dropmenu{
	*
	zoom: 1;
	padding-left: 10px;padding-right: 10px;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}

.dropmenu li{
	position: relative;
	/* width: 9.75%; */
	height: 100%;
	line-height:1.3;
	float:left;
	text-align: center;
	/* border-right: 2px solid #f0f0f0; */
}
.dropmenu li ul li{
	padding: 0;
}

.dropmenu li:first-child {
	/* border-left: 2px solid #f0f0f0; */
}

/* .dropmenu li a span:after {
	content: " ";
	background: var(--clr-primary);
	position: absolute;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 0%;
	right: 0;
	bottom: 0;
	z-index: -1;
} */
.dropmenu li a:hover {
	/* color: #fff !important; */
	/* background: var(--clr-primary); */
}
.dropmenu li  a:hover span:after {
	transition: all 0.4s ease-in-out;
	animation: all 0.3s ease-in;
	height: 100%;
}

.dropmenu li ul li a span:after {
	content: " ";
	background: var(--clr-primary);
	position: absolute;
	transition: all 0.4s ease-in-out;
	width: 100%;
	height: 0%;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.dropmenu li a:hover span {
	/* color: #fff !important; */
}

.wp-image-5718{
    width: 110px !important;
    margin-top: 10px !important;
}
.back-to-top a, .back-to-top:hover a{
	color: #000000;
}

@media screen and (min-width: 1120px) {
    .header {
        padding: 0 24px !important;
    }
}

@media screen and (min-width: 768px) {
    #greeting-info .r_block {
        width: 25%;
    }
}

.section_header .section_title{
	font-size: 24px;
}

.business-content{
	 /* padding: 80px 120px */
}
.dropmenu li a span {
    transition: all 0.1s ease-in;
}

.dropmenu li.active >a, .dropmenu li.active >a >span{
	background: #fff !important;
	color: #000 !important;
	border-bottom: 2px solid #01A369 !important;
	color: #000;
	border-bottom: 2px solid #01A369 !important;
}

.dropmenu .nav-link:hover, .slide_up:hover {
    box-shadow: inset 0 -100px 0 0 #eeeeee !important;
    color: #000 !important;
}
.dropmenu .nav-link, .slide_up {
	box-shadow: inset 0 0 0 0 #eeeeee !important;
	color: #000 !important;
	transition: box-shadow 0.6s ease-in-out, color 0.6s ease-in-out;
}
.dropmenu li a:hover span{
	color: #000000 !important;
}
.dropmenu .nav-link:hover, .slide_up:hover {
	color: #000000 !important;
}
.inquiry-section{
	 /* padding: 100px 150px 0px 150px; */
}


/* .dropmenu li a span:nth-child(1):hover:after {
	right: auto;
	left: 0;
	width: 100%;
	height: 100%;
} */
.dropmenu li a span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: black;
	z-index: 20;
	transition: all 0.3s ease-in;
}
.dropmenu li a span:nth-child(2):hover  {
	color: #fff;
	animation: scaleUp 0.2s ease-in;
}
	 
@keyframes scaleUp {
0% {
	transform: scale(1);
}
	
50% {
	transform: scale(0.95);
}
	
100% {
	transform: scale(1);
}
}

.dropmenu li a{
	display: flex;
	color:#4B4B4B;
	font-size: 14px;
	text-decoration: none;
	/* padding: 13px 0; */
	height: 100%;
}

.dropmenu li a span{
	display: flex;
	padding: 13px 20px;
}

.dropmenu li.active >a,
.dropmenu li.active >a >span{
	background: var(--clr-primary);
	color: #fff;
	height: 100%;
	align-content: center;
}
.dropmenu li a:link{
	color:#4B4B4B;
}
.dropmenu li a:visited{
	color:#4B4B4B;
}
.dropmenu li ul{
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.dropmenu li ul li{
	width: 100%;
	border-left:0 !important;
	border-right:0 !important;
}
.dropmenu li ul li a{
	background: #FAF8FA;
	color:#4B4B4B;
	padding:5px 15px;
	/* text-align: left; */
}
.dropmenu li ul li ul{
	position: relative;
}
.dropmenu li ul li ul li a{
	padding-left: 25px;
}
.dropmenu li ul li a:link{
	color:#4B4B4B;
}
.dropmenu li ul li a:visited{
	color:#4B4B4B;
}
.dropmenu li ul li a span{
	/* border-bottom: 1px solid transparent; */
    padding: 0 2px 2px 2px;
}
.dropmenu li ul li a:hover {
    /* padding: 0 2px 2px 2px; */
	background: var(--clr-primary);
}
.dropmenu li ul li a{
	display: block;
}

.headerin div.logo a{
	display: block;
	/* width: 200px; */
	padding-left: 40px;
}

#fade_in{
	flex: 1;
	height: 100%;
	display: flex;
	width: 100%;
}

#fade_in li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
	width: 100%;
}
#fade_in li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
/**** header ****/
#fade_in li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	width: 100%;
}
#fade_in li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
#fade_in li:hover ul ul{
	top: 0 !important;
	transition: 0s;
}

/***** table_Form *****/
.table_Form {
	width: 100%;
	max-width: 920px;
	margin: 100px auto;
}
.table_Form body{
	padding: 20px 0;
}
.table_Form, 
.table_Form th,
.table_Form td{
	border: 1px solid transparent;
	background: #FAF9F9;
	padding: 10px 30px;
}
.table_Form th{
	width: 50%;
	vertical-align:top;
}
.table_Form th div{
	position:relative;
	width: 100%;
}
.table_Form th div img{
	position:absolute;
	top:4px;
	right:0;
}
.table_Form td{
	vertical-align: baseline;
}
.table_Form input,
.table_Form textarea{
	width: 100%;
	padding: 8px;
	border: 1px solid var(--clr-primary);
	border-radius: 3px;
}
.table_Form input[type="radio"]{
	width: auto;
	margin-right: 5px;
    accent-color: var(--clr-primary);
},
.table_Form input:focus-visible,
.table_Form textarea:focus-visible{
	outline: 1px solid var(--clr-primary) !important;
}
.table_Form td input.wauto{
	width:auto;
}
.table_Form td input.w10{
	width:10%;
}
.table_Form td textarea{
	width:80%;
	padding:5px;
}
.table_Form .break-line{
	border-bottom: 20px solid #fff;
}
.form_scroll{max-width:520px; overflow:auto; height:150px;}
:focus::-webkit-input-placeholder { color: white; } /* Chrome・Safari・Opera用(※Edgeにも使える) */
:focus:-moz-placeholder { color: white; }  /* Firefox18以前用 */
:focus::-moz-placeholder { color: white; } /* Firefox19以上用 */
:focus:placeholder-shown { color: white; } /* CSS標準(予定)の記述 */
.inquiry-section{
	/* padding: 100px 0; */
	font-family: 'Noto Sans JP', sans-serif;
}
.inquiry-section .inquiry-title{
	color: var(--clr-primary);
	margin-bottom: 8px;
}
.inquiry_box{
	width: 93%;
	font-size: 95%;
	height: 141px;
	padding: 10px;
	overflow: auto;
	background: #fff;
	border: 1px solid var(--clr-primary);
}

/* .inquiry_box::-webkit-scrollbar {
	width: 10px;
  }
  
.inquiry_box::-webkit-scrollbar-track {
	background: #FAF9F9;
	border-left: 1px solid var(--clr-primary);

}

.inquiry_box::-webkit-scrollbar-thumb {
	background: var(--clr-primary);
	border-radius: 10px;
	padding: 0 1px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.inquiry_box::-webkit-scrollbar-thumb:hover {
	background: #555;
} */

.inquiry_box::-webkit-scrollbar {
	width: 14px;
  }
  
.inquiry_box::-webkit-scrollbar-track {
	background-color: #FAF9F9;
	border-left: 1px solid #01A369;
}

.inquiry_box::-webkit-scrollbar-thumb {
	border: 2px solid transparent;
	border-left: 3px solid transparent;
	border-radius: 12px;
	background-color: #01A369;
	background-clip: content-box;
}

.inquiry_box::-webkit-scrollbar-button:single-button {
	background-color: #FAF9F9;
	display: block;
	background-size: 10px;
	background-repeat: no-repeat;
	border-left: 1px solid #01A369;
}

/* Up */
.inquiry_box::-webkit-scrollbar-button:single-button:vertical:decrement {
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(1, 163, 105)'><polygon points='50,00 0,50 100,50'/></svg>");
	border-bottom: 1px solid #01A369;
}

.inquiry_box::-webkit-scrollbar-button:single-button:vertical:increment {
	background-position: center 4px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(1, 163, 105)'><polygon points='0,0 100,0 50,50'/></svg>");
	border-top: 1px solid #01A369;
}
  
.inquiry .btn{
	display: none;
}

.border_animation, .footerin ul li a {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	transition: color 0.3s ease once;
}
  
.border_animation::after, .footerin ul:not(#menu-footer-menu1) li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--clr-primary); 
	transition: width 0.3s ease;
}

.border_animation:hover::after, .footerin ul:not(#menu-footer-menu1) li a:hover::after {
	width: 100%;
}


.pagetop{
	position: fixed;
	z-index:100;
	bottom: 30px;
	right: 40px;
	width: 28px;
	height: 36px;
	background: var(--clr-primary);
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1000;
}
.pagetop a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	align-content: center;
	z-index: 100;
}

.pagetop:hover a{
	color: #fff !important;
	animation: pageTopAnimate 0.4s forwards;
}

@keyframes pageTopAnimate {
    0% { transform: translate(0px, 34px);}
    49% { transform: translate(0px, -34px); }
    50% { transform: translate(0px, 34px); }
    100% { transform: translate(0px, 0px);}
}


p.btn_link::before {
	content: "→";
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 32%;
	left: 4%;
	background: var(--clr-primary);
	color: #fff;
	border-radius: 50%;
	padding-left: 4px;
	transition: all 0.22s ease-in-out;
}
p.btn_link:hover::before {
	background: #fff;
	color: var(--clr-primary);
	transform: rotate(-45deg) translate(-3px,-3px);
	-webkit-transform: rotate(-45deg) translate(-3px,-3px);
	-moz-transform: rotate(-45deg) translate(-3px,-3px);
	-ms-transform: rotate(-45deg) translate(-3px,-3px);
	-o-transform: rotate(-45deg) translate(-3px,-3px);
}

p.btn_link {
    width: 200px;
    margin: 0;
    position: relative;
}
p.btn_link input{
	border: none;
	border-radius: 0;
	cursor: pointer;
	padding: 12px 0 12px 22px;
	height: auto;
	font-weight: normal;
}
p.btn_link input:hover{
	background: #999999;
}

.news-area{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #dbdbdb;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content: space-between;
}
.news-area h5{
	font-size: 18px;
}

.news-areain{
	max-width: 800px;
	/* width: 85%; */
	/* margin: 0 auto; */
	margin-bottom: 12px;
	display: block;
    padding-top: 16px;
}

.news-topic .news-areain{
	max-width: 920px;
}

.news-areamore{
	display: flex;
}

.back-to-top a, .back-to-top:hover a{
	color: #000000;
}

.signature{
	height: 40px;
	margin: 0 0 0 auto !important;
	display: block;
}

@media (min-width: 950px) and (max-width: 1400px){
	.news-area.flex-row-reverse .row-1:last-child{
		display: none;
	}
}

@media screen and (min-width:1368px){
	.header, .footerin{
		/* padding: 0 220px !important; */
	}
}
/*===============================================
●style.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width:768px){

body{
	font-size:95%;
}
img{
	max-width: 100%;
	height: auto;
	width:auto;
}

sup{
	font-size:70%;
}

.text-start{
	text-align: left;
}

.text-end{
	text-align: right;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.zoom{
	overflow: hidden;
}
.zoom img{
	transition: .8s;
}
.list-mv01{
	opacity: 0;
	transform: translate(0,150px);
	-webkit-transform: translate(0,150px);
}
.mv01{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.list-mv02{
	opacity: 0;
	transform: translate(-250px,0);
	-webkit-transform: translate(-250px,0);
}
.mv02{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

/***** index *****/
#container{
	min-width:100%;
}
/**** header ****/
.header {
	min-width:100%;
	height: 100px;
	font-family: 'Noto Serif JP', sans-serif !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	position: sticky;
	z-index: 100;
	top: 0;
	background: #fff;
}
.headerin {
	max-width: 1920px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.headerin h1{
	float:left;
	width:390px;
	font-size:70%;
	margin-top:20px;
	margin-right:50px;
}
.headerin div.asmomart{
	float:left;
	margin-top:8px;
}
.headerin div.inquiry{
	float:right;
	margin-right: 15px;
	margin-top: 20px;
}

.headerin div.inquiry ul{
	position:relative;
	display:flex;
}

.headerin div.inquiry ul li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	margin-bottom:5px;
	font-size:80%;
}

.headerin div.inquiry ul li:first-child{
	border-right: 1px solid #e2e2e2;
	padding-right: 20px;
}
.headerin div.inquiry ul li a{
	text-decoration:none;
	color: #333333;
	font-size: 13px;
	padding: 15px;
}

.headerin div.inquiry ul li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	overflow: hidden;
	cursor: pointer;
	border: none;
}

.headerin div.inquiry ul li:after {
	content: " ";
	width: 100%;
	height: 0%;
	background: var(--clr-primary);
	position: absolute;
	transition: all 0.4s ease-in-out;
	right: 0;
	bottom: 0
  }

.headerin div.inquiry ul li:hover:after {
	right: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.headerin div.inquiry ul li a{
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 18px 25px;
	color: black;
	font-size: 1.125em;
	font-weight: 700;
	letter-spacing: 0.3em;
	z-index: 20;
	transition: all 0.3s ease-in-out;
  }

.headerin div.inquiry ul li:hover a {
color: #fff;
animation: scaleUp 0.3s ease-in-out;
}
  
  @keyframes scaleUp {
	0% {
	  transform: scale(1);
	}
  
	50% {
	  transform: scale(0.95);
	}
  
	100% {
	  transform: scale(1);
	}
}
  
.nav{
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	height: 100%;
}




ul.bxslider li img.bxsp{
	display:none;
}

.wrapper{
	min-width:100%;
	margin-bottom:50px;
	border-top: 1px solid #e2e2e2;
	/* background-color: #faf9f9; */
}

.pankuzu{
	max-width:980px;
	margin:0 auto;
	padding:10px 20px;
	font-size:70%;
	display: none;
}
.pankuzu a{
	text-decoration:none;
}

.content {
	max-width:1220px;
	width: 97%;
	margin: 100px auto;
	/* margin-top: 100px; */
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif;
}


.r_block{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	max-width: 340px;
	padding-right: 50px;
	padding-right: 3.5%;
	/* width: 25%; */
}
.r_block dl dt{
	position:relative;
	font-weight: bold;
	background:#a9e9d2;
}
.r_block dl dt a{
	text-decoration:none;
	display:block;
	width:190px;
	padding:10px 10px 10px 30px;
}
.r_block dl dt a:hover{
	background:#dcfaef;
}

.r_block dl dd {
	position: relative;
	letter-spacing:-0.075em;
	line-height:1;
	border-bottom:1px dotted #aaa;
}
.r_block dl dd::after {
	display: block;
	content: '';
	position: absolute;
	top: 40%;
	left: 15px;
	width: 5px;
	height: 5px;
	border-right: 2px solid var(--clr-primary);
	border-bottom: 2px solid var(--clr-primary);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.r_block dl dd a{
	text-decoration:none;
	display:block;
	width:190px;
	padding:10px 10px 10px 30px;
}
.r_block dl dd a:hover{
	background:#dcfaef;
}
.financial-content .r_block{
	margin-top: 50px;
}

.h2_style {
	margin: 23px auto;
	font-size: 24px;
	color:#01A369;
	letter-spacing:-0.05em;
	text-align: left;
}

.h2_style h2 {
	    text-align: left;
    font: normal normal normal 20px / 29px Noto Serif JP;
    letter-spacing: 0px;
    color: #01A369;
    opacity: 1;
    margin-bottom: 25px;
}

.main-ir-contens {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.group_slide{
	margin:0 auto 30px auto;
}
.group_slide li{
	padding: 0;
}

.ir_box-stock {
	padding-top: 55px;
	background-color: white;
}

.news_area{
	min-width:100%;
	background:#e0e0e0;
	padding:30px 0 20px 0;
	margin-bottom:50px;
}
.news_areain{
	max-width:1220px;
	text-align:center;
	margin:0 auto;
}
div.topics_area{
	display:inline-block;
	width:485px;
	text-align:left;
	padding:0 10px;
	margin-bottom:10px;
}
div.topics-inc{
	height:270px;
	background:#f3f3f3;
	padding:10px;
	overflow:auto;
}
ul.topics{
	border-bottom:1px dotted #444;
	overflow: hidden; /* MacIE */
}

/* NN7 */
ul.topics:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* IE6 */
* html ul.topics{
	height: 1em;
	overflow: visible;
}
.row1{
	float:left;
	width:20%;
	font-weight:bold;
	margin:10px 0;
	position:relative;
	padding-left:15px;
}
.row1:before{
	content:'';
	display:block;
	position:absolute;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:7px;
	left:2px;
	height:0;
	width:0;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #333;
}

.row2{
	float:right;
	width:70%;
	margin:10px 0;
}

.pickup{
	max-width:1220px;
	text-align:center;
	margin:0 auto 20px auto;
}
.pickup_contents{
	display:inline-block;
	vertical-align:top;
	padding:0 8px;
	margin-bottom:20px;
}
.pickup_other{
	display:inline-block;
	text-align:left;
	padding:0 8px;
	margin-bottom:20px;
	width:294px;
	min-height:164px;
	padding:10px;
	background:#fffaf3;
	border:3px solid #fbb755;
}
.pickup_other ul li {
	position: relative;
	padding-left:18px;
	letter-spacing:-0.05em;
	margin:2px 0;
}
.pickup_other ul li::after,
.pickup_other ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.pickup_other ul li::after {
	top: .35em;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #ff7800;
	border-radius: 100%;
}
.pickup_other ul li::before {
	z-index: 2;
	top: .625em;
	left: .225em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pickup_other ul li a{
	color:#ff7800;
	text-decoration:none;
}
.pickup_other ul li a:hover{
	color:#fbb755;
}
/**** footer ****/
.footer {
	min-width:100%;
	padding: 30px 0;
	border-top:1px solid #ddd;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 100;
	position: relative;
}
.footerin{
	/* max-width: 1400px; */
	width: 97%;
	margin:0 auto;
}



.asmomart_banner{
	width:50%;
	margin-left:10px;
	float:left;
}

.footerin ul{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	max-height:250px;
	margin-bottom:30px;
	padding-left:25px;
	padding-left: 2%;
}
.footer-menu-group{
	display: inline-block;
	padding: 0 8px;
}

.footerin ul:last-child {
	border-right: 0px;
}
.footerin ul li{
	width: 100%;
	position:relative;
	/* padding-left:15px; */
	margin-bottom:5px;
}
.footerin ul:not(#menu-footer-menu1) li a::before{
	content:'>';
	font-family: monospace;
	height:0;
	width: 4px;
	display: block;
	position: absolute;
	left: -16px;
}
.footerin ul li a{
	color:#000000;
	font-size:14px;
	text-decoration:none;
	padding-right: 0 !important;
	transition: all 0.4s ease-in-out once;
	margin-left: 16px;
}
#menu-footer-menu1 a{
	margin-left: 0;
}
.footerin ul:not(#menu-footer-menu1) li:hover{
	/* color:#000000; */
	/* border-bottom: 1px solid #C8424C; */
	/* transform: translateX(8px); */
	padding-left: 16px
	/* margin-left: 16px; */
}
.footerin ul.menu{
	padding: 0 !important;
	margin: 0 !important;
}
.footerin #menu-footer-menu1 a{
	color: #333;
	cursor: unset;
	pointer-events: none;
}
address{
	max-width:1220px;
	padding-top:10px;
	border-top:1px solid #ddd;
}
address img{
	display:inline-block;
}
address p{
	text-align:left;
	font-size:11px;
	padding:10px;
	display:inline-block;
}
.footer-msg{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}
#menu-footer-menu1, .copyright{
	padding: 0 !important;
	margin: 0 !important;
}
#menu-footer-menu1{
	padding-top: 10px !important;
}
/**** footer ****/

/***** fb *****/
.fb_box{
	display:block;
	/* text-align:center; */
	max-width:760px;
	/* margin:30px 0; */
	padding: 30px;
}
.fb-page{
	padding:0 5px;
	margin-bottom:30px;
}

/***** instagram *****/
.insta_box {
    display: block;
    margin: 30px 0;
    max-width: 760px;
    text-align: center;
}

.insta_box ul{
	overflow:hidden;
}

.insta_box ul li{
	padding:10px 0;
	width:50%;
	float:left;
}

.insta_box ul li a{
	font-size:120%;
}

.insta_box ul li img{
	padding-bottom:2px;
	width:20px;
	padding-right:5px;
}

/***** about *****/
.about_box{
	max-width:900px;
	text-align:center;
	margin:20px auto;
}
.about_box li{
	display:inline-block;
	padding:0 12px;
	margin-bottom:30px;
}

/***** ir *****/
.ir_area{
	max-width:900px;
	margin:0 auto 20px auto;
}
.ir_box{
	display:inline-block;
	vertical-align:top;
	max-width:355px;
	width: 42%;
	text-align:left;
	padding:0 10px;
	margin-bottom:40px;
}
.ir_box ul{
	padding:0 10px;
}
.ir_box ul li{
	position:relative;
	padding-left:15px;
}
.ir_box ul li:before{
	content:'';
	height:0;
	width:0;
	display:block;
	border:5px transparent solid;
	border-right-width:0;
	border-left-color:#aaa;
	position:absolute;
	top:7px;
	left:8px;
}
.ir_box ul li:after{
	content:'';
	height:2px;
	width:10px;
	display:block;
	background:#aaa;
	position:absolute;
	top:11px;
	left:0px;
}
.td_width{
    width: 72%;
    max-width: 72px;
    text-align: right;
    margin: 0 auto;
    max-width: 72px;
    text-align: right;
}

/***** sitemap *****/
.sitemap{
	padding-left:50px;
	margin-bottom:30px;
}
/***** container *****/
.container{
	max-width:1220px;
	width: 100%;
	margin: 0 auto;
}

.container-md{
	max-width:968px;
	width: 100%;
	margin: 0 auto;
}
/***** container *****/



/***** layout *****/
.photo_layout{
	text-align:center;
	margin-bottom:20px;
}
.photo_layout img{
	display:inline-block;
	margin-bottom:10px;
	padding:0 10px;
}

.layout_img_r{
	display:block;
	text-align:center;
	max-width:950px;
	margin:0 auto;
}
.layout_img_r p{
	display:inline-block;
	text-align:left;
	font-size:115%;
	vertical-align:top;
	max-width:480px;
	padding-right:20px;
	margin-bottom:10px;
}
.layout_img_r div{
	display:inline-block;
	margin-bottom:10px;
}

.layout_img_l{
	display:block;
	text-align:center;
	max-width:950px;
	margin:0 auto;
}
.layout_img_l div{
	display:inline-block;
	margin-bottom:10px;
}
.layout_img_l p{
	display:inline-block;
	text-align:left;
	font-size:115%;
	vertical-align:top;
	max-width:480px;
	padding-left:20px;
	margin-bottom:10px;
}

/***** list *****/
.list_style{
	max-width:900px;
	border-bottom: none;
	text-align: left;
	background-color: #ffffff;
}
.list_style li{
	position:relative;
}
.list_style li em{
}

.list_style li span{
	display:inline-block;
	vertical-align:top;
	padding:7px 0;
	padding: 0.8% 0;
	width: 22.3%;
	text-align: center;
}
.list_style li em{
	display: inline-block;
    vertical-align: top;
    padding: 7px 5px 7px 25px;
    padding: 0.8% 0 0.8% 3%;
    width: 74.05%;
    background: #fff;
}

ol.ol_list {
	counter-reset: my-counter;
	padding: 0;
	margin-bottom:30px;
}

ol.ol_list li {
	margin-bottom: 20px;
	position: relative;
}
ol.ol_list li ul{
	counter-reset:list;
	margin-top:15px;
	margin-left:10px;
}

/**** table02 ****/
.table02 {
	width: 100%;
	margin:0 auto 20px auto;
}
.table02 th{
	width:12%;
	padding: 5px;
	text-align: center;
	vertical-align:top;
	color:#ffffff;
	background: #01A369;
	border:1px solid #ffffff8c;
}
.table02 td{
	background-color: white;
	padding: 5px;
	text-align: center;
	border:1px solid #01A369 !important;
}

.title-table02 {
	color: #01A369;
}
.ir_cal_h3{
	border-bottom: none;
	font-family: 'Noto Sans JP', sans-serif;
	background: #ffffff;
	padding: 23px 33px;
}

/***** table03 *****/
.table03 {
	width: 100%;
	margin:0 auto 20px auto;
}
.table03 th{
	padding: 10px;
	text-align: center;
	font-weight:bold;
	background: #eee;
	border:1px solid #ddd;
}
.table03 td{
	padding: 10px;
	text-align: right;
	border:1px solid #ddd;
}




/***** google map *****/
.map_wrapper {
	max-width: 950px;
	min-width: 640px;
	margin: 0 auto 20px auto;
	padding: 4px;
	border: 1px solid #CCC;
}
.googlemap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.access_route{
	max-width: 640px;
	min-width: 280px;
	margin: 0 auto 20px auto;
}

/* ADD ttson 2019-11-12 -change dl to ul-*/
.r_block .last-child a[href^="http"]{
	background: none !important;
}
.r_block ul{
	border: 1px solid #cbcbcb;
	padding: 10px 20px;
	background: #FAF8FA;
}
.r_block ul li {
	position: relative;
	line-height:1;
	text-align: center;
}
.r_block ul li a{
	text-decoration: none;
	display: inline-block;
	padding: 5px 3px !important;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.r_block li ul li a:hover span{
	border-bottom: 1px solid #C8424C;
    display: inline-block;
}
.r_block li >a{
	display: inline-block;
}
.r_block li ul li {
	text-align: left;
	padding-bottom: 10px;
}
.r_block li:hover >a{
	border-bottom: 1px solid #C8424C;
}
.r_block li.active >a{
	border-bottom: 1px solid #C8424C;
	
}
.r_block ul li a:link{
	color: #333333;
}
.r_block ul li a:visited{
	color: #333333;
}
.r_block ul li ul li a{
	text-align: left;
}
.r_block ul li ul{
	border: none;
	padding: 10px 0 0 10px;
}
.r_block ul li ul li:last-child{
	padding-bottom: 0;
}
#menu-investor-menu{
	padding-top: 30px;
}
.remove-background a{
	background: none !important;
}
.file em p a[href^=".pdf"]:after {
	background: url(./images/pdficon_small.png) no-repeat 100% 50%  !important;
	padding-right:15px;
}
.link, .list_style .url-link em p a {
	background: url(./images/icon_blank.png) no-repeat 100% 50%;
  	padding-right: 15px;
  	text-decoration: none;
}

.file em p a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    overflow: hidden;
}

.file em p a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 2px; /* Độ dày của border */
    background-color: #01a369; /* Màu của border */
    transition: right 0.4s ease-in-out; /* Hiệu ứng mở rộng */
}

.file em p a:hover::after {
    right: 0; /* Dịch chuyển border từ trái qua phải */
}


/*asmo_group*/
.asmo_group{
	background: #E6E6E6;
	width: 100%;
	text-align: center;
	padding: 120px 0;
	font-size: 30px;
	line-height: 1;
	position: relative;
}


.asmo_inner{
	max-width: 1920px;
	margin: 0 auto;
	width: 85%;
}
.txt_asmo_01{
	color: #00B580;
	background: none;
	border: none;
	padding: 0 0 20px 0;
	font-size: 30px;
	font-size: 100%;
}
.asmo_group_ul{
	display: flex;
  	flex-wrap: wrap;
  }
.asmo_group_ul li{
	width: 33.333%;
	float: left;
	margin: 0 0 10px 0;
}
.asmo_content{
	display: inline-block;
	max-width: 338px;
	width: 96%;
	margin: 0 auto;
	 -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.asmo_group_ul li:nth-child(3n+1) .asmo_content{
	float: left;
}
.asmo_group_ul li:nth-child(3n+3) .asmo_content{
	float: right;
}
.content_01{
	width: 100%;
}
.company_name{
	background: rgba(0,0,0,.75);
	position: absolute;
	bottom: 0;
	right: 0;
	height: 48px;
	width: 100%;
	text-align: left;
}
.company_name label{
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	color: #fff;
	padding: 15px;
}
.hover img{
	width: 100%;
}

.asmo_content .img_hover{
  	position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.asmo_content .img_hover a{
	margin: 65px 0;
	display: inline-block;
}
.asmo_content .img_hover a img{
	width: 650px;
	height: auto;
}
.close{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
/*end of asmo_group*/


/*for top bx slider*/
.bx-wrapper{
	margin: 0 !important;
}
.bx-wrapper img{
	border: none !important;
}
.bx-wrapper .bx-pager{
	text-align: left !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 3% !important;
	z-index: 999;
	left: 1% !important;
	width: auto !important;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff !important;
	margin: 0 10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #0CC784 !important;
}
.bx-controls-direction{
	display: none !important;
}
/*end of top bx slider*/

/*for about */
.about_box .square-button{
	width: 180px;
	height: 120px;
}
ul#circle_slider{
	width: 550px;
	height: 350px;
	margin: 100px auto 0 auto;
}
/*end of about*/

/**** news ****/

.title-area{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.title-area a{
	color: #FF0000 !important;
	text-decoration: none;
	font-size: 16px;
	padding: 0;
}
.title-area a:hover{
    border-bottom: 1px solid #FF0000;
}

.row-1{
	width: 100%;
    display: inline-block;
	/* display: flex; */
	padding: 6px 0;
}

.row-1 .d-flex {
	width: 100%
}

.row-1 .description a:link {
	white-space: nowrap;
}

.corner-underline a:link {
	white-space: normal !important;
}

.post-date{
	width: 135px;
	width: 13%;
	display: block;
	font-size: 15px;
	/* margin: 12px 0; */
}

.btn-green,
.btn-pink,
.btn-blue,
.btn-brown{
	width: 130px;
	width: 20%;
	display: inline-block;
	/* float: left; */
	padding: 0 10px;
	padding: 0 1%;
	border-radius: 5px;
	margin-right: 8px;
	/* margin-right: 3%; */
	text-align: center;
	font-size: 15px;
}
.btn-green{
	border: 1px solid #AABF00;
	color: #AABF00;
}
.btn-pink{
	border: 1px solid #B5495B;
	color: #B5495B;
	height: 26px;
}
.btn-blue{
	border: 1px solid #3A8FB7;
	color: #3A8FB7;
	height: 26px;
}
.btn-brown{
	border: 1px solid #A9A9A9;
	color: #A9A9A9;
	height: 26px;
}
.description{
	/* width: 720px; */
	display: inline-block;
	font-size: 15px;
}
.description p{
	display: inline-block;
}
.description a{
	text-decoration: none;
}
.description a[href$=".pdf"] {
    padding-right: 0px;
}
.description a:link{
	color: #000000;
}
.description a:visited{
	color: #000000;
}

.img-more{
	width: 10px;
	padding: 5px;
}
.list_style li em p em{
	border-left: none;
	padding: 0;
}
.year-news{
	margin-top: 50px;
}
.year-news .r_block{
	margin-top: 75px;
}
.year-news h2{
	font-size: 31px;
	margin-bottom: 30px;
	color: #333333;
}
.year-news table{
	margin-bottom: 30px;
}
/*.year-news .table01 .title{
	width: 22.3%;
}*/
.news,
.release{
	background: #F2F2F2 !important;
	font-size: 18px;
}
/**** news ****/

/**** asmo-activity ****/
.img-activity{
	width: 400px !important;
	height: 100%;
	/* object-fit: cover; */
}
.img-activity:hover{
	opacity: 0.9;
}
.asmo-activity{
	width: 100%;
	margin: 0 auto;
	display: block;
   	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.activity-list {
	margin: 0 auto;
	width: 73.5%;
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 100px;
}
.activity-col{
	display: block;
	padding: 100px 0;
}
.j-president-col{
	position: relative;
}
.label{
	position: absolute;
    top: 64px;
    right: 30px;
    width: 119px;
    height: 96px;
    font-size: 13px;
    color: #ffffff;
    background: #2F1464;
    padding: 10px;
    line-height: 1.8;
}
.activity-title{
	color: #333333;
	font-size: 16px;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}
.activity-block{
	width: 100%;
	display: inline-block;
	border: 1px solid #cdcdcd;
	background: #FFFFFF;
}
.left-img{
	width: 15%;
	float: left;
	clear: both;
	padding: 15px;
}
.right-desc{
	width: 70%;
	float: right;
	display: block;
	padding: 15px;
	padding-left: 0;
	text-align: right;
}
.right-desc span{
	font-size: 15px;
	color: #333333;
}
.right-desc p{
	font-size: 12px;
	color: #333333;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-more{
	text-align: right;
}
.list-more a{
	text-decoration: none;
}
.list-more span{
	font-size: 13px;
	color: #666666;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/**** asmo-activity ****/

/**** news-topic ****/

.news-topic{
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 1220px;
	display: block;
	margin: 0 auto;
	padding: 30p 0x;
	position: relative;
}
.news-topic .news-area{
    border-bottom: none;
	max-width: 920px;
	margin: 0 auto;
}
/**** news-topic ****/

.pad10{
	padding: 0;
}
a[href$=".pdf"]{
	background: none;
}

/*recruit*/
.recruit_l_block{
	width: 100%;
}
.recruit_ul{
	max-width: 880px;
	margin: 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recruit_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.recruit_ul li:nth-child(odd){
	padding-right: 50px;
}
.recruit_ul li img{
	width: 100%;
}
.recruit_ul li p,
.recruit_ul_01 li p{
	color: #000;
	padding: 5px 0 0 0;
}
.recruit_ul li a,
.recruit_ul_01 li a{
	display: inline-block;
	text-decoration: none;
}
.recruit_ul li a:visited,
.recruit_ul li a:hover, 
.recruit_ul li a:visited:hover,
.recruit_ul_01 li a:visited,
.recruit_ul_01 li a:hover, 
.recruit_ul_01 li a:visited:hover{
	color: #000;
	text-decoration: none;
}
.recruit_ul_01{
	margin: 20px 0;
	text-align: left;
}
.recruit_ul_01 li:nth-child(odd){
	padding: 0 12px 0 0;
}
h4{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}
h3{
	padding: 7px 32px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
.h3_border{
	border: 1px solid #333333;
	border-bottom: none;
	padding: 7px 32px;
}
.recruit_table th{
	width: 103px;
	padding: 12px 32px;
}
.require{
	color: #FF0000;
}
.txt_location{
	min-width: 136px;
	display: inline-block;
}
.margin_top_none{
	margin: 0 !important;
}
.table_Form th .recruit_location input{
    width: 24%
}
.txt_detail{
	font-size: 99%;
	margin: 10px 0 0 0;
}

.recruit_location input{
	/* margin: 10px 0 0 0; */
}
.all_btn{
	text-align: center;
}
.btn_link{
	display: inline-block;
}
p.btn_link_back{
	margin: 51px 25px 20px 0;
}
p.btn_link_back input{
	background: #999999;
}
p.btn_link_back input:hover,
p.btn_link_cancel input:hover{
	background: #CCCCCC;
}
p.btn_link_cancel input{
	background: #fff;
	border: 1px solid #999999;
	color: #999999;
	padding: 10.5px 0;
}
p.btn_link_cancel input:hover{
	border: 1px solid transparent;
	color: #fff;
}
.location_01{
	display: inline-block;
	padding: 8px;
	border: 1px solid #F2F2F2;
	width: 10%;
	min-height: 20px;
	vertical-align: middle;
}
.location_02,
.location_03{
	width: 68%;
	padding: 8px;
	border: 1px solid #F2F2F2;
	display: inline-block;
	margin: 10px 0 0 0;
	min-height: 20px;
	vertical-align: middle;
}
.location_03{
	width: 58%;
	margin: 0;
}

/*end of recruit*/

/*** business-content ***/
.business_content{
	font-family: 'Noto Sans JP', sans-serif;
}
.business_content .about_asmo p{
	font-size: 15px;
	color: #333333;
	line-height: 1.5;
}
.business_content .about_asmo .about_box{
	width: 100%;
	display: inline-block;
}
.business_content .about_asmo .about_box li{
	width: 25%;
	display: block;
	float: left;
	padding: 0;
	margin: 25px;
	margin: 2%;
}
.business_content .about_asmo .about_box li:nth-child(1),
.business_content .about_asmo .about_box li:nth-child(4){
	margin-left: 0;
}
.business_content .about_asmo a:visited,
.business_content .about_asmo a:link{
	color: #333333;
	text-decoration: none;
}
.business_content .about_asmo .zoom img,
.business_content .about_asmo span{
	width: 100%;
	display: block;
	text-align: center;
}
.business_content .about_asmo span{
	margin-top: 15px;
}
.business_btn{
	text-align: left;
	margin-bottom: 20px;
}
/*** business-content ***/

/*** investor-information ***/
.investor_info{
	font-family: 'Noto Sans JP', sans-serif;
	max-width: 900px;
	margin: 0 auto;
}
.investor_info .ir_box{
	padding-left: 0;
	padding-right: 20px;
	padding-right: 2.5%;
}
.investor_info .ir_box a:visited,
.investor_info .ir_box a:link{
	color: #333333;
	text-decoration: none;
	/*font-size: 21px;*/
}
.investor_info .ir_box span{
	margin-top: 10px;
	display: inline-block;
}
/*** investor-information ***/

/*** Electronic announcement ***/
.info_msg{
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-size: 15px;
}

/*** Electronic announcement ***/


/*IR calendar*/
.txt_middle{
	vertical-align: middle !important;
}
/*end of IR calendar*/

/*cash_flow*/
.cash_flow{
	max-width: 850px;
	width: 99%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
  	flex-wrap: wrap;
}
.cash_flow li{
	width: 65%;
	float: left;
	margin-bottom: 50px;
}
.cash_flow li:nth-child(even) div{
	/* float: right; */
}
.cash_flow li div{
	max-width: 650px;
	width: 100%;
}
.cash_flow h3{
	background: none;
	padding: 0 0 5px 0;
	position: relative;
}
.cash_flow h3 span{
    font-size: 14px;
    margin-bottom: -16px;
    display: inline-block;
    position: absolute;
    right: -5px;
    bottom: 17px;
}
.cash_flow img{
	margin: 20px 0 25px 0;
}
.cash_flow table{
	width: 100%;
}
.cash_flow table th{
	background: #FAF8FA;
}
.cash_flow table th,
.cash_flow table td{
	border: 1px solid #333333;
	padding: 10px;
	padding: 2%;
	text-align: center;
}
.cash_flow table td{
	text-align: right;
}

/*end of cash_flow*/

/*career recruitment*/
.career-content{
	min-height: 60vh;
}
.career-title{
	border: 1px solid #333333;
	border-bottom: none;
	padding-left: 25px;
}
.career-table td {
	padding: 25px 25px 40px;
}
/*end of career recruitment*/ 

/*contact complete*/ 

.cnt-complete {
    max-width: 1220px;
    margin: 35px auto 70px auto;
    font-family: 'Noto Sans JP', sans-serif;
    min-height: 100vh;
}
.cnt-complete .title_box{
	/*width: 900px;*/
    margin: 0 auto;
    padding: 10px 0;
}
.cnt-complete .title{
	font-size: 31px;
	color: #333333;
	padding: 5px 20px;
    margin: 10px auto;
}
.cnt-complete .siryo_cnt{
    margin: 0 auto 150px auto;
    text-align: center;
}
.cnt-complete .cntbox{
	display: inline-block;
	text-align: left;
}
.cnt-complete .contact_txt{
	font-size: 15px;
	color: #333333;
}
/*end of contact complete */
/*culture*/
.banner{
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
}
.culture{
	font-family: 'Noto Sans JP', sans-serif; 
}
.culture h3{
	display: inline-block;
	border-bottom: 2px solid #333333;
	font-size: 21px;
	color: #333333;
	background: none;
	padding: 5px 20px;
}
.culture p{
	font-size: 17px;
	color: #333333;
	padding-top: 20px;
}
.culture .zoom{
	text-align: left;
}

/*end of culture*/
/*sitepolicy & privacy-policy */
.site-policy{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 74%;
	max-width: 900px;
	min-width: 736px;
}
.site-policy p{
	padding-top: 20px;
}
.site-policy h3{
	margin-top: 30px;
	padding: 0 !important;
	background: none;
}
.site-policy h3:first-child{
	margin-top: 0px;
}
.privacy-policy,
.sns-block{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	width: 74%;
	max-width: 900px;
	min-width: 736px;
}
.privacy-policy .ol_list{
	padding-top: 20px;
}
.txt_privacy{
	padding: 0 0 0 14px;
}
.txt_indent{
	padding: 0 0 0 14px;
	text-indent: -15px;
}
.txt_indent_01{
	padding: 0 0 0 17px;
	text-indent: -17px;
}
.privacy-policy h3{
	background: none;
}
/*end of sitepolicy & privacy-policy */

/*sitemap*/
.business-title{
	max-width: 900px;
	width: 76%;
	min-width: 720px;
}
.sitemap-block{
	width: 74%;
	max-width: 900px;
	min-width: 720px;
}
.sitemap-block .ir_area{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.sitemap-block .ir_area >ul li{
	max-width: 450px;
	display: block;
	float: left;
	width: 50%;
}
.sitemap-block .sitemap{
	border: 1px solid #333333;
	padding-left: 0;
	display: block;
	box-sizing: border-box;
}
.sitemap-block ul li:first-child .sitemap{
	margin-inline-end: 48.5px;
}
.sitemap-block ul li:last-child .sitemap{
	margin-inline-start: 70px;
}

.sitemap-block .top-link{
	width: 450px;
	display: block;
	border: 1px solid #333333;
}
.sitemap-block .sitemap >ul li{
	width: 100%;
	padding: 7px 27px;
	box-sizing: border-box;
	border-top: 1px solid #333333;
}
.sitemap-block .sitemap >ul li ul li{
	border-top: none;
}
.sitemap-block .sitemap >ul li ul li:first-child{
	padding-top: 14px;
}
.sitemap-block .sitemap >ul li ul li:last-child{
	padding-bottom: 0;
}
.sitemap-block a:visited,
.sitemap-block a:link{
	color: #1B1C1E;
	text-decoration: none;
	padding: 0 5px;
}
/* .sitemap-block a:hover{
	border-bottom: 1px solid #41ff07; 
} */

/* .sitemap-block a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease-in-out;
  }
  
  .sitemap-block a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	color: #01A369;
	background-color: #01A369;
	transition: width 0.3s ease-in-out;
  }
  
  .sitemap-block a:hover {
	transform: scale(1.1);
	color: #01A369;
  }
  
  .sitemap-block a:hover::after {
	width: 100%;
  } */
  
/*end of sitemap*/

/*profile*/
.pf_width{
	width: 138px;
	display: inline-block;
	line-height: 1.8;
}
/*end of profile*/


/*asmo company group list*/
.asmogroup-content .r_block{
	margin-top: -20px;
}
.list-title{
	width: 69%;
	max-width: 840px;
	margin-right: 25px;
}    
.list-title h2{
	padding-left: 20px;
	border-bottom: 1px solid #333333;
}
.asmogroup-list{
	font-family: 'Noto Sans JP', sans-serif;
}
.asmogroup-list a:first-child{
	margin-top: 0;
}
.asmogroup-list a{
	display:inline-block;
	margin-top:10px;
}

/*end of asmo company group list*/
/*SNS*/
.sns-block h3{
background: none;
}
/*end of SNS*/

.green{
	color: var(--clr-primary) !important;
}
.yahoo_hover{
	text-decoration: none !important;
}
.yahoo_hover:hover{
	text-decoration: underline !important;
}
.corona-news-div {
	width: 80%;
	margin: 0 auto;
}
.corona-news-div .title-corona {
	text-align:center;
	font-size:24px;
	margin-bottom:50px;
	margin-top:38px;
}
}

.news-area_content{
	padding-left: 280px;
	width: 50%;
}
.news-area.flex-row-reverse .news-area_content{
	padding-left: 80px;
	width: 50%;
	display: block;
	position: relative;
}

@media screen and (min-width:951px) and (max-width:1368px){
	.news-area img{
		max-width: 50%;
	}
	.news-area{
		/* height: 640px !important; */
	}
	.news-area_content{
		padding-left: 32px;
		width: 50%;
	}
	.news-area.flex-row-reverse .news-area_content{
		padding-left: 50px;
	}
}

@media screen and (max-width:950px){
	.cash_flow table{
		font-size: 85%;
	}
	.news-area img{
		width: 100%;
		height: 220px;
		margin: 0 auto;
		object-position: top;
		object-fit: cover;
		position: relative;
		display: block;
	}
	.news-area_content, 
	.news-area.flex-row-reverse .news-area_content{
		padding: 32px;
		width: 100%;
		height: max-content;
		display: block;
	}
	.news-area{
		flex-direction: column;
		display: block;
		position: relative;
		height: 100%;
	}
	.news-areain{
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:950px){
	.cash_flow table{
		font-size: 85%;
	}
}

@media screen and (min-width:768px) and (max-width:1100px){
	.cash_flow table{
		font-size: 85%;
	}
	.dropmenu li{
		/* width: 23.75%; */
	}
	.culture-content{
		padding: 40px 80px;
	}
	.l_block{
		width: 100%;
	}
	.company-info, .history-info{
		padding: 100px 64px;
	}
	.history_table th{
		padding: 12px 12px 12px 0;
	}
	.business-content{
		padding: 100px 64px;
	}
	.cash_flow h3,
	.cash_flow table{
		font-size: 83%;
	}
	.culture-content:not(:first-child){
		padding: 40px 80px;
	}
	.business-group{
		row-gap: 20px;
	}
	.business-group li{
		width: 93%;
	}
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	background: none !important;
}

/* ir */

.content--customstyle {
    container: layout / inline-size;
    padding: 16px;
}

.ir_box-main {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(268px, 18fr));
	gap: 40px;
}
.l-block-content,
.h2_style-custom {
	max-inline-size: 860px;
    inline-size: 100%;
    margin: 0 auto 32px;
}

.ir_box {
	position: relative;
	height: 138px;
	width: auto;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 3px 3px 3px 3px;
}

.ir_box img {
	height: 100%;
}

.ir_box::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0);
	transition: background 0.3s ease;
	z-index: 1;
	width: 10%;
	height: 10%;
	transition: all 0.3s ease;
}

.bg_hero {
	height: 300px;
	background: transparent url(/wp-content/themes/asmo1/images/ir-01.jpg) 0% 70% no-repeat padding-box;
	background-size: cover;
	background-position: center;
	width: 100%;
	max-width: 100%;
	opacity: 0.89;
	background-position: 0 -24.25rem;
	position: static;
}

.ir_box img {
	position: relative;
	z-index: 0;
}

.ir_box:hover::before {
	background: rgba(146, 146, 146, 0.5);
	width: 100%;
	height: 100%;
}

.ir_box:hover img {
	opacity: 0.5;
}

.ir_box-title {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	height: 40px;
	background: #000;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	transition: background 0.3s ease, color 0.3s ease;
}

.ir_box-border {
	position: absolute;
	bottom: 15px;
	left: 11px;
	top: 11px;
	border: 1px solid;
	height: 83%;
	width: 93%;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

.ir_box:hover .ir_box-title {
	background: #fff;
	color: rgba(0, 0, 0, 0.7);
}

.ir-news-list {
	font-family: Arial, sans-serif;
	color: #333;
}

.ir-news-list .ir-description{
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
}

.ir-news-item {
	display: grid;
	gap: 19px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--clr-primary);
}

.ir-date {
	width: 94px;
	height: 26px;
	text-align: left;
	font: normal normal normal 16px / 18px Noto Sans JP;
	letter-spacing: 0px;
	color: #1B1C1E;
	opacity: 1;
}

.ir-tag {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
	font-weight: bold;
}

.ir-tag-1 {
	background-color: #A3013B;
	letter-spacing: normal;
	display: none;
}

.ir-tag-2 {
	background-color: #8CA301;
	letter-spacing: normal;
	display: none;
}

.ir-tag-3 {
	background-color: #1801A3;
	letter-spacing: normal;
	display: none;
}

.ir-description {
	text-align: left;
	font: normal normal normal 18px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #1B1C1E;
	opacity: 1;
}

.ir-view-more {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	color: var(--clr-primary);
	text-decoration: none;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	justify-content: flex-end;
	height: 35px;
}

.ir-view-more .ir-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: var(--clr-primary);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	margin-right: 20px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	position: relative;
	z-index: 2;
}

.ir-view-more::before {
    content: '→';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    color: var(--clr-primary);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    position: relative;
    border: 1px solid var(--clr-primary);
    left: 20px;
    top: 17px;
    z-index: 2;
}

.ir-view-more:hover .ir-icon {
	transform: translateX(147px);
	opacity: 0;
}

.ir-view-more:hover::before {
	transform: translateY(-50%) scale(1);
}

.ir-view-more p {
	position: relative;
	width: 160px;
	height: 24px;
	text-align: left;
	font: normal normal normal 16px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #01A369;
	opacity: 1;
}

.ir-view-more p::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: var(--clr-primary);
	transition: width 0.3s ease;
}

.ir-view-more:hover p {
	color: var(--clr-primary);
}

.ir-view-more:hover p::after {
	width: 0;
}

.ir-news-title {
	display: flex;
	align-items: center;
	gap: 50px;
}


/* box-main-information */
.ir_box-main-information {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/wp-content/themes/asmo1/images/ir-02.jpg) center / cover no-repeat;
	padding: 13rem 6rem;
	max-width: 100%;
}


.ir_box_item-backdrop {
	position: absolute;
    inset: 0;
    backdrop-filter: blur(1px);
    background: rgb(26 26 32 / 88%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ir_box_item-main {
    display: flex;
    gap: 10rem;
    flex-wrap: wrap;
    justify-content: center;
}

.ir_box_item-1 {
	position: relative;
    border: 1px solid rgb(220 219 219);
    padding: 35px 45px 0 45px;
    color: white !important;
    /* width: 62rem;
    max-width: 33rem;
    min-height: 100px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
    height: 12rem;
    font-size: 18px;
    background: #1d1d21e0;
}

.ir_box_item-button {
	position: absolute;
    background: white;
    color: black;
    border: none;
    /* padding: 11px 24px; */
    font-size: 19px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    width: 13rem;
    height: 2.75rem;
    max-width: 300px;
    z-index: 4;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

/* Hiệu ứng hover */
.ir_box_item-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--clr-primary);
	transition: left 0.3s ease-in-out;
	z-index: -1;
}

.ir_box_item-button:hover::before {
	left: 0;
}
.ir_box-date .section_title {
	margin-top: 100px;
	margin-bottom: 50px;
}

.ir_box-date .content {
	margin-top: 0;
}
.ir_box_item-button:hover {
	color: white;
}

@media only screen and (min-width: 1440px) {

	.bg_hero {
		background-position: 0 -38.25rem;
	}

	.ir_box {
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
}


.sitemap-block .sitemap h3{
	border-bottom: none;
	padding: 7px 27px;
	background: #01A369;
	color: white;
}

/* .bold-arrow::before {
	content: "›";
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-right: 5px;
    display: inline-block;
} */

.sitemap-block .sitemap h3 a{
	color: white;
}

/* sns-business */
.sns-business {
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 90px;
	max-width: 900px;
	width: 76%;
	min-width: 720px;
}

.sns-business > h2 {
	color: #292a2c;
	
}

.sns-business .section {
	inline-size: 48%;
}

.sns-business .section h2 {
	font-size: 24px;
	text-align: left !important;
}

.sns-business .social-box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-between;
}

.sns-business .card {
	inline-size: 48%;
	border-radius: 8px;
}

.sns-business .card img {
	inline-size: 100%;
	height: auto;
}

.sns-business .card .info {
	padding: 16px 0 0 0;
	text-align: start;
}

.sns-business .card .info a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #292a2c;
	margin-left: 10px;
	letter-spacing: normal;
}

.sns-business .card .info a.instagram {
	color: #292a2c;
}

.sns-business .info {
	display: flex;
	justify-content: left;
}

.sns-business .info .fb_icon {
	inline-size: 20px;
	block-size: 20px;
}

.sns-business .card .info a {
	position: relative;
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.sns-business .card .info a::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: -2px;
	inline-size: 0;
	block-size: 2px;
	background-color: #01A369;
	transition: width 0.3s ease-in-out;
}

.sns-business .card .info a:hover {
	color: #01A369;
}

.sns-business .card .info a:hover::after {
	inline-size: 100%;
}



.news-release-custom .table01 td,
.news-release-custom .table01 th {
	border-bottom: 0px;
}

/* hover text common */


.commont-text p a {
	position: relative;
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.commont-text p a::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: -2px;
	inline-size: 0;
	block-size: 2px;
	background-color: #01A369;
	transition: width 0.3s ease-in-out;
}

.commont-text p a:hover {
	color: #000000;
}

.commont-text p a:hover::after {
	inline-size: 100%;
}


.wrapper--ir {
    background-color: #faf9f9;
  }

  .wrapper--ir .h3_border {
    background: #ffffff ; 
    border: 0px;
  }

  .wrapper--ir .table01 {
    background-color: #ffffff;
    margin-top: 11px;
  }

  .wrapper--ir .table01 th{
    width: 30%;
    border-bottom: none;
  }
  .wrapper--ir .table01 td {
    border-bottom: none;
  }

  .wrapper--ir .stock--container {
	max-inline-size: 70%;
  }


  .custom_flow {
	flex-direction: unset !important;
  }

  .cash_flow table th {
	background: #ffffff;
  }
  
  .custom_flow table th, .cash_flow table td {
	border:  0px !important;
  }

  .custom-volunteer {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	margin: 23px auto;
	color: rgb(0, 0, 0);
	letter-spacing: -0.05em;
	max-width: 900px;
	width: 76%;
	min-width: 720px;
	text-align: left;
}

.volunteer .bg_volunteer {
	display: flex;
	justify-content: space-evenly;
}

.volunteer .volunteer-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 2px;
	transition: transform 0.3s ease-in-out;
}


.volunteer .grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
}

.volunteer .grid-item {
	padding: 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.volunteer .grid-item::before {
	content: "";
	position: absolute;
	width: 87%;
	height: 80%;
	top: 50%;
	left: 50%;
	border: 1px solid transparent;	
	transform: translate(-50%, -50%) scale(0);
	transition: transform 0.4s ease-out, border-color 0.4s ease-out;
}

.volunteer .grid-item:hover::before {
	transform: translate(-50%, -50%) scale(1);
	border-color: rgb(255, 255, 255);
}

.volunteer .flex-container {
	display: flex;
	justify-content: center;
}

.volunteer .flex-container>div {
	margin: 10px;
	padding: 20px;
	font-size: 30px;
}
.g-recaptcha{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.custom-volunteer {
		min-width: 319px !important;
	}
	.business_desc{
		width: 100%;
	}
}

/* Adjust the title menu according to the screen rules */
@media screen and (min-width: 768px) and (max-width: 919px){
.headerin div.logo a{
		padding-left: 8px;
	}

	.headerin div.logo a img{
		width: 180px;
	}

	.navin{
		margin-right: 4px;
	}

	.dropmenu li a span{
		padding: 13px 3px;
		font-size: 12px;
	}

	.navin .sns img{
		width: 20px;
		height: 20px;
	}

	.drawr .sns a{
		margin: 0 2px;
	}
}

@media screen and (min-width: 920px) and (max-width: 1064px){
	.headerin div.logo a{
		padding-left: 12px;
	}

	.headerin div.logo a img{
		width: 180px;
	}

	.navin{
		margin-right: 4px;
	}

	.dropmenu li a span{
		padding: 13px 8px;
		font-size: 13px;
	}

	.navin .sns img{
		width: 22px;
		height: 22px;
	}

	.drawr .sns a{
		margin: 0 4px;
	}
}
@media screen and (min-width: 1065px) and (max-width: 1278px){
	.headerin div.logo a{
		padding-left: 12px;
	}

	.headerin div.logo a img{
		width: 180px;
	}

	.navin{
		margin-right: 4px;
	}

	.dropmenu li a span{
		padding: 13px;
		font-size: 14px;
	}

	.navin .sns img{
		width: 30px;
		height: 30px;
	}

	.drawr .sns a{
		margin: 0 4px;
	}
}
