@charset "utf-8";

/* fonts
---------------------------------------------------*/
.ff-montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* Header
------------------------------------------------*/
#head_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  z-index: 99999;
  transition: all .3s;
  border-bottom: 5px solid #a6c868;
  background: #fff;
}

#head_container.fixed {
  position: fixed;
  background-color: #fff;
  height: 100px;
}

#head_inner {
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

#head_container.fixed #head_inner {
  padding: 0 30px;
}

#headerLogo01 {
  width: 200px;
  min-width: 200px;
  box-sizing: border-box;
  transition: all .3s;
  display: flex;
  align-items: center;
  position: relative;
  top: -3px;
  margin: 0 0 0 3px;
}

#head_container.fixed #headerLogo01 {
  top: 0;
  margin: 0;
  width: 150px;
  min-width: 150px;
}

#headerLogo01 a {
  display: block;
  width: 100%;
}

#headerNav01 {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

#head_inner .btn-originalsite {
  margin: 0 0 0 auto;
  border-radius: 50px;
  background: #73ba9d;
  border: 1px solid #73ba9d;
  display: table;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding: .3em 2.6em .1em 1.4em;
  position: relative;
  top: -4px;
}

#head_container.fixed .btn-originalsite {
  font-size: 1.4rem;
  top: 0px;
}

#head_inner .btn-originalsite:hover {
  background-color: #fff;
  color: #73ba9d;
  opacity: 1;
}

#head_inner .btn-originalsite::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url(/ir/common/img/common/icn_window_white.png) no-repeat center / contain;
  position: absolute;
  right: 15px;
  top: 7px;
  transition: all .3s;
}

#head_container.fixed .btn-originalsite::after {
  width: 14px;
  height: 13px;
  top: 6px;
}

#head_inner .btn-originalsite:hover::after {
  background: url(/ir/common/img/common/icn_window_lightgreen.png) no-repeat center / contain;
}

#head_inner #headerNav01 #navGlobal>ul>li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-weight: 600;
  padding-left: 2em;
  margin-top: 10px;
  position: relative;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li {
  font-size: 1.6rem;
  padding-left: 1em;
  margin-top: 5px;
}

#head_inner #headerNav01 #navGlobal>ul>li>a {
  display: block;
  position: relative;
}

#head_inner #headerNav01 #navGlobal>ul>li>a:hover {
  opacity: 1;
  color: #93A432;
}

#head_inner #headerNav01 #navGlobal>ul>li>a:hover::after,
body.home #head_inner #headerNav01 #navGlobal>ul>li.li01>a::after,
body.indivisual #head_inner #headerNav01 #navGlobal>ul>li.li02>a::after,
body.news #head_inner #headerNav01 #navGlobal>ul>li.li03>a::after,
body.management #head_inner #headerNav01 #navGlobal>ul>li.li04>a::after,
body.library #head_inner #headerNav01 #navGlobal>ul>li.li05>a::after,
body.finance #head_inner #headerNav01 #navGlobal>ul>li.li06>a::after,
body.stock #head_inner #headerNav01 #navGlobal>ul>li.li07>a::after,
body.calendar #head_inner #headerNav01 #navGlobal>ul>li.li08>a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c5d147;
  position: absolute;
  bottom: -5px;
  left: 0;
}

body.home #head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li01>a::after {
  bottom: -1px;
}

#head_inner #headerNav01 #navGlobal>ul>li.drop>a:hover {
  opacity: 1;
}

#head_inner #headerNav01 #navGlobal>ul>li.drop>a.drop_active {
  color: #c5d147;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.drop>a.drop_active:before {
  bottom: -25px;
}

#head_inner #headerNav01 #navGlobal>ul>li.drop>a {
  position: relative;
}

#head_inner #headerNav01 #navGlobal>ul>li>.menu {
  display: none;
  /* display: block !important; */
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  width: fit-content;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  z-index: 100;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li>.menu {
  top: 23px;
  font-size: 1.5rem;
}

#head_inner #headerNav01 #navGlobal>ul>li.li04>.menu,
#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li04>.menu {
  left: -77px;
}

#head_inner #headerNav01 #navGlobal>ul>li.li05>.menu {
  left: 0px;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li05>.menu {
  left: -15px;
}

#head_inner #headerNav01 #navGlobal>ul>li.li06>.menu {
  left: 0px;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li06>.menu {
  left: -13px;
}

#head_inner #headerNav01 #navGlobal>ul>li.li07>.menu {
  left: 10px;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li07>.menu {
  left: -10px;
}

#head_inner #headerNav01 #navGlobal>ul>li>.menu .space {
  height: 40px;
}

#head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li>.menu .space {
  height: 20px;
}

.menu_inner_ul {
  padding: 1.05em 0;
  background: #c5d147;
}

.menu_inner_ul li {
  transition: all .3s;
}

.menu_inner_ul li a {
  display: block;
  padding: .55em 1.7em;
  white-space: nowrap;
}

.menu_inner_ul li a:hover {
  color: #fff;
  opacity: 1;
}

.menu_inner_ul li a.window::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(/ir/common/img/common/icn_window_white.png) no-repeat center / contain;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.dropBg {
  background: #000;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1002;
}



@media screen and (max-width: 1468px) {
  #head_inner #headerNav01 #navGlobal>ul>li>.menu .space {
    height: 25px;
  }

  #head_inner #headerNav01 #navGlobal>ul>li>.menu {
    top: 56px;
  }

  #head_inner #headerNav01 #navGlobal>ul>li.li07>.menu {
    top: 19px;
  }
}



@media screen and (max-width: 1316px) {
  #head_inner #headerNav01 #navGlobal>ul>li.li06>.menu {
    top: 19px;
  }
}



@media screen and (max-width: 1156px) {
  #head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li>.menu {
    top: 37px;
  }

  #head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li07>.menu {
    top: 8px;
  }
}



@media screen and (max-width: 1036px) {
  #head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li>.menu {
    top: 37px;
  }

  #head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li06>.menu {
    top: 8px;
  }
}



@media screen and (max-width: 1088px) {
  #head_inner #headerNav01 #navGlobal>ul>li.li05>.menu {
    top: 19px;
  }
}



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

  #head_inner {
    padding: 0 30px;
  }

  #headerLogo01 {
    width: 150px;
    min-width: 150px;
    margin-left: 0;
  }

  #head_inner #headerNav01 #navGlobal>ul>li {
    font-size: 1.55rem;
    padding-left: 1em;
  }

  #head_inner #headerNav01 #navGlobal>ul>li.li04>.menu {
    left: -95px;
    top: 53px;
  }

  #head_inner #headerNav01 #navGlobal>ul>li.li05>.menu {
    top: 53px;
    left: -25px;
  }

  #head_inner #headerNav01 #navGlobal>ul>li.li06>.menu {
    left: -30px;
  }

  #head_inner #headerNav01 #navGlobal>ul>li.li07>.menu {
    left: -15px;
  }

}


@media screen and (max-width: 848px) {
  #head_inner #headerNav01 #navGlobal>ul>li.li05>.menu {
    top: 19px;
  }

  #head_container.fixed #head_inner #headerNav01 #navGlobal>ul>li.li05>.menu {
    top: 8px;
  }

}



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

  #head_inner,
  #head_container.fixed #head_inner {
    padding: 0 15px;
  }

  #head_container.open,
  #head_container.fixed.open {
    background: #fff;
  }

  #headerLogo01,
  #head_container.fixed #headerLogo01 {
    min-width: 100px;
    width: 100px;
  }

  #head_container.fixed #headerLogo01 {
    top: -3px;
  }

  #head_inner #headerNav01 #navGlobal>ul>li>a {
    font-size: 1.3rem;
  }

  #head_inner #headerNav01 #navGlobal {
    max-height: calc(100vh - 40px);
    overflow: auto;
  }

  #head_container,
  #head_container.fixed {
    height: 80px;
    border-bottom: 2.5px solid #a6c868;
  }

  header .nav02>ul {
    display: none;
    /* margin-bottom: 50px; */
    position: fixed;
    width: 100%;
    left: auto;
    right: 0px;
    border: none;
    z-index: 1001;
    top: 0;
    overflow-y: scroll;
    box-sizing: border-box;
    height: 100%;
    /* height: calc(100% - 36px); */
    padding: 60px 22.5px 0;
    background: #c5d147;
  }

  header .nav02 ul>li {
    background: #c5d147;
  }

  header .nav02 {
    margin: 0;
    width: auto;
    position: static;
    text-align: left;
  }

  header .nav02 li {
    margin-right: 0;
    display: block;
    position: relative;
  }

  header .nav02>ul>li {
    border-bottom: 1px solid #fff;
  }

  header .nav02 li.accordion::after {
    display: none;
  }

  header .nav02 li a {
    display: block;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .05em;
    padding: 12px 0 5px;
  }

  header .nav02 li ul li a {
    font-size: 14px;
    padding: 2.5px 18px;
  }

  header .nav02 li ul li a.window::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10.5px;
    background: url(/ir/common/img/common/icn_window_white.png) no-repeat center / contain;
    margin-left: 5px;
    position: relative;
    top: 1px;
  }

  header .nav02 li a.no_link {
    pointer-events: none;
  }

  header .nav01 li a:hover,
  header .nav02 li a:hover {
    opacity: 1;
  }

  header .nav02 li .acordion_txt {
    text-decoration: none;
    display: block;
    position: relative;
  }

  header .nav02 li .acordion_txt .acordion_switch {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
  }

  header .nav02 li .acordion_txt .acordion_switch:before {
    display: block;
    content: "";
    background: url(/ir/common/img/common/arrow_top_white.svg) no-repeat center / contain;
    width: 19.5px;
    height: 11px;
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    transition: all .3s;
    transform: rotate(180deg);
  }

  header .nav02 li .acordion_txt.active .acordion_switch:before {
    transform: rotate(0deg);
  }

  header .nav02 li ul li+li {
    border-top: none;
  }

  header .nav02 ul li ul {
    display: none;
    margin-bottom: 8px;
  }

  #head_inner .btn-originalsite,
  #head_container.fixed .btn-originalsite {
    font-size: 13px;
    padding: .43em 3.35em .43em 2.35em;
    margin: 36px auto 75px;
    top: 0;
  }

  #head_inner .btn-originalsite:hover {
    background-color: #73ba9d;
    color: #fff;
    opacity: 1;
  }

  #head_inner .btn-originalsite:hover::after {
    background: url(/ir/common/img/common/icn_window_white.png) no-repeat center / contain;
  }

  #head_inner .btn-originalsite::after,
  #head_container.fixed .btn-originalsite::after {
    width: 9.5px;
    height: 8.5px;
    top: 12px;
    right: 30px;
  }

  #fixedArea {
    position: fixed;
    background-color: #fff;
  }

  .drawerBg {
    background: #000;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1002;
  }

  #toggle {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    top: 14px;
    right: 6px;
    position: absolute;
    z-index: 10001;
    margin-right: 0;
  }

  #toggle a {
    display: block;
    width: 50px;
    height: 50px;
  }

  .line1,
  .line2,
  .line3 {
    width: 32px;
    height: 1.5px;
    background: #000;
    position: absolute;
    right: 9px;
  }

  .line1 {
    top: 16px;
  }

  .line2 {
    top: 24px;
  }

  .line3 {
    top: 32px;
  }

  .line1,
  .line2,
  .line3 {
    transition: all .3s;
    -o-transition: all .3s;
    /* Opera */
    -moz-transition: all .3s;
    /* Firefox */
    -webkit-transition: all .3s;
    /* GoogleChrome, Safari */
    -ms-transition: all .3s;
    /* IE */
  }

  .lineclick1,
  .lineclick2,
  .lineclick3 {
    background-color: #fff;
  }

  .lineclick1 {
    top: 18px;
    left: 9px;
    -o-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }

  .lineclick2 {
    top: 32px;
    left: 9px;
    -o-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: rtranslateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }

  .lineclick3 {
    display: none;
  }

  .open {
    border-bottom: 1px solid #ccc;
  }

}


/* Footer
------------------------------------------------*/
.footer_inner_1 {
  background-color: #e9e9e5;
  padding: 47px 0;
}

.footer_inner_2 {
  padding: 34px 0;
}

.footer_inner_list {
  display: flex;
}

.footer_inner_item {
  box-sizing: border-box;
}

.footer_inner_item:nth-child(1) {
  width: 22.75%;
  margin-right: 3%;
}

.footer_inner_item:nth-child(2) {
  width: 22.75%;
  margin-right: 4%;
}

.footer_inner_item:nth-child(3) {
  width: 21.75%;
  margin-right: 6%;
}

.footer_inner_item:nth-child(4) {
  width: 19.75%;
  margin-right: 0;
}

.footer_ul+.footer_ul {
  margin-top: 38px;
}

.footer_ul>li+li,
.footer_ul>li.footer_ul_tit+li {
  margin-top: 13px;
}

.footer_inner_item:nth-child(1) .footer_ul>li.footer_ul_tit+li {
  margin-top: 24px;
}

.footer_ul>li:not(.footer_ul_tit) a {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}

.footer_ul>li:not(.footer_ul_tit) a.window {
  position: relative;
  padding-right: 22px;
}

.footer_ul>li:not(.footer_ul_tit) a.window::after {
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(/ir/common/img/common/icn_window_black.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer_ul>li:not(.footer_ul_tit) a.window:hover::after {
  background: url(/ir/common/img/common/icn_window_lightgreen_2.png) no-repeat center / contain;
}

.footer_ul>li a:hover {
  color: #93A432;
  opacity: 1;
}

.footer_copyright {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}

.footer_ul_tit {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}



@media screen and (max-width: 767px) {
  .footer_inner_2 {
    padding: 22px 0;
    border-top: 2.5px solid #e9e9e5;
  }

  .footer_copyright {
    font-size: 1rem;
  }

}


/* ページトップに戻るボタン
-------------------------------------------*/
@media screen and (min-width: 768px) {
  .pagetop {
    display: none !important;
  }
}



@media screen and (max-width: 767px) {
  .pagetop {
    position: fixed;
    width: 90px;
    height: 90px;
    right: 30px;
    bottom: 20px;
    text-align: right;
    display: none;
  }

  .pagetop.absolute {
    position: absolute;
    bottom: 0;
  }

  .pagetop {
    width: 43px;
    height: 43px;
    right: 13px;
    bottom: 30px !important;
  }

  .pagetop.absolute {
    bottom: 7px !important;
  }

}



/* common
---------------------------------------------------*/
html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-seri,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  position: relative;
  overflow: hidden;
  display: flex
    /*フッターを下部固定*/
  ;
  flex-flow: column
    /*フッターを下部固定*/
  ;
  min-height: 100vh
    /*フッターを下部固定*/
  ;
}

#main_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  flex: 1
    /*フッターを下部固定*/
  ;
}

.sec-inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 40px;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: none;
  transition: all .3s;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  color: #c5d147;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

a.in-page-anchor {
  display: inline-block;
  margin-top: -50px;
  padding-top: 50px;
}

.second-tit-center {
  text-align: center;
}

.second-tit_jp {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
}

.second-tit_jp .ff-montserrat {
  font-size: 3.8rem;
  font-weight: 400;
}

.second-tit_en {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  margin-top: 10px;
}

.pdf-icon {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
}

.pdf-icon:before {
  content: "";
  background: url(/ir/common/img/common/icn_pdf.svg) no-repeat center / contain;
  width: 18px;
  height: 23px;
  margin: 0 0 0 7px;
  display: inline-block;
  position: relative;
  top: 5px;
}


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

  html.noScroll,
  body.noScroll {
    overflow: hidden;
  }

  .sec-inner {
    padding: 0px 15px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  a:hover {
    opacity: 1;
    color: inherit;
  }

  a.in-page-anchor {
    margin-top: -30px;
    padding-top: 30px;
  }

  .second-tit {
    text-align: center;
  }

  .second-tit_jp {
    font-size: 2rem;
  }

  .second-tit_jp .ff-montserrat {
    font-size: 1.9rem;
  }

  .second-tit_en {
    font-size: 1.3rem;
    margin-top: 4px;
  }

  .pdf-icon {
    font-size: .9rem;
  }

  .pdf-icon:before {
    width: 9px;
    height: 11.5px;
    margin: 0 0 0 1px;
    top: 1px;
  }
}



/* btn-arrow
------------------------------------------------*/
.btn-arrow {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}

.btn-arrow::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/ir/common/img/common/arrow_circle_right_lightgreen.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 3.5px;
}

.second-tit+.btn-arrow {
  margin-top: 47px;
}

.btn-arrow .ff-montserrat {
  font-size: 2rem;
  font-weight: 400;
}



@media screen and (max-width: 767px) {
  .btn-arrow {
    padding-left: 20px;
    font-size: 1.5rem;
  }

  .btn-arrow .ff-montserrat {
    font-size: 1.4rem;
    font-weight: 400;
  }

  .btn-arrow::before {
    width: 12.5px;
    height: 12.5px;
    top: 5.5px;
  }

  .topBtnArea_ul_li_inner_ul_li .btn-arrow.window::after {
    width: 12px;
    height: 10.5px;
    top: 7px;
  }

}



/* 順番にフェードイン
---------------------------------------------------*/
.o_effect {
  opacity: 0;
}

.o_effect.o_effect_1.fadein,
.o_effect.o_effect_1_pc.fadein {
  opacity: 0;
  animation-name: o_effect_1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_1 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .o_effect.o_effect_1_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

.o_effect.o_effect_2.fadein,
.o_effect.o_effect_2_pc.fadein {
  opacity: 0;
  animation-name: o_effect_2;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_2 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .o_effect.o_effect_2_pc.fadein {
    animation: none;
    opacity: 1;
  }
}

.o_effect.o_effect_3.fadein,
.o_effect.o_effect_3_pc.fadein {
  opacity: 0;
  animation-name: o_effect_3;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_3 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .o_effect.o_effect_3_pc.fadein {
    animation: none;
    opacity: 1;
  }
}


.o_effect.o_effect_4.fadein,
.o_effect.o_effect_4_pc.fadein {
  opacity: 0;
  animation-name: o_effect_4;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_4 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .o_effect.o_effect_4_pc.fadein {
    animation: none;
    opacity: 1;
  }
}



.o_effect.o_effect_5.fadein,
.o_effect.o_effect_5_pc.fadein {
  opacity: 0;
  animation-name: o_effect_5;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_5 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .o_effect.o_effect_5_pc.fadein {
    animation: none;
    opacity: 1;
  }
}



.o_effect.o_effect_6.fadein,
.o_effect.o_effect_6_pc.fadein {
  opacity: 0;
  animation-name: o_effect_6;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_6 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .o_effect.o_effect_6_pc.fadein {
    animation: none;
    opacity: 1;
  }
}


/* フェード表示
---------------------------------------------------*/

/* ------- 上からフェード表示 ------- */

.effectT {
  opacity: 0;
  transition: all .3s;
  transform: translateY(-70px);
}

.effectT.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/* ------- 左からフェード表示 ------- */

.effectL {
  opacity: 0;
  transition: all .3s;
  transform: translateX(-70px);
}

.effectL.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/* ------- 右からフェード表示 ------- */

.effectR {
  opacity: 0;
  transition: all .3s;
  transform: translateX(70px);
}

.effectR.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/* ------- 下からフェード表示 ------- */

.effectD {
  opacity: 0;
  transition: all .3s; ease 1s;
  transform: translateY(70px);
}

.effectD.fadein {
  opacity: 1;
  transform: translateY(0px);
}


/* ページ読み込み時フェードイン【MV】
-------------------------------------------*/

.load-fadein {
  opacity: 0;
  animation: load-fadein 1s ease forwards 0.5s;
}

@keyframes load-fadein {
  100% {
    opacity: 1;
  }
}


/* IRニュース記事
-------------------------------------------*/
.news_dl {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: flex-start;
  padding: 1.7em 1.5em 1.8em;
}

.news_dl:last-child {
  border-bottom: 1px solid #ccc;
}

.news_dl_dt {
  display: flex;
}

.news_dl_dt_time {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  margin-right: 2.6em;
  position: relative;
}

.news_dl_dt_time::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + .4em);
  background-color: #ccc;
  position: absolute;
  right: -1.2em;
  top: -.15em;
}

.news_dl_dt_time_year {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: .5em;
}

.news_dl_dt_label {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  display: inline-block;
  background-color: #e0ede8;
  border-radius: 80px;
  padding: 1.23em 1em;
  width: 144px;
  min-width: 144px;
  box-sizing: border-box;
}

.news_dl_dl_dd {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0;
  margin-left: 2.7em;
}

.news_dl_dd_a,
.news_dl_dd_a:active,
.news_dl_dd_a:link,
.news_dl_dd_a:visited {
  display: table;
}

.news_dl_dd_a:hover {
  text-decoration: underline;
}



@media screen and (max-width: 1200px) {
  .news_dl {
    display: block;
  }

  .news_dl_dl_dd {
    margin-left: 0;
    margin-top: 15px;
  }

}



@media screen and (max-width: 767px) {
  .news_dl {
    padding: 1.0em 10px 0.7em;
  }

  .news_dl_dl_dd {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 13px;
  }

  .news_dl_dd_a+.news_dl_dd_a {
    margin-top: 3px;
  }

  .news_dl_dd_a:hover {
    text-decoration: none;
  }


  .news_dl_dt_time_year {
    font-size: .9rem;
    margin-bottom: .5em;
  }

  .news_dl_dt_time {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-right: 2.6em;
  }

  .news_dl_dt_label {
    font-size: .9rem;
    padding: .7em 1em;
    width: 72px;
    min-width: 86px;
  }

}


/* IRカレンダー
-------------------------------------------*/
.irCalendar_ul {
  display: flex;
  justify-content: space-between;
  max-width: 1354px;
  box-sizing: border-box;
  margin: 54px auto 0;
}

.irCalendar_ul._2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.irCalendar_ul_li {
  width: 22.25%;
  box-sizing: border-box;
}

.irCalendar_ul_li_period {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

.irCalendar_ul_li_line {
  margin: 0;
}

.irCalendar_ul_li_line_img {
  width: 100%;
  height: auto;
}

.irCalendar_ul_li_month--ul {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
}

.irCalendar_ul+.b--white_h3,
.b--news_w_dl+.b--white_h3 {
  margin-top: 75px;
}

.irCalendar_ul_li_month--ul_li {
  position: relative;
  width: 27%;
}

.irCalendar_ul_li_month--ul_li_box {
  border-radius: 5px;
  font-size: 4.2rem;
  font-weight: 400;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.irCalendar_ul_li:nth-child(1) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(1) .irCalendar_ul_li_month--ul_li:nth-child(3) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(3) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(4) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.irCalendar_ul_li:nth-child(1) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after {
  height: 24px;
  bottom: -29px;
}

.irCalendar_ul_li:nth-child(1) .irCalendar_ul_li_month--ul_li:nth-child(3) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(3) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
.irCalendar_ul_li:nth-child(4) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after {
  height: 47px;
  bottom: -52px;
}

.irCalendar_ul_li_month--ul_li_box--lb {
  background-color: #ccc;
}

.irCalendar_ul_li_month--ul_li_box--b {
  background-color: #c5d147;
}

.irCalendar_ul_li_month--ul_li_box_s {
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
  top: 9px;
}

.irCalendar_ul_li_month--ul_li_txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

.irCalendar_ul_li_month--ul_li_txt._1 {
  margin-top: 29px;
  width: 7em;
  left: -1.8em;
}

.irCalendar_ul_li_month--ul_li_txt._2,
.irCalendar_ul_li_month--ul_li_txt._3,
.irCalendar_ul_li_month--ul_li_txt._4,
.irCalendar_ul_li_month--ul_li_txt._5 {
  margin-top: 54px;
}

.irCalendar_ul_li_month--ul_li_txt._2 {
  width: 5em;
  left: -.7em;
}

.irCalendar_ul_li_month--ul_li_txt._3,
.irCalendar_ul_li_month--ul_li_txt._4,
.irCalendar_ul_li_month--ul_li_txt._5 {
  width: 9.5em;
  left: -3.1em;
}



@media screen and (max-width: 1400px) {
  .irCalendar_ul_li_month--ul_li_box {
    font-size: 3.5rem;
    width: 70px;
    height: 70px;
  }

  .irCalendar_ul_li_month--ul_li_txt {
    font-size: 1.6rem;
  }
}



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

  .irCalendar_ul_li_month--ul_li_box {
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
  }

  .irCalendar_ul_li_month--ul_li_box_s {
    font-size: 1.4rem;
    top: 3px;
  }

  .irCalendar_ul_li_month--ul_li_txt {
    font-size: 1.4rem;
  }

}



@media screen and (max-width: 767px) {
  .irCalendar_ul {
    margin: 27px auto 0;
    flex-wrap: wrap;
  }

  .irCalendar_ul_li_month--ul {
    margin: 5px 1% 0;
  }

  .irCalendar_ul_li {
    width: 46.25%;
  }

  .irCalendar_ul_li_period {
    font-size: 1.3rem;
  }

  .irCalendar_ul_li_line {
    margin-top: -8px;
  }

  .irCalendar_ul_li_month--ul_li_box {
    font-size: 2.45rem;
    width: 47px;
    height: 47px;
  }

  .irCalendar_ul_li:nth-child(1) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after {
    height: 14px;
    bottom: -19px;
  }

  .irCalendar_ul_li:nth-child(1) .irCalendar_ul_li_month--ul_li:nth-child(3) .irCalendar_ul_li_month--ul_li_box::after,
  .irCalendar_ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
  .irCalendar_ul_li:nth-child(3) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after,
  .irCalendar_ul_li:nth-child(4) .irCalendar_ul_li_month--ul_li:nth-child(2) .irCalendar_ul_li_month--ul_li_box::after {
    height: 27.5px;
    bottom: -33px;
  }

  .irCalendar_ul_li_month--ul_li_box_s {
    font-size: 1.05rem;
    top: 6px;
  }

  .irCalendar_ul_li_month--ul_li_txt {
    font-size: 1.18rem;
  }

  .irCalendar_ul_li_month--ul_li_txt._1 {
    margin-top: 20px;
  }

  .irCalendar_ul_li_month--ul_li_txt._2,
  .irCalendar_ul_li_month--ul_li_txt._3,
  .irCalendar_ul_li_month--ul_li_txt._4,
  .irCalendar_ul_li_month--ul_li_txt._5 {
    margin-top: 34px;
  }

  .irCalendar_ul_li:nth-child(n + 3) {
    margin-top: 21px;
  }

}


@media screen and (max-width: 360px) {
  .irCalendar_ul_li_month--ul_li_box {
    width: 40px;
    height: 40px;
  }

}


/* 上から1文字ずつスライドインするアニメーション
-------------------------------------------*/
.letter {
  opacity: 0;
  transform: translateY(-40px);
  display: inline-block;
  animation: slideIn .2s ease forwards;
  animation-delay: 1.5s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}