@charset "UTF-8";
/*共通*/
.text-center {
  text-align: center;
}
.ir024__subtitle02 {
  position: relative;
  text-align: left;
  font: 300 1.325rem "NotoSansCJKjpBold", sans-serif;
  border-bottom: 2px solid #E5002D;
  padding: 0.5rem 0rem;
  margin-bottom: 20px;
}
.ir024__subtitle02:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #949494;
}
/*index*/
.ir024-msgbox__msg2 {
  margin-top: 20px;
}
.ir024-frame {
  flex-wrap: wrap;
}
.ir024-frame-bnrarea {
  width: 50%;
  position: relative;
  border: 2px solid #fff;
}
a .ir024-frame-bnrarea-h3 {
  width: 100%;
  text-align: center;
  font: 400 1.525rem "NotoSansCJKjpBold", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 4;
}
a .ir024-frame-bnrarea__screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
a .ir024-frame-bnrarea__screen:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../../../asset/img/common-triangle.png) no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
a:hover .ir024-frame-bnrarea-h3 {
  color: #E5002D;
}
a:hover .ir024-frame-bnrarea__screen {
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
a:hover .ir024-frame-bnrarea__screen:after {
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
}
a .ir024-frame-bnrarea-img img {
  width: 100%;
}
/* 20230802：修正 */

.ir024-link-h3 {
  font: 500 1.4rem "NotoSansCJKjpMedium", sans-serif;
  padding: 10px 0;
	  margin-top: 30px;

  /* color: #fff; */
  /* background: #E5002D; */
  /* text-align: center; */
}
.ir024-frame-linkbox {
  width: 47%;
  background: #FFF4D9;
  border-radius: 10px;
  padding: 20px 40px;
  text-align: center;
}
.ir024-frame-linkbox-h4 {
  color: #E5002D;
  font: 500 1.4rem "NotoSansCJKjpMedium", sans-serif;
  padding: 10px 0;
  text-align: center;
}
.ir024-frame-linkbox-img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ir024-frame-linkbox-cursor {
  position: relative;
}
.ir024-frame-linkbox-cursor:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0, -50%);
}

.ir024-frame-linkbox-cursor-top {
  position: relative;
}
.ir024-frame-linkbox-cursor-top:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: -26px;
}


/*追加*/
.ir024-frame-linkbox-wide {
  width: 100%;
  display:flex;
  background-color: #FFF4D9;
  border-radius: 10px;
  text-align: center;
  margin-top: 1em;
}

.ir024-frame-linkbox-wide .left {
	width: 45%;
	float: left;
	padding: 30px;
}

.ir024-frame-linkbox-wide .right {
	width: 45%;
	float: right;
	padding: 35px;
}

.ir024-frame-linkbox-h4-wide {
  color: #E5002D;
  font: 500 1.4rem "NotoSansCJKjpMedium", sans-serif;
  position: relative;
}
.ir024-frame-linkbox-img-wide {
  margin-left: 30px;
}
.ir024-frame-linkbox-cursor-wide {
  position: relative;
}
.ir024-frame-linkbox-cursor-wide:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0, -50%);
}
.ir024-frame-linkbox-h4-wide:after {
    content: "";
    background: url(../img/individual_icon02.png) no-repeat;
    background-size: 69px 64px;
    width: 69px;
	height: 64px;
    position: absolute;
    top: 51%;
    left: 78px;
    transform: translate(0,-50%);
}

@media screen and (max-width: 1000px) {
.ir024-frame-linkbox-wide .right {
	margin-left: 2em;
}

}




@media screen and (max-width: 768px) {
	
.ir024-frame-linkbox-wide .left {
	width: 50%;
	float: left;
	padding: 30px 0px;
	text-indent: -1em;
}

.ir024-frame-linkbox-wide .right {
	width: 50%;
	float: right;
	padding: 35px 10px;
}
	
.ir024-frame-linkbox-h4-wide {
  font: 500 1.4rem "NotoSansCJKjpMedium", sans-serif;
}
	
.ir024-frame-linkbox-h4-wide:after {
    background-size: 59px 54px;
    width: 59px;
    height: 54px;
    top: 50%;
    left: 75px;
    transform: translate(0,-50%);
}


}


/*/追加*/



.ir024-moreinfo {
  margin-top: 80px;
  padding: 20px;
  border-radius: 10px;
  background: #F8F8F8;
}
.ir024-frame-moreinfo {
  width: 30%;
}
.ir024-moreinfo-h3 {
  position: relative;
  text-align: center;
  font: 300 1.2rem "NotoSansCJKjpMedium", sans-serif;
}
.ir024-moreinfo-h3:after {
  position: absolute;
  content: '';
  width: 23px;
  height: 2px;
  background: #E5002D;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.ir024-frame-moreinfo-h4 {
  color: #E5002D;
  font: 400 1.0rem "NotoSansCJKjpMedium", sans-serif;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #E5002D;
}
.ir024-frame-moreinfo-ul {}
.ir024-frame-moreinfo-ul li {
  margin-bottom: 10px;
  padding-left: 30px;
}
.ir024-frame-linkbox-cursor {
  position: relative;
}
.ir024-frame-linkbox-cursor:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1100px) {
  a .ir024-frame-bnrarea-h3 {
    font: 400 1.525vw "NotoSansCJKjpBold", sans-serif;
  }
}
@media screen and (max-width: 920px) {
  .ir024-frame-bnrarea {
    width: 100%;
  }
  .ir024-frame-linkbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .ir024-frame-moreinfo {
    width: 100%;
  }
  a .ir024-frame-bnrarea-h3 {
    font: 400 1.525rem "NotoSansCJKjpBold", sans-serif;
  }
}
@media screen and (max-width: 400px) {
  a .ir024-frame-bnrarea-h3 {
    font: 400 5.5vw "NotoSansCJKjpBold", sans-serif;
  }
}
/*header*/
header.individual .header-nav-menu__list-submenu__link .submenutop {
  width: 16%;
}
header.individual .header-nav-menu__list-submenu__link .submenuother {
  width: 21%;
}
header.individual .header-nav-menu__list-submenu__link .submenuother:nth-child(3) {
  width: 23%;
}
header.individual .header-nav-menu__list-submenu__link .submenuother:nth-child(4) {
  width: 19%;
}
header.individual .header-nav-menu__list-submenu__link {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header.individual .header-nav-menu__list-submenu__link .submenutop {
    width: 100% !important;
  }
  header.individual .header-nav-menu__list-submenu__link .submenuother {
    width: 100% !important;
  }
}
/*about*/
.ir024-movie {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ir024-movie .video {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.ir024-movie .video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.ir024-movie .video iframe {
  width: 100%;
  height: 100%;
}
.ir024-business {
  margin-bottom: 40px;
}
.ir024-business-map {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#map01 {
  position: absolute;
  top: 13%;
  left: 22%;
}
#map02 {
  position: absolute;
  top: 44%;
  left: 38%;
}
#map03 {
  position: absolute;
  top: 32%;
  left: 36%;
}
#map04 {
  position: absolute;
  top: 54%;
  left: 55%;
}
#map05 {
  position: absolute;
  top: 34%;
  right: 10%;
}
#map06 {
  position: absolute;
  top: 44%;
  right: 10%;
}
#map07 {
  position: absolute;
  top: 30%;
  left: 5%;
}
#map08 {
  position: absolute;
  top: 40%;
  left: 17%;
}
#map09 {
  position: absolute;
  top: 42%;
  left: 58%;
}
#map10 {
  position: absolute;
  top: 29%;
  left: 48%;
}
#map11 {
  position: absolute;
  top: 44%;
  left: 50%;
}
.img-map {
  margin: 0;
  padding: 0;
}
.img-map img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.md-inner-h4 {
  width: 100%;
  color: #E5002D;
  border-bottom: 1px solid #E5002D;
  padding: 0 0 15px 0;
  text-align: left;
  font: 400 2.2vw "NotoSansCJKjpBold", sans-serif;
  margin-bottom: 30px;
  line-height: 1.4;
}
.md-inner-textarea {
  width: 55%;
}
.md-inner figure {
  width: 40%;
  margin: 0;
  padding: 0;
}
.md-inner figure img {
  width: 100%;
}
.beige-area {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #FFF3D8;
  border-radius: 10px;
  padding: 10px 0 20px 0;
  text-align: center;
}
.pc_none {
  display: none;
}
.sp_none {
  display: inline-block;
}
.text01 {
  font: 400 1.2rem "NotoSansCJKjpMedium", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.text01 span {
  display: block;
}
.text01 span.item_name {
  max-width: 200px;
}
.text01 span:nth-of-type(2) {
  margin-left: 15px;
}
.text01-redL {
  font: 600 3.4rem "NotoSansCJKjpMedium", sans-serif;
  color: #E5002D;
}
.text01-redS {
  font: 300 1.6rem "NotoSansCJKjpMedium", sans-serif;
  color: #E5002D;
  margin-bottom: -20px;
}
.s_text {
  font: 400 0.8rem "NotoSansCJKjp", sans-serif;
  text-align: center;
}
.ir024-business-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ir024-business-ul li {
  width: 32%;
}
.ir024-business-ul-cursor {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font: 400 0.9rem "NotoSansCJKjpMedium", sans-serif;
  padding: 10px 5px 10px 15px;
  background: #F3F3F3;
  border-radius: 5px;
}
.ir024-business-ul-cursor:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.ir024-structure-img {
  margin-left: auto;
  margin-right: auto;
}
.ir024-structure-img img {
  width: 100%;
}
.ir024-structure .img-hover {
  transition: .3s;
  display: block;
}
.ir024-structure .img-hover:hover {
  opacity: .7;
}
@media screen and (max-width: 1300px) {
  .text01-redL {
    font: 600 3.4vw "NotoSansCJKjpMedium", sans-serif;
  }
  .text01-redS {
    font: 300 1.6vw "NotoSansCJKjpMedium", sans-serif;
    color: #E5002D;
  }
}
@media screen and (max-width: 1000px) {
  .md-btn img {
    width: 5vw;
  }
  .ir024-business-ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .md-btn img {
    width: 7vw;
  }
  .ir024-movie iframe {
    width: 100%;
  }
  .beige-area {
    padding: 20px 10px;
  }
  .md-inner-textarea {
    width: 100%;
  }
  .md-inner figure {
    width: 100%;
  }
  .text01 {
    margin-top: 10px
  }
  .text01 span.item_name {
    max-width: 100%;
    width: 100%;
  }
  .text01-redL {
    font: 600 3.0rem "NotoSansCJKjpMedium", sans-serif;
  }
  .text01-redS {
    font: 300 1.4rem "NotoSansCJKjpMedium", sans-serif;
    color: #E5002D;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*merit*/
.meritBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FCE5EA;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
  box-sizing: border-box;
}
.meritBox .ir024-melit-h3 {
  font: 300 1.6rem "NotoSansCJKjpMedium", sans-serif;
  color: #333333;
  border-bottom: dashed 2px #E5002D;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 10px;
}
.meritBox .ir024-melit-h3 br.sp {
  display: none;
}
.meritBox .meritBox-text {
  width: 70%;
}
.meritBox .meritBox-img {
  width: 25%;
  margin: 0;
}
.meritBox .meritBox-img img {
  width: 100%;
}
.meritBox .ir024-meritBox-link-cursor {
  position: relative;
  display: block;
  margin-left: 26px;
  margin-top: 20px;
}
.meritBox .ir024-meritBox-link-cursor:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0, -50%);
}
.ir024-grayBOX {
  background: #F8F8F8;
  padding: 25px 35px;
  margin-top: 80px;
}
.ir024-grayBOX .ir024_grayBOX-h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font: 300 1.3rem "NotoSansCJKjpMedium", sans-serif;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: dashed 1px #333;
  margin-bottom: 20px;
}
.ir024-grayBOX .ir024_grayBOX-h3 span {
  display: block;
  width: 88%;
  font-weight: bold;
}
.ir024-grayBOX .ir024_grayBOX-h3 img {
  display: block;
  width: 10%;
  max-width: 64px;
}
.ir024-grayBOX .s_text {
  margin-top: 20px;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .meritBox {
    border-radius: 10px;
  }
  .meritBox .ir024-melit-h3 br.sp {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .ir024-grayBOX {
    padding: 15px;
  }
  .ir024-grayBOX .ir024_grayBOX-h3 {
    font-size: 1.2rem;
  }
  .ir024-grayBOX .ir024_grayBOX-h3 span {
    width: 80%;
    text-align: left;
  }
  .ir024-grayBOX .ir024_grayBOX-h3 img {
    width: 15%;
  }
  .meritBox {
    padding: 15px;
  }
  .meritBox .meritBox-img {
    width: 30%;
  }
  .meritBox .meritBox-text {
    width: 65%;
    margin-top: 10px;
  }
  .meritBox .ir024-melit-h3 {
    font: 300 1.3rem "NotoSansCJKjpMedium", sans-serif;
  }
  .meritBox .ir024-melit-h3 br.pc_sp {
    display: none;
  }
  .meritBox p {
    font-size: 0.9rem;
  }
}
/*about*/
.modal .beige-area {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.modal .beige-area .text01 {
  color: #424242;
}
.modal .beige-area .text01 span.item_name {
  font-family: "NotoSansCJKjpMedium", sans-serif;
  margin-top: 6px;
}
.modal .beige-area .text01-redL {
  position: relative;
  top: -1px;
  padding: 0 3px;
}
.modal .beige-area .s_text {
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .md-contents {
    width: 85%;
  }
  .modal .beige-area .text01 span.item_name {
    font-size: 1.45vw;
  }
  .modal .beige-area .text01-redL {
    top: 4px;
  }
  .modal .beige-area .text01 span.item_name {
    font-family: "NotoSansCJKjpMedium", sans-serif;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modal .beige-area {
    margin-bottom: 15px;
    padding: 15px 10px;
  }
  .modal .beige-area .text01 {
    margin-top: -5px;
  }
  .modal .beige-area .text01.sp_mt20 {
    margin-top: 15px;
  }
  .modal .beige-area .text01 span.item_name {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: -20px;
  }
  .modal .beige-area .text01 span:nth-of-type(2) {
    margin-left: 0;
  }
  .modal .beige-area .s_text {
    margin-top: 5px;
  }
  .md-inner-h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .md-inner-h4 {
    font-size: 1.2rem;
    padding-right: 20px;
  }
}
/*strengths*/
.ir024-strengths-date {
  text-align: right;
  font-size: 0.8rem;
  margin-top: 20px;
  margin-bottom: -40px;
}
.ir024-strengths .ir024-strengths-h3 {
  position: relative;
  font: 300 1.75rem "NotoSansCJKjpBold", sans-serif;
  color: #e5002d;
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.ir024-strengths .ir024-strengths-h3:before {
  content: "STRENGTH";
  font: 300 1.2rem "NotoSansCJKjpBold", sans-serif;
  margin-right: 10px;
}
.ir024-strengths .ir024-strengths-h3:after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #e5002d;
  position: absolute;
  bottom: 4px;
  left: 0;
  transition: all .3s;
}
.ir024-strengths .ir024-strengths-h4 {
  font: 300 1.5rem "NotoSansCJKjpMedium", sans-serif;
  color: #333333;
  margin-bottom: 20px;
}
.col-2 {
  width: 48%;
}
.col-3 {
  width: 31%;
}
.col-4 {
  width: 24%;
}
.strengthsBox-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strengthsBox-item {
  padding: 20px;
  border-radius: 10px;
  background: #FFF4D9;
}
.strengthsBox-img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.strengthsBox-img img {
  width: auto;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
}
.strengthsBox-item .itemname {
  font: 400 1.2rem "NotoSansCJKjpBold", sans-serif;
  color: #333333;
  line-height: 1.2rem;
}
.strengthsBox-item .itemname sup {
  font-size: 1.1rem;
}
.textRed {
  color: #e5002d;
  line-height: 0.4;
}
.textRed .textRed-L {
  font: 400 3.0rem "NotoSansCJKjpBold", sans-serif;
}
.textRed .textRed-S {
  font: 400 1.3rem "NotoSansCJKjpBold", sans-serif;
}
.textRed.textRed-SS {
  font: 300 0.8rem "NotoSansCJKjpMedium", sans-serif;
}
.strengthsBox-item p {
  text-align: center;
}
.strengthsBox-item-bottm {
  margin-top: 10px;
}
.strengthsBox-item-bottm-h5 {
  font: 300 1.0rem "NotoSansCJKjpMedium", sans-serif;
  color: #e5002d;
  text-align: center;
  border-bottom: 1px solid #e5002d;
  padding: 10px 0;
  margin-bottom: 10px;
}
.strengthsBox-item-bottm-h5 sup {
  font-size: 0.85rem;
}

.strengthsBox-item-bottm-h5-1line {
	padding: 22px 0px!important;
}

.strengthsBox-item-bottm p {
  font-size: 0.85rem;
}
.strengthsBox-item .count-size {
  font-family: "NotoSansCJKjpBold", sans-serif !important;
}
@media screen and (max-width: 1000px) {
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .strengthsBox-item {
    padding: 15px;
  }
	
  .textRed .textRed-S {
    font: 400 1rem "NotoSansCJKjpBold", sans-serif;
  }
  .textRed .textRed-L {
    font: 400 2.5rem "NotoSansCJKjpBold", sans-serif;
    padding: 0 3px;
    position: relative;
    top: 1px;
  }
.strengthsBox-item-bottm-h5-1line {
	padding: 10px 0px!important;
}


}
@media screen and (max-width: 768px) {
  .strengthsBox-item .itemname {
    font-size: 1rem;
  }
  .textRed.textRed-SS {
    font: 300 0.6rem "NotoSansCJKjpMedium", sans-serif;
  }
  .textRed .textRed-L {
    font: 400 2rem "NotoSansCJKjpBold", sans-serif;
  }

}
@media screen and (max-width: 400px) {
  .strengthsBox-item {
    padding: 10px;
  }
  .strengthsBox-img img {
    height: 65px;
  }
}
/*history*/
.ir024-history {
  margin-top: 50px;
}
.historyBox {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.historyBox .historyBox-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.historyBox .historyBox-title .historyBox-year {
  padding: 40px 0;
  width: 100px;
  height: 100px;
  text-align: center;
  font: 300 1.6rem "NotoSansCJKjpMedium", sans-serif;
  color: #fff;
  background: #e5002d;
  border-radius: 50px;
  position: relative;
}
.historyBox .historyBox-title .historyBox-year::after {
  content: "";
  font: 300 0.95rem "NotoSansCJKjpMedium", sans-serif;
  color: #fff;
  display: block;
}
.historyBox .historyBox-title .historyBox-year.nendai::after {
	position: absolute;
    transform: translate(0, -50%);
	content: "From";
    width: 20px;
    right: 55px;
    top: 33px;
	font-size: 80%;
}
.historyBox .historyBox-title .historyBox-year::before {
	 content: "";
    width: 50px;
    height: 2px;
    vertical-align: middle;
    background: #e5002d;
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translate(0, -50%);

	
}
.historyBox .historyBox-title .comment {
  width: calc(100% - 130px);
  padding: 30px 40px;
  background: #FFF4D9;
  border-radius: 10px;
}
.historyBox .historyBox-title .comment p {
  text-align: left;
  font: 400 1.5rem "NotoSansCJKjpMedium", sans-serif;
  color: #333;
}
.historyBox .historyBox-title .comment p br.sp {
  display: none !important;
}
.historyBox .historyBox-title .comment span {
  font: 400 2.2rem "NotoSansCJKjpMedium", sans-serif;
  color: #e5002d;
}



.historyBox-evolution {
  width: 53%;
  padding-right: 45px;
}
.historyBox-evolution figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.historyBox-evolution figure img {
  width: 48%;
  margin-top: 20px;
}
.historyBox-evolution .video {
  width: 100%;
  margin-top: 20px;
}
.historyBox-background {
  width: 32%;
  padding-left: 45px;
  padding-right: 10px;
  border-left: 1px dotted #999999;
}
.historyBox-background figure {
  margin: 0;
}
.historyBox-background figure img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 30px auto;
}
.historyBox-background .graph_2 .sp {
  display: none;
}
.historyBox-fukidashi-red {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  font: 400 1.0rem "NotoSansCJKjpMedium", sans-serif;
  color: #fff;
  background: #e5002d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0px auto 30px auto;
}
.historyBox-fukidashi-red::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #e5002d;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.historyBox-fukidashi-gray {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  font: 400 1.0rem "NotoSansCJKjpMedium", sans-serif;
  color: #999999;
  background: #fff;
  border: 2px solid #999999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0px auto 30px auto;
}
.historyBox-fukidashi-gray::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #999999;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.historyBox.last {
  background: url("../img/individual_history_pic11.png") no-repeat center bottom;
  background-size: 100%;
  min-height: 360px;
  margin-top: -40px;
}
.historyBox.last .arrow {
  display: block;
  width: 36px;
  height: 23px;
  margin: 0 auto;
  position: relative;
  top: 40px;
}
.historyBox.last .historyBox-title {
  margin-top: -100px;
}
.historyBox.last .historyBox-title .historyBox-year {
  color: #e5002d;
  background: #FFF4D9;
  border: 2px solid #e5002d;
  left: 3%;
  z-index: 1;
}
.historyBox.last .historyBox-title .historyBox-year::after {
  color: #e5002d;
}
.historyBox.last .historyBox-title .historyBox-year::before {
  content:none;
}
.historyBox.last .historyBox-title .comment {
  width: 82%;
  background: #FFFFFF;
  border: 2px solid #e5002d;
  right: 9%;
  position: relative;
  z-index: 0;
}
.historyBox.last .historyBox-title .comment p {
  text-align: center;
}



@media screen and (max-width: 1000px) {
  .historyBox-evolution {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .historyBox-background {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px dotted #999999;
    border-left: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:769px) and ( max-width:1000px) 
{
	
.historyBox-background figure.graph_2 img {
  width: 100%;
  display: block;
  margin: 30px auto;
}

  .historyBox-background .graph_2 .pc {
    display: block!important;
  }
  .historyBox-background .graph_2 .sp {
    display: none!important;
  }
	
	.historyBox .historyBox-title .comment p {
    font: 400 1.2rem "NotoSansCJKjpMedium", sans-serif;
}
	.historyBox .historyBox-title .comment span {
    font: 400 1.5rem "NotoSansCJKjpMedium", sans-serif;
}
	
}
@media screen and (max-width: 768px) {
  .historyBox {
    margin-bottom: 20px;
  }
  .historyBox .historyBox-title .historyBox-year {
    padding: 23px 0;
    width: 60px;
    height: 60px;
    font: 300 0.9rem "NotoSansCJKjpMedium", sans-serif;
  }
  .historyBox .historyBox-title .historyBox-year::after {
    font: 300 0.7rem "NotoSansCJKjpMedium", sans-serif;
  }

.historyBox .historyBox-title .comment {
   width: calc(100% - 70px);
   padding: 15px 20px;
   border-radius: 8px;
  }
  .historyBox .historyBox-title .comment span {
    font: 400 1.4rem "NotoSansCJKjpMedium", sans-serif;
  }
  .historyBox .historyBox-title .comment p {
    font: 400 1rem "NotoSansCJKjpMedium", sans-serif;
    line-height: 1.8;
  }
  .historyBox .historyBox-title .comment p br.pc {
    display: none;
  }
	
  .historyBox-background figure img {
  width: 70%;
  max-width: 300px;
  display: block;
  margin: 15px auto;
}

  .historyBox-background figure.graph_2 img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 15px auto;
}
	
  .historyBox-background .graph_2 .pc {
    display: none;
  }
  .historyBox-background .graph_2 .sp {
    display: block;
  }

	
.historyBox.last {
  min-height: auto;
  margin-top: -30px;
    padding-top: 60px;
    padding-bottom: 40px;
}
.historyBox.last .arrow {
  width: 28px;
  height: 23px;
  top:-80px;
}
.historyBox.last .historyBox-title {
  margin-top: -120px;
}
.historyBox.last .historyBox-title .historyBox-year {
  left: 7%;
    top: 30px;
}

.historyBox.last .historyBox-title .comment {
  width: 94%;
  right: 0;
  margin: 0 auto;
}
	
.historyBox.last .historyBox-title .historyBox-year::before {
  content: none;
}
	
  .historyBox-background.sp_bordernone{
    border-bottom: none;
  }
	
.historyBox .historyBox-title .historyBox-year.nendai::after {
    position: absolute;
    transform: translate(0, -50%);
    content: "From";
    width: 20px;
    left: 16px;
    top: 20px;
    font-size: 80%;
}

.historyBox .historyBox-title .historyBox-year::before {
    content: "";
    width: 15px;
    height: 2px;
    vertical-align: middle;
    background: #e5002d;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
}	
	
}
@media screen and (max-width: 400px) {
  .historyBox {
    margin-bottom: 10px;
  }
  .historyBox .historyBox-title .comment p br.sp {
    display: block !important;
  }
  .historyBox .historyBox-title .comment span {
    font: 400 1.2rem "NotoSansCJKjpMedium", sans-serif;
  }
  .historyBox .historyBox-title .comment p {
    font: 400 0.8rem "NotoSansCJKjpMedium", sans-serif;
    line-height: 1.8;
  }
.historyBox.last {
  margin-top: -30px;
    padding-top: 80px;
    padding-bottom: 40px;
}    
.historyBox.last .arrow {
  width: 22px;
  height: 18px;
  top:-80px;
}    
}
/*management*/
.ir024_management-img img {
  width: 100%;
}
.ir024_management-img {
  margin: 0 auto;
}
.ir024_management-h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  font: 500 1.2rem "NotoSansCJKjpMedium", sans-serif;
  color: #fff;
  background: #333333;
}
.ir024-management .beige-area {
  border-radius: 0;
  padding-top: 20px;
}
.ir024-management .beige-area p {
  font: 500 1.2rem "NotoSansCJKjpMedium", sans-serif;
}
.ir024-management .beige-area p span {
  font: 500 1.8rem "NotoSansCJKjpBold", sans-serif;
  color: #e5002d;
}
.ir024_management-h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 500 1.2rem "NotoSansCJKjpBold", sans-serif;
  color: #e5002d;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.ir024_management-h4::before, .ir024_management-h4::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #424242;
}
.ir024_management-h4::before {
  left: 0;
  margin-right: -5px;
}
.ir024_management-h4::after {
  right: 0;
  margin-left: -5px;
}
.ir024_management-h4 span img {
  width: 280px;
  position: relative;
  top: -1px;
}
.ir024_management-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ir024_management-flex .ir024_management-flex-item {
  width: 31%;
  margin-bottom: 20px;
}
.ir024_management-flex .ir024_management-flex-item figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ir024_management-flex .ir024_management-flex-item figure img {
  width: 100%;
}
.ir024-management .ir024-mmanagement-link-cursor {
  position: relative;
  display: block;
  margin-left: 26px;
  margin-top: 20px;
}
.ir024-management .ir024-mmanagement-link-cursor:before {
  content: "";
  background: url(../../../../asset/img/common-rarrow.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .ir024_management-h4 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .ir024_management-flex .ir024_management-flex-item {
    width: 100%;
  }    
  .ir024_management-flex .ir024_management-flex-item img{
      max-width: 500px;
      margin: 0 auto;
  }      
}
@media screen and (max-width: 400px) {
  .ir024-management .beige-area p {
    font: 500 1rem "NotoSansCJKjpMedium", sans-serif;
  }
  .ir024-management .beige-area p span {
    font: 500 1.6rem "NotoSansCJKjpBold", sans-serif;
    color: #e5002d;
  }
  .ir024-management .beige-area p br {
    display: none;
  }

  .ir024_management-h4 span img {
    width: 250px;
  }
}
/*sitemap*/
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 400px) {}
/*--inview ※アニメーション部分※ ----------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 2.2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -5%);
  transition: 2s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*
.pc_none {
	display: none;
}
@media screen and (max-width: 768px) {}
.pc_none {
	display: block;
}
*/


/*about*/

#about_nav {
  display: block;
  position: relative;
  font: 400 0.9rem "NotoSansCJKjpMedium", sans-serif;
  width: 100%;
  padding: 40px 0px;
  margin-bottom: 40px;
}

#about_nav ul {
	padding: 0;
}
 
#about_nav li {
    float: left;
	width: 19.2%;
	display: inline-block;
	min-height: 55px;
	text-align: center;
	font-size: 1em;
	line-height: 55px;
    border: solid 2px #E5002D;
}

.line2 {
	padding-top: 5.5px!important;
	padding-bottom: 5.5px!important;
	line-height: 22px!important;
}

@-moz-document url-prefix() {
.line2 {
  padding-top: 12.5px !important;
  padding-bottom: 12.5px !important;
  line-height: 10px !important;
 }
}


#about_nav li:last-child {
	margin: 0px 0px 0px 0px !important;
}


#about_nav li a {
	padding: 0;
	color: #000000;
	display: inline-block;
	margin: auto;
    width: 100%;
	text-decoration: none;
}

#about_nav li a:hover {
	background-color:#FEFEFE;
	color: #E5002D;
}
#about_nav li a:active {
	color: #A4A4A4;
}

.about_nav_cursor {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 5px 0px 15px;
  margin: 0px 0.9% 0px 0px;
}
.about_nav_cursor:before {
  content: "";
  background: url("../../../../asset/img/common-rarrow-u.png") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

#about_nav br.pc_view{
  display:block;
}

@media screen and (max-width: 1200px) {
	
	#about_nav {
		margin-bottom: 100px;
}

	#about_nav li {
	width: 49%;
	margin-top: 5px;
    font: 400 0.6rem "NotoSansCJKjpMedium", sans-serif;
	min-height: 30px;
	text-align: left;
	text-indent: 1.5em;

	}
	
#about_nav li:last-child {
	margin-top: 5px!important;
	}

.about_nav_cursor {
  padding: 5px 5px 0px 5px;
  margin: 0px 0.9% 0px 0px;
}

	
	
#about_nav br.pc_view{
    display:none;
  }

.line2 {
	padding-top: 8px!important;
	padding-bottom: 8px!important;
	line-height: 10px!important;
}


	
}


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


}




.about-contents {
	background: #F8F8F9;
	padding: 40px 20px 20px;
	border-radius: 10px;
	margin-top: 125px;

}


.about-contents h4.about-contents-1 {
	background:url("../img/individual_about_contents01.png") no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: -110px;
	padding: 30px ;
	color: #FFFFFF;
	font: 500 2.0rem "Noto Sans CJK JP", sans-serif;
}

.about-contents h4.about-contents-2 {
	background:url("../img/individual_about_contents02.png") no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: -110px;
	padding: 30px ;
	color: #FFFFFF;
	font: 500 2.0rem "Noto Sans CJK JP", sans-serif;
}

.about-contents h4.about-contents-3 {
	background:url("../img/individual_about_contents03.png") no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: -110px;
	padding: 30px ;
	color: #FFFFFF;
	font: 500 2.0rem "Noto Sans CJK JP", sans-serif;
}


.about-contents h4.about-contents-4 {
	background:url("../img/individual_about_contents04.png") no-repeat;
	background-position: center;
	text-align: center;
	position: relative;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: -110px;
	padding: 30px ;
	color: #FFFFFF;
	font: 500 2.0rem "Noto Sans CJK JP", sans-serif;
}




.about-contents h4 span {
    font: 500 1.2rem "Noto Sans CJK JP", sans-serif;

}
.about-contents h4:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-contents h4.line:after {
    width: 27px;
}

.about-contents h5 {
	padding: 40px 1em 20px;
    font: 500 1.2rem "Noto Sans CJK JP", sans-serif;
	text-indent: -1.4rem;
}
.about-contents h5:before {
	content: "■";
	padding-right: 7px;
	color: #E5002D;
	font-size:1rem;
}

.about-contents figure {
	margin: 0px;
}
.about-contents figure img {
	text-align: center;
	width: 100%;
} 

.about-contents figure img.pc { display: block !important; }
.about-contents figure img.sp { display: none !important; }

.about-contents p.source {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
	margin: 10px 0;
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.about-contents .box {
	display:inline-table;
    width:100%;
    height:150px;

}

.about-contents .box ul li {
	float: left;
}
.about-contents .box ul li.dsc_wc {
	width: 66%;
	position: relative;

}
.about-contents .box ul li.lgvh {
	width: 34%;
	position: relative;
}

.about-contents .box ul li div.left,div.right {
	float: left;
	width: 49%;
	margin:0 0.5%;
	
}

.about-contents .box_2 {
	display:inline-table;
    width:100%;
    height:250px;

}

.about-contents .box_2 ul li {
	float: left;
	width: 24%;
	margin:0 0.5%;
}


.about-contents .box_3 {
	display:inline-table;
    width:100%;
    height:250px;

}

.about-contents .box_3 ul li {
	float: left;
	width: 49%;
	margin:0 0.5%;
}


.about-contents .box_4 {
	display:inline-table;
    width:100%;
    height:250px;

}

.about-contents .box_4 ul li {
	float: left;
	width: 32%;
	margin:0 0.5%;
}




.about-contents-1-box dl dt {
	background-color:#2278CD;
	padding: 5px 0px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	color: #FFFFFF;
}


.about-contents-1-box dl dd {
	background-color:#ffffff;
	padding: 10px 0px 60px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	
}
.about-contents-1-box dl dd span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
}
.about-contents-1-att {
	position: absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
	bottom: 10px;
	color:#3087CD;
	padding: 5px 40px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	text-align: center;
}

.about-contents-1-att span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-1-att-2 {
	position: absolute;
	left:0;
	right:0;
	bottom: 10px;
	margin: 0 20px;
	color:#3087CD;
	padding: 5px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	vertical-align: middle;
	text-align: center;
}

.about-contents-1-att-2 span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-2-att-2 {
	position: absolute;
	left:0;
	right:0;
	bottom: 10px;
	margin: 0 20px;
	color:#3087CD;
	padding: 5px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	vertical-align: middle;
	text-align: center;
}

.about-contents-2-att-2 span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
}




.about-contents-2-box dl {
  padding: 10px 0;
}

.about-contents-2-box dl dt {
	background-color:#EC233A;
	padding: 5px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	color: #FFFFFF;
    height: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.about-contents-2-box dl dd {
	background-color:#ffffff;
	padding: 10px 5px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-contents-2-box dl dd p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 80%;
	line-height: 1.5;
}



.about-contents-2-box dl dd p span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.2;
}
.about-contents-2-box dl dd p span.about-contents-2-att-1 {
    color: #EC233A;
    padding: 5px 10px;
    background-color: #FCE1E6;
    border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
    text-align: center;
    height: auto;
	display: table-cell;
}



.about-contents-3-box dl {
  padding: 10px 0;
}

.about-contents-3-box dl dt {
	background-color:#7CAD32;
	padding: 5px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	color: #FFFFFF;
    height: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.about-contents-3-box dl dd {
	background-color:#ffffff;
	padding: 10px 5px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-contents-3-box dl dd p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 72%;
	line-height: 1.5;
}

.about-contents-3-box dl dd p span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.2;
}


.about-contents-3-box-inner-1 {
	position: relative; 
	width: 100%;
}

.about-contents-3-box-inner-1 p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 72%;
	line-height: 1.5;
}


.about-contents-3-box-inner-2 {
	position: relative; 
	width: 100%;
}

.about-contents-3-box-inner-2 p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 72%;
	line-height: 1.5;
}

.about-contents-3-box-inner-2 figure {
	position: absolute; right:0; width: 105px; bottom: 0
}


.about-contents-4-box dl {
  padding: 10px 0;
}

.about-contents-4-box dl dt {
	background-color:#DFAE00;
	padding: 5px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	color: #FFFFFF;
    height: 60px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.about-contents-4-box dl dd {
	background-color:#ffffff;
	padding: 10px 5px;
	text-align: center;
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-contents-4-box dl dd.high {
	height: 350px!important;
}


.about-contents-4-box dl dd p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 80%;
	line-height: 1.5;
}



.about-contents-4-box dl dd p span {
    font: 400 1.4rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.2;
}
.about-contents-4-box dl dd p span.about-contents-4-att-1 {
    color: #333333;
    padding: 5px 10px;
    background-color: #F9F3DD;
    border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
    text-align: center;
    height: auto;
	display: table-cell;
	width:80%;
}

.about-contents-4-box dl dd p span.number {
	color: #DFAE00;
    font: 600 1.4rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.5;
}
.about-contents-4-box dl dd p span.yellow {
	color: #DFAE00;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.5;

}
.highlights figure {
	margin: 0;
}


.highlights h4 {
	padding: 0 0 0 1em;
    font: 500 1.2rem "Noto Sans CJK JP", sans-serif;
	text-indent: -1.4rem;
}
.highlights h4:before {
	content: "■";
	padding-right: 7px;
	color: #E5002D;
	font-size:1rem;
}
.highlights .video {
		width:560px;
	    height: 315px;
		margin: 30px auto;
	}

.highlights p.note {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
	margin: 10px 0;
	text-indent: -2.5em;
	padding-left: 2.5em;
}


.individual_about_contents09 {
	background-image: url("../img/individual_about_contents09_bg.jpg");
	width: 100%;
    height:auto;
    background-repeat: no-repeat;
    background-position:50% 50%;
	display: flex;
	margin: 30px 0px;
	
}

.individual_about_contents09 ul {
	background-color: rgba(0,0,0,0.7);
	padding: 30px 50px;
	margin: 50px 0px;
}

.individual_about_contents09 ul li {
	border: #FFFFFF solid 1px;
	padding: 10px 40px 10px;
	margin: 10px;
	width: 47%;
	float: left;
	color: #FFFFFF;
	position: relative;
    padding-left: 1.2em;/*アイコン分のスペース*/
    line-height: 1.4;
	position: relative;

}

.individual_about_contents09 ul li p {
	font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	color: #FFFFFF;
	padding-left: 5em;
	line-height: 2em;
}
.individual_about_contents09 ul li p:before {
  content: url("../img/individual_about_contents09_check.png");
  position: absolute;/*絶対位置*/
  left: 2em;/*アイコンの位置*/
  top:1em;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

 
@media screen and (max-width:1200px) {
.individual_about_contents09 {
	}
.individual_about_contents09 ul {
	padding: 20px;
	margin: 25px auto;
}

.individual_about_contents09 ul li {
	padding: 10px;
	margin: 10px auto;
	width: 100%;
    padding-left: 1em;/*アイコン分のスペース*/
}

.individual_about_contents09 ul li p {
	font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	padding-left: 1.5em;
}
.individual_about_contents09 ul li p:before {
  left: 0em;/*アイコンの位置*/
  top:0em;/*アイコンの位置*/
  transform: scale(0.5);
}
	
	
	
}





@media screen and (min-width:961px) and ( max-width:1135px) {
	
.about-contents-1-box dl dt {
	background-color:#2278CD;
	padding: 5px 0px;
	text-align: center;
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
	color: #FFFFFF;
}

.about-contents-1-box dl dd {
	background-color:#ffffff;
	padding: 10px 0px 60px;
	text-align: center;
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
	
}
.about-contents-1-box dl dd span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
}
	
	
.about-contents-1-att {
	position: absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
	bottom: 10px;
	color:#3087CD;
	padding: 5px 10px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.8rem "Noto Sans CJK JP", sans-serif;
	text-align: center;
}

.about-contents-1-att span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
}
	
	
.about-contents-1-att-2 {
	position: absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
	bottom: 10px;
	color:#3087CD;
	padding: 5px 10px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	text-align: center;
}

.about-contents-1-att-2 span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
}
	
.about-contents .box_2 ul li {
	float: left;
	width: 49%;
	margin:0 0.5%;
}
	
	

	
.about-contents-2-box dl dt {
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
    }

.about-contents-2-box dl dd {
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
	height: 160px;
}

.about-contents-2-box dl dd p {
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-2-box dl dd p span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
}
	
	
.about-contents-3-box dl dt {
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
    }

.about-contents-3-box dl dd {
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
	height: 130px;
}

.about-contents-3-box dl dd p {
    font: 400 0.9rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-3-box dl dd p span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
}
	
.about-contents-3-box-inner-1 {
	position: relative; 
	width: 100%;
}
	
.about-contents-3-box-inner-1 p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 72%;
	line-height: 1.5;
}

.about-contents-3-box-inner-2 {
	position: relative; 
	width: 100%;
}

.about-contents-3-box-inner-2 p {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	position: relative;
	width: 72%;
	line-height: 1.5;
}

.about-contents-3-box-inner-2 figure {
	position: absolute; right:0; width: 105px; bottom: 0
}
}
	

 
@media screen and (max-width: 960px) {
	
	.about-contents h4.about-contents-1 {
    font: 500 1.4rem "Noto Sans CJK JP", sans-serif;
    background-size: 250px;
}
	
	.about-contents h4.about-contents-2 {
    font: 500 1.4rem "Noto Sans CJK JP", sans-serif;
    background-size: 250px;
}
	
	.about-contents h4.about-contents-3 {
    font: 500 1.4rem "Noto Sans CJK JP", sans-serif;
    background-size: 250px;
}
	
	.about-contents h4.about-contents-4 {
    font: 500 1.4rem "Noto Sans CJK JP", sans-serif;
    background-size: 250px;
}
	
	.about-contents h5 {
    padding: 0px 1.2em 20px;
    font: 500 1.0rem "Noto Sans CJK JP", sans-serif;
	
}
	.about-contents h5:before {
	content: "■";
	padding-right: 7px;
	color: #E5002D;
	font-size:1rem;
}

	
.about-contents figure {
    margin: 0px;
	}
.about-contents figure img {
	text-align: center;
	width: 100%;
	margin: 0px;
} 

.about-contents figure img.pc { display: none !important; }
.about-contents figure img.sp { display: block !important; }
	
.about-contents .box ul li.dsc_wc {
	width: 101%;

}
	
.about-contents .box ul li.mr0 {
		margin-right: 0px;
	}
.about-contents .box ul li.lgvh {
	width: 100%;
	position: relative;
	margin-top: 5px;
	}
	
.about-contents-1-box dl dt {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
}
	
.about-contents-1-box dl dd {
		    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
	height: 95px;
	}

	
	
.about-contents-1-box dl dd span {
    font: 400 1rem "Noto Sans CJK JP", sans-serif;
}
.about-contents-1-att span {
    font: 400 1rem "Noto Sans CJK JP", sans-serif;
}
.about-contents-2-att span {
    font: 400 1rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-1-att {
	position: absolute;
	color:#3087CD;
	padding: 5px 10px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	text-align: center;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  width: 80%;
  height: 2rem;
	font-size: 50%;
	}
	
.about-contents-1-att-2 {
	position: absolute;
	color:#3087CD;
	padding: 5px 10px;
	background-color: #E2EBF9;
	border-radius: 5px;
    font: 600 0.9rem "Noto Sans CJK JP", sans-serif;
	text-align: center;
    right: 0;
    bottom: 10px;
    left: 0;
    margin:0 auto;
    width: 80%;
    height: 2rem;
	font-size: 50%;
	}
.about-contents-1-att-2 span {
    font: 400 1rem "Noto Sans CJK JP", sans-serif;
}
	
	
	
.about-contents .box_2 ul li {
	float: left;
	width: 49%;
	margin: 0 0.5%;
}

	


	
.about-contents-2-box dl dt {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
    }

.about-contents-2-box dl dd {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
	height: 150px;
}

.about-contents-2-box dl dd p {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-2-box dl dd p span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.2;
}
.about-contents-2-box dl dd p span.about-contents-2-att-1 {
    font: 600 0.7rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.2;
}

	
.about-contents-3-box dl dt {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
    }

.about-contents-3-box dl dd {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
	height: 150px;
}

.about-contents-3-box dl dd p {
    font: 400 0.7rem "Noto Sans CJK JP", sans-serif;
}

.about-contents-3-box dl dd p span {
    font: 400 1.0rem "Noto Sans CJK JP", sans-serif;
	line-height: 1.2;
}
.highlights h4 {
    padding: 0px 0px 10px 20px;
    font: 500 1rem "Noto Sans CJK JP", sans-serif;
}
.highlights .video {
		width:100%;
	}
	


}


@media screen and (max-width: 768px) {
	
	.individual_about_contents09 {
	background-image: url("../img/individual_about_contents09_bg.jpg");
	
	}
.individual_about_contents09 ul {
	padding: 20px;
	margin: 25px auto;
}

.individual_about_contents09 ul li {
	padding: 10px;
	margin: 5px auto;
	width: 100%;
    padding-left: 1.5em;/*アイコン分のスペース*/
}

.individual_about_contents09 ul li p {
    font: 600 0.8rem "Noto Sans CJK JP", sans-serif;
    padding-left: 1.1em;
}
.individual_about_contents09 ul li p:before {
  left: -0.1em;
    transform: scale(0.6);
}


	
}


.link_top {
  text-align: right;
}

.link_top a.categorytitle__link {
  font: 400 0.875rem "NotoSansCJKjpRegular", sans-serif;
  cursor: pointer;
  margin-right: 1em;
  padding-left: 18px;
}

.link_top a.categorytitle__link:before {
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 56%;
  -webkit-transform: translate(0, -50%) rotate(270deg);
          transform: translate(0, -50%) rotate(270deg);
}


@media screen and (max-width: 768px) {
	
.link_top a.categorytitle__link {
  font: 400 0.875rem "NotoSansCJKjpRegular", sans-serif;
  cursor: pointer;
}



}

/*2023-04-09*/
.indivi_management_box {
    background-color: #FFF5DF;
    padding: 25px 15px
}
.indivi_management_box h5 {
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center
}
.indivi_management_box_bdr {
    width: 26px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px #ED243A solid;
    margin-top: 15px;
    margin-bottom: 15px
}
.indivi_management_box_bdr_16 {
    width: 16px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px #ED243A solid;
    margin-top: 15px;
    margin-bottom: 15px
}
.indivi_management_box_lead {
    color: #ED243A;
    text-align: center
}
.fontsize_12rem {
    font-size: 1.2rem
}
.fontsize_12rem {
    font-size: 1.2rem
}
.indivi_management_box_1_wrap {
    display: flex;
    margin-top: 20px;
    align-items: center
}
.indivi_management_box_1_wrap .white {
    background-color: #ffffff;
    padding: 15px 10px;
    width: 43%;
    min-height: 480px
}
.indivi_management_box_1_wrap .white ul {
    font-size: 0.9rem;
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 0.5rem
}
.indivi_mt {
    margin-top: 30px
}
.indivi_mt100 {
    margin-top: 100px
}
.indivi_center {
    text-align: center
}
.w55 {
    width: 55px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.indivi_center .w100 {
    width: 100px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.w70 {
    width: 70px;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.w100p {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.individual_management_under_wrap {
    display: flex;
    justify-content: space-between;
}
.individual_management_under_wrap>div {
    background-color: #FFF5DF;
    padding: 25px 15px;
    text-align: center;
    width: 44%
}
.individual_management_under_1 h5 {
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center
}
.individual_management_under_1 p {
    font-size: 2.5rem;
    color: #ED243A;
}
.individual_management_under_1 span {
    font-size: 1rem;
}
.w14p{width: 14%}
.w14p figure{
	margin: 15px
}
	@media screen and (max-width: 768px) {
		
	.indivi_management_box_1_wrap {
		display: block
		}
	
		.indivi_management_box_1_wrap .white {
			width: 100%;
			height: auto;
			min-height: inherit
		}
	.individual_management_under_wrap>div {

    width: 48%;
}	
		.m30p{
			width: 30%
		}
		.indivi_mt100 {
    margin-top: 50px
}
		.w14p{width: 100%}
	}

/*2023-08-02*/
.ir024-link {
  margin-bottom: 40px;
}
.ir024-link p:first-of-type {
  margin-bottom: 10px;
}
.ir025-frame-bnrarea {
  width: 100%;
  padding-bottom: 18px;
}
.ir026-frame-bnrarea {
  width: 48%;
  position: relative;
}
.ir024-link-h3 span {
  color: #e5002d;
}
.ir024-moreinfo .ir024-frame{
	margin-top: 20px!important
}
.mov_contents .ir026-frame-bnrarea{
}
main .ir024-frame{
	margin-top: 0px!important
}
.bnn_mt15{margin-top: 0px}
@media screen and (max-width: 768px) {
	.ir026-frame-bnrarea {
		width: 100%;}
	.bnn_mt15{margin-top: 15px}

}