@charset 'UTF-8';

/*----------
円：ボタン
----------*/

.big-circle {
  display: block;
  clear: both;
  position: relative;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  border:12px solid #53B482;
  margin:90px auto 20px auto;
  background-image: url("../../images/top/cg_bg_en.png");
  background-size: 108px 108px;
  background-repeat: no-repeat;
  background-position: center center;
}

.small-circle {
 display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #53B482;
  background: #fff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #37A86E;
  padding: 57px 0 0 0;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	background-image: url("../../images/top/en_direction_icon.png");
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: right center;
}

.small-circle span{
	display: block;
	margin: -8px 0 0 -10px!important;
}

.small-circle:hover{
	background: #E5FFF2;
	background-image: url("../../images/top/en_direction_icon.png");
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: right center;
}

.right_btn_box{
	display: block;
	width: 290px;
	position: absolute;
	top:180px;
	right: -40px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px){
	
.big-circle {
  display: block;
  clear: both;
  position: relative;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  border:12px solid #53B482;
  margin:90px auto 20px auto;
  background-image: url("../../images/top/cg_bg_en.png");
  background-size: 88px 88px;
  background-repeat: no-repeat;
  background-position: center center;
}

.small-circle {
 display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #53B482;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #37A86E;
  padding: 47px 0 0 0;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	background-image: url("../../images/top/en_direction_icon.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: right center;
}

.small-circle span{
	display: block;
	margin: -8px 0 0 -10px!important;
}

.small-circle:hover{
	background: #E5FFF2;
	background-image: url("../../images/top/en_direction_icon.png");
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: right center;
}
	
.right_btn_box{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	margin: 60px auto 30px auto;
	padding: 0;
	top:0px;
	right: 0;
}

}



/*----------
まっすぐ：グリーン背景
----------*/
.green_bg_box_normal{
  display: block;
  padding: 40px 0 90px 0;
  margin: 60px 0 60px 0;
  width: 100%;
}
.green_bg_normal{
	display: block;
	position: relative;
	clear: both;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
	padding: 0 0 50px 0;
	color: #FFFFFF;
}


/*----------
（TOP）斜め：グリーン背景
----------*/
.green_bg_box_top{
  display: block;
  padding: 40px 0 90px 0;
  margin: 60px 0 60px 0;
	color: #FFFFFF!important;
}
.green_bg_box_top p{
	color: #FFFFFF!important;
	letter-spacing: 0.04em;
}
.green_bg_top{
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
}

/* 右肩上がり */
.green_bg_box_top.section_tilt_r {
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
}

/* 右肩下がり */
.green_bg_box_top.section_tilt_l {
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
}

/*----------
斜め：グリーン背景
----------*/
.green_bg_box{
  display: block;
  padding: 40px 0 90px 0;
  margin: 60px 0 60px 0;
}
.green_bg{
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
}

/* 右肩上がり */
.green_bg_box.section_tilt_r {
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
}

/* 右肩下がり */
.green_bg_box.section_tilt_l {
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
}


/*----------
斜め：グリーン背景（早わかり）
----------*/
.green_bg_box_glance{
  display: block;
  padding: 40px 0 90px 0;
  margin: 60px 0 60px 0;
  z-index: 9;
}
.green_bg{
	display: block;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	height: 580px;
	position: relative;
	z-index: 9!important;
}

.green_bg2{
	display: block;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	height: 720px;
	position: relative;
	z-index: 9!important;
}

.green_bg3{
	display: block;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	height: 780px;
	position: relative;
	z-index: 9!important;
}

@media screen and (max-width: 768px){
	
.green_bg{
	display: block;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	height: 250px;
	position: relative;
	z-index: 9!important;
}

.green_bg2{
	display: block;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	height: 720px;
	position: relative;
	z-index: 9!important;
}

.green_bg3{
	display: block;
	background-image:url("../../images/common/green_bg.jpg");
	background-size: cover;
	height: 780px;
	position: relative;
	z-index: 9!important;
}
	
}


/* 右肩上がり */
.green_bg_box_glance.section_tilt_r {
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
	z-index: 10!important;
}

/* 右肩下がり */
.green_bg_box_glance.section_tilt_l {
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
	z-index: 10!important;
}


.green_bg_box_glance2{
  display: block;
  padding: 40px 0 90px 0;
  margin: -260px 0 90px 0;
  z-index: 9;
}
/* 右肩上がり */
.green_bg_box_glance2.section_tilt_r {
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
	z-index: 10!important;
}

/* 右肩下がり */
.green_bg_box_glance2.section_tilt_l {
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
	z-index: 10!important;
}


.green_bg_box_glance3{
  display: block;
  padding: 40px 0 90px 0;
  margin: -280px 0 90px 0;
  z-index: 9;
}
/* 右肩上がり */
.green_bg_box_glance3.section_tilt_r {
  clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
	z-index: 10!important;
}

/* 右肩下がり */
.green_bg_box_glance3.section_tilt_l {
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
	z-index: 10!important;
}


@media screen and (max-width: 768px){
.green_bg_box_glance3{
	height: 480px;
  display: block;
  padding: 40px 0 0px 0;
  margin: -280px 0 20px 0;
  z-index: 9;
}
}

/*----------
ir：（通常）ボタン
----------*/

.w450px{
	width: 450px!important;
}
.btn_left{
	display: block;
	position: relative;
	float: left;
}
.btn_right{
	display: block;
	position: relative;
	float: right;
}
.ir-btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	width: 80%;
}
.ir-btn .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0;
    transition: color .5s;
	letter-spacing: 0.04em;
}
.ir-btn .each:nth-child(3n){
    margin-right: 0;
}
.ir-btn .each:nth-child(n+4){
    margin-top: 35px;
}
.ir-btn .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.ir-btn .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.ir-btn .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.ir-btn .each:hover,
.ir-btn .each.current{
    color: #fff;
}
.ir-btn .each:hover:before,
.ir-btn .each.current:before{
    width: calc(100% + 2px);
}
.ir-btn .each:hover:after,
.ir-btn .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
	
/*----------
footer：pdfボタン
----------*/
	
.foot_btn{
	display: block;
	clear: both;
	position: relative;
	margin: 128px auto 20px auto;
	width: 92%;
}

.foot_btn_col2{
		display: block;
		position: relative;
		clear: both;
		width: 80%;
		margin: auto;
}

.foot_btn_col2 .ir-btn{
	display: block;
	width: 500px;
}

	
.w450px{
	display: block;
	width: 100%!important;
	margin: auto;
	clear: both;
}
.btn_left{
	display: block;
	margin: auto!important;
	clear: both!important;
}
.btn_right{
	display: block;
	margin: auto!important;
	clear: both!important;
}
	
.ir-btn{
    margin-top: 20px;
	width: 100%;
}
.ir-btn .each{
    padding: 10px 10px 10px 15px;
    width: 100%;
	height: 54px;
    margin-right: 0;
}
.ir-btn .each:nth-child(3n){
    margin-right: 0;
}
.ir-btn .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.ir-btn .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.ir-btn .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.ir-btn .each p{
    font-size: 14px;
}

}


/*----------
ir：（別ウインドウ）ボタン
----------*/

.ir-btn_w{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	width: 80%;
}
.ir-btn_w .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0;
    transition: color .5s;
	letter-spacing: 0.04em;
}
.ir-btn_w .each:nth-child(3n){
    margin-right: 0;
}
.ir-btn_w .each:nth-child(n+4){
    margin-top: 35px;
}
.ir-btn_w .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.ir-btn_w .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url("../../images/common/window_icon.png") no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.ir-btn_w .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.ir-btn_w .each:hover,
.ir-btn_w .each.current{
    color: #fff;
}
.ir-btn_w .each:hover:before,
.ir-btn_w .each.current:before{
    width: calc(100% + 2px);
}
.ir-btn_w .each:hover:after,
.ir-btn_w .each.current:after{
    background: url(../../images/common/window_icon.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.ir-btn_w{
	display: block;
    margin: 20px auto 20px auto!important;
	width: 100%!important;
	clear: both;
}
.ir-btn_w .each{
    padding: 10px 20px 10px 15px;
    width: 100%;
	height: 54px;
    margin:auto ;
}
.ir-btn_w .each:nth-child(3n){
    margin: 0;
}
.ir-btn_w .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin: 0;
}
.ir-btn_w .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.ir-btn_w .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.ir-btn_w .each p{
    font-size: 14px;
}

}

/*----------
pdf：ボタン
----------*/
.pdf-btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	width: 80%;
}
.pdf-btn .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 100%;
    border: 1px solid #ddd;
    margin-right: 0;
    transition: color .5s;
	letter-spacing: 0.04em;
}
.pdf-btn .each:nth-child(3n){
    margin-right: 0;
}
.pdf-btn .each:nth-child(n+4){
    margin-top: 35px;
}
.pdf-btn .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.pdf-btn .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/pdf.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.pdf-btn .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.pdf-btn .each:hover,
.pdf-btn .each.current{
    color: #fff;
}
.pdf-btn .each:hover:before,
.pdf-btn .each.current:before{
    width: calc(100% + 2px);
}
.pdf-btn .each:hover:after,
.pdf-btn .each.current:after{
    background: url(../../images/common/pdf.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.pdf-btn{
    margin-top: 20px;
	width: 100%;
}
.pdf-btn .each{
    padding: 10px 20px 10px 15px;
    width: 100%;
	height: 54px;
    margin-right:0;
}
.pdf-btn .each:nth-child(3n){
    margin-right: 0;
}
.pdf-btn .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.pdf-btn .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top:0;
}
.pdf-btn .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.pdf-btn .each p{
    font-size: 14px;
}

}


/*----------
ir：（ceo）一覧用のボタン
----------*/
.l_ir-btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.l_ir-btn .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 100%;
    border: 1px solid #ddd;
    transition: color .5s;
	letter-spacing: 0.04em;
	margin: -16px 0 0 0;
	background-color: #fff;
}
.l_ir-btn .each:nth-child(3n){
    margin-right: 0;
}
.l_ir-btn .each:nth-child(n+4){
    margin-top: 35px;
}
.l_ir-btn .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.l_ir-btn .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.l_ir-btn .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.l_ir-btn .each:hover,
.l_ir-btn .each.current{
    color: #fff;
}
.l_ir-btn .each:hover:before,
.l_ir-btn .each.current:before{
    width: calc(100% + 2px);
}
.l_ir-btn .each:hover:after,
.l_ir-btn .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.l_ir-btn{
	display: block;
	clear: both;
    margin-top: 20px;
}
.l_ir-btn .each{
    padding: 10px 20px 10px 15px;
    width: 100%;
	height: 54px;
    margin-right: calc(10 / 650 * 100%);
}
.l_ir-btn .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.l_ir-btn .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.l_ir-btn .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.l_ir-btn .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.l_ir-btn .each p{
    font-size: 14px;
}

}

/*----------
footer：pdfボタン
----------*/
.foot_btn{
	display: block;
	clear: both;
	position: relative;
	margin: 78px auto 20px auto;
	max-width: 1000px;
}

.foot_btn_col2{
	display: block;
	clear: both;
	position: relative;
	margin: 0 auto 0 auto;
	max-width: 1000px;
	height: 140px;
	background-color: #FFFFFF;
	padding: 0;
}

.foot_btn_col2 .ir-btn{
	display: block;
	width: 500px;
}

/*----------
プロセス：一覧ボタン
----------*/
.process_link{
	display: block;
	clear: both;
	position: relative;
	margin: 78px auto 20px auto;
	width: 780px;
}

.process-menu_btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.process_link .stay{
   background-color: #EFFFF5!important;
}

.process-menu_btn span{
	font-size: 22px;
	font-weight: 500;
	color: #009B41;
	margin: 0 15px 0 0;
	letter-spacing: 0.09em;
}

.process-menu_btn .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0;
    transition: color .5s;
	letter-spacing: 0.04em;
}
.process-menu_btn .each:nth-child(3n){
    margin-right: 0;
}
.process-menu_btn .each:nth-child(n+4){
    margin-top: 35px;
}
.process-menu_btn .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.process-menu_btn .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.process-menu_btn .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.process-menu_btn .each:hover{
	color: #FFFFFF!important;
}

.process-menu_btn .each:hover :hover span{
	color: #FFFFFF!important;
}

.process-menu_btn .each:hover:before,
.process-menu_btn .each.current:before{
    width: calc(100% + 2px);
}
.process-menu_btn .each:hover:after,
.process-menu_btn .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}


@media screen and (max-width: 768px){

.process_link{
	display: block;
	clear: both;
	position: relative;
	margin: 60px auto 50px auto!important;
	width: 90%;
}

.process-menu_btn{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.process-menu_btn p{
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #2A2A2A;
	width: 90%;
	text-align: left;
}
	
.process-menu_btn span{
	font-size: 16px;
	font-weight: 500;
	color: #009B41;
	margin: 0 15px 0 0;
	letter-spacing: 0.02em;
}

.process-menu_btn .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0;
    transition: color .5s;
	letter-spacing: 0.04em;
}
.process-menu_btn .each:nth-child(3n){
    margin-right: 0;
}
.process-menu_btn .each:nth-child(n+4){
    margin-top: 35px;
}
.process-menu_btn .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.process-menu_btn .each:after{
    content: "";
    position: absolute;
    right: 12px;
    top: calc(50% - 9px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.process-menu_btn .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.process-menu_btn .each:hover,
.process-menu_btn .each.current{
}
.process-menu_btn .each:hover:before,
.process-menu_btn .each.current:before{
    width: calc(100% + 2px);
}
.process-menu_btn .each:hover:after,
.process-menu_btn .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

	
}


/*----------
footer：pdfボタン
----------*/
.f-pdf-btn{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
	background-color: #FFFFFF;
}

.f-pdf-btn ul{
	width: 100%;
	padding: 10px;
	border-right: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	background-color: #F9F9F9;
}

.f-pdf-btn li{
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 300;
	color: #1E1E1E;
	letter-spacing: 0.03em;
	padding: 1px;
	list-style: disc;
	padding-left: -15px;
	margin-left: 15px;
}

.f-pdf-btn li a:hover{
	text-decoration: underline!important;
}

.f-pdf-btn .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 20px 22px 15px;
    width: 100%;
    border: 1px solid #ddd;
    margin-right: 0;
    transition: color .5s;
	letter-spacing: 0.04em;
}
.f-pdf-btn .each:nth-child(3n){
    margin-right: 0;
}
.f-pdf-btn .each:nth-child(n+4){
    margin-top: 35px;
}
.f-pdf-btn .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.f-pdf-btn .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/pdf.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.f-pdf-btn .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
	font-size:13px;
}
.f-pdf-btn .each:hover,
.f-pdf-btn .each.current{
    color: #fff;
}
.f-pdf-btn .each:hover:before,
.f-pdf-btn .each.current:before{
    width: calc(100% + 2px);
}
.f-pdf-btn .each:hover:after,
.f-pdf-btn .each.current:after{
    background: url(../../images/common/pdf.png) no-repeat center center;
    background-size: contain;
}




@media screen and (max-width: 768px){
	
.f-pdf-btn{
	display: block;
	clear: both;
	width: 100%;
    margin-top: 20px;
}
.f-pdf-btn .each{
    padding: 10px 20px 10px 15px;
    width: 100%;
	height: 54px;
    margin-right: calc(10 / 650 * 100%);
}
.f-pdf-btn .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.f-pdf-btn .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.f-pdf-btn .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.f-pdf-btn .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.f-pdf-btn .each p{
    font-size: 14px;
}

}


@media screen and (max-width: 768px){
.f-pdf-btn-L{
	display: block;
	clear: both;
	width: 100%;
    margin-top: 20px;
}
.f-pdf-btn-L .each{
    padding: 10px 20px 10px 15px;
    width: 100%;
	height: 54px;
    margin-right: calc(10 / 650 * 100%);
}
.f-pdf-btn-L .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.f-pdf-btn-L .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.f-pdf-btn-L .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.f-pdf-btn-L .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.f-pdf-btn-L .each p{
    font-size: 14px;
}

}


/*----------
ir：（背景グリーン時）ボタン
----------*/
.ir-btn2{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.ir-btn2 .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 80%;
    border: 1px solid #ddd;
    margin-right: calc(35 / 1000 * 100%);
    transition: color .5s;
	letter-spacing: 0.04em;
	background-color: #FFFFFF;
}
.ir-btn2 .each:nth-child(3n){
    margin-right: 0;
}
.ir-btn2 .each:nth-child(n+4){
    margin-top: 35px;
}
.ir-btn2 .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.ir-btn2 .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.ir-btn2 .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
	color: #000000!important;
}
.ir-btn2 .each:hover,
.ir-btn2 .each.current{
    color: #fff!important;
}
.ir-btn2 .each:hover:before,
.ir-btn2 .each.current:before{
    width: calc(100% + 2px);
}
.ir-btn2 .each:hover:after,
.ir-btn2 .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.ir-btn2{
    margin-top: 20px;
}
.ir-btn2 .each{
    padding: 10px 20px 10px 15px;
    width: 80%;
	height: 54px;
    margin-right: calc(10 / 650 * 100%);
}
.ir-btn2 .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.ir-btn2 .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.ir-btn2 .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.ir-btn2 .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.ir-btn2 .each p{
    font-size: 14px;
}

}


/*----------
pdf：（背景グリーン時）ボタン
----------*/
.pdf-btn2{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.pdf-btn2 .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 13px 20px 13px 30px;
    width: 80%;
    border: 1px solid #ddd;
    margin-right: calc(35 / 1000 * 100%);
    transition: color .5s;
	letter-spacing: 0.04em;
	background-color: #FFFFFF;
}
.pdf-btn2 .each:nth-child(3n){
    margin-right: 0;
}
.pdf-btn2 .each:nth-child(n+4){
    margin-top: 35px;
}
.pdf-btn2 .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.pdf-btn2 .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/pdf.png) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.pdf-btn2 .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
	color: #000000!important;
}
.pdf-btn2 .each:hover,
.pdf-btn2 .each.current{
    color: #fff;
}
.pdf-btn2 .each:hover:before,
.pdf-btn2 .each.current:before{
    width: calc(100% + 2px);
}
.pdf-btn2 .each:hover:after,
.pdf-btn2 .each.current:after{
    background: url(../../images/common/pdf.png) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.pdf-btn2{
    margin-top: 20px;
}
.pdf-btn2 .each{
    padding: 10px 20px 10px 15px;
    width: 80%;
	height: 54px;
    margin-right: calc(10 / 650 * 100%);
}
.pdf-btn2 .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.pdf-btn2 .each:nth-child(even){
    /* margin-right: calc(10 / 650 * 100%); */
    margin-right: 0;
}
.pdf-btn2 .each:nth-child(n+3){
    /* margin-top: 13px; */
    margin-top: calc(10 / 650 * 100%);
}
.pdf-btn2 .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.pdf-btn2 .each p{
    font-size: 14px;
}

}


/*----------
統合報告書 TOP
----------*/
.top-main{
	display: block;
	position: relative;
	width: 100%;
	height: 460px;
	background-image: url("../../images/top/top_main.png");
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}

.w1000_top{
	display: block;
	position: relative;
	width: 1000px;
	height: 450px;
	margin: 0 auto;
}
	
.top-main h2{
	display: block;
	position: absolute;
	font-size: 38px;
	letter-spacing: 0.06em;
	top:136px;
	left: 30px;
	line-height: 1.2em;
	font-weight: 700;
	color: #23AA7A;
}

.top-main h2 span{
	display: block;
	width: 194px;
	font-size: 28px;
	color: #FFFFFF!important;
	background-color: #40B277;
	padding: 4px 7px 4px 8px;
	text-align: center;
	letter-spacing: 0.08em;
	clear: both;
	margin: 0 0 14px 0;
}


/*----------
スマホ横向き時のメインエリア指定
----------*/
@media (orientation: landscape) and (max-width: 915px){
.top-main{
	display: block;
	position: relative;
	width: 100%;
	height: 470px!important;
	background-image: url("../../images/top/top_main_sp.png")!important;
	background-position: bottom center;
	background-size: 360px　auto;
	background-repeat: no-repeat;
}
.top-main h2{
	display: block;
	position: absolute;
	font-size: 26px;
	letter-spacing: 0.03em;
	top:40px;
	left:48px;
	line-height: 1.2em;
	font-weight: 700;
	color: #24AA64;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
}

.top-main h2 span{
	display: block;
	width: 160px;
	font-size: 22px;
	color: #FFFFFF!important;
	background-color: #40B277;
	padding: 5px 6px 3px 8px;
	text-align: center;
	letter-spacing: 0.08em;
	clear: both;
	margin: 0 0 9px 0;
}
}


@media (min-width: 380px) and (max-width: 767px) {
.top-main{
	display: block;
	position: relative;
	width: 100%;
	height: 430px!important;
	background-image: url("../../images/top/top_main_sp.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}
}

@media screen and (max-width: 768px){
.top-main{
	display: block;
	position: relative;
	width: 100%;
	height: 396px;
	background-image: url("../../images/top/top_main_sp.png");
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}
	

.w1000_top{
	display: block;
	position: relative;
	width: 100%;
	height: 390px;
	margin: 0 auto;
}
	
.top-main h2{
	display: block;
	position: absolute;
	font-size: 26px;
	letter-spacing: 0.03em;
	top:40px;
	left: 17px;
	line-height: 1.2em;
	font-weight: 700;
	color: #24AA64;
}

.top-main h2 span{
	display: block;
	width: 160px;
	font-size: 22px;
	color: #FFFFFF!important;
	background-color: #40B277;
	padding: 5px 6px 3px 8px;
	text-align: center;
	letter-spacing: 0.08em;
	clear: both;
	margin: 0 0 9px 0;
}
}



/*----------
togo_head_obi
----------*/
.head_obi .container{
	position: relative;
}

.head_obi{
	position: relative;
    padding: 12px 0;
    font-size: 15px;
	background-color: #40B277;
	color: #FFFFFF;
	letter-spacing: 0.09em;
}

.head_obi span{
    position: absolute;
	display: block;
	background-color: #40B277;
	width: 300px;
	height: 34px;
	padding: 5px;
	top: 0px;
	left: 30px;
	text-align: center;
	z-index: 9;
}
@media screen and (max-width: 768px){
	
.head_obi{
	position: relative;
    padding: 10px 0;
    font-size: 14px;
	background-color: #40B277;
	color: #FFFFFF;
	letter-spacing: 0.05em;
}
.head_obi span{
    position: absolute;
	display: block;
	background-color: #40B277;
	width: 280px;
	height: 30px;
	padding: 5px;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 9;
}
}


/*----------
togo_head_obi（白）
----------*/
.head_obi2 .container{
	position: relative;
}

.head_obi2{
	position: relative;
    padding: 12px 0;
    font-size: 15px;
	background-color: #fff;
	color: #40B277;
	letter-spacing: 0.09em;
}

.head_obi2 span{
    position: absolute;
	display: block;
	background-color: #fff;
	width: 300px;
	height: 34px;
	padding: 5px;
	top: 0px;
	left: 30px;
	text-align: center;
	z-index: 9;
}
@media screen and (max-width: 768px){
	
.head_obi2{
	position: relative;
    padding: 10px 0;
    font-size: 14px;
	background-color: #fff;
	color: #40B277;
	letter-spacing: 0.05em;
}
.head_obi2 span{
    position: absolute;
	display: block;
	background-color: #fff;
	width: 280px;
	height: 30px;
	padding: 5px;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 9;
}
}

/*----------
TOP：CEO、CFO紹介
----------*/

.ceo_block01{
	position: relative;
    display: flex;
    margin-bottom: 40px;
    padding: 0px;
}
.ceo_block01 .img{
	position: relative;
	display: block;
    width: 450px;
}
.ceo_block01 .img img{
    width: 100%
}
.maru01{
	position: absolute;
	display: block;
	width: 60px;
	height: auto;
	top:-12px;
	left: 367px;
	z-index: 999;
}
.maru02{
	position: absolute;
	display: block;
	width: 60px;
	height: auto;
	top:220px;
	left: -20px;
	z-index: 999;
}
.ceo_block01 .txt{
    width: 64%;
    padding-left: 40px;
}
.position{
	line-height: 1;
    font-size: 14px;
    font-weight: 400;
	letter-spacing: 0.04em;
}
.ceo_block01 .txt .csr_title{
    line-height: 1.1;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 0.1em;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #50B383;
}
.ceo_block01 .txt .body{
    margin-top: 20px;
    line-height: 1.7;
	font-size: 16px!important;
	color: #40B277;
	letter-spacing: 0.07em!important;
}
.ceo_block01 .txt .btn{
    margin-top: 40px;
    text-align: right;
}
.ceo_block01 .txt .btn a{
    position: relative;
    display: inline-block;
    padding: 8px 40px 6px 25px;
    background: #fff;
    transition: background-color .5s, color .5s;
}
.ceo_block01 .txt .btn a:after{
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.ceo_block01 .txt .btn a:hover{
    background: #00b681;
    color: #fff;
}
@media screen and (max-width: 768px){

.ceo_block01{
    display: block;
    padding: 20px 2px 20px 2px;
    margin-bottom: 20px;
	width: 100%;
}
.ceo_block01 .img{
    width: 100%;
}
.ceo_block01 .txt{
    width: 100%;
    margin-top: 20px;
    padding: 0;
}
	
.csr_title{
	margin: 8px 0 0 0!important;
	}
	
.position{
	line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
	letter-spacing: 0em;
	padding: 5px 0 0 0;
}
.ceo_block01 .txt .csr_title{
    font-size: 16px;
}
.ceo_block01 .txt .body{
    margin-top: 10px;
    font-size: 14px!important;
	letter-spacing: 0.01em!important;
}
.ceo_block01 .txt .btn{
    margin-top: 20px;
    text-align: left;
}
.ceo_block01 .txt .btn a{
    width: 100%;
    padding: 8px 40px 6px 15px;
}
.maru01{
	position: absolute;
	display: block;
	width: 40px;
	height: auto;
	top:0px;
	left: 88%;
	z-index: 999;
}
.maru02{
	position: absolute;
	display: block;
	width: 40px;
	height: auto;
	top:37%;
	left: 0%;
	z-index: 999;
}
	

}



/*----------
2カラム（左テキスト：右画像）
----------*/
.L_txt_R_img_block{
    display: flex;
    justify-content: space-between;
}
.L_txt_R_img_block .txt{
    width: 50%;
}
.L_txt_R_img_block .img{
    width: 47%;
	margin: 8px 0 0 0;
}



@media screen and (max-width: 768px){
    .L_txt_R_img_block{
        display: block;
    }
    .L_txt_R_img_block .txt{
        width: 100%;
    }
    .L_txt_R_img_block .img{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}


/*----------
2カラム（左画像：右テキスト）
----------*/
.L_img_R_txt_block{
    display: flex;
    justify-content: space-between;
}
.L_img_R_txt_block .img{
    width: 45%;
}
.L_img_R_txt_block .txt{
    width: 50%;
}

@media screen and (max-width: 768px){
    .L_img_R_txt_block{
        display: block;
    }
    .L_img_R_txt_block .txt{
        width: 100%;
    }
    .L_img_R_txt_block{
        display: block;
    }
    .L_img_R_txt_block .img{
        width: 82%;
        margin: 20px auto 21px auto;
    }
    .L_img_R_txt_block .txt{
        width: 100%;
    }
    .L_img_R_txt_block .each .title{
        width: 100px;
        padding: 10px 5px 8px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .L_img_R_txt_block .each .desc{
        width: calc(100% - 100px);
        background: #f7f7f7;
        padding: 15px 20px 9px;
        margin-top: 0;
    }
}

/*----------
1カラム（下 画像：上 テキスト）
----------*/
.img_center{
    display: block;
	position: relative;
}
.img_center .img{
    width: 40%;
	text-align: center;
	margin:20px auto 0 auto;
}
.img_center .img img{
    width: 100%;
}

@media screen and (max-width: 768px){
    .img_center{
        display: block;
    }
    .img_center .img{
        width: 100%;
    }
    .img_center .txt{
        width: 100%;
    }
    .img_center{
        display: block;
    }
    .img_center .img{
        width: 100%;
        margin-top: 20px;
    }
    .img_center .txt{
        width: 100%;
    }
    .img_center .each .title{
        width: 100px;
        padding: 10px 5px 8px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img_center .each .desc{
        width: calc(100% - 100px);
        background: #f7f7f7;
        padding: 15px 20px 9px;
        margin-top: 0;
    }
}



/*----------
IR - common
----------*/
.ft-ir-menu{
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.ft-ir-menu .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 50px 20px 30px;
    width: calc(310 / 1000 * 100%);
    border: 1px solid #ddd;
    margin-right: calc(35 / 1000 * 100%);
    transition: color .5s;
}
.ft-ir-menu .each:nth-child(3n){
    margin-right: 0;
}
.ft-ir-menu .each:nth-child(n+4){
    margin-top: 35px;
}
.ft-ir-menu .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.ft-ir-menu .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.ft-ir-menu .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.ft-ir-menu .each:hover,
.ft-ir-menu .each.current{
    color: #fff;
}
.ft-ir-menu .each:hover:before,
.ft-ir-menu .each.current:before{
    width: calc(100% + 2px);
}
.ft-ir-menu .each:hover:after,
.ft-ir-menu .each.current:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

@media screen and (max-width: 768px){
.ft-ir-menu{
    margin-top: 60px;
}
.ft-ir-menu .each{
    padding: 10px 20px 10px 15px;
    width: calc(315 / 650 * 100%);
    margin-right: calc(10 / 650 * 100%);
}
.ft-ir-menu .each:nth-child(3n){
    margin-right: calc(10 / 650 * 100%);
}
.ft-ir-menu .each:nth-child(2n){
    margin-right: calc(10 / 650 * 100%);
}
.ft-ir-menu .each:nth-child(n+3){
    margin-top: 13px;
}
.ft-ir-menu .each:after{
    right: 10px;
    top: calc(50% - 4px);
    width: 9px;
    height: 9px;
}
.ft-ir-menu .each p{
    font-size: 11px;
}


}


/*----------
IR - top
----------*/
.ir-anchor{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.ir-anchor .each{
    position: relative;
    width: calc(226 / 1000 * 100%);
    margin-right: calc(32 / 1000  * 100%);
    padding-bottom: 10px;
    border-bottom: 1px solid #00b681;
    padding-right: 20px;
    line-height: 1.2;
}
.ir-anchor .each:after{
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(90deg);
}
.ir-anchor .each:nth-child(4n){
    margin-right: 0;
}
.ir-anchor .each:nth-child(n+5){
    margin-top: 40px;
}
.top_newest_block .title{
    background: #00b681;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
.top_newest_block .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 40px;
    background: #f7f7f7;
}
.top_newest_block .content .each{
    position: relative;
    background: #fff;
    display: block;
    width: calc(50% - 20px);
    padding: 20px 50px 20px 20px;
    margin: 10px 0;
    transition: .5s;
}
.top_newest_block .content .each:hover{
    background: #00b681;
    color: #fff;
}

.top_newest_block .content .ir-link-pdf:after{
    content: "";
    position: absolute;
    right: 24px;
    top: calc(50% - 9px);
    width: 14px;
    height: 18px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.top_newest_block .content .ir-link-mov:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    width: 19px;
    height: 14px;
    background: url(../../images/common/ico_mov.png) no-repeat center center;
    background-size: contain;
}

.top_contents_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top_contents_block01{
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_contents_block01 .blocktitle{
    margin: 0;
    width: calc(194 / 940 * 100%);
}
.top_contents_block01 .btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(836 / 940 * 100%);
}
.top_contents_block .each{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 40px 20px 30px;
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    transition: color .5s;
    background: #fff;
}
.top_contents_block .each:nth-child(n+3){
    margin-top: 20px;
}
.top_contents_block .each:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: #00b681;
    transition: width .3s;
}
.top_contents_block .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: url(../../images/common/ico_arrow_circle.svg) no-repeat center center;
    background-size: contain;
    z-index: 2;
}
.top_contents_block .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.top_contents_block .each:hover{
    color: #fff;
}
.top_contents_block .each:hover:before{
    width: calc(100% + 2px);
}
.top_contents_block .each:hover:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

.top_contents_block02{
    width: calc(50% - 20px);
    padding: 30px;
    background: #f7f7f7;
}
.top_contents_block02 .each{
    width: 100%;
}
.top_contents_block03{
    width: 100%;
    padding: 30px;
    background: #f7f7f7;
}
.top_contents_block03 .each{
    width: calc(761 / 940 * 100%);
    margin-left: auto;
}


.top_basic_table{
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
}
.top_basic_table th{
    background: #f7f7f7;
    padding: 20px;
    width: 26%;
    border: 1px solid #ddd;
    text-align: left;
}
.top_basic_table td{
    padding: 20px;
    width: 74%;
    border: 1px solid #ddd;
}
.table_caution{
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
}
.table_caution span{
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
}
.table_caution span:before{
    position: absolute;
    left: 0;
    top: 0;
}
.table_caution .no01:before{
    content: "1. "
}
.table_caution .no02:before{
    content: "2. "
}
.table_caution .no03:before{
    content: "3. "
}
@media screen and (max-width: 768px){

.ir-anchor .each{
    position: relative;
    width: 47.5%;
    margin-right: 5%;
    padding-bottom: 10px;
    border-bottom: 1px solid #00b681;
}
.ir-anchor .each:nth-child(4n){
    /* margin-right: 5%; */
}
.ir-anchor .each:nth-child(2n){
    margin-right: 0;
}
.ir-anchor .each:nth-child(n+3){
    margin-top: 30px;
}
.top_newest_block .content{
    display: block;
    padding: 15px 20px;
}
.top_newest_block .content .each{
    display: block;
    width: 100%;
    padding: 20px 50px 20px 20px;
    margin: 10px 0;
}
.top_contents_block{
    display: block;
}
.top_contents_block01{
    display: block;
}
.top_contents_block01 .blocktitle{
    margin-bottom: 40px;
    width: 100%;
}
.top_contents_block01 .btns{
    display: block;
    width: 100%;
}
.top_contents_block .each{
    width: 100%;
    margin-top: 10px;
}
.top_contents_block .each p{
    position: relative;
    z-index: 2;
    line-height: 1.5;
}
.top_contents_block .each:hover{
    color: #fff;
}
.top_contents_block .each:hover:before{
    width: calc(100% + 2px);
}
.top_contents_block .each:hover:after{
    background: url(../../images/common/ico_arrow_circle_w.svg) no-repeat center center;
    background-size: contain;
}

.top_contents_block02{
    width: 100%;
    margin-top: 20px;
    padding: 30px;
}
.top_contents_block03{
    width: 100%;
    margin-top: 20px;
    padding: 30px;
}
.top_basic_table{
    font-size: 12px;
}


}



/*----------
IR - securities
----------*/
.securities_block{
    display: flex;
    font-size: 14px;
}
.securities_block:nth-child(even){
    background: #f7f7f7;
}
.securities_block .yearly{
    width: 32%;
    padding: 20px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
.securities_block .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 68%;
    padding: 20px 20px 10px 20px;
}
.securities_block .content li{
    line-height: 1.5;
    width: 48%;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
    .securities_block{
        font-size: 12px;
    }
    .securities_block .yearly{
        width: 30%;
        padding: 20px 10px 20px 20px;
        letter-spacing: 0.1em;
    }
    .securities_block .content{
        width: 70%;
        padding: 20px 20px 20px 10px;
    }

}

/*----------
IR - calendar
----------*/
.calendar_block{
    overflow-x: auto;
    margin-top: 100px;
}
.calendar_table{
    border-collapse: collapse;
    /* table-layout: fixed; */
    min-width: 800px;
    font-size: 14px;
    width: calc(100% - 2px);
}
.calendar_table .table_head th{
    background: #00b681;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.calendar_table .table_head th:nth-child(n+2){
    border-left: 1px solid #fff;
}
.calendar_table .quarter{
    width: 12%;
    background: #ddd;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    line-height: 1.5;
}
.calendar_table .month{
    width: 12%;
    background: #f7f7f7;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.calendar_table .content{
    width: 38%;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
}
.calendar_table .bordered{
    border-bottom: 1px solid #505050;
}
.calendar_table .bordered .month,
.calendar_table .bordered .content{
    border-bottom: none;
}

/*----------
IR - annual
----------*/
.annual_block{
    overflow-x: auto;
}
.annual_table{
    width: calc(100% - 2px);
    table-layout: fixed;
    border-collapse: collapse;
    min-width: 800px;
}
.annual_table_en{
    min-width: 300px;
}
.annual_table .table_head th{
    background: #545454;
    color: #fff;
    padding: 12px 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.annual_table .table_head th:nth-child(1){
    width: 20%;
}
.annual_table .table_head th:nth-child(2){
    width: 20%;
}
.annual_table .table_head th:nth-child(n+3){
    width: 30%;
}
.annual_table .table_head th:nth-child(n+2){
    border-left: 1px solid #fff;
}
.annual_table td {
    font-size: 14px;
}
.annual_table .year{
    background: #f7f7f7;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.annual_table .term{
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.annual_table .content{
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/*----------
IR - notice
----------*/
.notice_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.notice_block .each{
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 40px 20px 20px;
    width: 49%;
    font-size: 14px;
}
.notice_block .each:after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background: url(../../images/common/ico_pdf.png) no-repeat center center;
    background-size: contain;
}
.notice_block .each:nth-child(n+3){
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .notice_block{
        display: block;
    }
    .notice_block .each{
        border: 1px solid #ddd;
        padding: 20px 40px 20px 20px;
        width: 100%;
        font-size: 12px;
    }
    .notice_block .each:nth-child(n+2){
        margin-top: 20px;
    }

}

/*----------
IR - account
----------*/
.account_block{
    padding: 40px;
    border: 3px solid #f7f7f7;
}
.account_block:nth-child(n+2){
    margin-top: 60px;
}
.account_block button{
    position: relative;
    display: block;
    font-size: 18px;
    padding-left: 14px;
    border-left: 4px solid #00b681;
    width: 100%;
    text-align: left;
}
.account_block button:after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    background-color: #00b681;
}
.account_block button:before{
    content: "";
    position: absolute;
    right: 9px;
    top: calc(50% - 10px);
    width: 2px;
    height: 20px;
    background-color: #00b681;
}
.account_block button.on:before{
    content: none
}
.account_block .content{
    overflow-x: auto;
    display: none;
}
.account_block .content.on{
    display: block;
    margin-top: 30px;
}
.account_table{
    table-layout: fixed;
    width: calc(100% - 2px);
    border-collapse: collapse;
    /* min-width: 800px; */
    font-size: 14px;
}
.account_table th{
    background: #ddd;
    text-align: center;
    padding: 12px 10px 10px;
}
.account_table td {
    line-height: 1.4;
}
.account_table .title{
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #ddd;
    width: calc(920 / 320 * 100%);
    vertical-align: middle;
}
.account_table .desc{
    padding: 20px;
    border: 1px solid #ddd;
    width: calc(600 / 320 * 100%);
    vertical-align: middle;
}
.account_table .desc a.link-pdf {
    margin-right: 1.5em;
}
@media screen and (max-width: 768px){
    .account_block {
        padding: 20px;
    }
    .account_block button{
        font-size: 14px;
    }
    .account_table .title,
    .account_table .desc {
        padding: 20px 15px;
    }
    .account_table .desc a + a {
        margin-top: 0.5em;
    }
    .account_table .desc a.link-pdf {
        margin-right: 0;
    }
}


/*----------
glance：各見出しタイトルエリア
----------*/

.glance_title{
    position: relative;
    font-size: 25px;
    padding-top: 26px;
    padding-bottom: 26px;
	letter-spacing: 0.04em;
	text-align: center;
	width: 90%;
	margin: 60px auto 30px auto;
	color: #02AD74;
}
.glance_title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00b681 0%, #00b681 140px, #26D69C 140px, #26D69C 100%);
	margin: auto;
}
.glance_title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(10deg,  #26D69C 0%, #26D69C 140px, #00b681 140px, #00b681 100%);
	margin: auto;
}
.glance_title .anno{
    font-size: 18px;
}

@media screen and (max-width: 768px){
	
.glance_title{
    position: relative;
    font-size: 18px;
    padding-top: 22px;
    padding-bottom: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	width: 90%;
	margin: 60px auto 30px auto;
	color: #02AD74;
}
.glance_title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #00b681 0%, #00b681 140px, #26D69C 140px, #26D69C 100%);
	margin: auto;
}
.glance_title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(10deg,  #26D69C 0%, #26D69C 140px, #00b681 140px, #00b681 100%);
	margin: auto;
}
.glance_title .anno{
    font-size: 18px;
}
	
}
